Trace number 1050366

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.05 1811.61

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-hanoi5.xml
MD5SUM5125e2c8e16f9553ce00c9ebd3b2d74a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.43017
Satisfiable
(Un)Satisfiability was proved
Number of variables3862
Number of constraints16034
Maximum constraint arity8
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16034
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.49/0.55	c Building = 1
1.19/1.30	c [ NumberOfVariables = 3862 ]
1.19/1.30	c [ NumberOfConstraints = 16034 ]
1.29/1.30	c [ SizeOfSearchSpace(log2) = 3507 ]
1.29/1.30	c SymmetrySearch = (Timeout)
11.26/11.39	c [ Proceeding without symmetry breaking ]
11.36/11.42	c InitialPropagation = 1
11.36/11.43	c [ SizeOfSearchSpace(log2) = 3000 ]
11.36/11.43	c InitialSAC = 1
12.26/12.37	c [ SizeOfSearchSpace(log2) = 2632 ]
12.26/12.38	c Search(SampleFF) : 
158.00/158.16	c [ Sampling domwdeg ]
158.00/158.16	c [ Sampling impacts ]
158.00/158.16	c [ Sampling la ]
158.00/158.16	c [ SamplingScores: ]
158.00/158.16	c [ domwdeg+min = 3.5046e-07 | domwdeg+rnd = 1.65049e-06 ]
158.00/158.16	c [ impacts+min = 0.000791586 | impacts+rnd = 0.090624 ]
158.00/158.16	c [ la+min = 8.10009e-07 | la+rnd = 0.00196784 ]
158.00/158.16	c [ domwdeg = 1.00048e-06 | impacts = 0.0457078 | la = 0.000984325 ]
158.00/158.16	c [ min = 0.000264249 | rand = 0.0457078 ]
158.00/158.16	c [ restarting at (0.1,2.65094e-09) ]
158.30/158.41	c [ restarting at (0.25,2.38334e-16) ]
158.90/159.04	c [ restarting at (0.625,0.0743875) ]
160.50/160.60	c [ restarting at (1.5625,0.22622) ]
164.40/164.51	c [ restarting at (3.90625,0.225975) ]
174.09/174.29	c [ restarting at (9.76562,0.225975) ]
198.58/198.72	c [ restarting at (24.4141,0.225975) ]
259.66/259.80	c [ restarting at (61.0352,0.225975) ]
412.29/412.50	c [ restarting at (152.588,0.219634) ]
791.58/794.24	c [ restarting at (381.47,0.219634) ]
1737.24/1748.57	c [ restarting at (953.674,0.215863) ]

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

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 1.98 1.99 4/79 16713
/proc/meminfo: memFree=1238100/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=5352 CPUtime=0
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 660669900 5480448 190 996147200 134512640 135477443 4294956224 18446744073709551615 10264692 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 1338 190 156 235 0 27 0

[startup+0.096737 s]
/proc/loadavg: 1.92 1.98 1.99 4/79 16713
/proc/meminfo: memFree=1238100/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=6684 CPUtime=0.08
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 776 0 0 0 8 0 0 0 18 0 1 0 660669900 6844416 736 996147200 134512640 135477443 4294956224 18446744073709551615 134787501 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 1671 737 370 235 0 372 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6684

[startup+0.101741 s]
/proc/loadavg: 1.92 1.98 1.99 4/79 16713
/proc/meminfo: memFree=1238100/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=6684 CPUtime=0.09
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 792 0 0 0 9 0 0 0 18 0 1 0 660669900 6844416 752 996147200 134512640 135477443 4294956224 18446744073709551615 10696315 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 1671 752 370 235 0 372 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6684

[startup+0.301757 s]
/proc/loadavg: 1.92 1.98 1.99 4/79 16713
/proc/meminfo: memFree=1238100/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=9060 CPUtime=0.29
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 1377 0 0 0 28 1 0 0 19 0 1 0 660669900 9277440 1337 996147200 134512640 135477443 4294956224 18446744073709551615 10696315 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 2265 1337 370 235 0 966 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9060

[startup+0.701802 s]
/proc/loadavg: 1.92 1.98 1.99 4/79 16713
/proc/meminfo: memFree=1238100/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=105196 CPUtime=0.69
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 5688 0 0 0 58 11 0 0 23 0 1 0 660669900 107720704 2566 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 26298 2565 421 235 0 24999 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 105196

