Trace number 1093084

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.13 1813.43

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-11.xml
MD5SUMbe265c4c7616125513fb29148c5bf38d
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 benchmark308.316
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.20	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.20	c Parsing = 1
3.35/3.42	c Building = 1
4.25/4.31	c [ NumberOfVariables = 25 ]
4.25/4.31	c [ NumberOfConstraints = 56 ]
4.25/4.31	c [ SizeOfSearchSpace(log2) = 58.0482 ]
4.25/4.31	c SymmetrySearch = (OutOfMemory)
11.08/11.20	c [ Proceeding without symmetry breaking ]
12.57/12.76	c InitialPropagation = 1
12.67/12.80	c [ SizeOfSearchSpace(log2) = 58.0482 ]
12.67/12.80	c InitialSAC = 1
15.94/16.13	c [ SizeOfSearchSpace(log2) = 58.0482 ]
15.94/16.13	c Search(SampleFF) : 
186.51/188.37	c [ Sampling domwdeg ]
186.51/188.37	c [ Sampling impacts ]
186.51/188.37	c [ Sampling la ]
186.51/188.37	c [ SamplingScores: ]
186.51/188.37	c [ domwdeg+min = 4.51159e-06 | domwdeg+rnd = 4.1766e-07 ]
186.51/188.37	c [ impacts+min = 1.18307e-06 | impacts+rnd = 5.73546e-08 ]
186.51/188.37	c [ la+min = 4.79027e-09 | la+rnd = 4.79027e-09 ]
186.51/188.37	c [ domwdeg = 2.46463e-06 | impacts = 6.20214e-07 | la = 4.79027e-09 ]
186.51/188.37	c [ min = 1.89982e-06 | rand = 6.20214e-07 ]
186.51/188.37	c [ restarting at (0.1,1.024e-07) ]
187.90/189.78	c [ restarting at (0.25,5.12e-07) ]
189.09/190.98	c [ restarting at (0.625,1.024e-07) ]
190.77/192.66	c [ restarting at (1.5625,2.048e-08) ]
195.03/196.95	c [ restarting at (3.90625,1.47456e-07) ]
205.53/207.53	c [ restarting at (9.76562,1.34595e-05) ]
231.48/233.73	c [ restarting at (24.4141,6.4512e-06) ]
296.28/299.17	c [ restarting at (61.0352,4.4544e-05) ]
458.32/462.75	c [ restarting at (152.588,4.01408e-05) ]
863.57/871.80	c [ restarting at (381.47,0.000175617) ]
1375.01/1388.11	c [ restarting at (953.674,0.000396902) ]

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

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.99 1.97 1.99 4/73 30124
/proc/meminfo: memFree=1599832/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=1056 CPUtime=0
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2003781848 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 7918372 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 264 26 20 235 0 3 0

