Trace number 1060061

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.11 1803.52

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-95-2.xml
MD5SUM8376fcfcac18b60a71faf845a033c81e
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 benchmark2.5906
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size854
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.02	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.02	c Parsing = 1
0.00/0.11	c Building = 1
6.83/6.92	c [ NumberOfVariables = 225 ]
6.83/6.92	c [ NumberOfConstraints = 3150 ]
6.83/6.92	c [ SizeOfSearchSpace(log2) = 2172.56 ]
6.83/6.92	c SymmetrySearch = 1
6.93/7.00	c InitialPropagation = 1
6.93/7.00	c [ SizeOfSearchSpace(log2) = 2172.56 ]
6.93/7.00	c InitialSAC = 1
6.93/7.03	c [ SizeOfSearchSpace(log2) = 2172.56 ]
6.93/7.03	c Search(SampleFF) : 
119.08/120.16	c [ Sampling domwdeg ]
119.08/120.16	c [ Sampling impacts ]
119.08/120.16	c [ Sampling la ]
119.08/120.16	c [ SamplingScores: ]
119.08/120.16	c [ domwdeg+min = 2.17025e-113 | domwdeg+rnd = 5.03321e-11 ]
119.08/120.16	c [ impacts+min = 3.64962e-153 | impacts+rnd = 5.69645e-10 ]
119.08/120.16	c [ la+min = 2.45655e-78 | la+rnd = 6.50242e-07 ]
119.08/120.16	c [ domwdeg = 2.5166e-11 | impacts = 2.84823e-10 | la = 3.25121e-07 ]
119.08/120.16	c [ min = 8.18851e-79 | rand = 2.84823e-10 ]
119.08/120.16	c [ restarting at (4.52802,9.42433e-12) ]
120.18/121.25	c [ restarting at (11.3201,1.53495e-06) ]
148.47/149.63	c [ restarting at (28.3001,3.80341e-09) ]
219.22/220.48	c [ restarting at (70.7504,1.9017e-09) ]
482.31/484.65	c [ restarting at (176.876,2.93378e-15) ]
924.21/926.93	c [ restarting at (442.19,3.97813e-17) ]

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

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.91 1.95 1.98 4/72 5836
/proc/meminfo: memFree=1416376/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=288428 CPUtime=0.2
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 2317 0 0 0 19 1 0 0 19 0 1 0 1542243110 295350272 973 996147200 134512640 135477443 4294956224 18446744073709551615 135268944 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 72107 973 453 235 0 70808 0

