Trace number 2065917

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pcs 0.3.2SAT 10.0745 10.1615

DiagnosticValue
ASSIGNMENTS1236

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-35.xml
MD5SUM69977ce6c8ea267a2a069c25034e898b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.205968
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints1190
Maximum constraint arity3
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1190
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.13	c Seed is 22697150
0.00/0.13	c Constructing HOME/instance-2065917-1247704107.xml 
0.00/0.13	c deduced all_different(V1,V2,V3,V4,V5,V6,V7,V8,V9,V10,V11,V12,V13,V14,V15,V16,V17,V18,V19,V20,V21,V22,V23,V24,V25,V26,V27,V28,V29,V30,V31,V32,V33,V34,V0)
0.00/0.13	c deduced all_different(V36,V37,V38,V39,V40,V41,V42,V43,V44,V45,V46,V47,V48,V49,V50,V51,V52,V53,V54,V55,V56,V57,V58,V59,V60,V61,V62,V63,V64,V65,V66,V67,V68,V35)
0.00/0.13	c  with 1260 constraints
0.00/0.13	c Solving 1236 backtracks 9 restarts
10.00/10.15	s SATISFIABLE
10.00/10.15	c V0=0, V1=34, V2=1, V3=33, V4=2, V5=32, V6=3, V7=31, V8=4, V9=30, V10=5, V11=29, V12=6, V13=28, V14=7, V15=27, V16=8, V17=26, V18=9, V19=25, V20=10, V21=24, V22=11, V23=23, V24=12, V25=22, V26=13, V27=21, V28=14, V29=20, V30=15, V31=19, V32=16, V33=18, V34=17, V35=33, V36=32, V37=31, V38=30, V39=29, V40=28, V41=27, V42=26, V43=25, V44=24, V45=23, V46=22, V47=21, V48=20, V49=19, V50=18, V51=17, V52=16, V53=15, V54=14, V55=13, V56=12, V57=11, V58=10, V59=9, V60=8, V61=7, V62=6, V63=5, V64=4, V65=3, V66=2, V67=1, V68=0, 
10.00/10.15	v 0 34 1 33 2 32 3 31 4 30 5 29 6 28 7 27 8 26 9 25 10 24 11 23 12 22 13 21 14 20 15 19 16 18 17 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 
10.00/10.15	d ASSIGNMENTS 1236

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065917-1247704107/watcher-2065917-1247704107 -o /tmp/evaluation-result-2065917-1247704107/solver-2065917-1247704107 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 22697150 HOME/instance-2065917-1247704107.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.05 2.04 4/72 15601
/proc/meminfo: memFree=1348192/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=18576 CPUtime=0
/proc/15601/stat : 15601 (runsolver) R 15599 15601 14656 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 57474308 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15601/statm: 4644 284 249 26 0 2626 0

[startup+0.131976 s]
/proc/loadavg: 2.07 2.05 2.04 4/72 15601
/proc/meminfo: memFree=1348192/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=5240 CPUtime=0.11
/proc/15601/stat : 15601 (pcs.big) R 15599 15601 14656 0 -1 4194304 988 657 0 0 11 0 0 0 19 0 1 0 57474308 5365760 619 996147200 134512640 135215973 4294956320 18446744073709551615 134587567 0 0 4096 0 0 0 0 17 1 0 0
/proc/15601/statm: 1310 619 411 171 0 235 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5240

[startup+0.202872 s]
/proc/loadavg: 2.07 2.05 2.04 4/72 15601
/proc/meminfo: memFree=1348192/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=5240 CPUtime=0.18
/proc/15601/stat : 15601 (pcs.big) R 15599 15601 14656 0 -1 4194304 991 657 0 0 18 0 0 0 19 0 1 0 57474308 5365760 622 996147200 134512640 135215973 4294956320 18446744073709551615 4158960004 0 0 4096 0 0 0 0 17 1 0 0
/proc/15601/statm: 1310 622 411 171 0 235 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5240

