Trace number 1093153

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.07 1802.94

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-16.xml
MD5SUMb7e9524b8eaa9cb78435f60b3e354238
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 benchmark98.0321
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.08/0.13	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.08/0.13	c Parsing = 1
3.26/3.31	c Building = 1
4.05/4.16	c [ NumberOfVariables = 25 ]
4.05/4.16	c [ NumberOfConstraints = 56 ]
4.05/4.16	c [ SizeOfSearchSpace(log2) = 58.0482 ]
4.05/4.16	c SymmetrySearch = (OutOfMemory)
10.49/10.64	c [ Proceeding without symmetry breaking ]
11.78/11.99	c InitialPropagation = 1
11.87/12.03	c [ SizeOfSearchSpace(log2) = 58.0482 ]
11.87/12.03	c InitialSAC = 1
13.46/13.64	c [ SizeOfSearchSpace(log2) = 58.0482 ]
13.46/13.64	c Search(SampleFF) : 
179.94/181.59	c [ Sampling domwdeg ]
179.94/181.59	c [ Sampling impacts ]
179.94/181.59	c [ Sampling la ]
179.94/181.59	c [ SamplingScores: ]
179.94/181.59	c [ domwdeg+min = 1.6785e-06 | domwdeg+rnd = 2.2737e-06 ]
179.94/181.59	c [ impacts+min = 8.52594e-08 | impacts+rnd = 9.62286e-09 ]
179.94/181.59	c [ la+min = 9.58054e-10 | la+rnd = 9.58054e-10 ]
179.94/181.59	c [ domwdeg = 1.9761e-06 | impacts = 4.74411e-08 | la = 9.58054e-10 ]
179.94/181.59	c [ min = 5.8824e-07 | rand = 4.74411e-08 ]
179.94/181.59	c [ restarting at (0.1,4.096e-09) ]
180.93/182.57	c [ restarting at (0.25,4.096e-09) ]
181.92/183.55	c [ restarting at (0.625,4.096e-09) ]
183.90/185.58	c [ restarting at (1.5625,2.2528e-07) ]
188.16/189.86	c [ restarting at (3.90625,2.048e-05) ]
198.67/200.46	c [ restarting at (9.76562,2.57024e-05) ]
224.65/226.69	c [ restarting at (24.4141,2.816e-05) ]
258.55/260.86	c [ restarting at (61.0352,7.0656e-05) ]
411.14/413.55	c [ restarting at (152.588,0.000180019) ]
792.59/795.11	c [ restarting at (381.47,0.0017536) ]
1746.25/1749.15	c [ restarting at (953.674,0.00202496) ]

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

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 2.02 2.00 4/80 10572
/proc/meminfo: memFree=1727200/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=18572 CPUtime=0
/proc/10572/stat : 10572 (runsolver) R 10570 10572 9359 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1009264620 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10572/statm: 4643 292 257 25 0 2626 0

[startup+0.0784429 s]
/proc/loadavg: 1.92 2.02 2.00 4/80 10572
/proc/meminfo: memFree=1727200/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=8128 CPUtime=0.06
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 1145 0 0 0 6 0 0 0 18 0 1 0 1009264620 8323072 1105 996147200 134512640 135477443 4294956224 18446744073709551615 134713718 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 2032 1105 365 235 0 733 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8128

[startup+0.101441 s]
/proc/loadavg: 1.92 2.02 2.00 4/80 10572
/proc/meminfo: memFree=1727200/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=8128 CPUtime=0.08
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 1145 0 0 0 8 0 0 0 18 0 1 0 1009264620 8323072 1105 996147200 134512640 135477443 4294956224 18446744073709551615 134785415 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 2032 1105 365 235 0 733 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8128

[startup+0.301469 s]
/proc/loadavg: 1.92 2.02 2.00 4/80 10572
/proc/meminfo: memFree=1727200/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=13360 CPUtime=0.28
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 2428 0 0 0 27 1 0 0 19 0 1 0 1009264620 13680640 2388 996147200 134512640 135477443 4294956224 18446744073709551615 4158423322 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 3340 2388 365 235 0 2041 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13360

[startup+0.70151 s]
/proc/loadavg: 1.92 2.02 2.00 4/80 10572
/proc/meminfo: memFree=1727200/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=22248 CPUtime=0.68
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 4655 0 0 0 66 2 0 0 23 0 1 0 1009264620 22781952 4615 996147200 134512640 135477443 4294956224 18446744073709551615 134780672 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 5562 4615 365 235 0 4263 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22248

