Trace number 1093222

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.12 1814.53

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-21.xml
MD5SUM2934710e326174e397d77e98cc162d13
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark532.791
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
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
3.26/3.36	c Building = 1
4.15/4.22	c [ NumberOfVariables = 25 ]
4.15/4.22	c [ NumberOfConstraints = 56 ]
4.15/4.22	c [ SizeOfSearchSpace(log2) = 58.0482 ]
4.15/4.22	c SymmetrySearch = (OutOfMemory)
10.68/10.86	c [ Proceeding without symmetry breaking ]
12.16/12.35	c InitialPropagation = 1
12.16/12.40	c [ SizeOfSearchSpace(log2) = 58.0482 ]
12.16/12.40	c InitialSAC = 1
14.45/14.60	c [ SizeOfSearchSpace(log2) = 58.0482 ]
14.45/14.60	c Search(SampleFF) : 
182.85/184.54	c [ Sampling domwdeg ]
182.85/184.54	c [ Sampling impacts ]
182.85/184.54	c [ Sampling la ]
182.85/184.54	c [ SamplingScores: ]
182.85/184.54	c [ domwdeg+min = 3.51382e-07 | domwdeg+rnd = 1.75913e-07 ]
182.85/184.54	c [ impacts+min = 2.10791e-07 | impacts+rnd = 2.39021e-07 ]
182.85/184.54	c [ la+min = 9.58054e-10 | la+rnd = 4.79027e-09 ]
182.85/184.54	c [ domwdeg = 2.63648e-07 | impacts = 2.24906e-07 | la = 2.87416e-09 ]
182.85/184.54	c [ min = 1.8771e-07 | rand = 2.24906e-07 ]
182.85/184.54	c [ restarting at (0.1,2.048e-08) ]
184.05/185.77	c [ restarting at (0.25,2.048e-08) ]
185.14/186.86	c [ restarting at (0.625,2.048e-08) ]
186.82/188.57	c [ restarting at (1.5625,2.048e-08) ]
190.98/192.78	c [ restarting at (3.90625,1.6384e-07) ]
201.40/203.26	c [ restarting at (9.76562,4.7104e-06) ]
227.47/229.55	c [ restarting at (24.4141,3.1957e-06) ]
292.41/295.01	c [ restarting at (61.0352,2.56e-05) ]
454.51/458.58	c [ restarting at (152.588,2.87752e-05) ]
859.88/867.42	c [ restarting at (381.47,0.000195379) ]
1635.04/1649.36	c [ restarting at (953.674,0.00046848) ]

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.09 2.04 4/80 10546
/proc/meminfo: memFree=1172936/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=1056 CPUtime=0
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1554577098 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 6927140 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 264 26 20 235 0 3 0

[startup+0.0739081 s]
/proc/loadavg: 2.02 2.09 2.04 4/80 10546
/proc/meminfo: memFree=1172936/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=6784 CPUtime=0.05
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 809 0 0 0 5 0 0 0 18 0 1 0 1554577098 6946816 769 996147200 134512640 135477443 4294956224 18446744073709551615 134780701 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 1696 769 364 235 0 397 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6784

[startup+0.102914 s]
/proc/loadavg: 2.02 2.09 2.04 4/80 10546
/proc/meminfo: memFree=1172936/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=8272 CPUtime=0.08
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 1179 0 0 0 8 0 0 0 18 0 1 0 1554577098 8470528 1139 996147200 134512640 135477443 4294956224 18446744073709551615 134785369 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 2068 1139 365 235 0 769 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8272

[startup+0.302948 s]
/proc/loadavg: 2.02 2.09 2.04 4/80 10546
/proc/meminfo: memFree=1172936/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=12292 CPUtime=0.28
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 2195 0 0 0 27 1 0 0 19 0 1 0 1554577098 12587008 2155 996147200 134512640 135477443 4294956224 18446744073709551615 134780698 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 3073 2155 365 235 0 1774 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12292

