Trace number 2066193

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-restart 0.3.2? (MO) 472.757 477.252

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-1.xml
MD5SUMf0ac043490c99c87c4cf60cd6584d033
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6352
Number of constraints13312
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13312
Global constraints used (with number of constraints)

Solver Data

0.00/0.03	c has operations which may create big domains
0.00/0.03	c big-domain mode
0.00/0.03	c Seed is 382164856
0.00/0.03	c Constructing HOME/instance-2066193-1247704526.xml  with 39923 constraints
0.87/0.96	c Solving 

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066193-1247704526/watcher-2066193-1247704526 -o /tmp/evaluation-result-2066193-1247704526/solver-2066193-1247704526 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 382164856 HOME/instance-2066193-1247704526.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.00 2.03 2.09 4/81 12992
/proc/meminfo: memFree=1377360/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=5356 CPUtime=0
/proc/12992/stat : 12992 (pcssolve) R 12990 12992 12040 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57518615 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12992/statm: 1339 241 200 169 0 50 0
[pid=12993] ppid=12992 vsize=0 CPUtime=0
/proc/12993/stat : 12993 (pcssolve) R 12992 12992 12040 0 -1 4194368 22 0 0 0 0 0 0 0 22 0 1 0 57518615 0 0 996147200 0 0 0 18446744073709551615 210824129831 0 0 4096 0 0 0 0 17 1 0 0
/proc/12993/statm: 0 0 0 0 0 0 0
[pid=12994] ppid=12992 vsize=5356 CPUtime=0
/proc/12994/stat : 12994 (pcssolve) R 12992 12992 12040 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 57518615 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12994/statm: 1339 241 200 169 0 50 0

[startup+0.109066 s]
/proc/loadavg: 2.00 2.03 2.09 4/81 12992
/proc/meminfo: memFree=1377360/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=6712 CPUtime=0.08
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 1411 826 0 0 7 0 1 0 23 0 1 0 57518615 6873088 916 996147200 134512640 135215973 4294956304 18446744073709551615 4158919227 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 1678 916 385 171 0 603 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6712

[startup+0.201076 s]
/proc/loadavg: 2.00 2.03 2.09 4/81 12992
/proc/meminfo: memFree=1377360/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=8060 CPUtime=0.17
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 1802 826 0 0 16 0 1 0 24 0 1 0 57518615 8253440 1193 996147200 134512640 135215973 4294956304 18446744073709551615 134763499 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 2015 1193 385 171 0 940 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8060

[startup+0.301096 s]
/proc/loadavg: 2.00 2.03 2.09 4/81 12992
/proc/meminfo: memFree=1377360/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=9772 CPUtime=0.27
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 2353 826 0 0 26 0 1 0 25 0 1 0 57518615 10006528 1554 996147200 134512640 135215973 4294956304 18446744073709551615 134581441 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 2443 1554 385 171 0 1368 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9772

[startup+0.701141 s]
/proc/loadavg: 2.00 2.03 2.09 4/81 12992
/proc/meminfo: memFree=1377360/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=15420 CPUtime=0.66
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 4157 826 0 0 64 1 1 0 25 0 1 0 57518615 15790080 2786 996147200 134512640 135215973 4294956304 18446744073709551615 134842074 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 3855 2786 385 171 0 2780 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 15420

[startup+1.50123 s]
/proc/loadavg: 2.00 2.03 2.09 3/82 12998
/proc/meminfo: memFree=1358664/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=33988 CPUtime=1.45
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 10711 826 0 0 140 4 1 0 25 0 1 0 57518615 34803712 6514 996147200 134512640 135215973 4294956304 18446744073709551615 4158960010 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 8497 6514 409 171 0 7422 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 33988

[startup+3.10243 s]
/proc/loadavg: 2.00 2.03 2.09 3/82 12998
/proc/meminfo: memFree=1351944/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=35036 CPUtime=3.04
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 13934 826 0 0 298 5 1 0 25 0 1 0 57518615 35876864 6799 996147200 134512640 135215973 4294956304 18446744073709551615 134532711 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 8759 6799 409 171 0 7684 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 35036

[startup+6.30182 s]
/proc/loadavg: 2.00 2.03 2.09 3/82 12998
/proc/meminfo: memFree=1348040/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=39588 CPUtime=6.21
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 21320 826 0 0 612 8 1 0 25 0 1 0 57518615 40538112 7915 996147200 134512640 135215973 4294956304 18446744073709551615 4158960050 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 9897 7915 409 171 0 8822 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 39588

[startup+12.7016 s]
/proc/loadavg: 2.00 2.03 2.09 3/82 12998
/proc/meminfo: memFree=1338760/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=49020 CPUtime=12.55
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 32973 826 0 0 1239 15 1 0 25 0 1 0 57518615 50196480 10295 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 12255 10295 409 171 0 11180 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 49020

[startup+25.5011 s]
/proc/loadavg: 2.00 2.03 2.09 3/82 12998
/proc/meminfo: memFree=1315912/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=70696 CPUtime=25.23
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 60386 826 0 0 2495 27 1 0 25 0 1 0 57518615 72392704 15696 996147200 134512640 135215973 4294956304 18446744073709551615 134951264 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 17674 15696 409 171 0 16599 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 70696

