Trace number 1094587

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.17 1831.52

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-3.xml
MD5SUM7a2002403f90a55551911ef90dc24de1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.7697
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.08	c Parsing = 1
6.83/14.26	c Building = 1
8.51/17.65	c [ NumberOfVariables = 23 ]
8.51/17.65	c [ NumberOfConstraints = 16 ]
8.51/17.65	c [ SizeOfSearchSpace(log2) = 36.4541 ]
8.51/17.65	c SymmetrySearch = (OutOfMemory)
12.52/22.39	c [ Proceeding without symmetry breaking ]
13.22/23.09	c InitialPropagation = 1
13.32/23.20	c [ SizeOfSearchSpace(log2) = 36.4541 ]
13.32/23.20	c InitialSAC = 1
21.27/31.19	c [ SizeOfSearchSpace(log2) = 36.4541 ]
21.27/31.19	c Search(SampleFF) : 
307.54/326.39	c [ Sampling domwdeg ]
307.54/326.39	c [ Sampling impacts ]
307.54/326.39	c [ Sampling la ]
307.54/326.39	c [ SamplingScores: ]
307.54/326.39	c [ domwdeg+min = 1.04394e-05 | domwdeg+rnd = 2.6781e-06 ]
307.54/326.39	c [ impacts+min = 8.92701e-07 | impacts+rnd = 2.27366e-06 ]
307.54/326.39	c [ la+min = 4.75334e-07 | la+rnd = 4.75334e-07 ]
307.54/326.39	c [ domwdeg = 6.55877e-06 | impacts = 1.58318e-06 | la = 4.75334e-07 ]
307.54/326.39	c [ min = 3.93582e-06 | rand = 1.58318e-06 ]
307.54/326.39	c [ restarting at (0.1,1.69351e-05) ]
310.22/329.06	c [ restarting at (0.25,5.64503e-06) ]
313.09/331.91	c [ restarting at (0.625,1.69351e-05) ]
315.87/334.73	c [ restarting at (1.5625,1.69351e-05) ]
320.23/339.13	c [ restarting at (3.90625,0.000101611) ]
330.73/349.74	c [ restarting at (9.76562,0.000508053) ]
357.20/376.42	c [ restarting at (24.4141,0.00182899) ]
422.63/442.45	c [ restarting at (61.0352,0.00416603) ]
585.66/606.82	c [ restarting at (152.588,0.0169182) ]
991.24/1015.85	c [ restarting at (381.47,0.0306356) ]

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

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.38 2.41 2.22 4/81 16003
/proc/meminfo: memFree=1524368/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=3708 CPUtime=0
/proc/16003/stat : 16003 (casperzao) D 16001 16003 14680 0 -1 4194304 73 0 0 0 0 0 0 0 18 0 1 0 152590806 3796992 55 996147200 134512640 135477443 4294956224 18446744073709551615 12591908 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/16003/statm: 927 55 40 235 0 20 0

[startup+0.284777 s]
/proc/loadavg: 2.38 2.41 2.22 4/81 16003
/proc/meminfo: memFree=1524368/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=15400 CPUtime=0.27
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 2953 0 0 0 25 2 0 0 19 0 1 0 152590806 15769600 2913 996147200 134512640 135477443 4294956224 18446744073709551615 134780678 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 3850 2913 364 235 0 2551 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 15400

[startup+0.30177 s]
/proc/loadavg: 2.38 2.41 2.22 4/81 16003
/proc/meminfo: memFree=1524368/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=15400 CPUtime=0.29
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 2953 0 0 0 27 2 0 0 19 0 1 0 152590806 15769600 2913 996147200 134512640 135477443 4294956224 18446744073709551615 134799987 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 3850 2913 364 235 0 2551 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15400

[startup+0.401784 s]
/proc/loadavg: 2.38 2.41 2.22 4/81 16003
/proc/meminfo: memFree=1524368/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=15400 CPUtime=0.39
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 2953 0 0 0 37 2 0 0 20 0 1 0 152590806 15769600 2913 996147200 134512640 135477443 4294956224 18446744073709551615 134713703 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 3850 2913 364 235 0 2551 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 15400