[startup+0.703019 s]
/proc/loadavg: 2.02 2.09 2.04 4/80 10546
/proc/meminfo: memFree=1172936/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=21800 CPUtime=0.68
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 4551 0 0 0 66 2 0 0 23 0 1 0 1554577098 22323200 4511 996147200 134512640 135477443 4294956224 18446744073709551615 134713493 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 5450 4511 365 235 0 4151 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21800

[startup+1.50116 s]
/proc/loadavg: 2.02 2.09 2.04 3/81 10547
/proc/meminfo: memFree=1149824/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=40388 CPUtime=1.47
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 9198 0 0 0 142 5 0 0 25 0 1 0 1554577098 41357312 9158 996147200 134512640 135477443 4294956224 18446744073709551615 134780695 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 10097 9158 365 235 0 8798 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 40388

[startup+3.10143 s]
/proc/loadavg: 2.09 2.11 2.04 4/81 10547
/proc/meminfo: memFree=1125056/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=76968 CPUtime=3.06
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 18346 0 0 0 295 11 0 0 25 0 1 0 1554577098 78815232 18306 996147200 134512640 135477443 4294956224 18446744073709551615 134780936 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 19242 18306 365 235 0 17943 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 76968

[startup+6.302 s]
/proc/loadavg: 2.09 2.11 2.04 3/81 10547
/proc/meminfo: memFree=891392/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=481416 CPUtime=6.23
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 91288 0 0 0 582 41 0 0 25 0 1 0 1554577098 492969984 91248 996147200 134512640 135477443 4294956224 18446744073709551615 7362171 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 120354 91248 432 235 0 119055 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 481416

[startup+12.7011 s]
/proc/loadavg: 2.15 2.12 2.05 3/81 10547
/proc/meminfo: memFree=454528/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=12.57
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180079 0 0 0 1166 91 0 0 25 0 1 0 1554577098 288894976 41339 996147200 134512640 135477443 4294956224 18446744073709551615 134600957 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41339 463 235 0 69232 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 282124

[startup+25.5013 s]
/proc/loadavg: 2.21 2.13 2.05 3/81 10547
/proc/meminfo: memFree=1008448/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=25.25
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180216 0 0 0 2434 91 0 0 25 0 1 0 1554577098 288894976 41476 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41476 483 235 0 69232 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 282124

[startup+51.1028 s]
/proc/loadavg: 2.14 2.12 2.05 4/81 10547
/proc/meminfo: memFree=1007680/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=50.61
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180447 0 0 0 4970 91 0 0 25 0 1 0 1554577098 288894976 41707 996147200 134512640 135477443 4294956224 18446744073709551615 134600843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41707 485 235 0 69232 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 282124

[startup+102.307 s]
/proc/loadavg: 2.16 2.13 2.05 3/81 10547
/proc/meminfo: memFree=1007552/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=101.37
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180447 0 0 0 10046 91 0 0 25 0 1 0 1554577098 288894976 41707 996147200 134512640 135477443 4294956224 18446744073709551615 134590238 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41707 485 235 0 69232 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 282124

[startup+162.302 s]
/proc/loadavg: 2.11 2.12 2.05 3/81 10547
/proc/meminfo: memFree=1007488/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=160.85
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180447 0 0 0 15994 91 0 0 25 0 1 0 1554577098 288894976 41707 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41707 485 235 0 69232 0
Current children cumulated CPU time (s) 160.85
Current children cumulated vsize (KiB) 282124

[startup+222.301 s]
/proc/loadavg: 2.08 2.11 2.05 3/81 10547
/proc/meminfo: memFree=1007488/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=220.33
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180463 0 0 0 21941 92 0 0 25 0 1 0 1554577098 288894976 41723 996147200 134512640 135477443 4294956224 18446744073709551615 134590262 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41723 486 235 0 69232 0
Current children cumulated CPU time (s) 220.33
Current children cumulated vsize (KiB) 282124

[startup+282.302 s]
/proc/loadavg: 2.11 2.10 2.05 3/81 10547
/proc/meminfo: memFree=1007360/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=279.82
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 27890 92 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134600865 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 279.82
Current children cumulated vsize (KiB) 282124