[startup+1.50188 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 16714
/proc/meminfo: memFree=1227020/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=118972 CPUtime=1.49
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 21938 0 0 0 100 49 0 0 25 0 1 0 660669900 121827328 5849 996147200 134512640 135477443 4294956224 18446744073709551615 134535933 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 29743 5849 455 235 0 28444 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 118972

[startup+3.10105 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 16714
/proc/meminfo: memFree=1215692/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=118972 CPUtime=3.09
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 22393 0 0 0 260 49 0 0 25 0 1 0 660669900 121827328 6275 996147200 134512640 135477443 4294956224 18446744073709551615 134538099 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 29743 6275 456 235 0 28444 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118972

[startup+6.30138 s]
/proc/loadavg: 2.09 2.02 2.01 3/80 16714
/proc/meminfo: memFree=1213772/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=118972 CPUtime=6.26
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 22533 0 0 0 576 50 0 0 25 0 1 0 660669900 121827328 6415 996147200 134512640 135477443 4294956224 18446744073709551615 134529631 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 29743 6415 456 235 0 28444 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 118972

[startup+12.7021 s]
/proc/loadavg: 2.24 2.05 2.02 3/80 16714
/proc/meminfo: memFree=1218452/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=12.66
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 22848 0 0 0 1216 50 0 0 25 0 1 0 660669900 114569216 5386 996147200 134512640 135477443 4294956224 18446744073709551615 135268698 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 27971 5386 506 235 0 26672 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 111884

[startup+25.5014 s]
/proc/loadavg: 2.39 2.09 2.03 3/80 16714
/proc/meminfo: memFree=1218004/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=25.45
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 22870 0 0 0 2495 50 0 0 25 0 1 0 660669900 114569216 5408 996147200 134512640 135477443 4294956224 18446744073709551615 135208699 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 27971 5408 506 235 0 26672 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 111884

[startup+51.102 s]
/proc/loadavg: 2.26 2.09 2.03 3/80 16714
/proc/meminfo: memFree=1217684/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=51.04
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 22972 0 0 0 5054 50 0 0 25 0 1 0 660669900 114569216 5510 996147200 134512640 135477443 4294956224 18446744073709551615 134585985 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 27971 5510 508 235 0 26672 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 111884

[startup+102.301 s]
/proc/loadavg: 2.11 2.07 2.02 3/80 16715
/proc/meminfo: memFree=1216276/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=102.23
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23277 0 0 0 10172 51 0 0 25 0 1 0 660669900 114569216 5815 996147200 134512640 135477443 4294956224 18446744073709551615 11562742 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 27971 5815 508 235 0 26672 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 111884

[startup+162.302 s]
/proc/loadavg: 2.04 2.05 2.02 3/80 16715
/proc/meminfo: memFree=1215252/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=162.2
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 16169 51 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 111884

[startup+222.302 s]
/proc/loadavg: 2.01 2.04 2.01 3/80 16715
/proc/meminfo: memFree=1215252/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=222.17
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 22166 51 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 11562742 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 111884

[startup+282.302 s]
/proc/loadavg: 2.00 2.03 2.01 3/80 16715
/proc/meminfo: memFree=1215188/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=282.15
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 28164 51 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 134585563 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 111884

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/80 16715
/proc/meminfo: memFree=1215124/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=342.12
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 34161 51 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 11562742 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 111884

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/80 16715
/proc/meminfo: memFree=1215060/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=402.1
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 40159 51 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 111884

[startup+462.302 s]
/proc/loadavg: 2.61 2.14 2.04 3/92 16761
/proc/meminfo: memFree=1755948/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=461.63
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 46111 52 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 135238577 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 461.63
Current children cumulated vsize (KiB) 111884

[startup+522.302 s]
/proc/loadavg: 2.88 2.31 2.10 3/92 16761
/proc/meminfo: memFree=1756652/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=521
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 52047 53 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 135238509 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 521
Current children cumulated vsize (KiB) 111884

[startup+582.301 s]
/proc/loadavg: 2.32 2.25 2.09 3/92 16761
/proc/meminfo: memFree=1756908/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=580.71
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 58018 53 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 135270048 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 580.71
Current children cumulated vsize (KiB) 111884

[startup+642.301 s]
/proc/loadavg: 2.12 2.20 2.09 3/92 16761
/proc/meminfo: memFree=1756844/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=640.41
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 63988 53 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 640.41
Current children cumulated vsize (KiB) 111884


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

[startup+822.307 s]
/proc/loadavg: 2.00 2.11 2.07 3/92 16761
/proc/meminfo: memFree=1756652/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=819.54
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 81901 53 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 819.54
Current children cumulated vsize (KiB) 111884

[startup+882.301 s]
/proc/loadavg: 2.00 2.08 2.06 3/92 16761
/proc/meminfo: memFree=1756652/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=879.24
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 87871 53 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 879.24
Current children cumulated vsize (KiB) 111884

[startup+942.301 s]
/proc/loadavg: 2.00 2.07 2.06 3/92 16761
/proc/meminfo: memFree=1756652/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=938.95
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 93842 53 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 938.95
Current children cumulated vsize (KiB) 111884

[startup+1002.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/92 16761
/proc/meminfo: memFree=1756588/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=998.66
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 99813 53 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 134679633 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 998.66
Current children cumulated vsize (KiB) 111884

[startup+1062.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/92 16767
/proc/meminfo: memFree=1756524/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1058.36
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 105783 53 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1058.36
Current children cumulated vsize (KiB) 111884

[startup+1122.3 s]
/proc/loadavg: 2.55 2.17 2.09 3/97 17220
/proc/meminfo: memFree=1741020/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1116.12
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 111548 64 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1116.12
Current children cumulated vsize (KiB) 111884

[startup+1182.3 s]
/proc/loadavg: 2.89 2.33 2.15 4/97 17220
/proc/meminfo: memFree=1729580/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1175.76
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 117512 64 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 135238588 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1175.76
Current children cumulated vsize (KiB) 111884

[startup+1242.3 s]
/proc/loadavg: 2.96 2.45 2.20 4/97 17220
/proc/meminfo: memFree=1723820/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1235.39
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 123474 65 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 135239011 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1235.39
Current children cumulated vsize (KiB) 111884

[startup+1302.3 s]
/proc/loadavg: 2.98 2.55 2.24 4/97 17220
/proc/meminfo: memFree=1711276/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1294.92
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 129426 66 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1294.92
Current children cumulated vsize (KiB) 111884

[startup+1362.3 s]
/proc/loadavg: 2.99 2.63 2.29 4/97 17220
/proc/meminfo: memFree=1700780/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1354.53
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 135386 67 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 11562738 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1354.53
Current children cumulated vsize (KiB) 111884

[startup+1422.3 s]
/proc/loadavg: 2.71 2.63 2.31 3/92 17275
/proc/meminfo: memFree=1677804/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1412.64
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 141186 78 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 135238561 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1412.64
Current children cumulated vsize (KiB) 111884

[startup+1482.31 s]
/proc/loadavg: 2.26 2.51 2.28 3/92 17275
/proc/meminfo: memFree=1677804/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1472.35
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 147157 78 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 11562747 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1472.35
Current children cumulated vsize (KiB) 111884

[startup+1542.3 s]
/proc/loadavg: 2.09 2.42 2.26 3/92 17275
/proc/meminfo: memFree=1677804/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1532.05
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 153127 78 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 135238571 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1532.05
Current children cumulated vsize (KiB) 111884

[startup+1602.3 s]
/proc/loadavg: 2.03 2.34 2.25 3/92 17275
/proc/meminfo: memFree=1677804/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1591.76
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 159098 78 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1591.76
Current children cumulated vsize (KiB) 111884

[startup+1662.3 s]
/proc/loadavg: 2.01 2.27 2.23 3/92 17276
/proc/meminfo: memFree=1677676/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1651.46
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 165068 78 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 11571380 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1651.46
Current children cumulated vsize (KiB) 111884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.22 2.21 3/92 17276
/proc/meminfo: memFree=1677676/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1711.16
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 171038 78 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 135238509 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1711.16
Current children cumulated vsize (KiB) 111884

[startup+1782.3 s]
/proc/loadavg: 2.00 2.18 2.19 3/92 17276
/proc/meminfo: memFree=1677484/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1770.87
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 177009 78 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 11562742 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1770.87
Current children cumulated vsize (KiB) 111884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.6 s]
/proc/loadavg: 2.00 2.16 2.18 3/92 17276
/proc/meminfo: memFree=1677548/2055920 swapFree=4149828/4192956
[pid=16713] ppid=16711 vsize=111884 CPUtime=1800.03
/proc/16713/stat : 16713 (casperzao) R 16711 16713 14689 0 -1 4194304 23538 0 0 0 179925 78 0 0 25 0 1 0 660669900 114569216 6076 996147200 134512640 135477443 4294956224 18446744073709551615 11562731 0 0 4096 0 0 0 0 17 1 0 0
/proc/16713/statm: 27971 6076 509 235 0 26672 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 111884

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): 1811.61
CPU time (s): 1800.05
CPU user time (s): 1799.25
CPU system time (s): 0.792879
CPU usage (%): 99.3616
Max. virtual memory (cumulated for all children) (KiB): 119236

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

runsolver used 2.54061 second user time and 6.96794 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-03 03:43:53
IDJOB=1050366
IDBENCH=54874
IDSOLVER=361
FILE ID=node90/1050366-1215049433
PBS_JOBID= 7874997
Free space on /tmp= 65528 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-hanoi5.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050366-1215049433/watcher-1050366-1215049433 -o /tmp/evaluation-result-1050366-1215049433/solver-1050366-1215049433 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1050366-1215049433.xml 394952255 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5125e2c8e16f9553ce00c9ebd3b2d74a
RANDOM SEED=394952255

node90.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1238580 kB
Buffers:          9432 kB
Cached:         114268 kB
SwapCached:      37324 kB
Active:         738104 kB
Inactive:        25852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1238580 kB
SwapTotal:     4192956 kB
SwapFree:      4149828 kB
Dirty:            5092 kB
Writeback:           0 kB
Mapped:         648980 kB
Slab:            36964 kB
Committed_AS:  1416780 kB
PageTables:       3516 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= 65512 MiB
End job on node90 at 2008-07-03 04:14:07