[startup+1.50159 s]
/proc/loadavg: 1.92 2.02 2.00 3/81 10573
/proc/meminfo: memFree=1703128/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=41604 CPUtime=1.47
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 9519 0 0 0 143 4 0 0 25 0 1 0 1009264620 42602496 9479 996147200 134512640 135477443 4294956224 18446744073709551615 134780928 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 10401 9479 365 235 0 9102 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 41604

[startup+3.10176 s]
/proc/loadavg: 1.92 2.02 2.00 3/81 10573
/proc/meminfo: memFree=1676056/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=79060 CPUtime=3.06
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 18865 0 0 0 297 9 0 0 25 0 1 0 1009264620 80957440 18825 996147200 134512640 135477443 4294956224 18446744073709551615 134780942 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 19765 18825 365 235 0 18466 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 79060

[startup+6.30109 s]
/proc/loadavg: 2.09 2.06 2.02 3/81 10573
/proc/meminfo: memFree=1432792/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=497356 CPUtime=6.23
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 95497 0 0 0 585 38 0 0 25 0 1 0 1009264620 509292544 95457 996147200 134512640 135477443 4294956224 18446744073709551615 10652785 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 124339 95457 432 235 0 123040 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 497356

[startup+12.7028 s]
/proc/loadavg: 2.08 2.05 2.01 3/81 10573
/proc/meminfo: memFree=1561432/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=12.57
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 181862 0 0 0 1171 86 0 0 25 0 1 0 1009264620 289476608 41718 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 70673 41718 463 235 0 69374 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 282692

[startup+25.5011 s]
/proc/loadavg: 2.06 2.05 2.01 3/81 10573
/proc/meminfo: memFree=1560728/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=25.26
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182011 0 0 0 2440 86 0 0 25 0 1 0 1009264620 289476608 41867 996147200 134512640 135477443 4294956224 18446744073709551615 134600882 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 70673 41867 483 235 0 69374 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 282692

[startup+51.1017 s]
/proc/loadavg: 2.04 2.05 2.01 3/81 10573
/proc/meminfo: memFree=1559960/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=50.64
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182199 0 0 0 4978 86 0 0 25 0 1 0 1009264620 289476608 42055 996147200 134512640 135477443 4294956224 18446744073709551615 134600851 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 70673 42055 485 235 0 69374 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 282692

[startup+102.307 s]
/proc/loadavg: 2.02 2.04 2.01 3/81 10573
/proc/meminfo: memFree=1559640/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=101.41
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182249 0 0 0 10055 86 0 0 25 0 1 0 1009264620 289476608 42105 996147200 134512640 135477443 4294956224 18446744073709551615 134590151 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 70673 42105 485 235 0 69374 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 282692

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 10573
/proc/meminfo: memFree=1559576/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=160.89
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182249 0 0 0 16003 86 0 0 25 0 1 0 1009264620 289476608 42105 996147200 134512640 135477443 4294956224 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 70673 42105 485 235 0 69374 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 282692

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 10573
/proc/meminfo: memFree=1559584/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=220.38
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182250 0 0 0 21952 86 0 0 25 0 1 0 1009264620 289476608 42106 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 1 0 0
/proc/10572/statm: 70673 42106 486 235 0 69374 0
Current children cumulated CPU time (s) 220.38
Current children cumulated vsize (KiB) 282692

[startup+282.302 s]
/proc/loadavg: 2.14 2.05 2.01 3/70 10648
/proc/meminfo: memFree=1624576/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=280.03
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182250 0 0 0 27911 92 0 0 25 0 1 0 1009264620 289476608 42106 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42106 486 235 0 69374 0
Current children cumulated CPU time (s) 280.03
Current children cumulated vsize (KiB) 282692

[startup+342.302 s]
/proc/loadavg: 2.10 2.05 2.01 3/82 10675
/proc/meminfo: memFree=1159520/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=339.97
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182250 0 0 0 33902 95 0 0 25 0 1 0 1009264620 289476608 42106 996147200 134512640 135477443 4294956224 18446744073709551615 135268982 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42106 486 235 0 69374 0
Current children cumulated CPU time (s) 339.97
Current children cumulated vsize (KiB) 282692