[startup+342.301 s]
/proc/loadavg: 2.04 2.08 2.05 3/81 10547
/proc/meminfo: memFree=1007296/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=339.3
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 33838 92 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 339.3
Current children cumulated vsize (KiB) 282124

[startup+402.302 s]
/proc/loadavg: 2.01 2.06 2.04 3/81 10547
/proc/meminfo: memFree=1007296/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=398.79
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 39787 92 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 398.79
Current children cumulated vsize (KiB) 282124

[startup+462.302 s]
/proc/loadavg: 2.00 2.05 2.03 4/81 10547
/proc/meminfo: memFree=1007232/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=458.27
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 45735 92 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134600843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 458.27
Current children cumulated vsize (KiB) 282124

[startup+522.301 s]
/proc/loadavg: 2.00 2.04 2.03 3/81 10547
/proc/meminfo: memFree=1007104/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=517.75
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 51683 92 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134583306 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 517.75
Current children cumulated vsize (KiB) 282124

[startup+582.302 s]
/proc/loadavg: 2.00 2.03 2.02 3/81 10547
/proc/meminfo: memFree=1007104/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=577.25
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 57632 93 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134600976 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 577.25
Current children cumulated vsize (KiB) 282124

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 2.02 4/81 10547
/proc/meminfo: memFree=1007104/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=636.73
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 63580 93 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 636.73
Current children cumulated vsize (KiB) 282124


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 10547
/proc/meminfo: memFree=1006912/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=874.65
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 87372 93 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 874.65
Current children cumulated vsize (KiB) 282124

