Trace number 1060859

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
casper zao? (TO) 1800.03 1809.91

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 (download as text)

0.18/0.20	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.20	c Parsing = 1
0.48/0.51	c Building = 1
1.08/1.19	c [ NumberOfVariables = 6352 ]
1.08/1.19	c [ NumberOfConstraints = 13312 ]
1.08/1.19	c [ SizeOfSearchSpace(log2) = 6211 ]
1.08/1.19	c SymmetrySearch = (Timeout)
11.20/11.33	c [ Proceeding without symmetry breaking ]
11.20/11.35	c InitialPropagation = 1
11.20/11.38	c [ SizeOfSearchSpace(log2) = 4836 ]
11.20/11.38	c InitialSAC = 1
11.99/12.15	c [ SizeOfSearchSpace(log2) = 4832 ]
11.99/12.16	c Search(SampleFF) : 
1487.82/1497.52	c [ Sampling domwdeg ]
1487.82/1497.52	c [ Sampling impacts ]
1487.82/1497.52	c [ Sampling la ]
1487.82/1497.52	c [ SamplingScores: ]
1487.82/1497.52	c [ domwdeg+min = 0.0503033 | domwdeg+rnd = 4.81486e-06 ]
1487.82/1497.52	c [ impacts+min = 4.42291e-10 | impacts+rnd = 7.92069e-08 ]
1487.82/1497.52	c [ la+min = 5.05836e-16 | la+rnd = 2.45081e-12 ]
1487.82/1497.52	c [ domwdeg = 0.025154 | impacts = 3.98246e-08 | la = 1.22566e-12 ]
1487.82/1497.52	c [ min = 0.0167678 | rand = 3.98246e-08 ]
1487.82/1497.52	c [ restarting at (0.1,4.43255e-09) ]
1488.02/1497.78	c [ restarting at (0.25,1.51711e-08) ]
1488.72/1498.41	c [ restarting at (0.625,6.54181e-08) ]
1490.22/1499.99	c [ restarting at (1.5625,0.000117253) ]
1494.21/1503.90	c [ restarting at (3.90625,6.21295e-07) ]
1503.91/1513.68	c [ restarting at (9.76562,1.95342e-07) ]
1528.39/1538.11	c [ restarting at (24.4141,1.38418e-05) ]
1589.35/1599.17	c [ restarting at (61.0352,4.41873e-06) ]
1741.95/1751.81	c [ restarting at (152.588,0.00613023) ]

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060859-1215128835/watcher-1060859-1215128835 -o /tmp/evaluation-result-1060859-1215128835/solver-1060859-1215128835 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1060859-1215128835.xml 1256404420 

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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 11644
/proc/meminfo: memFree=1484864/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=1056 CPUtime=0
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 696849909 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 4870948 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 264 26 20 235 0 3 0

