Trace number 1060103

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.05 1813.02

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-100-4.xml
MD5SUMb6b292050203805743cd5f448d135627
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 benchmark0.821874
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size992
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
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.09/0.10	c Building = 1
6.19/6.20	c [ NumberOfVariables = 225 ]
6.19/6.20	c [ NumberOfConstraints = 3150 ]
6.19/6.20	c [ SizeOfSearchSpace(log2) = 2222.06 ]
6.19/6.20	c SymmetrySearch = 1
6.19/6.28	c InitialPropagation = 1
6.19/6.28	c [ SizeOfSearchSpace(log2) = 2222.06 ]
6.19/6.28	c InitialSAC = 1
6.29/6.30	c [ SizeOfSearchSpace(log2) = 2222.06 ]
6.29/6.30	c Search(SampleFF) : 
114.53/114.60	c [ Sampling domwdeg ]
114.53/114.60	c [ Sampling impacts ]
114.53/114.60	c [ Sampling la ]
114.53/114.60	c [ SamplingScores: ]
114.53/114.60	c [ domwdeg+min = 1.588e-198 | domwdeg+rnd = 4.44514e-16 ]
114.53/114.60	c [ impacts+min = 2.69574e-284 | impacts+rnd = 3.26867e-22 ]
114.53/114.60	c [ la+min = 9.77202e-303 | la+rnd = 2.40102e-07 ]
114.53/114.60	c [ domwdeg = 2.22257e-16 | impacts = 1.63433e-22 | la = 1.20051e-07 ]
114.53/114.60	c [ min = 5.29333e-199 | rand = 1.63433e-22 ]
114.53/114.60	c [ restarting at (4.52802,3.08599e-21) ]
125.77/125.92	c [ restarting at (11.3201,2.72631e-15) ]
153.86/154.30	c [ restarting at (28.3001,1.45185e-18) ]
224.22/225.11	c [ restarting at (70.7504,2.23559e-25) ]
399.87/402.13	c [ restarting at (176.876,1.28262e-12) ]
838.91/844.52	c [ restarting at (442.19,4.08947e-15) ]

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

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.86 1.28 1.15 4/82 24417
/proc/meminfo: memFree=1869840/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=5352 CPUtime=0
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 228 0 0 0 0 0 0 0 18 0 1 0 668310920 5480448 202 996147200 134512640 135477443 4294956224 18446744073709551615 7939260 0 0 4096 0 0 0 0 17 0 0 0
/proc/24417/statm: 1338 202 165 235 0 27 0

[startup+0.035896 s]
/proc/loadavg: 1.86 1.28 1.15 4/82 24417
/proc/meminfo: memFree=1869840/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=5836 CPUtime=0.02
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 580 0 0 0 2 0 0 0 18 0 1 0 668310920 5976064 540 996147200 134512640 135477443 4294956224 18446744073709551615 8369787 0 0 4096 0 0 0 0 17 0 0 0
/proc/24417/statm: 1459 540 370 235 0 160 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5836

[startup+0.101908 s]
/proc/loadavg: 1.86 1.28 1.15 4/82 24417
/proc/meminfo: memFree=1869840/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=6892 CPUtime=0.09
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 827 0 0 0 9 0 0 0 18 0 1 0 668310920 7057408 787 996147200 134512640 135477443 4294956224 18446744073709551615 4158906916 0 0 4096 0 0 0 0 17 0 0 0
/proc/24417/statm: 1723 787 377 235 0 424 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6892

[startup+0.301946 s]
/proc/loadavg: 1.86 1.28 1.15 4/82 24417
/proc/meminfo: memFree=1869840/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=289088 CPUtime=0.29
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 4275 0 0 0 27 2 0 0 19 0 1 0 668310920 296026112 1154 996147200 134512640 135477443 4294956224 18446744073709551615 135221409 0 0 4096 0 0 0 0 17 0 0 0
/proc/24417/statm: 72272 1155 453 235 0 70973 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 289088