[startup+0.0849839 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 30124
/proc/meminfo: memFree=1599832/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=7980 CPUtime=0.07
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 1112 0 0 0 7 0 0 0 18 0 1 0 2003781848 8171520 1072 996147200 134512640 135477443 4294956224 18446744073709551615 134784483 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 1995 1072 365 235 0 696 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7980

[startup+0.101976 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 30124
/proc/meminfo: memFree=1599832/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=7980 CPUtime=0.08
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 1112 0 0 0 8 0 0 0 18 0 1 0 2003781848 8171520 1072 996147200 134512640 135477443 4294956224 18446744073709551615 134780673 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 1995 1072 365 235 0 696 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7980

[startup+0.302021 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 30124
/proc/meminfo: memFree=1599832/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=12292 CPUtime=0.28
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 2191 0 0 0 27 1 0 0 19 0 1 0 2003781848 12587008 2151 996147200 134512640 135477443 4294956224 18446744073709551615 134780936 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 3073 2151 365 235 0 1774 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12292

[startup+0.701089 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 30124
/proc/meminfo: memFree=1599832/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=22200 CPUtime=0.69
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 4646 0 0 0 66 3 0 0 23 0 1 0 2003781848 22732800 4606 996147200 134512640 135477443 4294956224 18446744073709551615 134800248 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 5550 4606 365 235 0 4251 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22200

[startup+1.50123 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30125
/proc/meminfo: memFree=1575760/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=40492 CPUtime=1.47
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 9219 0 0 0 141 6 0 0 25 0 1 0 2003781848 41463808 9179 996147200 134512640 135477443 4294956224 18446744073709551615 134784435 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 10123 9179 365 235 0 8824 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 40492

[startup+3.10149 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30125
/proc/meminfo: memFree=1550736/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=77308 CPUtime=3.06
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 18445 0 0 0 294 12 0 0 25 0 1 0 2003781848 79163392 18405 996147200 134512640 135477443 4294956224 18446744073709551615 8353403 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 19327 18405 365 235 0 18028 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 77308

[startup+6.30103 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30125
/proc/meminfo: memFree=1323792/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=474820 CPUtime=6.23
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 89966 0 0 0 574 49 0 0 25 0 1 0 2003781848 486215680 89926 996147200 134512640 135477443 4294956224 18446744073709551615 134642669 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 118705 89926 432 235 0 117406 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 474820

[startup+12.7021 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30125
/proc/meminfo: memFree=871312/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=287468 CPUtime=12.57
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 182472 0 0 0 1146 111 0 0 25 0 1 0 2003781848 294367232 42871 996147200 134512640 135477443 4294956224 18446744073709551615 8351278 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 71867 42871 452 235 0 70568 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 287468

[startup+25.5013 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30125
/proc/meminfo: memFree=1432144/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=25.24
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 182702 0 0 0 2413 111 0 0 25 0 1 0 2003781848 290025472 42041 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42041 483 235 0 69508 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 283228

[startup+51.1016 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30125
/proc/meminfo: memFree=1430864/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=50.6
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 182964 0 0 0 4949 111 0 0 25 0 1 0 2003781848 290025472 42303 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42303 483 235 0 69508 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 283228

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30125
/proc/meminfo: memFree=1430352/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=101.32
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 182967 0 0 0 10021 111 0 0 25 0 1 0 2003781848 290025472 42306 996147200 134512640 135477443 4294956224 18446744073709551615 134600941 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42306 485 235 0 69508 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 283228

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30125
/proc/meminfo: memFree=1429712/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=160.76
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 182967 0 0 0 15965 111 0 0 25 0 1 0 2003781848 290025472 42306 996147200 134512640 135477443 4294956224 18446744073709551615 134600865 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42306 485 235 0 69508 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 283228

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30125
/proc/meminfo: memFree=1428816/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=220.19
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183030 0 0 0 21908 111 0 0 25 0 1 0 2003781848 290025472 42369 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42369 486 235 0 69508 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 283228

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30125
/proc/meminfo: memFree=1428112/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=279.64
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183030 0 0 0 27852 112 0 0 25 0 1 0 2003781848 290025472 42369 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42369 486 235 0 69508 0
Current children cumulated CPU time (s) 279.64
Current children cumulated vsize (KiB) 283228

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30125
/proc/meminfo: memFree=1427472/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=339.07
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183030 0 0 0 33795 112 0 0 25 0 1 0 2003781848 290025472 42369 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42369 486 235 0 69508 0
Current children cumulated CPU time (s) 339.07
Current children cumulated vsize (KiB) 283228

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1426960/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=398.49
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183030 0 0 0 39737 112 0 0 25 0 1 0 2003781848 290025472 42369 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42369 486 235 0 69508 0
Current children cumulated CPU time (s) 398.49
Current children cumulated vsize (KiB) 283228

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1426320/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=457.92
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183030 0 0 0 45680 112 0 0 25 0 1 0 2003781848 290025472 42369 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42369 486 235 0 69508 0
Current children cumulated CPU time (s) 457.92
Current children cumulated vsize (KiB) 283228

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1425424/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=517.36
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183030 0 0 0 51624 112 0 0 25 0 1 0 2003781848 290025472 42369 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42369 486 235 0 69508 0
Current children cumulated CPU time (s) 517.36
Current children cumulated vsize (KiB) 283228

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1424912/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=576.79
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183030 0 0 0 57567 112 0 0 25 0 1 0 2003781848 290025472 42369 996147200 134512640 135477443 4294956224 18446744073709551615 134600816 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42369 486 235 0 69508 0
Current children cumulated CPU time (s) 576.79
Current children cumulated vsize (KiB) 283228

[startup+642.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1424272/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=636.23
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183030 0 0 0 63511 112 0 0 25 0 1 0 2003781848 290025472 42369 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42369 486 235 0 69508 0
Current children cumulated CPU time (s) 636.23
Current children cumulated vsize (KiB) 283228


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

[startup+822.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1422096/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=814.54
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183030 0 0 0 81342 112 0 0 25 0 1 0 2003781848 290025472 42369 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42369 486 235 0 69508 0
Current children cumulated CPU time (s) 814.54
Current children cumulated vsize (KiB) 283228

[startup+882.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1421456/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=873.97
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183032 0 0 0 87285 112 0 0 25 0 1 0 2003781848 290025472 42371 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42371 486 235 0 69508 0
Current children cumulated CPU time (s) 873.97
Current children cumulated vsize (KiB) 283228

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1420816/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=933.41
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183032 0 0 0 93229 112 0 0 25 0 1 0 2003781848 290025472 42371 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42371 486 235 0 69508 0
Current children cumulated CPU time (s) 933.41
Current children cumulated vsize (KiB) 283228

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1420368/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=992.84
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183032 0 0 0 99172 112 0 0 25 0 1 0 2003781848 290025472 42371 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42371 486 235 0 69508 0
Current children cumulated CPU time (s) 992.84
Current children cumulated vsize (KiB) 283228

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1419792/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1052.27
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183032 0 0 0 105115 112 0 0 25 0 1 0 2003781848 290025472 42371 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42371 486 235 0 69508 0
Current children cumulated CPU time (s) 1052.27
Current children cumulated vsize (KiB) 283228

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1419280/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1111.71
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183034 0 0 0 111059 112 0 0 25 0 1 0 2003781848 290025472 42373 996147200 134512640 135477443 4294956224 18446744073709551615 134600887 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42373 486 235 0 69508 0
Current children cumulated CPU time (s) 1111.71
Current children cumulated vsize (KiB) 283228

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1418832/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1171.15
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183046 0 0 0 117003 112 0 0 25 0 1 0 2003781848 290025472 42385 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42385 486 235 0 69508 0
Current children cumulated CPU time (s) 1171.15
Current children cumulated vsize (KiB) 283228

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1418000/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1230.58
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183046 0 0 0 122946 112 0 0 25 0 1 0 2003781848 290025472 42385 996147200 134512640 135477443 4294956224 18446744073709551615 134600971 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42385 486 235 0 69508 0
Current children cumulated CPU time (s) 1230.58
Current children cumulated vsize (KiB) 283228

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1417360/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1290.02
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183046 0 0 0 128890 112 0 0 25 0 1 0 2003781848 290025472 42385 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42385 486 235 0 69508 0
Current children cumulated CPU time (s) 1290.02
Current children cumulated vsize (KiB) 283228

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 30131
/proc/meminfo: memFree=1416784/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1349.45
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183046 0 0 0 134833 112 0 0 25 0 1 0 2003781848 290025472 42385 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/30124/statm: 70807 42385 486 235 0 69508 0
Current children cumulated CPU time (s) 1349.45
Current children cumulated vsize (KiB) 283228

[startup+1422.31 s]
/proc/loadavg: 1.95 1.96 1.98 3/82 30171
/proc/meminfo: memFree=1339776/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1409.19
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183046 0 0 0 140803 116 0 0 25 0 1 0 2003781848 290025472 42385 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/30124/statm: 70807 42385 486 235 0 69508 0
Current children cumulated CPU time (s) 1409.19
Current children cumulated vsize (KiB) 283228

[startup+1482.3 s]
/proc/loadavg: 1.98 1.96 1.98 3/82 30171
/proc/meminfo: memFree=1339584/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1469.15
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183046 0 0 0 146799 116 0 0 25 0 1 0 2003781848 290025472 42385 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/30124/statm: 70807 42385 486 235 0 69508 0
Current children cumulated CPU time (s) 1469.15
Current children cumulated vsize (KiB) 283228

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 30171
/proc/meminfo: memFree=1339584/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1529.11
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183046 0 0 0 152795 116 0 0 25 0 1 0 2003781848 290025472 42385 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/30124/statm: 70807 42385 486 235 0 69508 0
Current children cumulated CPU time (s) 1529.11
Current children cumulated vsize (KiB) 283228

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 30171
/proc/meminfo: memFree=1339520/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1589.08
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183046 0 0 0 158792 116 0 0 25 0 1 0 2003781848 290025472 42385 996147200 134512640 135477443 4294956224 18446744073709551615 134590143 0 0 4096 0 0 0 0 17 0 0 0
/proc/30124/statm: 70807 42385 486 235 0 69508 0
Current children cumulated CPU time (s) 1589.08
Current children cumulated vsize (KiB) 283228

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 30171
/proc/meminfo: memFree=1339520/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1649.05
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183046 0 0 0 164789 116 0 0 25 0 1 0 2003781848 290025472 42385 996147200 134512640 135477443 4294956224 18446744073709551615 134600834 0 0 4096 0 0 0 0 17 0 0 0
/proc/30124/statm: 70807 42385 486 235 0 69508 0
Current children cumulated CPU time (s) 1649.05
Current children cumulated vsize (KiB) 283228

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 30171
/proc/meminfo: memFree=1339584/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1709.03
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183046 0 0 0 170787 116 0 0 25 0 1 0 2003781848 290025472 42385 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/30124/statm: 70807 42385 486 235 0 69508 0
Current children cumulated CPU time (s) 1709.03
Current children cumulated vsize (KiB) 283228

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 30171
/proc/meminfo: memFree=1339456/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1769
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183046 0 0 0 176784 116 0 0 25 0 1 0 2003781848 290025472 42385 996147200 134512640 135477443 4294956224 18446744073709551615 134600843 0 0 4096 0 0 0 0 17 0 0 0
/proc/30124/statm: 70807 42385 486 235 0 69508 0
Current children cumulated CPU time (s) 1769
Current children cumulated vsize (KiB) 283228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.4 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 30171
/proc/meminfo: memFree=1339456/2055920 swapFree=4180240/4192956
[pid=30124] ppid=30122 vsize=283228 CPUtime=1800.09
/proc/30124/stat : 30124 (casperzao) R 30122 30124 28685 0 -1 4194304 183046 0 0 0 179893 116 0 0 25 0 1 0 2003781848 290025472 42385 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/30124/statm: 70807 42385 486 235 0 69508 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 283228

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.43
CPU time (s): 1800.13
CPU user time (s): 1798.93
CPU system time (s): 1.19482
CPU usage (%): 99.2664
Max. virtual memory (cumulated for all children) (KiB): 854372

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

runsolver used 2.36864 second user time and 5.55715 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 10:54:59
IDJOB=1093084
IDBENCH=58684
IDSOLVER=361
FILE ID=node50/1093084-1215248096
PBS_JOBID= 7881961
Free space on /tmp= 66364 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be265c4c7616125513fb29148c5bf38d
RANDOM SEED=1659926403

node50.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.261
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.261
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:       1600312 kB
Buffers:         61072 kB
Cached:         271108 kB
SwapCached:       7072 kB
Active:         295780 kB
Inactive:       100228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600312 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:           33184 kB
Writeback:           0 kB
Mapped:          69872 kB
Slab:            44824 kB
Committed_AS:  4043536 kB
PageTables:       1968 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= 66380 MiB
End job on node50 at 2008-07-05 11:25:14