[startup+0.0947191 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 11644
/proc/meminfo: memFree=1484864/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=6628 CPUtime=0.08
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 766 0 0 0 8 0 0 0 18 0 1 0 696849909 6787072 726 996147200 134512640 135477443 4294956224 18446744073709551615 5303887 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 1657 726 370 235 0 358 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6628

[startup+0.102717 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 11644
/proc/meminfo: memFree=1484864/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=6760 CPUtime=0.09
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 791 0 0 0 9 0 0 0 18 0 1 0 696849909 6922240 751 996147200 134512640 135477443 4294956224 18446744073709551615 4159786243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 1690 751 370 235 0 391 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6760

[startup+0.301757 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 11644
/proc/meminfo: memFree=1484864/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=9136 CPUtime=0.28
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 1385 0 0 0 28 0 0 0 19 0 1 0 696849909 9355264 1345 996147200 134512640 135477443 4294956224 18446744073709551615 5336686 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 2284 1345 370 235 0 985 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9136

[startup+0.701827 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 11644
/proc/meminfo: memFree=1484864/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=104876 CPUtime=0.68
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 6226 0 0 0 57 11 0 0 23 0 1 0 696849909 107393024 2789 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 26219 2789 421 235 0 24920 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 104876

[startup+1.50195 s]
/proc/loadavg: 2.00 2.00 1.95 3/73 11645
/proc/meminfo: memFree=1472568/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=117752 CPUtime=1.48
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 19252 0 0 0 105 43 0 0 25 0 1 0 696849909 120578048 5858 996147200 134512640 135477443 4294956224 18446744073709551615 134535923 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 29438 5858 455 235 0 28139 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 117752

[startup+3.10123 s]
/proc/loadavg: 2.00 2.00 1.95 3/73 11645
/proc/meminfo: memFree=1462712/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=117752 CPUtime=3.06
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 19428 0 0 0 263 43 0 0 25 0 1 0 696849909 120578048 6032 996147200 134512640 135477443 4294956224 18446744073709551615 134535420 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 29438 6032 455 235 0 28139 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 117752

[startup+6.30277 s]
/proc/loadavg: 2.00 2.00 1.95 3/73 11645
/proc/meminfo: memFree=1462264/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=117752 CPUtime=6.24
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 19428 0 0 0 581 43 0 0 25 0 1 0 696849909 120578048 6032 996147200 134512640 135477443 4294956224 18446744073709551615 134535448 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 29438 6032 455 235 0 28139 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 117752

[startup+12.7018 s]
/proc/loadavg: 2.16 2.03 1.96 3/73 11645
/proc/meminfo: memFree=1469752/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=12.58
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 19711 0 0 0 1215 43 0 0 25 0 1 0 696849909 109461504 4327 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 26724 4327 505 235 0 25425 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 106896

[startup+25.502 s]
/proc/loadavg: 2.14 2.03 1.96 3/73 11645
/proc/meminfo: memFree=1468984/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=25.28
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 19804 0 0 0 2485 43 0 0 25 0 1 0 696849909 109461504 4420 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 26724 4420 505 235 0 25425 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 106896

[startup+51.1013 s]
/proc/loadavg: 2.09 2.03 1.96 3/73 11645
/proc/meminfo: memFree=1468664/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=50.69
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 19894 0 0 0 5025 44 0 0 25 0 1 0 696849909 109461504 4510 996147200 134512640 135477443 4294956224 18446744073709551615 135237370 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 26724 4510 507 235 0 25425 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 106896

[startup+102.308 s]
/proc/loadavg: 2.09 2.04 1.96 3/94 11699
/proc/meminfo: memFree=1343768/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=101.37
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 20074 0 0 0 10090 47 0 0 25 0 1 0 696849909 109461504 4690 996147200 134512640 135477443 4294956224 18446744073709551615 6172397 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 26724 4690 507 235 0 25425 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 106896

[startup+162.302 s]
/proc/loadavg: 2.11 2.06 1.97 3/94 11699
/proc/meminfo: memFree=1342936/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=160.19
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 20253 0 0 0 15972 47 0 0 25 0 1 0 696849909 109461504 4869 996147200 134512640 135477443 4294956224 18446744073709551615 6181067 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 26724 4869 507 235 0 25425 0
Current children cumulated CPU time (s) 160.19
Current children cumulated vsize (KiB) 106896

[startup+222.301 s]
/proc/loadavg: 2.14 2.07 1.98 3/94 11699
/proc/meminfo: memFree=1342168/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=219.02
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 20429 0 0 0 21855 47 0 0 25 0 1 0 696849909 109461504 5045 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 26724 5045 507 235 0 25425 0
Current children cumulated CPU time (s) 219.02
Current children cumulated vsize (KiB) 106896

[startup+282.301 s]
/proc/loadavg: 2.42 2.15 2.02 3/94 11699
/proc/meminfo: memFree=1341400/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=277.87
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 20601 0 0 0 27739 48 0 0 25 0 1 0 696849909 109461504 5217 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 26724 5217 507 235 0 25425 0
Current children cumulated CPU time (s) 277.87
Current children cumulated vsize (KiB) 106896

[startup+342.301 s]
/proc/loadavg: 2.18 2.13 2.01 3/94 11699
/proc/meminfo: memFree=1340696/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=336.69
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 20771 0 0 0 33621 48 0 0 25 0 1 0 696849909 109461504 5387 996147200 134512640 135477443 4294956224 18446744073709551615 135235211 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 26724 5387 507 235 0 25425 0
Current children cumulated CPU time (s) 336.69
Current children cumulated vsize (KiB) 106896

[startup+402.302 s]
/proc/loadavg: 2.07 2.11 2.01 3/94 11699
/proc/meminfo: memFree=1339992/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=395.53
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 20939 0 0 0 39505 48 0 0 25 0 1 0 696849909 109461504 5555 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 26724 5555 507 235 0 25425 0
Current children cumulated CPU time (s) 395.53
Current children cumulated vsize (KiB) 106896

[startup+462.301 s]
/proc/loadavg: 2.02 2.08 2.00 3/94 11699
/proc/meminfo: memFree=1339352/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=454.35
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 21108 0 0 0 45387 48 0 0 25 0 1 0 696849909 109461504 5724 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/11644/statm: 26724 5724 507 235 0 25425 0
Current children cumulated CPU time (s) 454.35
Current children cumulated vsize (KiB) 106896

[startup+522.301 s]
/proc/loadavg: 2.01 2.07 2.00 3/85 11702
/proc/meminfo: memFree=1378520/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=513.26
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 21278 0 0 0 51277 49 0 0 25 0 1 0 696849909 109461504 5894 996147200 134512640 135477443 4294956224 18446744073709551615 134879136 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 5894 507 235 0 25425 0
Current children cumulated CPU time (s) 513.26
Current children cumulated vsize (KiB) 106896

[startup+582.302 s]
/proc/loadavg: 2.00 2.05 2.00 3/85 11702
/proc/meminfo: memFree=1377880/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=573.22
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 21446 0 0 0 57273 49 0 0 25 0 1 0 696849909 109461504 6062 996147200 134512640 135477443 4294956224 18446744073709551615 135235211 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 6062 507 235 0 25425 0
Current children cumulated CPU time (s) 573.22
Current children cumulated vsize (KiB) 106896

[startup+642.302 s]
/proc/loadavg: 2.00 2.04 2.00 3/85 11702
/proc/meminfo: memFree=1377176/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=633.18
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 21615 0 0 0 63269 49 0 0 25 0 1 0 696849909 109461504 6231 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 6231 507 235 0 25425 0
Current children cumulated CPU time (s) 633.18
Current children cumulated vsize (KiB) 106896


################
# More data... #
################

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 11708
/proc/meminfo: memFree=1374360/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=873.02
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22286 0 0 0 87252 50 0 0 25 0 1 0 696849909 109461504 6902 996147200 134512640 135477443 4294956224 18446744073709551615 6172406 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 6902 507 235 0 25425 0
Current children cumulated CPU time (s) 873.02
Current children cumulated vsize (KiB) 106896

[startup+942.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 11708
/proc/meminfo: memFree=1373784/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=932.97
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22443 0 0 0 93247 50 0 0 25 0 1 0 696849909 109461504 7059 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7059 507 235 0 25425 0
Current children cumulated CPU time (s) 932.97
Current children cumulated vsize (KiB) 106896

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 11708
/proc/meminfo: memFree=1373784/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=992.94
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22443 0 0 0 99244 50 0 0 25 0 1 0 696849909 109461504 7059 996147200 134512640 135477443 4294956224 18446744073709551615 6181072 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7059 507 235 0 25425 0
Current children cumulated CPU time (s) 992.94
Current children cumulated vsize (KiB) 106896

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 11708
/proc/meminfo: memFree=1373784/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1052.9
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22443 0 0 0 105240 50 0 0 25 0 1 0 696849909 109461504 7059 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7059 507 235 0 25425 0
Current children cumulated CPU time (s) 1052.9
Current children cumulated vsize (KiB) 106896

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 11708
/proc/meminfo: memFree=1373720/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1112.86
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22443 0 0 0 111236 50 0 0 25 0 1 0 696849909 109461504 7059 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7059 507 235 0 25425 0
Current children cumulated CPU time (s) 1112.86
Current children cumulated vsize (KiB) 106896

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 11708
/proc/meminfo: memFree=1373656/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1172.82
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22443 0 0 0 117232 50 0 0 25 0 1 0 696849909 109461504 7059 996147200 134512640 135477443 4294956224 18446744073709551615 6172411 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7059 507 235 0 25425 0
Current children cumulated CPU time (s) 1172.82
Current children cumulated vsize (KiB) 106896

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 11708
/proc/meminfo: memFree=1373656/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1232.78
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22443 0 0 0 123228 50 0 0 25 0 1 0 696849909 109461504 7059 996147200 134512640 135477443 4294956224 18446744073709551615 6172376 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7059 507 235 0 25425 0
Current children cumulated CPU time (s) 1232.78
Current children cumulated vsize (KiB) 106896

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 11708
/proc/meminfo: memFree=1373592/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1292.74
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22443 0 0 0 129224 50 0 0 25 0 1 0 696849909 109461504 7059 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7059 507 235 0 25425 0
Current children cumulated CPU time (s) 1292.74
Current children cumulated vsize (KiB) 106896

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 11708
/proc/meminfo: memFree=1373592/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1352.7
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22443 0 0 0 135220 50 0 0 25 0 1 0 696849909 109461504 7059 996147200 134512640 135477443 4294956224 18446744073709551615 135235247 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7059 507 235 0 25425 0
Current children cumulated CPU time (s) 1352.7
Current children cumulated vsize (KiB) 106896

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 11708
/proc/meminfo: memFree=1373592/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1412.67
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22443 0 0 0 141217 50 0 0 25 0 1 0 696849909 109461504 7059 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7059 507 235 0 25425 0
Current children cumulated CPU time (s) 1412.67
Current children cumulated vsize (KiB) 106896

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 11708
/proc/meminfo: memFree=1373528/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1472.63
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22443 0 0 0 147212 51 0 0 25 0 1 0 696849909 109461504 7059 996147200 134512640 135477443 4294956224 18446744073709551615 6181254 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7059 507 235 0 25425 0
Current children cumulated CPU time (s) 1472.63
Current children cumulated vsize (KiB) 106896

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 11708
/proc/meminfo: memFree=1373528/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1532.59
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22444 0 0 0 153208 51 0 0 25 0 1 0 696849909 109461504 7060 996147200 134512640 135477443 4294956224 18446744073709551615 134695841 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7060 508 235 0 25425 0
Current children cumulated CPU time (s) 1532.59
Current children cumulated vsize (KiB) 106896

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 11719
/proc/meminfo: memFree=1303440/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1592.55
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22444 0 0 0 159204 51 0 0 25 0 1 0 696849909 109461504 7060 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7060 508 235 0 25425 0
Current children cumulated CPU time (s) 1592.55
Current children cumulated vsize (KiB) 106896

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 11719
/proc/meminfo: memFree=1303376/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1652.51
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22444 0 0 0 165200 51 0 0 25 0 1 0 696849909 109461504 7060 996147200 134512640 135477443 4294956224 18446744073709551615 135270286 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7060 508 235 0 25425 0
Current children cumulated CPU time (s) 1652.51
Current children cumulated vsize (KiB) 106896

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 11719
/proc/meminfo: memFree=1302416/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1712.47
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22444 0 0 0 171196 51 0 0 25 0 1 0 696849909 109461504 7060 996147200 134512640 135477443 4294956224 18446744073709551615 134586004 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7060 508 235 0 25425 0
Current children cumulated CPU time (s) 1712.47
Current children cumulated vsize (KiB) 106896

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 11719
/proc/meminfo: memFree=1302352/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1772.43
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22444 0 0 0 177192 51 0 0 25 0 1 0 696849909 109461504 7060 996147200 134512640 135477443 4294956224 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7060 508 235 0 25425 0
Current children cumulated CPU time (s) 1772.43
Current children cumulated vsize (KiB) 106896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 11719
/proc/meminfo: memFree=1302352/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1800.02
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22444 0 0 0 179951 51 0 0 25 0 1 0 696849909 109461504 7060 996147200 134512640 135477443 4294956224 18446744073709551615 134695324 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7060 508 235 0 25425 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 106896

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

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

[startup+1809.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 11719
/proc/meminfo: memFree=1302352/2055920 swapFree=4156332/4192956
[pid=11644] ppid=11642 vsize=106896 CPUtime=1800.02
/proc/11644/stat : 11644 (casperzao) R 11642 11644 9701 0 -1 4194304 22444 0 0 0 179951 51 0 0 25 0 1 0 696849909 109461504 7060 996147200 134512640 135477443 4294956224 18446744073709551615 134695324 0 0 4096 0 0 0 0 17 0 0 0
/proc/11644/statm: 26724 7060 508 235 0 25425 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 106896

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.91
CPU time (s): 1800.03
CPU user time (s): 1799.51
CPU system time (s): 0.52092
CPU usage (%): 99.4541
Max. virtual memory (cumulated for all children) (KiB): 117752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.52092
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22444
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= 16
involuntary context switches= 24852

runsolver used 2.14067 second user time and 6.03408 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-04 01:47:15
IDJOB=1060859
IDBENCH=54485
IDSOLVER=361
FILE ID=node58/1060859-1215128835
PBS_JOBID= 7877089
Free space on /tmp= 66540 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-1.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060859-1215128835/watcher-1060859-1215128835 -o /tmp/evaluation-result-1060859-1215128835/solver-1060859-1215128835 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1060859-1215128835.xml 1256404420 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f0ac043490c99c87c4cf60cd6584d033
RANDOM SEED=1256404420

node58.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.261
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.261
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:       1485344 kB
Buffers:         73504 kB
Cached:         384792 kB
SwapCached:      30964 kB
Active:         273048 kB
Inactive:       237072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485344 kB
SwapTotal:     4192956 kB
SwapFree:      4156332 kB
Dirty:            4860 kB
Writeback:           0 kB
Mapped:          59312 kB
Slab:            45724 kB
Committed_AS:  1129380 kB
PageTables:       1748 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= 66512 MiB
End job on node58 at 2008-07-04 02:17:27