[startup+0.30288 s]
/proc/loadavg: 2.07 2.05 2.04 4/72 15601
/proc/meminfo: memFree=1348192/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=5240 CPUtime=0.28
/proc/15601/stat : 15601 (pcs.big) R 15599 15601 14656 0 -1 4194304 996 657 0 0 28 0 0 0 19 0 1 0 57474308 5365760 627 996147200 134512640 135215973 4294956320 18446744073709551615 135097310 0 0 4096 0 0 0 0 17 1 0 0
/proc/15601/statm: 1310 627 411 171 0 235 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5240

[startup+0.702916 s]
/proc/loadavg: 2.07 2.05 2.04 4/72 15601
/proc/meminfo: memFree=1348192/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=5492 CPUtime=0.68
/proc/15601/stat : 15601 (pcs.big) R 15599 15601 14656 0 -1 4194304 1056 657 0 0 68 0 0 0 23 0 1 0 57474308 5623808 687 996147200 134512640 135215973 4294956320 18446744073709551615 134739651 0 0 4096 0 0 0 0 17 1 0 0
/proc/15601/statm: 1373 687 411 171 0 298 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5492

[startup+1.503 s]
/proc/loadavg: 2.23 2.09 2.05 3/73 15606
/proc/meminfo: memFree=1345496/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=6672 CPUtime=1.47
/proc/15601/stat : 15601 (pcs.big) R 15599 15601 14656 0 -1 4194304 1356 657 0 0 147 0 0 0 25 0 1 0 57474308 6832128 987 996147200 134512640 135215973 4294956320 18446744073709551615 8353406 0 0 4096 0 0 0 0 17 1 0 0
/proc/15601/statm: 1668 987 411 171 0 593 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 6672

[startup+3.10113 s]
/proc/loadavg: 2.23 2.09 2.05 3/73 15606
/proc/meminfo: memFree=1344600/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=7808 CPUtime=3.06
/proc/15601/stat : 15601 (pcs.big) R 15599 15601 14656 0 -1 4194304 1671 657 0 0 306 0 0 0 25 0 1 0 57474308 7995392 1204 996147200 134512640 135215973 4294956320 18446744073709551615 134598305 0 0 4096 0 0 0 0 17 1 0 0
/proc/15601/statm: 1952 1204 411 171 0 877 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7808

[startup+6.30141 s]
/proc/loadavg: 2.21 2.09 2.05 3/73 15606
/proc/meminfo: memFree=1341016/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=11156 CPUtime=6.23
/proc/15601/stat : 15601 (pcs.big) R 15599 15601 14656 0 -1 4194304 2576 657 0 0 622 1 0 0 25 0 1 0 57474308 11423744 2109 996147200 134512640 135215973 4294956320 18446744073709551615 134600080 0 0 4096 0 0 0 0 17 1 0 0
/proc/15601/statm: 2789 2109 411 171 0 1714 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 11156

Solver just ended. Dumping a history of the last processes samples

[startup+6.40142 s]
/proc/loadavg: 2.21 2.09 2.05 3/73 15606
/proc/meminfo: memFree=1341016/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=11284 CPUtime=6.33
/proc/15601/stat : 15601 (pcs.big) R 15599 15601 14656 0 -1 4194304 2608 657 0 0 632 1 0 0 25 0 1 0 57474308 11554816 2141 996147200 134512640 135215973 4294956320 18446744073709551615 4158961240 0 0 4096 0 0 0 0 17 1 0 0
/proc/15601/statm: 2821 2141 411 171 0 1746 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 11284

[startup+8.00156 s]
/proc/loadavg: 2.21 2.09 2.05 3/73 15606
/proc/meminfo: memFree=1338272/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=13612 CPUtime=7.91
/proc/15601/stat : 15601 (pcs.big) R 15599 15601 14656 0 -1 4194304 3180 657 0 0 790 1 0 0 25 0 1 0 57474308 13938688 2584 996147200 134512640 135215973 4294956320 18446744073709551615 135098112 0 0 4096 0 0 0 0 17 1 0 0
/proc/15601/statm: 3403 2584 411 171 0 2328 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 13612

