Trace number 1094237

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.07 1810.01

General information on the benchmark

Namecsp/os-taillard-7/
normalized-os-taillard-7-95-8.xml
MD5SUM4dcd5adff23a10b18590d338d8ee17e8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.077987
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size430
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.21	c Building = 1
0.57/0.63	c [ NumberOfVariables = 49 ]
0.57/0.63	c [ NumberOfConstraints = 294 ]
0.57/0.63	c [ SizeOfSearchSpace(log2) = 419.763 ]
0.57/0.63	c SymmetrySearch = 1
0.57/0.63	c InitialPropagation = 1
0.57/0.63	c [ SizeOfSearchSpace(log2) = 419.763 ]
0.57/0.63	c InitialSAC = 1
0.57/0.64	c [ SizeOfSearchSpace(log2) = 419.763 ]
0.57/0.64	c Search(SampleFF) : 
75.21/75.68	c [ Sampling domwdeg ]
75.21/75.68	c [ Sampling impacts ]
75.21/75.68	c [ Sampling la ]
75.21/75.68	c [ SamplingScores: ]
75.21/75.68	c [ domwdeg+min = 1.25748e-06 | domwdeg+rnd = 0.000326468 ]
75.21/75.68	c [ impacts+min = 9.26608e-18 | impacts+rnd = 2.81193e-06 ]
75.21/75.68	c [ la+min = 3.37372e-08 | la+rnd = 2.69323e-05 ]
75.21/75.68	c [ domwdeg = 0.000163863 | impacts = 1.40596e-06 | la = 1.3483e-05 ]
75.21/75.68	c [ min = 4.30406e-07 | rand = 1.40596e-06 ]
75.21/75.68	c [ restarting at (4.52802,1.25748e-06) ]
87.35/87.86	c [ restarting at (11.3201,1.25748e-06) ]
117.70/118.32	c [ restarting at (28.3001,1.25748e-06) ]
193.43/194.48	c [ restarting at (70.7504,1.25748e-06) ]
382.90/384.86	c [ restarting at (176.876,1.25748e-06) ]
856.57/860.81	c [ restarting at (442.19,1.25748e-06) ]
1425.98/1433.07	c [ restarting at (1105.47,1.25748e-06) ]

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

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: 1.97 1.98 1.99 4/87 17920
/proc/meminfo: memFree=1728856/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=1056 CPUtime=0
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 40 0 0 0 0 0 0 0 22 0 1 0 2006892438 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 10384164 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 264 26 20 235 0 3 0

[startup+0.174742 s]
/proc/loadavg: 1.97 1.98 1.99 4/87 17920
/proc/meminfo: memFree=1728856/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=286976 CPUtime=0.16
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 2926 0 0 0 15 1 0 0 18 0 1 0 2006892438 293863424 642 996147200 134512640 135477443 4294956224 18446744073709551615 135274364 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 71744 642 453 235 0 70445 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 286976

[startup+0.201744 s]
/proc/loadavg: 1.97 1.98 1.99 4/87 17920
/proc/meminfo: memFree=1728856/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=287108 CPUtime=0.19
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 3336 0 0 0 18 1 0 0 18 0 1 0 2006892438 293998592 644 996147200 134512640 135477443 4294956224 18446744073709551615 135268132 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 71777 644 453 235 0 70478 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 287108

[startup+0.301761 s]
/proc/loadavg: 1.97 1.98 1.99 4/87 17920
/proc/meminfo: memFree=1728856/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=287240 CPUtime=0.28
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 4871 0 0 0 27 1 0 0 19 0 1 0 2006892438 294133760 695 996147200 134512640 135477443 4294956224 18446744073709551615 135268706 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 71810 696 453 235 0 70511 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 287240

[startup+0.701832 s]
/proc/loadavg: 1.97 1.98 1.99 4/87 17920
/proc/meminfo: memFree=1728856/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100360 CPUtime=0.68
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10161 0 0 0 64 4 0 0 23 0 1 0 2006892438 102768640 926 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25090 926 497 235 0 23791 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100360

[startup+1.50197 s]
/proc/loadavg: 1.97 1.98 1.99 3/88 17921
/proc/meminfo: memFree=1726864/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100360 CPUtime=1.47
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10207 0 0 0 143 4 0 0 25 0 1 0 2006892438 102768640 972 996147200 134512640 135477443 4294956224 18446744073709551615 134679104 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25090 972 498 235 0 23791 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 100360

