Trace number 2066170

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.2? (MO) 474.2 474.844

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-3.xml
MD5SUM8a935629a6eae49d580ae23508a89ac9
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 constraints13332
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13332
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 2008550176
0.00/0.03	c Constructing HOME/instance-2066170-1247704453.xml  with 40003 constraints
0.87/0.95	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-2066170-1247704453/watcher-2066170-1247704453 -o /tmp/evaluation-result-2066170-1247704453/solver-2066170-1247704453 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 2008550176 HOME/instance-2066170-1247704453.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.34 2.16 2.03 4/82 19759
/proc/meminfo: memFree=1212368/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=5356 CPUtime=0
/proc/19759/stat : 19759 (pcssolve) R 19757 19759 16272 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 57509903 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 255372880543 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/19759/statm: 1339 241 200 169 0 50 0
[pid=19760] ppid=19759 vsize=5356 CPUtime=0
/proc/19760/stat : 19760 (pcssolve) R 19759 19759 16272 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 57509904 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 255372880543 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/19760/statm: 1339 241 200 169 0 50 0

[startup+0.071837 s]
/proc/loadavg: 2.34 2.16 2.03 4/82 19759
/proc/meminfo: memFree=1212368/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=5272 CPUtime=0.06
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 1000 826 0 0 4 0 1 1 23 0 1 0 57509903 5398528 609 996147200 134512640 135215973 4294956304 18446744073709551615 134761740 0 0 4096 0 0 0 0 17 1 0 0
/proc/19759/statm: 1318 609 361 171 0 243 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5272

[startup+0.101844 s]
/proc/loadavg: 2.34 2.16 2.03 4/82 19759
/proc/meminfo: memFree=1212368/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=6712 CPUtime=0.08
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 1401 826 0 0 6 0 1 1 23 0 1 0 57509903 6873088 906 996147200 134512640 135215973 4294956304 18446744073709551615 4158898880 0 0 4096 0 0 0 0 17 1 0 0
/proc/19759/statm: 1678 906 385 171 0 603 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6712

[startup+0.301867 s]
/proc/loadavg: 2.34 2.16 2.03 4/82 19759
/proc/meminfo: memFree=1212368/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=9904 CPUtime=0.29
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 2377 826 0 0 26 1 1 1 25 0 1 0 57509903 10141696 1578 996147200 134512640 135215973 4294956304 18446744073709551615 134763641 0 0 4096 0 0 0 0 17 1 0 0
/proc/19759/statm: 2476 1578 385 171 0 1401 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9904

[startup+0.701909 s]
/proc/loadavg: 2.34 2.16 2.03 4/82 19759
/proc/meminfo: memFree=1212368/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=15424 CPUtime=0.68
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 4171 826 0 0 64 2 1 1 25 0 1 0 57509903 15794176 2800 996147200 134512640 135215973 4294956304 18446744073709551615 134600233 0 0 4096 0 0 0 0 17 1 0 0
/proc/19759/statm: 3856 2800 385 171 0 2781 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 15424

[startup+1.502 s]
/proc/loadavg: 2.34 2.16 2.03 3/83 19765
/proc/meminfo: memFree=1194888/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=34004 CPUtime=1.47
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 10680 826 0 0 141 4 1 1 25 0 1 0 57509903 34820096 6514 996147200 134512640 135215973 4294956304 18446744073709551615 134583409 0 0 4096 0 0 0 0 17 1 0 0
/proc/19759/statm: 8501 6514 409 171 0 7426 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 34004

[startup+3.10116 s]
/proc/loadavg: 2.34 2.16 2.03 3/83 19765
/proc/meminfo: memFree=1187016/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=35312 CPUtime=3.06
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 13183 826 0 0 298 6 1 1 25 0 1 0 57509903 36159488 6872 996147200 134512640 135215973 4294956304 18446744073709551615 134598212 0 0 4096 0 0 0 0 17 1 0 0
/proc/19759/statm: 8828 6872 409 171 0 7753 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 35312