[startup+0.702019 s]
/proc/loadavg: 1.86 1.28 1.15 4/82 24417
/proc/meminfo: memFree=1869840/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=291464 CPUtime=0.69
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 11374 0 0 0 63 6 0 0 23 0 1 0 668310920 298459136 1805 996147200 134512640 135477443 4294956224 18446744073709551615 135268132 0 0 4096 0 0 0 0 17 0 0 0
/proc/24417/statm: 72866 1805 453 235 0 71567 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 291464

[startup+1.50117 s]
/proc/loadavg: 1.86 1.28 1.15 3/83 24418
/proc/meminfo: memFree=1862408/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=296348 CPUtime=1.49
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 25359 0 0 0 138 11 0 0 25 0 1 0 668310920 303460352 3076 996147200 134512640 135477443 4294956224 18446744073709551615 135268706 0 0 4096 0 0 0 0 17 0 0 0
/proc/24417/statm: 74087 3077 453 235 0 72788 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 296348

[startup+3.10146 s]
/proc/loadavg: 1.86 1.28 1.15 3/83 24418
/proc/meminfo: memFree=1855176/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=305984 CPUtime=3.08
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 53462 0 0 0 286 22 0 0 25 0 1 0 668310920 313327616 5609 996147200 134512640 135477443 4294956224 18446744073709551615 135271627 0 0 4096 0 0 0 0 17 0 0 0
/proc/24417/statm: 76496 5610 453 235 0 75197 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 305984

[startup+6.30106 s]
/proc/loadavg: 1.87 1.30 1.16 3/83 24418
/proc/meminfo: memFree=1833992/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=137524 CPUtime=6.29
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 108115 0 0 0 582 47 0 0 25 0 1 0 668310920 140824576 10660 996147200 134512640 135477443 4294956224 18446744073709551615 8142335 0 0 4096 0 0 0 0 17 0 0 0
/proc/24417/statm: 34381 10660 495 235 0 33082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 137524

[startup+12.7022 s]
/proc/loadavg: 1.88 1.31 1.16 3/83 24418
/proc/meminfo: memFree=1828368/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=137524 CPUtime=12.68
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 108188 0 0 0 1221 47 0 0 25 0 1 0 668310920 140824576 10733 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/24417/statm: 34381 10733 498 235 0 33082 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 137524

[startup+25.5021 s]
/proc/loadavg: 1.91 1.34 1.18 4/83 24418
/proc/meminfo: memFree=1827856/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=137524 CPUtime=25.47
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 108330 0 0 0 2500 47 0 0 25 0 1 0 668310920 140824576 10875 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 0 0 0
/proc/24417/statm: 34381 10875 498 235 0 33082 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 137524

[startup+51.1014 s]
/proc/loadavg: 1.94 1.39 1.20 3/83 24418
/proc/meminfo: memFree=1820752/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=140036 CPUtime=51.06
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 110093 0 0 0 5058 48 0 0 25 0 1 0 668310920 143396864 12638 996147200 134512640 135477443 4294956224 18446744073709551615 134694479 0 0 4096 0 0 0 0 17 0 0 0
/proc/24417/statm: 35009 12638 499 235 0 33710 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 140036

[startup+102.307 s]
/proc/loadavg: 1.97 1.48 1.24 3/83 24418
/proc/meminfo: memFree=1810512/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=102.24
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 112549 0 0 0 10175 49 0 0 25 0 1 0 668310920 146104320 15094 996147200 134512640 135477443 4294956224 18446744073709551615 134586775 0 0 4096 0 0 0 0 17 0 0 0
/proc/24417/statm: 35670 15094 499 235 0 34371 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 142680

[startup+162.302 s]
/proc/loadavg: 1.94 1.56 1.28 3/74 24447
/proc/meminfo: memFree=1841056/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=161.9
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 112631 0 0 0 16140 50 0 0 25 0 1 0 668310920 146104320 15176 996147200 134512640 135477443 4294956224 18446744073709551615 135235231 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 15176 500 235 0 34371 0
Current children cumulated CPU time (s) 161.9
Current children cumulated vsize (KiB) 142680