[startup+402.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/74 10676
/proc/meminfo: memFree=1454176/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=399.94
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182250 0 0 0 39899 95 0 0 25 0 1 0 1009264620 289476608 42106 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42106 486 235 0 69374 0
Current children cumulated CPU time (s) 399.94
Current children cumulated vsize (KiB) 282692

[startup+462.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/74 10676
/proc/meminfo: memFree=1454112/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=459.92
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182256 0 0 0 45897 95 0 0 25 0 1 0 1009264620 289476608 42112 996147200 134512640 135477443 4294956224 18446744073709551615 134600912 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42112 486 235 0 69374 0
Current children cumulated CPU time (s) 459.92
Current children cumulated vsize (KiB) 282692

[startup+522.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 10676
/proc/meminfo: memFree=1454112/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=519.9
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182256 0 0 0 51895 95 0 0 25 0 1 0 1009264620 289476608 42112 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42112 486 235 0 69374 0
Current children cumulated CPU time (s) 519.9
Current children cumulated vsize (KiB) 282692

[startup+582.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 10676
/proc/meminfo: memFree=1454048/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=579.87
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182256 0 0 0 57892 95 0 0 25 0 1 0 1009264620 289476608 42112 996147200 134512640 135477443 4294956224 18446744073709551615 134590182 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42112 486 235 0 69374 0
Current children cumulated CPU time (s) 579.87
Current children cumulated vsize (KiB) 282692

[startup+642.304 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 10676
/proc/meminfo: memFree=1454048/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=639.85
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182256 0 0 0 63890 95 0 0 25 0 1 0 1009264620 289476608 42112 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42112 486 235 0 69374 0
Current children cumulated CPU time (s) 639.85
Current children cumulated vsize (KiB) 282692


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 10676
/proc/meminfo: memFree=1453856/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=879.76
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182256 0 0 0 87881 95 0 0 25 0 1 0 1009264620 289476608 42112 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42112 486 235 0 69374 0
Current children cumulated CPU time (s) 879.76
Current children cumulated vsize (KiB) 282692

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 10676
/proc/meminfo: memFree=1453856/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=939.73
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182256 0 0 0 93878 95 0 0 25 0 1 0 1009264620 289476608 42112 996147200 134512640 135477443 4294956224 18446744073709551615 134600988 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42112 486 235 0 69374 0
Current children cumulated CPU time (s) 939.73
Current children cumulated vsize (KiB) 282692

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 10676
/proc/meminfo: memFree=1453792/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=999.71
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182256 0 0 0 99876 95 0 0 25 0 1 0 1009264620 289476608 42112 996147200 134512640 135477443 4294956224 18446744073709551615 134583297 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42112 486 235 0 69374 0
Current children cumulated CPU time (s) 999.71
Current children cumulated vsize (KiB) 282692

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 10676
/proc/meminfo: memFree=1453728/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1059.7
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182256 0 0 0 105874 96 0 0 25 0 1 0 1009264620 289476608 42112 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42112 486 235 0 69374 0
Current children cumulated CPU time (s) 1059.7
Current children cumulated vsize (KiB) 282692

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 10676
/proc/meminfo: memFree=1453728/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1119.68
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182256 0 0 0 111872 96 0 0 25 0 1 0 1009264620 289476608 42112 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42112 486 235 0 69374 0
Current children cumulated CPU time (s) 1119.68
Current children cumulated vsize (KiB) 282692

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 10676
/proc/meminfo: memFree=1453664/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1179.66
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182256 0 0 0 117870 96 0 0 25 0 1 0 1009264620 289476608 42112 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42112 486 235 0 69374 0
Current children cumulated CPU time (s) 1179.66
Current children cumulated vsize (KiB) 282692

[startup+1242.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/74 10676
/proc/meminfo: memFree=1453472/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1239.64
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182256 0 0 0 123868 96 0 0 25 0 1 0 1009264620 289476608 42112 996147200 134512640 135477443 4294956224 18446744073709551615 134601023 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42112 486 235 0 69374 0
Current children cumulated CPU time (s) 1239.64
Current children cumulated vsize (KiB) 282692

[startup+1302.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/74 10676
/proc/meminfo: memFree=1453408/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1299.62
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182273 0 0 0 129866 96 0 0 25 0 1 0 1009264620 289476608 42129 996147200 134512640 135477443 4294956224 18446744073709551615 134590454 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42129 486 235 0 69374 0
Current children cumulated CPU time (s) 1299.62
Current children cumulated vsize (KiB) 282692

[startup+1362.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/74 10676
/proc/meminfo: memFree=1453408/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1359.59
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182273 0 0 0 135863 96 0 0 25 0 1 0 1009264620 289476608 42129 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42129 486 235 0 69374 0
Current children cumulated CPU time (s) 1359.59
Current children cumulated vsize (KiB) 282692

[startup+1422.31 s]
/proc/loadavg: 2.10 2.04 2.00 3/74 10676
/proc/meminfo: memFree=1453408/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1419.57
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182273 0 0 0 141861 96 0 0 25 0 1 0 1009264620 289476608 42129 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42129 486 235 0 69374 0
Current children cumulated CPU time (s) 1419.57
Current children cumulated vsize (KiB) 282692

[startup+1482.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/74 10676
/proc/meminfo: memFree=1453408/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1479.54
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182273 0 0 0 147858 96 0 0 25 0 1 0 1009264620 289476608 42129 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42129 486 235 0 69374 0
Current children cumulated CPU time (s) 1479.54
Current children cumulated vsize (KiB) 282692

[startup+1542.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/74 10676
/proc/meminfo: memFree=1453344/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1539.52
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182273 0 0 0 153856 96 0 0 25 0 1 0 1009264620 289476608 42129 996147200 134512640 135477443 4294956224 18446744073709551615 134600896 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42129 486 235 0 69374 0
Current children cumulated CPU time (s) 1539.52
Current children cumulated vsize (KiB) 282692

[startup+1602.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/74 10676
/proc/meminfo: memFree=1453280/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1599.51
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182273 0 0 0 159854 97 0 0 25 0 1 0 1009264620 289476608 42129 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42129 486 235 0 69374 0
Current children cumulated CPU time (s) 1599.51
Current children cumulated vsize (KiB) 282692

[startup+1662.3 s]
/proc/loadavg: 2.20 2.10 2.02 3/74 10676
/proc/meminfo: memFree=1453216/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1659.48
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182273 0 0 0 165851 97 0 0 25 0 1 0 1009264620 289476608 42129 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42129 486 235 0 69374 0
Current children cumulated CPU time (s) 1659.48
Current children cumulated vsize (KiB) 282692

[startup+1722.3 s]
/proc/loadavg: 2.22 2.12 2.03 3/74 10676
/proc/meminfo: memFree=1453216/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1719.46
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182273 0 0 0 171849 97 0 0 25 0 1 0 1009264620 289476608 42129 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42129 486 235 0 69374 0
Current children cumulated CPU time (s) 1719.46
Current children cumulated vsize (KiB) 282692

[startup+1782.3 s]
/proc/loadavg: 2.12 2.11 2.03 3/74 10676
/proc/meminfo: memFree=1453024/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1779.44
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182273 0 0 0 177847 97 0 0 25 0 1 0 1009264620 289476608 42129 996147200 134512640 135477443 4294956224 18446744073709551615 134583297 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42129 486 235 0 69374 0
Current children cumulated CPU time (s) 1779.44
Current children cumulated vsize (KiB) 282692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.91 s]
/proc/loadavg: 2.14 2.12 2.03 3/74 10676
/proc/meminfo: memFree=1453024/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1800.04
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182273 0 0 0 179907 97 0 0 25 0 1 0 1009264620 289476608 42129 996147200 134512640 135477443 4294956224 18446744073709551615 134601023 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42129 486 235 0 69374 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 282692

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

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

[startup+1802.91 s]
/proc/loadavg: 2.14 2.12 2.03 3/74 10676
/proc/meminfo: memFree=1453024/2055920 swapFree=4180884/4192956
[pid=10572] ppid=10570 vsize=282692 CPUtime=1800.04
/proc/10572/stat : 10572 (casperzao) R 10570 10572 9359 0 -1 4194304 182273 0 0 0 179907 97 0 0 25 0 1 0 1009264620 289476608 42129 996147200 134512640 135477443 4294956224 18446744073709551615 134601023 0 0 4096 0 0 0 0 17 0 0 0
/proc/10572/statm: 70673 42129 486 235 0 69374 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 282692

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.94
CPU time (s): 1800.07
CPU user time (s): 1799.07
CPU system time (s): 0.999848
CPU usage (%): 99.8411
Max. virtual memory (cumulated for all children) (KiB): 851792

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

runsolver used 1.84172 second user time and 4.90425 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-05 11:03:20
IDJOB=1093153
IDBENCH=58688
IDSOLVER=361
FILE ID=node2/1093153-1215248598
PBS_JOBID= 7882018
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7e9524b8eaa9cb78435f60b3e354238
RANDOM SEED=1752826608

node2.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1727680 kB
Buffers:         12372 kB
Cached:         180212 kB
SwapCached:       5908 kB
Active:         199176 kB
Inactive:        71372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727680 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:           33196 kB
Writeback:           0 kB
Mapped:          91492 kB
Slab:            42504 kB
Committed_AS:  2442696 kB
PageTables:       2132 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66432 MiB
End job on node2 at 2008-07-05 11:33:25