[startup+6.30151 s]
/proc/loadavg: 2.39 2.18 2.03 3/83 19765
/proc/meminfo: memFree=1181720/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=41024 CPUtime=6.23
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 18810 826 0 0 613 8 1 1 25 0 1 0 57509903 42008576 8273 996147200 134512640 135215973 4294956304 18446744073709551615 135094939 0 0 4096 0 0 0 0 17 1 0 0
/proc/19759/statm: 10256 8273 409 171 0 9181 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 41024

[startup+12.7012 s]
/proc/loadavg: 2.36 2.17 2.03 3/83 19765
/proc/meminfo: memFree=1169240/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=53156 CPUtime=12.56
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 31678 826 0 0 1241 13 1 1 25 0 1 0 57509903 54431744 11274 996147200 134512640 135215973 4294956304 18446744073709551615 134617702 0 0 4096 0 0 0 0 17 1 0 0
/proc/19759/statm: 13289 11274 409 171 0 12214 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 53156

[startup+25.5015 s]
/proc/loadavg: 2.50 2.21 2.05 3/83 19765
/proc/meminfo: memFree=1145304/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=76780 CPUtime=25.24
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 56495 826 0 0 2499 23 1 1 25 0 1 0 57509903 78622720 17183 996147200 134512640 135215973 4294956304 18446744073709551615 134585066 0 0 4096 0 0 0 0 17 1 0 0
/proc/19759/statm: 19195 17183 409 171 0 18120 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 76780

[startup+51.1013 s]
/proc/loadavg: 2.39 2.21 2.05 2/72 19767
/proc/meminfo: memFree=1143792/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=124588 CPUtime=50.6
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 105672 826 0 0 5017 41 1 1 25 0 1 0 57509903 127578112 29106 996147200 134512640 135215973 4294956304 18446744073709551615 134600365 0 0 4096 0 0 0 0 17 0 0 0
/proc/19759/statm: 31147 29106 409 171 0 30072 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 124588

[startup+102.308 s]
/proc/loadavg: 2.17 2.17 2.05 3/83 19808
/proc/meminfo: memFree=1012936/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=220196 CPUtime=101.8
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 206353 826 0 0 10091 87 1 1 25 0 1 0 57509903 225480704 52937 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 0 0 0
/proc/19759/statm: 55049 52937 409 171 0 53974 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 220196

[startup+162.301 s]
/proc/loadavg: 2.06 2.14 2.04 3/83 19808
/proc/meminfo: memFree=898504/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=334248 CPUtime=161.76
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 325320 826 0 0 16037 137 1 1 25 0 1 0 57509903 342269952 81616 996147200 134512640 135215973 4294956304 18446744073709551615 134590245 0 0 4096 0 0 0 0 17 0 0 0
/proc/19759/statm: 83562 81616 409 171 0 82487 0
Current children cumulated CPU time (s) 161.76
Current children cumulated vsize (KiB) 334248

[startup+222.301 s]
/proc/loadavg: 2.02 2.11 2.03 3/83 19808
/proc/meminfo: memFree=775368/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=456520 CPUtime=221.74
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 458847 826 0 0 21975 197 1 1 25 0 1 0 57509903 467476480 112216 996147200 134512640 135215973 4294956304 18446744073709551615 134588292 0 0 4096 0 0 0 0 17 0 0 0
/proc/19759/statm: 114130 112216 409 171 0 113055 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 456520

[startup+282.302 s]
/proc/loadavg: 2.01 2.09 2.03 3/83 19808
/proc/meminfo: memFree=665288/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=567952 CPUtime=281.72
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 574950 826 0 0 27922 248 1 1 25 0 1 0 57509903 581582848 139960 996147200 134512640 135215973 4294956304 18446744073709551615 134583442 0 0 4096 0 0 0 0 17 0 0 0
/proc/19759/statm: 141988 139960 409 171 0 140913 0
Current children cumulated CPU time (s) 281.72
Current children cumulated vsize (KiB) 567952