[startup+51.1012 s]
/proc/loadavg: 2.00 2.02 2.08 3/82 12998
/proc/meminfo: memFree=1274056/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=113348 CPUtime=50.59
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 114603 826 0 0 5008 50 1 0 25 0 1 0 57518615 116068352 26354 996147200 134512640 135215973 4294956304 18446744073709551615 135096194 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 28337 26354 409 171 0 27262 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 113348

[startup+102.301 s]
/proc/loadavg: 2.00 2.02 2.08 3/82 12998
/proc/meminfo: memFree=1176648/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=209344 CPUtime=101.31
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 208473 826 0 0 10043 87 1 0 25 0 1 0 57518615 214368256 50399 996147200 134512640 135215973 4294956304 18446744073709551615 134590088 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 52336 50399 409 171 0 51261 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 209344

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.07 3/82 12998
/proc/meminfo: memFree=1059464/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=327708 CPUtime=160.74
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 331481 826 0 0 15939 134 1 0 25 0 1 0 57518615 335572992 79925 996147200 134512640 135215973 4294956304 18446744073709551615 4158960029 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 81927 79925 409 171 0 80852 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 327708

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.07 3/82 12998
/proc/meminfo: memFree=948936/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=437876 CPUtime=220.18
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 442095 826 0 0 21838 179 1 0 25 0 1 0 57518615 448385024 107228 996147200 134512640 135215973 4294956304 18446744073709551615 134648465 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 109469 107228 409 171 0 108394 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 437876

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.06 3/82 12998
/proc/meminfo: memFree=844360/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=545424 CPUtime=279.62
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 556178 826 0 0 27737 224 1 0 25 0 1 0 57518615 558514176 133529 996147200 134512640 135215973 4294956304 18446744073709551615 4158960089 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 136356 133529 409 171 0 135281 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 545424

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.05 3/82 12998
/proc/meminfo: memFree=730056/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=658808 CPUtime=339.05
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 685666 826 0 0 33630 274 1 0 25 0 1 0 57518615 674619392 161905 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 164702 161905 409 171 0 163627 0
Current children cumulated CPU time (s) 339.05
Current children cumulated vsize (KiB) 658808

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.05 3/82 12998
/proc/meminfo: memFree=608968/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=780936 CPUtime=398.5
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 815025 826 0 0 39527 322 1 0 25 0 1 0 57518615 799678464 192495 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 195234 192495 409 171 0 194159 0
Current children cumulated CPU time (s) 398.5
Current children cumulated vsize (KiB) 780936

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.04 3/82 12998
/proc/meminfo: memFree=492744/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=893768 CPUtime=457.93
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 908352 826 0 0 45430 362 1 0 25 0 1 0 57518615 915218432 221109 996147200 134512640 135215973 4294956304 18446744073709551615 134585632 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 223442 221109 409 171 0 222367 0
Current children cumulated CPU time (s) 457.93
Current children cumulated vsize (KiB) 893768



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+477.101 s]
/proc/loadavg: 2.00 2.00 2.04 3/82 12998
/proc/meminfo: memFree=464264/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=921712 CPUtime=472.59
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4194304 935869 826 0 0 46883 375 1 0 25 0 1 0 57518615 943833088 228166 996147200 134512640 135215973 4294956304 18446744073709551615 134590078 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 230428 228166 409 171 0 229353 0
Current children cumulated CPU time (s) 472.59
Current children cumulated vsize (KiB) 921712

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+477.207 s]
/proc/loadavg: 2.00 2.00 2.04 3/82 12998
/proc/meminfo: memFree=464264/2055920 swapFree=4192812/4192956
[pid=12992] ppid=12990 vsize=0 CPUtime=472.69
/proc/12992/stat : 12992 (pcs.big) R 12990 12992 12040 0 -1 4195332 935869 826 0 0 46883 385 1 0 25 0 1 0 57518615 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/12992/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 472.69
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 477.252
CPU time (s): 472.757
CPU user time (s): 468.849
CPU system time (s): 3.90841
CPU usage (%): 99.0581
Max. virtual memory (cumulated for all children) (KiB): 921712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 468.849
system time used= 3.90841
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 936695
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= 22
involuntary context switches= 19381

runsolver used 0.572912 second user time and 1.60975 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-16 02:35:26
IDJOB=2066193
IDBENCH=54485
IDSOLVER=734
FILE ID=node33/2066193-1247704526
PBS_JOBID= 9521245
Free space on /tmp= 66424 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-1.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066193-1247704526/watcher-2066193-1247704526 -o /tmp/evaluation-result-2066193-1247704526/solver-2066193-1247704526 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 382164856 HOME/instance-2066193-1247704526.xml

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

MD5SUM BENCH= f0ac043490c99c87c4cf60cd6584d033
RANDOM SEED=382164856

node33.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.229
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.229
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:       1377840 kB
Buffers:         78396 kB
Cached:         497088 kB
SwapCached:          0 kB
Active:         187452 kB
Inactive:       422456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1377840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3764 kB
Writeback:           0 kB
Mapped:          54864 kB
Slab:            53280 kB
Committed_AS:   599444 kB
PageTables:       1868 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= 66420 MiB
End job on node33 at 2009-07-16 02:43:25