Trace number 1082523

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 1807.51

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-5.xml
MD5SUM2e5c5c0c698ee4230add174259a929af
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 benchmark3.72843
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size325
Number of constraints which are defined in extension0
Number of constraints which are defined in intension325
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
0.58/0.65	c [ NumberOfVariables = 50 ]
0.58/0.65	c [ NumberOfConstraints = 325 ]
0.58/0.65	c [ SizeOfSearchSpace(log2) = 403.038 ]
0.58/0.65	c SymmetrySearch = 1
0.58/0.65	c InitialPropagation = 1
0.58/0.65	c [ SizeOfSearchSpace(log2) = 403.038 ]
0.58/0.65	c InitialSAC = 1
0.58/0.66	c [ SizeOfSearchSpace(log2) = 403.038 ]
0.58/0.66	c Search(SampleFF) : 
75.23/75.93	c [ Sampling domwdeg ]
75.23/75.93	c [ Sampling impacts ]
75.23/75.93	c [ Sampling la ]
75.23/75.93	c [ SamplingScores: ]
75.23/75.93	c [ domwdeg+min = 1.39105e-05 | domwdeg+rnd = 8.87622e-06 ]
75.23/75.93	c [ impacts+min = 6.18497e-07 | impacts+rnd = 0.000110081 ]
75.23/75.93	c [ la+min = 5.09861e-06 | la+rnd = 1.69928e-05 ]
75.23/75.93	c [ domwdeg = 1.13933e-05 | impacts = 5.53498e-05 | la = 1.10457e-05 ]
75.23/75.93	c [ min = 6.54252e-06 | rand = 5.53498e-05 ]
75.23/75.93	c [ restarting at (4.52802,1.62815e-07) ]
87.23/88.09	c [ restarting at (11.3201,5.4418e-08) ]
117.35/118.49	c [ restarting at (28.3001,1.14202e-08) ]
191.03/194.52	c [ restarting at (70.7504,5.53927e-08) ]
379.32/384.45	c [ restarting at (176.876,1.09351e-07) ]
583.67/590.60	c [ restarting at (442.19,2.16592e-11) ]
1692.47/1699.99	c [ restarting at (1105.47,4.93552e-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-1082523-1215223148/watcher-1082523-1215223148 -o /tmp/evaluation-result-1082523-1215223148/solver-1082523-1215223148 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1082523-1215223148.xml 1563254735 

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.92 1.98 1.99 4/80 29802
/proc/meminfo: memFree=1560560/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=1056 CPUtime=0
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 40 0 0 0 0 0 0 0 21 0 1 0 2001283574 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 7205668 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 264 26 20 235 0 3 0

[startup+0.0918661 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 29802
/proc/meminfo: memFree=1560560/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=286844 CPUtime=0.08
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 1684 0 0 0 7 1 0 0 18 0 1 0 2001283574 293728256 582 996147200 134512640 135477443 4294956224 18446744073709551615 134855216 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 71711 582 455 235 0 70412 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 286844

[startup+0.101865 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 29802
/proc/meminfo: memFree=1560560/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=99336 CPUtime=0.08
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 1831 0 0 0 7 1 0 0 18 0 1 0 2001283574 101720064 572 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 24834 572 455 235 0 23535 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 99336

[startup+0.301891 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 29802
/proc/meminfo: memFree=1560560/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=287240 CPUtime=0.28
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 4893 0 0 0 26 2 0 0 19 0 1 0 2001283574 294133760 689 996147200 134512640 135477443 4294956224 18446744073709551615 135268048 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 71810 689 455 235 0 70511 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 287240

[startup+0.701946 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 29802
/proc/meminfo: memFree=1560560/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100368 CPUtime=0.68
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10485 0 0 0 63 5 0 0 23 0 1 0 2001283574 102776832 950 996147200 134512640 135477443 4294956224 18446744073709551615 135207279 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25092 950 499 235 0 23793 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100368

[startup+1.50105 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 29803
/proc/meminfo: memFree=1558568/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100368 CPUtime=1.47
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10492 0 0 0 142 5 0 0 25 0 1 0 2001283574 102776832 957 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25092 957 500 235 0 23793 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 100368

[startup+3.10127 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 29803
/proc/meminfo: memFree=1558440/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100368 CPUtime=3.06
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10494 0 0 0 301 5 0 0 25 0 1 0 2001283574 102776832 959 996147200 134512640 135477443 4294956224 18446744073709551615 135208699 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25092 959 500 235 0 23793 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 100368

[startup+6.30272 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 29803
/proc/meminfo: memFree=1558440/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100368 CPUtime=6.23
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10495 0 0 0 618 5 0 0 25 0 1 0 2001283574 102776832 960 996147200 134512640 135477443 4294956224 18446744073709551615 135208671 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25092 960 500 235 0 23793 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 100368

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 29803
/proc/meminfo: memFree=1558440/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100368 CPUtime=12.57
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10499 0 0 0 1252 5 0 0 25 0 1 0 2001283574 102776832 964 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25092 964 500 235 0 23793 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 100368

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 29803
/proc/meminfo: memFree=1558120/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100500 CPUtime=25.27
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10602 0 0 0 2522 5 0 0 25 0 1 0 2001283574 102912000 1067 996147200 134512640 135477443 4294956224 18446744073709551615 134586773 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25125 1067 501 235 0 23826 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 100500

[startup+51.1018 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 29803
/proc/meminfo: memFree=1557416/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=50.65
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10792 0 0 0 5060 5 0 0 25 0 1 0 2001283574 103047168 1257 996147200 134512640 135477443 4294956224 18446744073709551615 135272372 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25158 1257 501 235 0 23859 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 100632

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/81 29803
/proc/meminfo: memFree=1557096/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=101.41
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10821 0 0 0 10136 5 0 0 25 0 1 0 2001283574 103047168 1286 996147200 134512640 135477443 4294956224 18446744073709551615 135270828 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25158 1286 502 235 0 23859 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 100632

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 29809
/proc/meminfo: memFree=1557032/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=160.87
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10821 0 0 0 16082 5 0 0 25 0 1 0 2001283574 103047168 1286 996147200 134512640 135477443 4294956224 18446744073709551615 134673413 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25158 1286 502 235 0 23859 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 100632

[startup+222.301 s]
/proc/loadavg: 2.16 2.04 2.01 3/81 30305
/proc/meminfo: memFree=1528872/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=218.6
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10821 0 0 0 21853 7 0 0 25 0 1 0 2001283574 103047168 1286 996147200 134512640 135477443 4294956224 18446744073709551615 135269069 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25158 1286 502 235 0 23859 0
Current children cumulated CPU time (s) 218.6
Current children cumulated vsize (KiB) 100632

[startup+282.301 s]
/proc/loadavg: 2.06 2.03 2.01 3/81 30305
/proc/meminfo: memFree=1529000/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=278.09
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 27802 7 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134679154 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 278.09
Current children cumulated vsize (KiB) 100632

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 30305
/proc/meminfo: memFree=1529000/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=337.58
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 33751 7 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 135270899 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 337.58
Current children cumulated vsize (KiB) 100632

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 30305
/proc/meminfo: memFree=1529064/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=397.07
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 39700 7 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134923168 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 397.07
Current children cumulated vsize (KiB) 100632

[startup+462.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 30305
/proc/meminfo: memFree=1529064/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=456.56
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 45649 7 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134679440 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 456.56
Current children cumulated vsize (KiB) 100632

[startup+522.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 30305
/proc/meminfo: memFree=1529000/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=516.05
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 51598 7 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134673686 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 516.05
Current children cumulated vsize (KiB) 100632

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 30305
/proc/meminfo: memFree=1528936/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=575.54
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 57547 7 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134912054 0 0 4096 0 0 0 0 17 1 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 575.54
Current children cumulated vsize (KiB) 100632

[startup+642.303 s]
/proc/loadavg: 2.12 2.03 2.01 3/83 30355
/proc/meminfo: memFree=1297624/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=635.43
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 63529 14 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 135272520 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 635.43
Current children cumulated vsize (KiB) 100632


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

[startup+882.302 s]
/proc/loadavg: 2.17 2.09 2.02 3/83 30355
/proc/meminfo: memFree=449240/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=875.28
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 87497 31 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 135268523 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 875.28
Current children cumulated vsize (KiB) 100632

[startup+942.302 s]
/proc/loadavg: 2.17 2.10 2.03 3/83 30355
/proc/meminfo: memFree=237976/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=935.24
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 93490 34 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 135207633 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 935.24
Current children cumulated vsize (KiB) 100632

[startup+1002.3 s]
/proc/loadavg: 2.05 2.08 2.02 3/81 30430
/proc/meminfo: memFree=1865456/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=995.17
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 99478 39 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134923137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 995.17
Current children cumulated vsize (KiB) 100632

[startup+1062.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/81 30430
/proc/meminfo: memFree=1865328/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1055.15
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 105476 39 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134912054 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1055.15
Current children cumulated vsize (KiB) 100632

[startup+1122.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/81 30430
/proc/meminfo: memFree=1865264/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1115.13
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 111474 39 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 135268532 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1115.13
Current children cumulated vsize (KiB) 100632

[startup+1182.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/81 30469
/proc/meminfo: memFree=1870512/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1175.1
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 117470 40 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 135269906 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1175.1
Current children cumulated vsize (KiB) 100632

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 30469
/proc/meminfo: memFree=1870320/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1235.08
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 123468 40 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134593788 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1235.08
Current children cumulated vsize (KiB) 100632

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 30469
/proc/meminfo: memFree=1870128/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1295.06
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 129466 40 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134673690 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1295.06
Current children cumulated vsize (KiB) 100632

[startup+1362.3 s]
/proc/loadavg: 1.84 1.96 1.98 3/74 30645
/proc/meminfo: memFree=1931880/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1355.02
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 135457 45 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134679110 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1355.02
Current children cumulated vsize (KiB) 100632

[startup+1422.31 s]
/proc/loadavg: 1.94 1.96 1.98 3/73 30672
/proc/meminfo: memFree=1933424/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1414.99
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 141453 46 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 135208001 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1414.99
Current children cumulated vsize (KiB) 100632

[startup+1482.3 s]
/proc/loadavg: 1.98 1.97 1.98 3/73 30672
/proc/meminfo: memFree=1933360/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1474.96
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 147450 46 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134593828 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1474.96
Current children cumulated vsize (KiB) 100632

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 30722
/proc/meminfo: memFree=1766880/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1534.93
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 153446 47 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1534.93
Current children cumulated vsize (KiB) 100632

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 30722
/proc/meminfo: memFree=1764384/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1594.91
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 159444 47 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 135269552 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1594.91
Current children cumulated vsize (KiB) 100632

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 30722
/proc/meminfo: memFree=1764256/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1654.89
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 165442 47 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 135269778 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1654.89
Current children cumulated vsize (KiB) 100632

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 30722
/proc/meminfo: memFree=1763808/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1714.86
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 171439 47 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1714.86
Current children cumulated vsize (KiB) 100632

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 30722
/proc/meminfo: memFree=1763296/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1774.85
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 177437 48 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134586166 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1774.85
Current children cumulated vsize (KiB) 100632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 30722
/proc/meminfo: memFree=1763104/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1800.04
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 179956 48 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 100632

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

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

[startup+1807.5 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 30722
/proc/meminfo: memFree=1763104/2055920 swapFree=4180436/4192956
[pid=29802] ppid=29800 vsize=100632 CPUtime=1800.04
/proc/29802/stat : 29802 (casperzao) R 29800 29802 28393 0 -1 4194304 10832 0 0 0 179956 48 0 0 25 0 1 0 2001283574 103047168 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/29802/statm: 25158 1297 502 235 0 23859 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 100632

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.51
CPU time (s): 1800.05
CPU user time (s): 1799.57
CPU system time (s): 0.481926
CPU usage (%): 99.5874
Max. virtual memory (cumulated for all children) (KiB): 287768

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

runsolver used 2.09968 second user time and 5.21121 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-05 03:59:08
IDJOB=1082523
IDBENCH=57261
IDSOLVER=361
FILE ID=node71/1082523-1215223148
PBS_JOBID= 7881769
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e5c5c0c698ee4230add174259a929af
RANDOM SEED=1563254735

node71.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.209
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.209
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:       1561040 kB
Buffers:         68416 kB
Cached:         229312 kB
SwapCached:       6776 kB
Active:         353460 kB
Inactive:        81720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561040 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2920 kB
Writeback:           0 kB
Mapped:         153472 kB
Slab:            44596 kB
Committed_AS:  5039124 kB
PageTables:       2120 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= 66452 MiB
End job on node71 at 2008-07-05 04:29:18