[startup+222.301 s]
/proc/loadavg: 2.02 1.65 1.32 3/74 24447
/proc/meminfo: memFree=1840864/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=221.44
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 112635 0 0 0 22094 50 0 0 25 0 1 0 668310920 146104320 15180 996147200 134512640 135477443 4294956224 18446744073709551615 9236219 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 15180 500 235 0 34371 0
Current children cumulated CPU time (s) 221.44
Current children cumulated vsize (KiB) 142680

[startup+282.301 s]
/proc/loadavg: 2.04 1.73 1.37 3/74 24453
/proc/meminfo: memFree=1839392/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=280.98
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 112981 0 0 0 28048 50 0 0 25 0 1 0 668310920 146104320 15526 996147200 134512640 135477443 4294956224 18446744073709551615 135268959 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 15526 500 235 0 34371 0
Current children cumulated CPU time (s) 280.98
Current children cumulated vsize (KiB) 142680

[startup+342.301 s]
/proc/loadavg: 2.05 1.79 1.41 3/74 24453
/proc/meminfo: memFree=1838880/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=340.53
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 113110 0 0 0 34002 51 0 0 25 0 1 0 668310920 146104320 15655 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 15655 500 235 0 34371 0
Current children cumulated CPU time (s) 340.53
Current children cumulated vsize (KiB) 142680

[startup+402.301 s]
/proc/loadavg: 2.13 1.85 1.45 3/74 24453
/proc/meminfo: memFree=1838880/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=400.07
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 113115 0 0 0 39956 51 0 0 25 0 1 0 668310920 146104320 15660 996147200 134512640 135477443 4294956224 18446744073709551615 135235854 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 15660 500 235 0 34371 0
Current children cumulated CPU time (s) 400.07
Current children cumulated vsize (KiB) 142680

[startup+462.302 s]
/proc/loadavg: 2.36 1.96 1.51 3/74 24453
/proc/meminfo: memFree=1838432/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=459.61
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 113242 0 0 0 45910 51 0 0 25 0 1 0 668310920 146104320 15787 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 15787 500 235 0 34371 0
Current children cumulated CPU time (s) 459.61
Current children cumulated vsize (KiB) 142680

[startup+522.302 s]
/proc/loadavg: 2.20 1.98 1.55 3/74 24453
/proc/meminfo: memFree=1834144/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=519.16
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114312 0 0 0 51864 52 0 0 25 0 1 0 668310920 146104320 16857 996147200 134512640 135477443 4294956224 18446744073709551615 135270826 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 16857 500 235 0 34371 0
Current children cumulated CPU time (s) 519.16
Current children cumulated vsize (KiB) 142680

[startup+582.302 s]
/proc/loadavg: 2.13 2.00 1.57 3/74 24453
/proc/meminfo: memFree=1833568/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=578.7
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114454 0 0 0 57818 52 0 0 25 0 1 0 668310920 146104320 16999 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 16999 500 235 0 34371 0
Current children cumulated CPU time (s) 578.7
Current children cumulated vsize (KiB) 142680