[startup+342.301 s]
/proc/loadavg: 2.00 2.07 2.02 3/83 19808
/proc/meminfo: memFree=549960/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=681436 CPUtime=341.69
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 693781 826 0 0 33867 300 1 1 25 0 1 0 57509903 697790464 168503 996147200 134512640 135215973 4294956304 18446744073709551615 134583456 0 0 4096 0 0 0 0 17 0 0 0
/proc/19759/statm: 170359 168503 409 171 0 169284 0
Current children cumulated CPU time (s) 341.69
Current children cumulated vsize (KiB) 681436

[startup+402.302 s]
/proc/loadavg: 2.00 2.05 2.02 3/83 19808
/proc/meminfo: memFree=445512/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=786860 CPUtime=401.67
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 810918 826 0 0 39816 349 1 1 25 0 1 0 57509903 805744640 194890 996147200 134512640 135215973 4294956304 18446744073709551615 134907424 0 0 4096 0 0 0 0 17 0 0 0
/proc/19759/statm: 196715 194890 409 171 0 195640 0
Current children cumulated CPU time (s) 401.67
Current children cumulated vsize (KiB) 786860

[startup+462.302 s]
/proc/loadavg: 2.00 2.04 2.01 3/83 19808
/proc/meminfo: memFree=336328/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=897600 CPUtime=461.65
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 934515 826 0 0 45759 404 1 1 25 0 1 0 57509903 919142400 221861 996147200 134512640 135215973 4294956304 18446744073709551615 134902534 0 0 4096 0 0 0 0 17 0 0 0
/proc/19759/statm: 224400 221861 409 171 0 223325 0
Current children cumulated CPU time (s) 461.65
Current children cumulated vsize (KiB) 897600



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+474.701 s]
/proc/loadavg: 2.00 2.04 2.01 3/83 19808
/proc/meminfo: memFree=311432/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=921776 CPUtime=474.05
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4194304 958939 826 0 0 46988 415 1 1 25 0 1 0 57509903 943898624 227904 996147200 134512640 135215973 4294956304 18446744073709551615 4159347457 0 0 4096 0 0 0 0 17 0 0 0
/proc/19759/statm: 230444 227904 409 171 0 229369 0
Current children cumulated CPU time (s) 474.05
Current children cumulated vsize (KiB) 921776

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

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

[startup+474.807 s]
/proc/loadavg: 2.00 2.04 2.01 3/83 19808
/proc/meminfo: memFree=311432/2055912 swapFree=4192812/4192956
[pid=19759] ppid=19757 vsize=0 CPUtime=474.15
/proc/19759/stat : 19759 (pcs.big) R 19757 19759 16272 0 -1 4195332 958939 826 0 0 46988 425 1 1 25 0 1 0 57509903 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/19759/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 474.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 474.844
CPU time (s): 474.2
CPU user time (s): 469.898
CPU system time (s): 4.30235
CPU usage (%): 99.8644
Max. virtual memory (cumulated for all children) (KiB): 921776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 469.898
system time used= 4.30234
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 959765
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= 2428

runsolver used 0.593909 second user time and 1.57776 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-16 02:34:13
IDJOB=2066170
IDBENCH=54482
IDSOLVER=733
FILE ID=node78/2066170-1247704453
PBS_JOBID= 9521161
Free space on /tmp= 126760 MiB

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

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

MD5SUM BENCH= 8a935629a6eae49d580ae23508a89ac9
RANDOM SEED=2008550176

node78.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.232
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.232
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:      2055912 kB
MemFree:       1212784 kB
Buffers:         91152 kB
Cached:         617476 kB
SwapCached:          0 kB
Active:         263688 kB
Inactive:       507824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1212784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4212 kB
Writeback:           0 kB
Mapped:          83260 kB
Slab:            56504 kB
Committed_AS:   687748 kB
PageTables:       1980 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126764 MiB
End job on node78 at 2009-07-16 02:42:10