[startup+2.08423 s]
/proc/loadavg: 2.38 2.41 2.22 4/81 16003
/proc/meminfo: memFree=1524368/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=45280 CPUtime=1.39
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 10424 0 0 0 132 7 0 0 25 0 1 0 152590806 46366720 10384 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 11320 10384 365 235 0 10021 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 45280

[startup+3.32285 s]
/proc/loadavg: 2.38 2.41 2.22 4/81 16003
/proc/meminfo: memFree=1524368/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=55240 CPUtime=1.99
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 12915 0 0 0 191 8 0 0 25 0 1 0 152590806 56565760 12875 996147200 134512640 135477443 4294956224 18446744073709551615 134800262 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 13810 12875 365 235 0 12511 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 55240

[startup+3.82514 s]
/proc/loadavg: 2.38 2.41 2.22 4/81 16003
/proc/meminfo: memFree=1524368/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=55240 CPUtime=2.24
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 12915 0 0 0 215 9 0 0 25 0 1 0 152590806 56565760 12875 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 16300 15366 365 235 0 15001 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 55240

[startup+6.30229 s]
/proc/loadavg: 2.43 2.42 2.23 3/82 16004
/proc/meminfo: memFree=1452808/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=75160 CPUtime=3.03
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 17897 0 0 0 291 12 0 0 25 0 1 0 152590806 76963840 17857 996147200 134512640 135477443 4294956224 18446744073709551615 134780673 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 18790 17857 365 235 0 17491 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 75160

[startup+12.701 s]
/proc/loadavg: 2.79 2.50 2.25 5/86 16008
/proc/meminfo: memFree=1392616/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=154840 CPUtime=6.09
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 37823 0 0 0 586 23 0 0 25 0 1 0 152590806 158556160 37783 996147200 134512640 135477443 4294956224 18446744073709551615 134784427 0 0 4096 0 0 0 0 17 0 0 0
/proc/16003/statm: 38710 37783 365 235 0 37411 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 154840

[startup+25.5015 s]
/proc/loadavg: 3.11 2.59 2.28 3/82 16010
/proc/meminfo: memFree=828744/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=15.72
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176506 0 1 0 1483 89 0 0 25 0 1 0 152590806 890302464 174115 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174115 463 235 0 216060 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 869436

[startup+51.1016 s]
/proc/loadavg: 2.73 2.54 2.27 3/82 16010
/proc/meminfo: memFree=827336/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=41.26
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176616 0 1 0 4037 89 0 0 25 0 1 0 152590806 890302464 174225 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174225 475 235 0 216060 0
Current children cumulated CPU time (s) 41.26
Current children cumulated vsize (KiB) 869436

[startup+102.302 s]
/proc/loadavg: 2.31 2.45 2.26 3/82 16010
/proc/meminfo: memFree=828360/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=92.44
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176658 0 1 0 9154 90 0 0 25 0 1 0 152590806 890302464 174267 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174267 477 235 0 216060 0
Current children cumulated CPU time (s) 92.44
Current children cumulated vsize (KiB) 869436

[startup+162.302 s]
/proc/loadavg: 2.11 2.37 2.24 3/82 16010
/proc/meminfo: memFree=816904/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=152.41
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176677 0 1 0 15151 90 0 0 25 0 1 0 152590806 890302464 174286 996147200 134512640 135477443 4294956224 18446744073709551615 134600916 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174286 477 235 0 216060 0
Current children cumulated CPU time (s) 152.41
Current children cumulated vsize (KiB) 869436

[startup+222.302 s]
/proc/loadavg: 2.40 2.38 2.25 5/73 16040
/proc/meminfo: memFree=874392/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=206.92
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176677 0 1 0 20473 219 0 0 25 0 1 0 152590806 890302464 174286 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/16003/statm: 217359 174286 477 235 0 216060 0
Current children cumulated CPU time (s) 206.92
Current children cumulated vsize (KiB) 869436

