Trace number 1082460

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.08 1806.12

General information on the benchmark

Namecsp/super-os/super-os-taillard-10/
normalized-super-os-taillard-10-14.xml
MD5SUM8d57e00bbfa4e395d85cb01253c873fe
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.47977
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Maximum constraint arity2
Maximum domain size606
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2800
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.03/0.08	c Building = 1
5.18/5.28	c [ NumberOfVariables = 200 ]
5.18/5.28	c [ NumberOfConstraints = 2800 ]
5.18/5.28	c [ SizeOfSearchSpace(log2) = 1825.1 ]
5.18/5.28	c SymmetrySearch = 1
5.28/5.36	c InitialPropagation = 1
5.28/5.36	c [ SizeOfSearchSpace(log2) = 1825.1 ]
5.28/5.36	c InitialSAC = 1
5.28/5.38	c [ SizeOfSearchSpace(log2) = 1825.1 ]
5.28/5.38	c Search(SampleFF) : 
96.56/96.65	c [ Sampling domwdeg ]
96.56/96.65	c [ Sampling impacts ]
96.56/96.65	c [ Sampling la ]
96.56/96.65	c [ SamplingScores: ]
96.56/96.65	c [ domwdeg+min = 2.32128e-60 | domwdeg+rnd = 1.52589e-09 ]
96.56/96.65	c [ impacts+min = 2.75253e-51 | impacts+rnd = 8.46312e-08 ]
96.56/96.65	c [ la+min = 5.64508e-17 | la+rnd = 2.05015e-07 ]
96.56/96.65	c [ domwdeg = 7.62945e-10 | impacts = 4.23156e-08 | la = 1.02507e-07 ]
96.56/96.65	c [ min = 1.88169e-17 | rand = 4.23156e-08 ]
96.56/96.65	c [ restarting at (4.52802,6.53794e-17) ]
108.16/108.21	c [ restarting at (11.3201,1.82814e-14) ]
136.45/136.55	c [ restarting at (28.3001,2.02239e-13) ]
207.23/207.34	c [ restarting at (70.7504,7.05452e-10) ]
384.07/384.29	c [ restarting at (176.876,6.39492e-06) ]
824.52/826.67	c [ restarting at (442.19,5.80952e-09) ]

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-1082460-1215222759/watcher-1082460-1215222759 -o /tmp/evaluation-result-1082460-1215222759/solver-1082460-1215222759 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1082460-1215222759.xml 1046075440 

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 2.00 4/73 22698
/proc/meminfo: memFree=1698712/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=5352 CPUtime=0
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 678003565 5480448 191 996147200 134512640 135477443 4294956224 18446744073709551615 11889528 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 1338 191 157 235 0 27 0