[startup+642.303 s]
/proc/loadavg: 2.05 2.00 1.60 3/74 24453
/proc/meminfo: memFree=1833440/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=638.24
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114458 0 0 0 63772 52 0 0 25 0 1 0 668310920 146104320 17003 996147200 134512640 135477443 4294956224 18446744073709551615 135235237 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17003 500 235 0 34371 0
Current children cumulated CPU time (s) 638.24
Current children cumulated vsize (KiB) 142680


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.66 3/74 24453
/proc/meminfo: memFree=1833184/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=816.87
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114465 0 0 0 81635 52 0 0 25 0 1 0 668310920 146104320 17010 996147200 134512640 135477443 4294956224 18446744073709551615 135235247 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17010 500 235 0 34371 0
Current children cumulated CPU time (s) 816.87
Current children cumulated vsize (KiB) 142680

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.68 3/74 24453
/proc/meminfo: memFree=1833120/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=876.42
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 87589 53 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 135235237 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 876.42
Current children cumulated vsize (KiB) 142680

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.70 3/74 24453
/proc/meminfo: memFree=1833184/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=935.96
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 93543 53 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 135268532 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 935.96
Current children cumulated vsize (KiB) 142680

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.71 3/74 24453
/proc/meminfo: memFree=1833184/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=995.5
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 99497 53 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 995.5
Current children cumulated vsize (KiB) 142680

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.73 3/74 24453
/proc/meminfo: memFree=1833120/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1055.04
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 105451 53 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 135235237 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1055.04
Current children cumulated vsize (KiB) 142680

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.74 3/74 24453
/proc/meminfo: memFree=1833120/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1114.59
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 111406 53 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 135235231 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1114.59
Current children cumulated vsize (KiB) 142680

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.75 3/74 24453
/proc/meminfo: memFree=1833056/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1174.13
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 117360 53 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1174.13
Current children cumulated vsize (KiB) 142680

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/74 24453
/proc/meminfo: memFree=1832864/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1233.67
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 123314 53 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1233.67
Current children cumulated vsize (KiB) 142680

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/74 24453
/proc/meminfo: memFree=1832800/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1293.22
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 129268 54 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1293.22
Current children cumulated vsize (KiB) 142680

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/74 24453
/proc/meminfo: memFree=1832672/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1352.76
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 135222 54 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 135235224 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1352.76
Current children cumulated vsize (KiB) 142680

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.80 3/74 24453
/proc/meminfo: memFree=1832736/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1412.31
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 141177 54 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 9236219 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1412.31
Current children cumulated vsize (KiB) 142680

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/74 24453
/proc/meminfo: memFree=1832736/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1471.85
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 147131 54 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1471.85
Current children cumulated vsize (KiB) 142680

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/74 24453
/proc/meminfo: memFree=1832736/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1531.39
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 153085 54 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 135235224 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1531.39
Current children cumulated vsize (KiB) 142680

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/74 24453
/proc/meminfo: memFree=1832736/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1590.94
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 159040 54 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1590.94
Current children cumulated vsize (KiB) 142680

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/74 24453
/proc/meminfo: memFree=1832672/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1650.47
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 164993 54 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1650.47
Current children cumulated vsize (KiB) 142680

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/74 24453
/proc/meminfo: memFree=1832672/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1710.02
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 170948 54 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 135235224 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1710.02
Current children cumulated vsize (KiB) 142680

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/74 24453
/proc/meminfo: memFree=1832480/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1769.56
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 176902 54 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1769.56
Current children cumulated vsize (KiB) 142680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813 s]
/proc/loadavg: 2.00 2.00 1.85 3/74 24453
/proc/meminfo: memFree=1832480/2055924 swapFree=4176956/4192956
[pid=24417] ppid=24415 vsize=142680 CPUtime=1800.02
/proc/24417/stat : 24417 (casperzao) R 24415 24417 22850 0 -1 4194304 114466 0 0 0 179948 54 0 0 25 0 1 0 668310920 146104320 17011 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/24417/statm: 35670 17011 500 235 0 34371 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 142680

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.02
CPU time (s): 1800.05
CPU user time (s): 1799.49
CPU system time (s): 0.560914
CPU usage (%): 99.2847
Max. virtual memory (cumulated for all children) (KiB): 324992

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

runsolver used 1.90571 second user time and 4.70129 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-04 00:56:53
IDJOB=1060103
IDBENCH=54406
IDSOLVER=361
FILE ID=node83/1060103-1215125813
PBS_JOBID= 7877042
Free space on /tmp= 65492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b6b292050203805743cd5f448d135627
RANDOM SEED=289689016

node83.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.263
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.263
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:      2055924 kB
MemFree:       1870320 kB
Buffers:         16168 kB
Cached:          81576 kB
SwapCached:       9560 kB
Active:         117020 kB
Inactive:        35616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1870320 kB
SwapTotal:     4192956 kB
SwapFree:      4176956 kB
Dirty:            3540 kB
Writeback:           0 kB
Mapped:          67432 kB
Slab:            18176 kB
Committed_AS:  1779496 kB
PageTables:       1940 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= 65492 MiB
End job on node83 at 2008-07-04 01:27:08