[startup+282.302 s]
/proc/loadavg: 2.21 2.34 2.24 3/73 16040
/proc/meminfo: memFree=617816/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=263.9
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176677 0 1 0 26170 220 0 0 25 0 1 0 152590806 890302464 174286 996147200 134512640 135477443 4294956224 18446744073709551615 134600957 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174286 477 235 0 216060 0
Current children cumulated CPU time (s) 263.9
Current children cumulated vsize (KiB) 869436

[startup+342.302 s]
/proc/loadavg: 2.08 2.27 2.23 3/73 16040
/proc/meminfo: memFree=617816/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=323.4
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176686 0 1 0 32120 220 0 0 25 0 1 0 152590806 890302464 174295 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174295 486 235 0 216060 0
Current children cumulated CPU time (s) 323.4
Current children cumulated vsize (KiB) 869436

[startup+402.302 s]
/proc/loadavg: 2.03 2.22 2.21 3/73 16040
/proc/meminfo: memFree=617752/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=382.89
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176692 0 1 0 38069 220 0 0 25 0 1 0 152590806 890302464 174301 996147200 134512640 135477443 4294956224 18446744073709551615 134590180 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174301 486 235 0 216060 0
Current children cumulated CPU time (s) 382.89
Current children cumulated vsize (KiB) 869436

[startup+462.302 s]
/proc/loadavg: 2.01 2.18 2.19 3/73 16040
/proc/meminfo: memFree=617752/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=442.38
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176702 0 1 0 44017 221 0 0 25 0 1 0 152590806 890302464 174311 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174311 486 235 0 216060 0
Current children cumulated CPU time (s) 442.38
Current children cumulated vsize (KiB) 869436

[startup+522.301 s]
/proc/loadavg: 2.00 2.14 2.18 3/73 16040
/proc/meminfo: memFree=617752/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=501.89
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176702 0 1 0 49968 221 0 0 25 0 1 0 152590806 890302464 174311 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174311 486 235 0 216060 0
Current children cumulated CPU time (s) 501.89
Current children cumulated vsize (KiB) 869436

[startup+582.301 s]
/proc/loadavg: 2.00 2.11 2.16 3/73 16040
/proc/meminfo: memFree=617688/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=561.37
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176702 0 1 0 55916 221 0 0 25 0 1 0 152590806 890302464 174311 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174311 486 235 0 216060 0
Current children cumulated CPU time (s) 561.37
Current children cumulated vsize (KiB) 869436

[startup+642.306 s]
/proc/loadavg: 2.00 2.09 2.15 3/73 16040
/proc/meminfo: memFree=617624/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=620.87
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176702 0 1 0 61865 222 0 0 25 0 1 0 152590806 890302464 174311 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174311 486 235 0 216060 0
Current children cumulated CPU time (s) 620.87
Current children cumulated vsize (KiB) 869436


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

[startup+882.301 s]
/proc/loadavg: 2.00 2.03 2.11 3/73 16042
/proc/meminfo: memFree=617240/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=858.86
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176702 0 1 0 85663 223 0 0 25 0 1 0 152590806 890302464 174311 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174311 486 235 0 216060 0
Current children cumulated CPU time (s) 858.86
Current children cumulated vsize (KiB) 869436