[startup+942.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/81 10547
/proc/meminfo: memFree=1006912/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=934.14
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 93321 93 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 934.14
Current children cumulated vsize (KiB) 282124

[startup+1002.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 10547
/proc/meminfo: memFree=1006912/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=993.62
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 99268 94 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 993.62
Current children cumulated vsize (KiB) 282124

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 10547
/proc/meminfo: memFree=1006912/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1053.11
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 105217 94 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134600796 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 1053.11
Current children cumulated vsize (KiB) 282124

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 10549
/proc/meminfo: memFree=1006848/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1112.58
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 111164 94 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134600949 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 1112.58
Current children cumulated vsize (KiB) 282124

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10549
/proc/meminfo: memFree=1006848/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1172.07
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 117113 94 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134600843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 1172.07
Current children cumulated vsize (KiB) 282124

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10549
/proc/meminfo: memFree=1006784/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1231.55
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 123061 94 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 1231.55
Current children cumulated vsize (KiB) 282124

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10549
/proc/meminfo: memFree=1006784/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1291.04
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180506 0 0 0 129009 95 0 0 25 0 1 0 1554577098 288894976 41766 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41766 486 235 0 69232 0
Current children cumulated CPU time (s) 1291.04
Current children cumulated vsize (KiB) 282124

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10549
/proc/meminfo: memFree=1006784/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1350.52
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180510 0 0 0 134957 95 0 0 25 0 1 0 1554577098 288894976 41770 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41770 486 235 0 69232 0
Current children cumulated CPU time (s) 1350.52
Current children cumulated vsize (KiB) 282124

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10549
/proc/meminfo: memFree=1006784/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1410.01
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180510 0 0 0 140906 95 0 0 25 0 1 0 1554577098 288894976 41770 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41770 486 235 0 69232 0
Current children cumulated CPU time (s) 1410.01
Current children cumulated vsize (KiB) 282124

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10549
/proc/meminfo: memFree=1006720/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1469.49
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180512 0 0 0 146854 95 0 0 25 0 1 0 1554577098 288894976 41772 996147200 134512640 135477443 4294956224 18446744073709551615 134600955 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41772 486 235 0 69232 0
Current children cumulated CPU time (s) 1469.49
Current children cumulated vsize (KiB) 282124

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 10549
/proc/meminfo: memFree=1006592/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1528.96
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180544 0 0 0 152801 95 0 0 25 0 1 0 1554577098 288894976 41804 996147200 134512640 135477443 4294956224 18446744073709551615 134590307 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41804 486 235 0 69232 0
Current children cumulated CPU time (s) 1528.96
Current children cumulated vsize (KiB) 282124

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 10549
/proc/meminfo: memFree=1006592/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1588.45
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180544 0 0 0 158750 95 0 0 25 0 1 0 1554577098 288894976 41804 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/10546/statm: 70531 41804 486 235 0 69232 0
Current children cumulated CPU time (s) 1588.45
Current children cumulated vsize (KiB) 282124

[startup+1662.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/74 10580
/proc/meminfo: memFree=1407672/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1648.02
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180544 0 0 0 164706 96 0 0 25 0 1 0 1554577098 288894976 41804 996147200 134512640 135477443 4294956224 18446744073709551615 134590128 0 0 4096 0 0 0 0 17 0 0 0
/proc/10546/statm: 70531 41804 486 235 0 69232 0
Current children cumulated CPU time (s) 1648.02
Current children cumulated vsize (KiB) 282124

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/74 10580
/proc/meminfo: memFree=1407800/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1707.97
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180544 0 0 0 170700 97 0 0 25 0 1 0 1554577098 288894976 41804 996147200 134512640 135477443 4294956224 18446744073709551615 134583306 0 0 4096 0 0 0 0 17 0 0 0
/proc/10546/statm: 70531 41804 486 235 0 69232 0
Current children cumulated CPU time (s) 1707.97
Current children cumulated vsize (KiB) 282124

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 10580
/proc/meminfo: memFree=1407608/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1767.91
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180544 0 0 0 176694 97 0 0 25 0 1 0 1554577098 288894976 41804 996147200 134512640 135477443 4294956224 18446744073709551615 134590241 0 0 4096 0 0 0 0 17 0 0 0
/proc/10546/statm: 70531 41804 486 235 0 69232 0
Current children cumulated CPU time (s) 1767.91
Current children cumulated vsize (KiB) 282124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 10580
/proc/meminfo: memFree=1407608/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1800.09
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180544 0 0 0 179912 97 0 0 25 0 1 0 1554577098 288894976 41804 996147200 134512640 135477443 4294956224 18446744073709551615 134600930 0 0 4096 0 0 0 0 17 0 0 0
/proc/10546/statm: 70531 41804 486 235 0 69232 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 282124

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

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

[startup+1814.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 10580
/proc/meminfo: memFree=1407608/2055920 swapFree=4121440/4192956
[pid=10546] ppid=10544 vsize=282124 CPUtime=1800.09
/proc/10546/stat : 10546 (casperzao) R 10544 10546 8453 0 -1 4194304 180544 0 0 0 179912 97 0 0 25 0 1 0 1554577098 288894976 41804 996147200 134512640 135477443 4294956224 18446744073709551615 134600930 0 0 4096 0 0 0 0 17 0 0 0
/proc/10546/statm: 70531 41804 486 235 0 69232 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 282124

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.53
CPU time (s): 1800.12
CPU user time (s): 1799.12
CPU system time (s): 0.997848
CPU usage (%): 99.2057
Max. virtual memory (cumulated for all children) (KiB): 845536

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

runsolver used 1.45678 second user time and 5.2732 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-05 11:10:31
IDJOB=1093222
IDBENCH=58691
IDSOLVER=361
FILE ID=node14/1093222-1215249028
PBS_JOBID= 7881980
Free space on /tmp= 66384 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-21.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093222-1215249028/watcher-1093222-1215249028 -o /tmp/evaluation-result-1093222-1215249028/solver-1093222-1215249028 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1093222-1215249028.xml 99714311 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2934710e326174e397d77e98cc162d13
RANDOM SEED=99714311

node14.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.267
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	: 5931.00
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.267
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:       1173416 kB
Buffers:         55508 kB
Cached:         261952 kB
SwapCached:      65652 kB
Active:         728472 kB
Inactive:        96600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1173416 kB
SwapTotal:     4192956 kB
SwapFree:      4121440 kB
Dirty:           32760 kB
Writeback:           0 kB
Mapped:         521196 kB
Slab:            41652 kB
Committed_AS:  3947784 kB
PageTables:       2820 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= 66408 MiB
End job on node14 at 2008-07-05 11:40:47