[startup+3.10125 s]
/proc/loadavg: 1.97 1.98 1.99 3/88 17921
/proc/meminfo: memFree=1726672/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100360 CPUtime=3.07
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10209 0 0 0 303 4 0 0 25 0 1 0 2006892438 102768640 974 996147200 134512640 135477443 4294956224 18446744073709551615 135270899 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25090 974 498 235 0 23791 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 100360

[startup+6.30181 s]
/proc/loadavg: 1.97 1.98 1.99 3/88 17921
/proc/meminfo: memFree=1726608/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100360 CPUtime=6.25
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10209 0 0 0 621 4 0 0 25 0 1 0 2006892438 102768640 974 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25090 974 498 235 0 23791 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 100360

[startup+12.7019 s]
/proc/loadavg: 1.97 1.98 1.99 3/88 17921
/proc/meminfo: memFree=1726480/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100360 CPUtime=12.62
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10248 0 0 0 1258 4 0 0 25 0 1 0 2006892438 102768640 1013 996147200 134512640 135477443 4294956224 18446744073709551615 135272418 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25090 1013 498 235 0 23791 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 100360

[startup+25.5012 s]
/proc/loadavg: 1.98 1.98 1.99 3/88 17921
/proc/meminfo: memFree=1726032/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100492 CPUtime=25.36
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10335 0 0 0 2532 4 0 0 25 0 1 0 2006892438 102903808 1100 996147200 134512640 135477443 4294956224 18446744073709551615 135269743 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25123 1100 499 235 0 23824 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 100492

[startup+51.1017 s]
/proc/loadavg: 1.98 1.98 1.99 3/88 17921
/proc/meminfo: memFree=1724944/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=50.83
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10599 0 0 0 5079 4 0 0 25 0 1 0 2006892438 103174144 1364 996147200 134512640 135477443 4294956224 18446744073709551615 11685611 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1364 499 235 0 23890 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 100756