[startup+942.302 s]
/proc/loadavg: 2.00 2.02 2.09 3/73 16042
/proc/meminfo: memFree=617176/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=918.35
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176702 0 1 0 91612 223 0 0 25 0 1 0 152590806 890302464 174311 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174311 486 235 0 216060 0
Current children cumulated CPU time (s) 918.35
Current children cumulated vsize (KiB) 869436

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/73 16042
/proc/meminfo: memFree=617176/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=977.85
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 97561 224 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 977.85
Current children cumulated vsize (KiB) 869436

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/73 16042
/proc/meminfo: memFree=617112/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1037.34
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 103510 224 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134600802 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1037.34
Current children cumulated vsize (KiB) 869436

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/73 16042
/proc/meminfo: memFree=617112/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1096.85
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 109460 225 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1096.85
Current children cumulated vsize (KiB) 869436

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/73 16042
/proc/meminfo: memFree=617048/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1156.34
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 115409 225 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1156.34
Current children cumulated vsize (KiB) 869436

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/73 16042
/proc/meminfo: memFree=616920/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1215.85
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 121360 225 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1215.85
Current children cumulated vsize (KiB) 869436

[startup+1302.31 s]
/proc/loadavg: 2.00 2.00 2.06 3/73 16042
/proc/meminfo: memFree=616920/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1275.35
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 127310 225 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134590307 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1275.35
Current children cumulated vsize (KiB) 869436

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/73 16042
/proc/meminfo: memFree=616856/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1334.85
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 133259 226 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1334.85
Current children cumulated vsize (KiB) 869436

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/73 16042
/proc/meminfo: memFree=616728/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1394.33
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 139207 226 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134583306 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1394.33
Current children cumulated vsize (KiB) 869436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/73 16042
/proc/meminfo: memFree=616664/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1453.84
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 145158 226 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1453.84
Current children cumulated vsize (KiB) 869436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/73 16042
/proc/meminfo: memFree=616600/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1513.36
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 151110 226 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1513.36
Current children cumulated vsize (KiB) 869436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/73 16042
/proc/meminfo: memFree=616600/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1572.86
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 157060 226 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134600793 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1572.86
Current children cumulated vsize (KiB) 869436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/73 16042
/proc/meminfo: memFree=616536/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1632.37
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 163010 227 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1632.37
Current children cumulated vsize (KiB) 869436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/73 16042
/proc/meminfo: memFree=616472/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1691.87
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 168960 227 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 135268209 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1691.87
Current children cumulated vsize (KiB) 869436

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 16042
/proc/meminfo: memFree=616472/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1751.35
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 174908 227 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1751.35
Current children cumulated vsize (KiB) 869436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1831.41 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 16042
/proc/meminfo: memFree=616472/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=869436 CPUtime=1800.05
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4194304 176707 0 1 0 179777 228 0 0 25 0 1 0 152590806 890302464 174316 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 217359 174316 486 235 0 216060 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 869436

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

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

[startup+1831.51 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 16042
/proc/meminfo: memFree=616472/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=0 CPUtime=1800.14
/proc/16003/stat : 16003 (casperzao) R 16001 16003 14680 0 -1 4195332 176707 0 1 0 179777 237 0 0 25 0 1 0 152590806 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16003/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1831.52
CPU time (s): 1800.17
CPU user time (s): 1797.78
CPU system time (s): 2.38864
CPU usage (%): 98.2883
Max. virtual memory (cumulated for all children) (KiB): 878844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.78
system time used= 2.38864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176707
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 36156

runsolver used 2.07268 second user time and 5.53516 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-05 12:00:55
IDJOB=1094587
IDBENCH=58810
IDSOLVER=361
FILE ID=node28/1094587-1215252043
PBS_JOBID= 7882008
Free space on /tmp= 66432 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-3.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094587-1215252043/watcher-1094587-1215252043 -o /tmp/evaluation-result-1094587-1215252043/solver-1094587-1215252043 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1094587-1215252043.xml 1337938634 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7a2002403f90a55551911ef90dc24de1
RANDOM SEED=1337938634

node28.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.231
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.231
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:       1524848 kB
Buffers:         19248 kB
Cached:         271044 kB
SwapCached:          0 kB
Active:         395248 kB
Inactive:        84460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           73304 kB
Writeback:           0 kB
Mapped:         209580 kB
Slab:            36068 kB
Committed_AS:  1095456 kB
PageTables:       2216 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66364 MiB
End job on node28 at 2008-07-05 12:31:28