Trace number 1093015

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.09 1809.93

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-2.xml
MD5SUM1e34438cc0e5de5e28f463b21d13f8f7
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 benchmark13.322
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.25/3.35	c Building = 1
4.14/4.20	c [ NumberOfVariables = 25 ]
4.14/4.20	c [ NumberOfConstraints = 56 ]
4.14/4.20	c [ SizeOfSearchSpace(log2) = 58.0482 ]
4.14/4.20	c SymmetrySearch = (OutOfMemory)
10.48/10.62	c [ Proceeding without symmetry breaking ]
11.77/11.96	c InitialPropagation = 1
11.87/12.01	c [ SizeOfSearchSpace(log2) = 58.0482 ]
11.87/12.01	c InitialSAC = 1
14.24/14.45	c [ SizeOfSearchSpace(log2) = 58.0482 ]
14.24/14.45	c Search(SampleFF) : 
183.41/185.00	c [ Sampling domwdeg ]
183.41/185.00	c [ Sampling impacts ]
183.41/185.00	c [ Sampling la ]
183.41/185.00	c [ SamplingScores: ]
183.41/185.00	c [ domwdeg+min = 6.75182e-07 | domwdeg+rnd = 8.81715e-07 ]
183.41/185.00	c [ impacts+min = 2.0199e-07 | impacts+rnd = 4.38639e-08 ]
183.41/185.00	c [ la+min = 4.79027e-09 | la+rnd = 9.58054e-10 ]
183.41/185.00	c [ domwdeg = 7.78449e-07 | impacts = 1.22927e-07 | la = 2.87416e-09 ]
183.41/185.00	c [ min = 2.93987e-07 | rand = 1.22927e-07 ]
183.41/185.00	c [ restarting at (0.1,2.048e-08) ]
184.30/185.98	c [ restarting at (0.25,2.048e-08) ]
185.29/186.96	c [ restarting at (0.625,2.048e-08) ]
187.17/188.82	c [ restarting at (1.5625,3.072e-07) ]
191.33/193.05	c [ restarting at (3.90625,1.285e-05) ]
201.75/203.54	c [ restarting at (9.76562,1.536e-05) ]
227.73/229.75	c [ restarting at (24.4141,2.63168e-05) ]
293.07/295.62	c [ restarting at (61.0352,0.000169472) ]
455.27/459.24	c [ restarting at (152.588,3.6352e-05) ]
608.85/614.16	c [ restarting at (381.47,0.000346317) ]

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

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.00 2.00 2.00 2/80 32260
/proc/meminfo: memFree=1612640/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=1056 CPUtime=0
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2003737725 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 10416932 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 264 26 20 235 0 3 0

[startup+0.0864291 s]
/proc/loadavg: 2.00 2.00 2.00 2/80 32260
/proc/meminfo: memFree=1612640/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=8124 CPUtime=0.07
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 1146 0 0 0 7 0 0 0 18 0 1 0 2003737725 8318976 1106 996147200 134512640 135477443 4294956224 18446744073709551615 134783654 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 2031 1106 365 235 0 732 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8124

[startup+0.101423 s]
/proc/loadavg: 2.00 2.00 2.00 2/80 32260
/proc/meminfo: memFree=1612640/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=8124 CPUtime=0.08
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 1146 0 0 0 8 0 0 0 18 0 1 0 2003737725 8318976 1106 996147200 134512640 135477443 4294956224 18446744073709551615 134784355 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 2031 1106 365 235 0 732 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8124

[startup+0.301449 s]
/proc/loadavg: 2.00 2.00 2.00 2/80 32260
/proc/meminfo: memFree=1612640/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=12292 CPUtime=0.28
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 2195 0 0 0 27 1 0 0 19 0 1 0 2003737725 12587008 2155 996147200 134512640 135477443 4294956224 18446744073709551615 134800226 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 3073 2155 365 235 0 1774 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12292

[startup+0.701492 s]
/proc/loadavg: 2.00 2.00 2.00 2/80 32260
/proc/meminfo: memFree=1612640/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=22484 CPUtime=0.68
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 4718 0 0 0 66 2 0 0 23 0 1 0 2003737725 23023616 4678 996147200 134512640 135477443 4294956224 18446744073709551615 134780698 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 5621 4678 365 235 0 4322 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22484