[startup+0.301172 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 5836
/proc/meminfo: memFree=1416376/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=288824 CPUtime=0.29
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 3757 0 0 0 27 2 0 0 19 0 1 0 1542243110 295755776 1104 996147200 134512640 135477443 4294956224 18446744073709551615 135268948 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 72206 1104 453 235 0 70907 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 288824

[startup+0.401182 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 5836
/proc/meminfo: memFree=1416376/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=289352 CPUtime=0.38
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 5373 0 0 0 36 2 0 0 20 0 1 0 1542243110 296296448 1266 996147200 134512640 135477443 4294956224 18446744073709551615 135270834 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 72338 1266 453 235 0 71039 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 289352

[startup+0.501192 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 5836
/proc/meminfo: memFree=1416376/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=290012 CPUtime=0.48
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 6960 0 0 0 45 3 0 0 21 0 1 0 1542243110 296972288 1388 996147200 134512640 135477443 4294956224 18446744073709551615 134673409 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 72503 1388 453 235 0 71204 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 290012

[startup+0.701213 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 5836
/proc/meminfo: memFree=1416376/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=291068 CPUtime=0.68
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 10176 0 0 0 63 5 0 0 23 0 1 0 1542243110 298053632 1692 996147200 134512640 135477443 4294956224 18446744073709551615 134899396 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 72767 1692 453 235 0 71468 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 291068

[startup+1.50129 s]
/proc/loadavg: 1.91 1.95 1.98 3/73 5837
/proc/meminfo: memFree=1407792/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=295424 CPUtime=1.47
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 22274 0 0 0 135 12 0 0 25 0 1 0 1542243110 302514176 2850 996147200 134512640 135477443 4294956224 18446744073709551615 135269728 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 73856 2850 453 235 0 72557 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 295424

[startup+3.10145 s]
/proc/loadavg: 1.91 1.95 1.98 3/73 5837
/proc/meminfo: memFree=1401392/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=304004 CPUtime=3.06
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 46922 0 0 0 281 25 0 0 25 0 1 0 1542243110 311300096 5114 996147200 134512640 135477443 4294956224 18446744073709551615 135226608 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 76001 5114 453 235 0 74702 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 304004

[startup+6.30177 s]
/proc/loadavg: 1.92 1.95 1.98 3/73 5837
/proc/meminfo: memFree=1382512/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=321560 CPUtime=6.23
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 96093 0 0 0 576 47 0 0 25 0 1 0 1542243110 329277440 9714 996147200 134512640 135477443 4294956224 18446744073709551615 135270704 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 80390 9714 453 235 0 79091 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 321560

[startup+12.7014 s]
/proc/loadavg: 1.93 1.95 1.98 3/73 5837
/proc/meminfo: memFree=1375152/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=137524 CPUtime=12.58
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 106201 0 0 0 1206 52 0 0 25 0 1 0 1542243110 140824576 10699 996147200 134512640 135477443 4294956224 18446744073709551615 134923119 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 34381 10699 498 235 0 33082 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 137524

[startup+25.5017 s]
/proc/loadavg: 1.94 1.96 1.98 3/73 5837
/proc/meminfo: memFree=1374960/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=137524 CPUtime=25.27
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 106276 0 0 0 2475 52 0 0 25 0 1 0 1542243110 140824576 10774 996147200 134512640 135477443 4294956224 18446744073709551615 135217979 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 34381 10774 498 235 0 33082 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 137524

[startup+51.1022 s]
/proc/loadavg: 1.96 1.96 1.98 3/73 5837
/proc/meminfo: memFree=1368688/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=139652 CPUtime=50.67
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 107836 0 0 0 5014 53 0 0 25 0 1 0 1542243110 143003648 12334 996147200 134512640 135477443 4294956224 18446744073709551615 135270845 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 34913 12334 499 235 0 33614 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 139652

[startup+102.302 s]
/proc/loadavg: 1.98 1.96 1.98 3/73 5837
/proc/meminfo: memFree=1359856/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=101.45
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110101 0 0 0 10090 55 0 0 25 0 1 0 1542243110 145321984 14599 996147200 134512640 135477443 4294956224 18446744073709551615 135268332 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 35479 14599 499 235 0 34180 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 141916

[startup+162.302 s]
/proc/loadavg: 1.95 1.95 1.97 3/83 6024
/proc/meminfo: memFree=1412128/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=161.16
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110261 0 0 0 16057 59 0 0 25 0 1 0 1542243110 145321984 14759 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 14759 500 235 0 34180 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 141916

[startup+222.301 s]
/proc/loadavg: 1.98 1.96 1.97 3/82 6025
/proc/meminfo: memFree=1411296/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=221.12
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110261 0 0 0 22052 60 0 0 25 0 1 0 1542243110 145321984 14759 996147200 134512640 135477443 4294956224 18446744073709551615 135268523 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 14759 500 235 0 34180 0
Current children cumulated CPU time (s) 221.12
Current children cumulated vsize (KiB) 141916

[startup+282.301 s]
/proc/loadavg: 2.06 1.98 1.98 3/84 6064
/proc/meminfo: memFree=1139232/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=280.86
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110261 0 0 0 28026 60 0 0 25 0 1 0 1542243110 145321984 14759 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 14759 500 235 0 34180 0
Current children cumulated CPU time (s) 280.86
Current children cumulated vsize (KiB) 141916

[startup+342.301 s]
/proc/loadavg: 2.15 2.01 1.99 3/84 6064
/proc/meminfo: memFree=850080/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=340.79
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110261 0 0 0 34019 60 0 0 25 0 1 0 1542243110 145321984 14759 996147200 134512640 135477443 4294956224 18446744073709551615 9903563 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 14759 500 235 0 34180 0
Current children cumulated CPU time (s) 340.79
Current children cumulated vsize (KiB) 141916

[startup+402.301 s]
/proc/loadavg: 2.05 2.01 1.99 3/84 6070
/proc/meminfo: memFree=824032/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=400.51
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110261 0 0 0 39991 60 0 0 25 0 1 0 1542243110 145321984 14759 996147200 134512640 135477443 4294956224 18446744073709551615 135235208 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 35479 14759 500 235 0 34180 0
Current children cumulated CPU time (s) 400.51
Current children cumulated vsize (KiB) 141916

[startup+462.305 s]
/proc/loadavg: 2.24 2.06 2.01 3/84 6070
/proc/meminfo: memFree=817888/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=460.21
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110261 0 0 0 45960 61 0 0 25 0 1 0 1542243110 145321984 14759 996147200 134512640 135477443 4294956224 18446744073709551615 135270277 0 0 4096 0 0 0 0 17 1 0 0
/proc/5836/statm: 35479 14759 500 235 0 34180 0
Current children cumulated CPU time (s) 460.21
Current children cumulated vsize (KiB) 141916

[startup+522.301 s]
/proc/loadavg: 2.20 2.09 2.02 3/82 6219
/proc/meminfo: memFree=1194672/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=519.97
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110320 0 0 0 51933 64 0 0 25 0 1 0 1542243110 145321984 14818 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 14818 500 235 0 34180 0
Current children cumulated CPU time (s) 519.97
Current children cumulated vsize (KiB) 141916

[startup+582.301 s]
/proc/loadavg: 2.12 2.09 2.02 3/82 6219
/proc/meminfo: memFree=775408/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=579.91
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110460 0 0 0 57927 64 0 0 25 0 1 0 1542243110 145321984 14958 996147200 134512640 135477443 4294956224 18446744073709551615 135235224 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 14958 500 235 0 34180 0
Current children cumulated CPU time (s) 579.91
Current children cumulated vsize (KiB) 141916

[startup+642.301 s]
/proc/loadavg: 2.08 2.08 2.02 3/81 6318
/proc/meminfo: memFree=1475576/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=639.85
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110507 0 0 0 63919 66 0 0 25 0 1 0 1542243110 145321984 15005 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15005 500 235 0 34180 0
Current children cumulated CPU time (s) 639.85
Current children cumulated vsize (KiB) 141916


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.04 2.00 4/82 6355
/proc/meminfo: memFree=1500784/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=819.69
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110507 0 0 0 81903 66 0 0 25 0 1 0 1542243110 145321984 15005 996147200 134512640 135477443 4294956224 18446744073709551615 135272341 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15005 500 235 0 34180 0
Current children cumulated CPU time (s) 819.69
Current children cumulated vsize (KiB) 141916

[startup+882.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 6357
/proc/meminfo: memFree=1493800/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=879.64
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 87897 67 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 879.64
Current children cumulated vsize (KiB) 141916

[startup+942.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 6357
/proc/meminfo: memFree=1493608/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=939.59
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 93892 67 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 939.59
Current children cumulated vsize (KiB) 141916

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 6357
/proc/meminfo: memFree=1493544/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=999.55
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 99888 67 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 134673693 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 999.55
Current children cumulated vsize (KiB) 141916

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 6357
/proc/meminfo: memFree=1493608/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1059.49
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 105882 67 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 134585999 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1059.49
Current children cumulated vsize (KiB) 141916

[startup+1122.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6357
/proc/meminfo: memFree=1493608/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1119.46
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 111878 68 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 135268532 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1119.46
Current children cumulated vsize (KiB) 141916

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6357
/proc/meminfo: memFree=1493608/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1179.4
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 117872 68 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1179.4
Current children cumulated vsize (KiB) 141916

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 6357
/proc/meminfo: memFree=1493608/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1239.35
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 123867 68 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1239.35
Current children cumulated vsize (KiB) 141916

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 6357
/proc/meminfo: memFree=1493544/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1299.3
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 129862 68 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1299.3
Current children cumulated vsize (KiB) 141916

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 6357
/proc/meminfo: memFree=1493480/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1359.24
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 135856 68 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1359.24
Current children cumulated vsize (KiB) 141916

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6357
/proc/meminfo: memFree=1493480/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1419.2
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 141852 68 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 135235221 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1419.2
Current children cumulated vsize (KiB) 141916

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6357
/proc/meminfo: memFree=1493288/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1479.15
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 147847 68 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 10997466 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1479.15
Current children cumulated vsize (KiB) 141916

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6357
/proc/meminfo: memFree=1493224/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1539.1
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 153842 68 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 135234811 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1539.1
Current children cumulated vsize (KiB) 141916

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 6357
/proc/meminfo: memFree=1493224/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1599.05
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 159837 68 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 135268982 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1599.05
Current children cumulated vsize (KiB) 141916

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/82 6357
/proc/meminfo: memFree=1493224/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1659
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 165832 68 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 135235208 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1659
Current children cumulated vsize (KiB) 141916

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 6357
/proc/meminfo: memFree=1493224/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1718.95
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 171827 68 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 11006266 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1718.95
Current children cumulated vsize (KiB) 141916

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6357
/proc/meminfo: memFree=1493160/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1778.91
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 177822 69 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 135268286 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1778.91
Current children cumulated vsize (KiB) 141916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6357
/proc/meminfo: memFree=1493160/2055920 swapFree=4122668/4192956
[pid=5836] ppid=5834 vsize=141916 CPUtime=1800.1
/proc/5836/stat : 5836 (casperzao) R 5834 5836 4665 0 -1 4194304 110518 0 0 0 179941 69 0 0 25 0 1 0 1542243110 145321984 15016 996147200 134512640 135477443 4294956224 18446744073709551615 135272338 0 0 4096 0 0 0 0 17 0 0 0
/proc/5836/statm: 35479 15016 500 235 0 34180 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 141916

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): 1803.52
CPU time (s): 1800.11
CPU user time (s): 1799.41
CPU system time (s): 0.700893
CPU usage (%): 99.8113
Max. virtual memory (cumulated for all children) (KiB): 324860

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

runsolver used 1.86172 second user time and 4.89825 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 00:54:41
IDJOB=1060061
IDBENCH=54402
IDSOLVER=361
FILE ID=node12/1060061-1215125681
PBS_JOBID= 7877180
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8376fcfcac18b60a71faf845a033c81e
RANDOM SEED=2111331203

node12.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.236
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.236
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:       1416856 kB
Buffers:         45648 kB
Cached:         285320 kB
SwapCached:      64384 kB
Active:         412780 kB
Inactive:       162008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416856 kB
SwapTotal:     4192956 kB
SwapFree:      4122668 kB
Dirty:            3372 kB
Writeback:           0 kB
Mapped:         251400 kB
Slab:            49160 kB
Committed_AS:  2981108 kB
PageTables:       2192 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= 66540 MiB
End job on node12 at 2008-07-04 01:24:46