[startup+0.0459399 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 22698
/proc/meminfo: memFree=1698712/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=5968 CPUtime=0.03
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 596 0 0 0 3 0 0 0 18 0 1 0 678003565 6111232 556 996147200 134512640 135477443 4294956224 18446744073709551615 12355195 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 1492 556 370 235 0 193 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5968

[startup+0.101943 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 22698
/proc/meminfo: memFree=1698712/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=287636 CPUtime=0.09
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 1168 0 0 0 9 0 0 0 18 0 1 0 678003565 294539264 786 996147200 134512640 135477443 4294956224 18446744073709551615 135215692 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 71909 786 455 235 0 70610 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 287636

[startup+0.301964 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 22698
/proc/meminfo: memFree=1698712/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=288560 CPUtime=0.29
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 4538 0 0 0 27 2 0 0 19 0 1 0 678003565 295485440 1044 996147200 134512640 135477443 4294956224 18446744073709551615 135218877 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 72140 1045 455 235 0 70841 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 288560

[startup+0.702005 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 22698
/proc/meminfo: memFree=1698712/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=290804 CPUtime=0.69
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 11370 0 0 0 63 6 0 0 23 0 1 0 678003565 297783296 1628 996147200 134512640 135477443 4294956224 18446744073709551615 134593781 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 72701 1629 455 235 0 71402 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 290804

[startup+1.50108 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22699
/proc/meminfo: memFree=1692112/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=295160 CPUtime=1.48
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 25088 0 0 0 137 11 0 0 25 0 1 0 678003565 302243840 2801 996147200 134512640 135477443 4294956224 18446744073709551615 135215545 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 73790 2802 455 235 0 72491 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 295160

[startup+3.10124 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22699
/proc/meminfo: memFree=1685584/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=304004 CPUtime=3.09
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 52525 0 0 0 286 23 0 0 25 0 1 0 678003565 311300096 5097 996147200 134512640 135477443 4294956224 18446744073709551615 12355195 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 76001 5099 455 235 0 74702 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 304004

[startup+6.30156 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22699
/proc/meminfo: memFree=1666704/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=128588 CPUtime=6.28
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 90392 0 0 0 590 38 0 0 25 0 1 0 678003565 131674112 8405 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 32147 8405 500 235 0 30848 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 128588

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22699
/proc/meminfo: memFree=1666584/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=128588 CPUtime=12.68
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 90394 0 0 0 1230 38 0 0 25 0 1 0 678003565 131674112 8407 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 32147 8407 500 235 0 30848 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 128588

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22699
/proc/meminfo: memFree=1666072/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=128588 CPUtime=25.47
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 90522 0 0 0 2509 38 0 0 25 0 1 0 678003565 131674112 8535 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 32147 8535 500 235 0 30848 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 128588

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22699
/proc/meminfo: memFree=1662168/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=129912 CPUtime=51.07
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 91514 0 0 0 5068 39 0 0 25 0 1 0 678003565 133029888 9527 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 32478 9527 501 235 0 31179 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 129912

[startup+102.305 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22699
/proc/meminfo: memFree=1657368/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=102.26
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 92705 0 0 0 10186 40 0 0 25 0 1 0 678003565 134520832 10718 996147200 134512640 135477443 4294956224 18446744073709551615 13221627 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 32842 10718 502 235 0 31543 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 131368

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22699
/proc/meminfo: memFree=1656792/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=162.24
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 92841 0 0 0 16184 40 0 0 25 0 1 0 678003565 134520832 10854 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 32842 10854 502 235 0 31543 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 131368

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22699
/proc/meminfo: memFree=1656408/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=222.22
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 92924 0 0 0 22182 40 0 0 25 0 1 0 678003565 134520832 10937 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 32842 10937 502 235 0 31543 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 131368

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22699
/proc/meminfo: memFree=1655384/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=282.2
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93169 0 0 0 28180 40 0 0 25 0 1 0 678003565 134520832 11182 996147200 134512640 135477443 4294956224 18446744073709551615 134695419 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 32842 11182 502 235 0 31543 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 131368

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22699
/proc/meminfo: memFree=1655000/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=342.19
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93278 0 0 0 34179 40 0 0 25 0 1 0 678003565 134520832 11291 996147200 134512640 135477443 4294956224 18446744073709551615 135235231 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 32842 11291 502 235 0 31543 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 131368

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22699
/proc/meminfo: memFree=1654936/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=402.17
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93278 0 0 0 40177 40 0 0 25 0 1 0 678003565 134520832 11291 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 32842 11291 502 235 0 31543 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 131368

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22699
/proc/meminfo: memFree=1652888/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=462.16
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93767 0 0 0 46175 41 0 0 25 0 1 0 678003565 134520832 11780 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 32842 11780 502 235 0 31543 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 131368

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22705
/proc/meminfo: memFree=1652824/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=522.14
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 52173 41 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 131368

[startup+582.302 s]
/proc/loadavg: 2.21 2.05 2.01 3/82 23217
/proc/meminfo: memFree=1563256/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=581.2
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 58078 42 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135269728 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 581.2
Current children cumulated vsize (KiB) 131368

[startup+642.302 s]
/proc/loadavg: 2.08 2.04 2.01 3/82 23217
/proc/meminfo: memFree=1561496/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=640.95
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 64053 42 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 640.95
Current children cumulated vsize (KiB) 131368


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 23217
/proc/meminfo: memFree=1561176/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=879.99
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 87956 43 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135268949 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 879.99
Current children cumulated vsize (KiB) 131368

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23217
/proc/meminfo: memFree=1561240/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=939.75
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 93932 43 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135268940 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 939.75
Current children cumulated vsize (KiB) 131368

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23217
/proc/meminfo: memFree=1561240/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=999.51
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 99908 43 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135235211 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 999.51
Current children cumulated vsize (KiB) 131368

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23257
/proc/meminfo: memFree=1605368/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1059.24
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 105880 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 134923145 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1059.24
Current children cumulated vsize (KiB) 131368

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604984/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1118.99
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 111855 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135235221 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1118.99
Current children cumulated vsize (KiB) 131368

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604792/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1178.76
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 117832 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 134586017 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1178.76
Current children cumulated vsize (KiB) 131368

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604728/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1238.52
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 123808 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135235211 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1238.52
Current children cumulated vsize (KiB) 131368

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604728/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1298.28
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 129784 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135235237 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1298.28
Current children cumulated vsize (KiB) 131368

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604792/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1358.03
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 135759 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1358.03
Current children cumulated vsize (KiB) 131368

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604728/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1417.8
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 141736 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135270212 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1417.8
Current children cumulated vsize (KiB) 131368

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604792/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1477.55
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 147711 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135270826 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1477.55
Current children cumulated vsize (KiB) 131368

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604728/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1537.31
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 153687 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 134583214 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1537.31
Current children cumulated vsize (KiB) 131368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604728/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1597.08
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 159664 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1597.08
Current children cumulated vsize (KiB) 131368

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604728/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1656.83
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 165639 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 13230288 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1656.83
Current children cumulated vsize (KiB) 131368

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604664/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1716.59
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 171615 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 13221627 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1716.59
Current children cumulated vsize (KiB) 131368

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604600/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1776.35
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 177591 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1776.35
Current children cumulated vsize (KiB) 131368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604600/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1800.06
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 179962 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 134679632 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 131368

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

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

[startup+1806.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23258
/proc/meminfo: memFree=1604600/2055920 swapFree=4179808/4192956
[pid=22698] ppid=22696 vsize=131368 CPUtime=1800.06
/proc/22698/stat : 22698 (casperzao) R 22696 22698 20940 0 -1 4194304 93789 0 0 0 179962 44 0 0 25 0 1 0 678003565 134520832 11802 996147200 134512640 135477443 4294956224 18446744073709551615 134679632 0 0 4096 0 0 0 0 17 0 0 0
/proc/22698/statm: 32842 11802 502 235 0 31543 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 131368

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.12
CPU time (s): 1800.08
CPU user time (s): 1799.62
CPU system time (s): 0.45593
CPU usage (%): 99.6655
Max. virtual memory (cumulated for all children) (KiB): 315620

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

runsolver used 1.85472 second user time and 4.74228 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 03:52:39
IDJOB=1082460
IDBENCH=57252
IDSOLVER=361
FILE ID=node89/1082460-1215222759
PBS_JOBID= 7881746
Free space on /tmp= 66520 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-10/normalized-super-os-taillard-10-14.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1082460-1215222759/watcher-1082460-1215222759 -o /tmp/evaluation-result-1082460-1215222759/solver-1082460-1215222759 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1082460-1215222759.xml 1046075440 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8d57e00bbfa4e395d85cb01253c873fe
RANDOM SEED=1046075440

node89.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1699128 kB
Buffers:         71092 kB
Cached:         212812 kB
SwapCached:       7136 kB
Active:         210908 kB
Inactive:        89984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699128 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            3208 kB
Writeback:           0 kB
Mapped:          22008 kB
Slab:            41220 kB
Committed_AS:  2017924 kB
PageTables:       1732 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= 66520 MiB
End job on node89 at 2008-07-05 04:22:48