[startup+1.50157 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1588504/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=40488 CPUtime=1.47
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 9224 0 0 0 143 4 0 0 25 0 1 0 2003737725 41459712 9184 996147200 134512640 135477443 4294956224 18446744073709551615 134785446 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 10122 9184 365 235 0 8823 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 40488

[startup+3.10274 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1562776/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=77816 CPUtime=3.05
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 18557 0 0 0 296 9 0 0 25 0 1 0 2003737725 79683584 18517 996147200 134512640 135477443 4294956224 18446744073709551615 134780672 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 19454 18517 365 235 0 18155 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 77816

[startup+6.30108 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1319448/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=496548 CPUtime=6.22
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 95399 0 0 0 586 36 0 0 25 0 1 0 2003737725 508465152 95359 996147200 134512640 135477443 4294956224 18446744073709551615 134630502 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 124137 95359 432 235 0 122838 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 496548

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1445976/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=12.56
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 182654 0 0 0 1172 84 0 0 25 0 1 0 2003737725 289779712 41896 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 41896 463 235 0 69448 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 282988

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1445400/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=25.25
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 182783 0 0 0 2441 84 0 0 25 0 1 0 2003737725 289779712 42025 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42025 483 235 0 69448 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 282988

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1444632/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=50.64
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183006 0 0 0 4979 85 0 0 25 0 1 0 2003737725 289779712 42248 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42248 485 235 0 69448 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 282988

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1444440/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=101.41
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183006 0 0 0 10056 85 0 0 25 0 1 0 2003737725 289779712 42248 996147200 134512640 135477443 4294956224 18446744073709551615 134590201 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42248 485 235 0 69448 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 282988

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1444440/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=160.9
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183006 0 0 0 16005 85 0 0 25 0 1 0 2003737725 289779712 42248 996147200 134512640 135477443 4294956224 18446744073709551615 134590307 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42248 485 235 0 69448 0
Current children cumulated CPU time (s) 160.9
Current children cumulated vsize (KiB) 282988

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1444440/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=220.39
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183007 0 0 0 21954 85 0 0 25 0 1 0 2003737725 289779712 42249 996147200 134512640 135477443 4294956224 18446744073709551615 134600887 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42249 486 235 0 69448 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 282988

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1444440/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=279.88
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183007 0 0 0 27903 85 0 0 25 0 1 0 2003737725 289779712 42249 996147200 134512640 135477443 4294956224 18446744073709551615 134600908 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42249 486 235 0 69448 0
Current children cumulated CPU time (s) 279.88
Current children cumulated vsize (KiB) 282988

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1444512/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=339.37
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183007 0 0 0 33852 85 0 0 25 0 1 0 2003737725 289779712 42249 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42249 486 235 0 69448 0
Current children cumulated CPU time (s) 339.37
Current children cumulated vsize (KiB) 282988

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1444512/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=398.86
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183007 0 0 0 39801 85 0 0 25 0 1 0 2003737725 289779712 42249 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42249 486 235 0 69448 0
Current children cumulated CPU time (s) 398.86
Current children cumulated vsize (KiB) 282988

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1444448/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=458.35
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183007 0 0 0 45750 85 0 0 25 0 1 0 2003737725 289779712 42249 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42249 486 235 0 69448 0
Current children cumulated CPU time (s) 458.35
Current children cumulated vsize (KiB) 282988

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1444448/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=517.84
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183007 0 0 0 51699 85 0 0 25 0 1 0 2003737725 289779712 42249 996147200 134512640 135477443 4294956224 18446744073709551615 134590226 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42249 486 235 0 69448 0
Current children cumulated CPU time (s) 517.84
Current children cumulated vsize (KiB) 282988

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32261
/proc/meminfo: memFree=1444384/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=577.33
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183007 0 0 0 57648 85 0 0 25 0 1 0 2003737725 289779712 42249 996147200 134512640 135477443 4294956224 18446744073709551615 134600933 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42249 486 235 0 69448 0
Current children cumulated CPU time (s) 577.33
Current children cumulated vsize (KiB) 282988

[startup+642.304 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 32335
/proc/meminfo: memFree=1295240/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=636.82
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183007 0 0 0 63593 89 0 0 25 0 1 0 2003737725 289779712 42249 996147200 134512640 135477443 4294956224 18446744073709551615 134601023 0 0 4096 0 0 0 0 17 0 0 0
/proc/32260/statm: 70747 42249 486 235 0 69448 0
Current children cumulated CPU time (s) 636.82
Current children cumulated vsize (KiB) 282988


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

[startup+882.302 s]
/proc/loadavg: 2.03 2.03 2.00 3/85 32342
/proc/meminfo: memFree=1067448/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=875.21
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183007 0 0 0 87432 89 0 0 25 0 1 0 2003737725 289779712 42249 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/32260/statm: 70747 42249 486 235 0 69448 0
Current children cumulated CPU time (s) 875.21
Current children cumulated vsize (KiB) 282988

[startup+942.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/85 32342
/proc/meminfo: memFree=1067384/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=935.18
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183007 0 0 0 93429 89 0 0 25 0 1 0 2003737725 289779712 42249 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/32260/statm: 70747 42249 486 235 0 69448 0
Current children cumulated CPU time (s) 935.18
Current children cumulated vsize (KiB) 282988

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 32342
/proc/meminfo: memFree=1048568/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=995.16
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183019 0 0 0 99427 89 0 0 25 0 1 0 2003737725 289779712 42261 996147200 134512640 135477443 4294956224 18446744073709551615 134600840 0 0 4096 0 0 0 0 17 0 0 0
/proc/32260/statm: 70747 42261 486 235 0 69448 0
Current children cumulated CPU time (s) 995.16
Current children cumulated vsize (KiB) 282988

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 32342
/proc/meminfo: memFree=1048568/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1055.14
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183019 0 0 0 105425 89 0 0 25 0 1 0 2003737725 289779712 42261 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/32260/statm: 70747 42261 486 235 0 69448 0
Current children cumulated CPU time (s) 1055.14
Current children cumulated vsize (KiB) 282988

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 32342
/proc/meminfo: memFree=1048504/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1115.12
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183019 0 0 0 111422 90 0 0 25 0 1 0 2003737725 289779712 42261 996147200 134512640 135477443 4294956224 18446744073709551615 134600955 0 0 4096 0 0 0 0 17 0 0 0
/proc/32260/statm: 70747 42261 486 235 0 69448 0
Current children cumulated CPU time (s) 1115.12
Current children cumulated vsize (KiB) 282988

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 32342
/proc/meminfo: memFree=1048512/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1175.1
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183019 0 0 0 117420 90 0 0 25 0 1 0 2003737725 289779712 42261 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/32260/statm: 70747 42261 486 235 0 69448 0
Current children cumulated CPU time (s) 1175.1
Current children cumulated vsize (KiB) 282988

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 32342
/proc/meminfo: memFree=1048320/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1235.08
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183019 0 0 0 123418 90 0 0 25 0 1 0 2003737725 289779712 42261 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/32260/statm: 70747 42261 486 235 0 69448 0
Current children cumulated CPU time (s) 1235.08
Current children cumulated vsize (KiB) 282988

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 32342
/proc/meminfo: memFree=1048256/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1294.9
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183019 0 0 0 129400 90 0 0 25 0 1 0 2003737725 289779712 42261 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/32260/statm: 70747 42261 486 235 0 69448 0
Current children cumulated CPU time (s) 1294.9
Current children cumulated vsize (KiB) 282988

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 32342
/proc/meminfo: memFree=1048256/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1354.6
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183019 0 0 0 135370 90 0 0 25 0 1 0 2003737725 289779712 42261 996147200 134512640 135477443 4294956224 18446744073709551615 134600887 0 0 4096 0 0 0 0 17 0 0 0
/proc/32260/statm: 70747 42261 486 235 0 69448 0
Current children cumulated CPU time (s) 1354.6
Current children cumulated vsize (KiB) 282988

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 5/85 32342
/proc/meminfo: memFree=1027584/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1414.14
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183023 0 0 0 141324 90 0 0 25 0 1 0 2003737725 289779712 42265 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42265 486 235 0 69448 0
Current children cumulated CPU time (s) 1414.14
Current children cumulated vsize (KiB) 282988

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 32342
/proc/meminfo: memFree=1027520/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1473.88
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183037 0 0 0 147298 90 0 0 25 0 1 0 2003737725 289779712 42279 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42279 486 235 0 69448 0
Current children cumulated CPU time (s) 1473.88
Current children cumulated vsize (KiB) 282988

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 32342
/proc/meminfo: memFree=1027520/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1533.63
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183037 0 0 0 153272 91 0 0 25 0 1 0 2003737725 289779712 42279 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42279 486 235 0 69448 0
Current children cumulated CPU time (s) 1533.63
Current children cumulated vsize (KiB) 282988

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 32342
/proc/meminfo: memFree=1027456/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1593.37
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183037 0 0 0 159246 91 0 0 25 0 1 0 2003737725 289779712 42279 996147200 134512640 135477443 4294956224 18446744073709551615 134590454 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42279 486 235 0 69448 0
Current children cumulated CPU time (s) 1593.37
Current children cumulated vsize (KiB) 282988

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 32342
/proc/meminfo: memFree=1027392/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1653.11
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183037 0 0 0 165220 91 0 0 25 0 1 0 2003737725 289779712 42279 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42279 486 235 0 69448 0
Current children cumulated CPU time (s) 1653.11
Current children cumulated vsize (KiB) 282988

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/85 32342
/proc/meminfo: memFree=1027328/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1712.84
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183046 0 0 0 171193 91 0 0 25 0 1 0 2003737725 289779712 42288 996147200 134512640 135477443 4294956224 18446744073709551615 134600992 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42288 486 235 0 69448 0
Current children cumulated CPU time (s) 1712.84
Current children cumulated vsize (KiB) 282988

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 32342
/proc/meminfo: memFree=1027008/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1772.58
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183089 0 0 0 177166 92 0 0 25 0 1 0 2003737725 289779712 42331 996147200 134512640 135477443 4294956224 18446744073709551615 134590172 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42331 486 235 0 69448 0
Current children cumulated CPU time (s) 1772.58
Current children cumulated vsize (KiB) 282988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 32342
/proc/meminfo: memFree=1027008/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1800.06
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183089 0 0 0 179914 92 0 0 25 0 1 0 2003737725 289779712 42331 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42331 486 235 0 69448 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 282988

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

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

[startup+1809.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 32342
/proc/meminfo: memFree=1027008/2055920 swapFree=4180056/4192956
[pid=32260] ppid=32258 vsize=282988 CPUtime=1800.06
/proc/32260/stat : 32260 (casperzao) R 32258 32260 28988 0 -1 4194304 183089 0 0 0 179914 92 0 0 25 0 1 0 2003737725 289779712 42331 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 1 0 0
/proc/32260/statm: 70747 42331 486 235 0 69448 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 282988

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.93
CPU time (s): 1800.09
CPU user time (s): 1799.15
CPU system time (s): 0.948855
CPU usage (%): 99.4563
Max. virtual memory (cumulated for all children) (KiB): 854584

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

runsolver used 2.17667 second user time and 5.30019 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 10:47:06
IDJOB=1093015
IDBENCH=58677
IDSOLVER=361
FILE ID=node7/1093015-1215247623
PBS_JOBID= 7881912
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1e34438cc0e5de5e28f463b21d13f8f7
RANDOM SEED=175066698

node7.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:       1613120 kB
Buffers:         58932 kB
Cached:         235876 kB
SwapCached:       7384 kB
Active:         286000 kB
Inactive:        99708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1613120 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:           33304 kB
Writeback:           0 kB
Mapped:         104116 kB
Slab:            42164 kB
Committed_AS:  4304264 kB
PageTables:       2020 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= 66460 MiB
End job on node7 at 2008-07-05 11:17:17