[startup+8.80163 s]
/proc/loadavg: 2.21 2.09 2.05 3/73 15606
/proc/meminfo: memFree=1336416/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=14528 CPUtime=8.71
/proc/15601/stat : 15601 (pcs.big) R 15599 15601 14656 0 -1 4194304 3427 657 0 0 870 1 0 0 25 0 1 0 57474308 14876672 2831 996147200 134512640 135215973 4294956320 18446744073709551615 134599825 0 0 4096 0 0 0 0 17 1 0 0
/proc/15601/statm: 3632 2831 411 171 0 2557 0
Current children cumulated CPU time (s) 8.71
Current children cumulated vsize (KiB) 14528

[startup+9.6027 s]
/proc/loadavg: 2.21 2.09 2.05 3/73 15606
/proc/meminfo: memFree=1336416/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=15432 CPUtime=9.51
/proc/15601/stat : 15601 (pcs.big) R 15599 15601 14656 0 -1 4194304 3676 657 0 0 950 1 0 0 25 0 1 0 57474308 15802368 3080 996147200 134512640 135215973 4294956320 18446744073709551615 4158960128 0 0 4096 0 0 0 0 17 1 0 0
/proc/15601/statm: 3858 3080 411 171 0 2783 0
Current children cumulated CPU time (s) 9.51
Current children cumulated vsize (KiB) 15432

[startup+10.0067 s]
/proc/loadavg: 2.21 2.09 2.05 3/73 15606
/proc/meminfo: memFree=1334816/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=15944 CPUtime=9.9
/proc/15601/stat : 15601 (pcs.big) R 15599 15601 14656 0 -1 4194304 3803 657 0 0 989 1 0 0 25 0 1 0 57474308 16326656 3207 996147200 134512640 135215973 4294956320 18446744073709551615 134591262 0 0 4096 0 0 0 0 17 1 0 0
/proc/15601/statm: 3986 3207 411 171 0 2911 0
Current children cumulated CPU time (s) 9.9
Current children cumulated vsize (KiB) 15944

[startup+10.1027 s]
/proc/loadavg: 2.21 2.09 2.05 3/73 15606
/proc/meminfo: memFree=1334816/2055920 swapFree=4192812/4192956
[pid=15601] ppid=15599 vsize=15944 CPUtime=10
/proc/15601/stat : 15601 (pcs.big) R 15599 15601 14656 0 -1 4194304 3816 657 0 0 999 1 0 0 25 0 1 0 57474308 16326656 3220 996147200 134512640 135215973 4294956320 18446744073709551615 134596240 0 0 4096 0 0 0 0 17 1 0 0
/proc/15601/statm: 3986 3220 411 171 0 2911 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (KiB) 15944

Child status: 0
Real time (s): 10.1615
CPU time (s): 10.0745
CPU user time (s): 10.0485
CPU system time (s): 0.025996
CPU usage (%): 99.1439
Max. virtual memory (cumulated for all children) (KiB): 15944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0485
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4494
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 229

runsolver used 0.009998 second user time and 0.036994 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-16 02:28:27
IDJOB=2065917
IDBENCH=54444
IDSOLVER=733
FILE ID=node50/2065917-1247704107
PBS_JOBID= 9521212
Free space on /tmp= 66396 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-35.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065917-1247704107/watcher-2065917-1247704107 -o /tmp/evaluation-result-2065917-1247704107/solver-2065917-1247704107 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 22697150 HOME/instance-2065917-1247704107.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 69977ce6c8ea267a2a069c25034e898b
RANDOM SEED=22697150

node50.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1348672 kB
Buffers:         79736 kB
Cached:         415372 kB
SwapCached:          0 kB
Active:         308836 kB
Inactive:       323836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1348672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:         149124 kB
Slab:            59780 kB
Committed_AS:   607008 kB
PageTables:       2072 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node50 at 2009-07-16 02:28:37