[startup+102.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 17921
/proc/meminfo: memFree=1724688/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=101.78
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 10174 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135269576 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 100756

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 17921
/proc/meminfo: memFree=1724688/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=161.48
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 16144 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 100756

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 17923
/proc/meminfo: memFree=1724496/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=221.2
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 22116 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 134586161 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 100756

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 17923
/proc/meminfo: memFree=1724432/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=280.9
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 28086 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 280.9
Current children cumulated vsize (KiB) 100756

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 17923
/proc/meminfo: memFree=1724368/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=340.61
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 34057 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 134586033 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 340.61
Current children cumulated vsize (KiB) 100756

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 17923
/proc/meminfo: memFree=1724368/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=400.31
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 40027 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135269568 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 400.31
Current children cumulated vsize (KiB) 100756

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 17923
/proc/meminfo: memFree=1724368/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=460.02
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 45998 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 134586007 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 460.02
Current children cumulated vsize (KiB) 100756

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 17923
/proc/meminfo: memFree=1724368/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=519.73
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 51969 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 134583606 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 519.73
Current children cumulated vsize (KiB) 100756

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 17923
/proc/meminfo: memFree=1724368/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=579.43
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 57939 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135270899 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 579.43
Current children cumulated vsize (KiB) 100756

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 17923
/proc/meminfo: memFree=1724368/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=639.14
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 63910 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 134586755 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 639.14
Current children cumulated vsize (KiB) 100756


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

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17923
/proc/meminfo: memFree=1724048/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=877.98
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 87794 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135208690 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 877.98
Current children cumulated vsize (KiB) 100756

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17923
/proc/meminfo: memFree=1723984/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=937.68
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 93764 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 937.68
Current children cumulated vsize (KiB) 100756

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17923
/proc/meminfo: memFree=1723984/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=997.39
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 99735 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 997.39
Current children cumulated vsize (KiB) 100756

[startup+1062.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/88 17923
/proc/meminfo: memFree=1723984/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1057.09
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 105705 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135268557 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1057.09
Current children cumulated vsize (KiB) 100756

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 17923
/proc/meminfo: memFree=1723920/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1116.8
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 111676 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1116.8
Current children cumulated vsize (KiB) 100756

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17923
/proc/meminfo: memFree=1723920/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1176.51
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 117647 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135268537 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1176.51
Current children cumulated vsize (KiB) 100756

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17923
/proc/meminfo: memFree=1723792/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1236.21
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 123617 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135271536 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1236.21
Current children cumulated vsize (KiB) 100756

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17923
/proc/meminfo: memFree=1723728/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1295.92
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 129588 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1295.92
Current children cumulated vsize (KiB) 100756

[startup+1362.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/88 17923
/proc/meminfo: memFree=1723728/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1355.63
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 135559 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135208684 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1355.63
Current children cumulated vsize (KiB) 100756

[startup+1422.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/88 17923
/proc/meminfo: memFree=1723600/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1415.34
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 141530 4 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135208001 0 0 4096 0 0 0 0 17 1 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1415.34
Current children cumulated vsize (KiB) 100756

[startup+1482.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/79 18001
/proc/meminfo: memFree=1733344/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1474.9
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 147485 5 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 134593817 0 0 4096 0 0 0 0 17 0 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1474.9
Current children cumulated vsize (KiB) 100756

[startup+1542.31 s]
/proc/loadavg: 2.33 2.12 2.03 3/79 18001
/proc/meminfo: memFree=1733408/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1534.44
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 153439 5 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 134695638 0 0 4096 0 0 0 0 17 0 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1534.44
Current children cumulated vsize (KiB) 100756

[startup+1602.3 s]
/proc/loadavg: 2.12 2.10 2.02 3/79 18001
/proc/meminfo: memFree=1733280/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1593.97
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 159392 5 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1593.97
Current children cumulated vsize (KiB) 100756

[startup+1662.3 s]
/proc/loadavg: 2.04 2.08 2.02 3/79 18007
/proc/meminfo: memFree=1733088/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1653.51
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 165346 5 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135270834 0 0 4096 0 0 0 0 17 0 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1653.51
Current children cumulated vsize (KiB) 100756

[startup+1722.3 s]
/proc/loadavg: 2.01 2.06 2.01 3/79 18007
/proc/meminfo: memFree=1733088/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1713.04
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 171299 5 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 4159460269 0 0 4096 0 0 0 0 17 0 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1713.04
Current children cumulated vsize (KiB) 100756

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/79 18007
/proc/meminfo: memFree=1732960/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1772.57
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 177252 5 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135226264 0 0 4096 0 0 0 0 17 0 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1772.57
Current children cumulated vsize (KiB) 100756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810 s]
/proc/loadavg: 2.00 2.04 2.00 3/79 18007
/proc/meminfo: memFree=1732960/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1800.06
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 180001 5 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135270897 0 0 4096 0 0 0 0 17 0 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 100756

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

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

[startup+1810 s]
/proc/loadavg: 2.00 2.04 2.00 3/79 18007
/proc/meminfo: memFree=1732960/2055920 swapFree=4180728/4192956
[pid=17920] ppid=17918 vsize=100756 CPUtime=1800.06
/proc/17920/stat : 17920 (casperzao) R 17918 17920 15944 0 -1 4194304 10644 0 0 0 180001 5 0 0 25 0 1 0 2006892438 103174144 1409 996147200 134512640 135477443 4294956224 18446744073709551615 135270897 0 0 4096 0 0 0 0 17 0 0 0
/proc/17920/statm: 25189 1409 500 235 0 23890 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 100756

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.01
CPU time (s): 1800.07
CPU user time (s): 1800.01
CPU system time (s): 0.05999
CPU usage (%): 99.4511
Max. virtual memory (cumulated for all children) (KiB): 287768

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

runsolver used 2.09768 second user time and 5.02424 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-05 19:33:31
IDJOB=1094237
IDBENCH=58771
IDSOLVER=361
FILE ID=node61/1094237-1215279211
PBS_JOBID= 7882211
Free space on /tmp= 66496 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/os-taillard-7/normalized-os-taillard-7-95-8.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094237-1215279211/watcher-1094237-1215279211 -o /tmp/evaluation-result-1094237-1215279211/solver-1094237-1215279211 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1094237-1215279211.xml 425752045 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4dcd5adff23a10b18590d338d8ee17e8
RANDOM SEED=425752045

node61.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.269
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.269
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:       1729336 kB
Buffers:         53200 kB
Cached:         168472 kB
SwapCached:       6468 kB
Active:         185848 kB
Inactive:        83680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729336 kB
SwapTotal:     4192956 kB
SwapFree:      4180728 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:          65316 kB
Slab:            41660 kB
Committed_AS:  4079772 kB
PageTables:       2384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node61 at 2008-07-05 20:03:43