Trace number 1056969

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 1813.71

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-32_ext.xml
MD5SUM8805480f3678cb88558dc50a18f30af9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1261.2
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.28/0.33	c Building = 1
0.38/0.40	c [ NumberOfVariables = 24 ]
0.38/0.40	c [ NumberOfConstraints = 72 ]
0.38/0.40	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.40	c SymmetrySearch = 1
1.57/1.61	c InitialPropagation = 1
1.57/1.63	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.57/1.63	c InitialSAC = 1
1.77/1.87	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.77/1.87	c Search(SampleFF) : 
98.13/99.07	c [ Sampling domwdeg ]
98.13/99.07	c [ Sampling impacts ]
98.13/99.07	c [ Sampling la ]
98.13/99.07	c [ SamplingScores: ]
98.13/99.07	c [ domwdeg+min = 2.43183e-07 | domwdeg+rnd = 1.56133e-05 ]
98.13/99.07	c [ impacts+min = 4.49651e-05 | impacts+rnd = 9.58156e-06 ]
98.13/99.07	c [ la+min = 1.17804e-09 | la+rnd = 1.49769e-10 ]
98.13/99.07	c [ domwdeg = 7.92822e-06 | impacts = 2.72733e-05 | la = 6.63906e-10 ]
98.13/99.07	c [ min = 1.50698e-05 | rand = 2.72733e-05 ]
98.13/99.07	c [ restarting at (0.20002,1.06836e-08) ]
98.73/99.61	c [ restarting at (0.500051,7.58753e-07) ]
100.01/100.95	c [ restarting at (1.25013,9.92135e-06) ]
103.38/104.33	c [ restarting at (3.12532,6.31095e-06) ]
111.71/112.71	c [ restarting at (7.8133,3.11455e-05) ]
132.43/133.67	c [ restarting at (19.5332,6.34318e-05) ]
184.38/186.01	c [ restarting at (48.8331,0.000157245) ]
314.06/316.87	c [ restarting at (122.083,0.000678294) ]
638.32/643.99	c [ restarting at (305.207,0.00238778) ]
1449.16/1461.81	c [ restarting at (763.017,0.00560017) ]
1552.66/1566.24	c [ restarting at (1907.54,0.000601058) ]

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

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.71 1.93 1.67 4/81 23876
/proc/meminfo: memFree=1681320/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=1056 CPUtime=0
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1989730444 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 7484196 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 264 26 20 235 0 3 0

[startup+0.0822311 s]
/proc/loadavg: 1.71 1.93 1.67 4/81 23876
/proc/meminfo: memFree=1681320/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=7032 CPUtime=0.07
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 853 0 0 0 7 0 0 0 18 0 1 0 1989730444 7200768 813 996147200 134512640 135477443 4294956224 18446744073709551615 134713611 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 1758 813 365 235 0 459 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7032

[startup+0.102229 s]
/proc/loadavg: 1.71 1.93 1.67 4/81 23876
/proc/meminfo: memFree=1681320/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=7436 CPUtime=0.09
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 961 0 0 0 9 0 0 0 18 0 1 0 1989730444 7614464 921 996147200 134512640 135477443 4294956224 18446744073709551615 134784355 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 1859 921 365 235 0 560 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7436

[startup+0.301268 s]
/proc/loadavg: 1.71 1.93 1.67 4/81 23876
/proc/meminfo: memFree=1681320/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=11684 CPUtime=0.28
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 2034 0 0 0 28 0 0 0 19 0 1 0 1989730444 11964416 1994 996147200 134512640 135477443 4294956224 18446744073709551615 7925523 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 2921 1994 365 235 0 1622 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11684

[startup+0.701344 s]
/proc/loadavg: 1.71 1.93 1.67 4/81 23876
/proc/meminfo: memFree=1681320/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=142916 CPUtime=0.68
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 11449 0 0 0 64 4 0 0 23 0 1 0 1989730444 146345984 11409 996147200 134512640 135477443 4294956224 18446744073709551615 7601268 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 35729 11409 432 235 0 34430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 142916

[startup+1.5015 s]
/proc/loadavg: 1.71 1.93 1.67 3/82 23877
/proc/meminfo: memFree=1610208/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=202568 CPUtime=1.48
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 22874 0 0 0 139 9 0 0 25 0 1 0 1989730444 207429632 22684 996147200 134512640 135477443 4294956224 18446744073709551615 134629804 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 50642 22684 445 235 0 49343 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 202568

[startup+3.1018 s]
/proc/loadavg: 1.71 1.93 1.67 3/82 23877
/proc/meminfo: memFree=1661728/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=3.05
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23440 0 0 0 295 10 0 0 25 0 1 0 1989730444 118906880 5290 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5290 477 235 0 27731 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 116120

[startup+6.3014 s]
/proc/loadavg: 1.73 1.93 1.67 3/82 23877
/proc/meminfo: memFree=1661472/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=6.22
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23454 0 0 0 612 10 0 0 25 0 1 0 1989730444 118906880 5304 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5304 477 235 0 27731 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 116120

[startup+12.7016 s]
/proc/loadavg: 1.76 1.93 1.67 3/82 23877
/proc/meminfo: memFree=1661216/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=12.57
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23525 0 0 0 1247 10 0 0 25 0 1 0 1989730444 118906880 5375 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5375 477 235 0 27731 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 116120

[startup+25.502 s]
/proc/loadavg: 1.81 1.93 1.67 3/82 23877
/proc/meminfo: memFree=1661216/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=25.26
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23555 0 0 0 2515 11 0 0 25 0 1 0 1989730444 118906880 5405 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5405 479 235 0 27731 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 116120

[startup+51.1018 s]
/proc/loadavg: 1.87 1.94 1.68 3/82 23877
/proc/meminfo: memFree=1661024/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=50.64
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23601 0 0 0 5053 11 0 0 25 0 1 0 1989730444 118906880 5451 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5451 479 235 0 27731 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 116120

[startup+102.306 s]
/proc/loadavg: 1.98 1.96 1.70 3/82 23877
/proc/meminfo: memFree=1660832/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=101.4
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23602 0 0 0 10129 11 0 0 25 0 1 0 1989730444 118906880 5452 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5452 480 235 0 27731 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 116120

[startup+162.303 s]
/proc/loadavg: 2.03 1.98 1.72 3/82 23877
/proc/meminfo: memFree=1660832/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=160.89
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23602 0 0 0 16078 11 0 0 25 0 1 0 1989730444 118906880 5452 996147200 134512640 135477443 4294956224 18446744073709551615 134590335 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5452 480 235 0 27731 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 116120

[startup+222.302 s]
/proc/loadavg: 2.12 2.01 1.75 3/82 23877
/proc/meminfo: memFree=1660768/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=220.37
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23602 0 0 0 22026 11 0 0 25 0 1 0 1989730444 118906880 5452 996147200 134512640 135477443 4294956224 18446744073709551615 134590128 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5452 480 235 0 27731 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 116120

[startup+282.301 s]
/proc/loadavg: 2.04 2.01 1.76 3/82 23877
/proc/meminfo: memFree=1660704/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=279.85
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23616 0 0 0 27974 11 0 0 25 0 1 0 1989730444 118906880 5466 996147200 134512640 135477443 4294956224 18446744073709551615 134597790 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5466 480 235 0 27731 0
Current children cumulated CPU time (s) 279.85
Current children cumulated vsize (KiB) 116120

[startup+342.301 s]
/proc/loadavg: 2.05 2.02 1.77 3/82 23877
/proc/meminfo: memFree=1660704/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=339.34
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23616 0 0 0 33923 11 0 0 25 0 1 0 1989730444 118906880 5466 996147200 134512640 135477443 4294956224 18446744073709551615 134600925 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5466 480 235 0 27731 0
Current children cumulated CPU time (s) 339.34
Current children cumulated vsize (KiB) 116120

[startup+402.302 s]
/proc/loadavg: 2.02 2.01 1.79 3/82 23877
/proc/meminfo: memFree=1660704/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=398.82
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23616 0 0 0 39871 11 0 0 25 0 1 0 1989730444 118906880 5466 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5466 480 235 0 27731 0
Current children cumulated CPU time (s) 398.82
Current children cumulated vsize (KiB) 116120

[startup+462.303 s]
/proc/loadavg: 2.00 2.01 1.80 3/82 23877
/proc/meminfo: memFree=1660640/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=458.3
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23616 0 0 0 45819 11 0 0 25 0 1 0 1989730444 118906880 5466 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5466 480 235 0 27731 0
Current children cumulated CPU time (s) 458.3
Current children cumulated vsize (KiB) 116120

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.81 3/82 23883
/proc/meminfo: memFree=1660512/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=517.76
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23616 0 0 0 51765 11 0 0 25 0 1 0 1989730444 118906880 5466 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5466 480 235 0 27731 0
Current children cumulated CPU time (s) 517.76
Current children cumulated vsize (KiB) 116120

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.82 3/82 23883
/proc/meminfo: memFree=1660512/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=577.25
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23616 0 0 0 57713 12 0 0 25 0 1 0 1989730444 118906880 5466 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5466 480 235 0 27731 0
Current children cumulated CPU time (s) 577.25
Current children cumulated vsize (KiB) 116120

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.83 3/82 23883
/proc/meminfo: memFree=1660512/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=636.74
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23616 0 0 0 63662 12 0 0 25 0 1 0 1989730444 118906880 5466 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5466 480 235 0 27731 0
Current children cumulated CPU time (s) 636.74
Current children cumulated vsize (KiB) 116120


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 1.85 3/82 23883
/proc/meminfo: memFree=1660512/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=874.65
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23616 0 0 0 87453 12 0 0 25 0 1 0 1989730444 118906880 5466 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5466 480 235 0 27731 0
Current children cumulated CPU time (s) 874.65
Current children cumulated vsize (KiB) 116120

[startup+942.302 s]
/proc/loadavg: 2.10 2.03 1.87 3/82 23883
/proc/meminfo: memFree=1660512/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=934.13
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23616 0 0 0 93401 12 0 0 25 0 1 0 1989730444 118906880 5466 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5466 480 235 0 27731 0
Current children cumulated CPU time (s) 934.13
Current children cumulated vsize (KiB) 116120

[startup+1002.3 s]
/proc/loadavg: 2.07 2.04 1.88 3/82 23883
/proc/meminfo: memFree=1660384/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=993.62
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23616 0 0 0 99350 12 0 0 25 0 1 0 1989730444 118906880 5466 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5466 480 235 0 27731 0
Current children cumulated CPU time (s) 993.62
Current children cumulated vsize (KiB) 116120

[startup+1062.3 s]
/proc/loadavg: 2.06 2.04 1.89 3/82 23883
/proc/meminfo: memFree=1660384/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1053.11
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23616 0 0 0 105298 13 0 0 25 0 1 0 1989730444 118906880 5466 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5466 480 235 0 27731 0
Current children cumulated CPU time (s) 1053.11
Current children cumulated vsize (KiB) 116120

[startup+1122.3 s]
/proc/loadavg: 2.06 2.04 1.90 3/82 23883
/proc/meminfo: memFree=1660384/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1112.6
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23616 0 0 0 111247 13 0 0 25 0 1 0 1989730444 118906880 5466 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5466 480 235 0 27731 0
Current children cumulated CPU time (s) 1112.6
Current children cumulated vsize (KiB) 116120

[startup+1182.3 s]
/proc/loadavg: 2.16 2.08 1.92 3/82 23883
/proc/meminfo: memFree=1660320/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1172.08
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23633 0 0 0 117195 13 0 0 25 0 1 0 1989730444 118906880 5483 996147200 134512640 135477443 4294956224 18446744073709551615 134590210 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5483 480 235 0 27731 0
Current children cumulated CPU time (s) 1172.08
Current children cumulated vsize (KiB) 116120

[startup+1242.3 s]
/proc/loadavg: 2.13 2.08 1.92 3/82 23883
/proc/meminfo: memFree=1660256/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1231.56
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23633 0 0 0 123143 13 0 0 25 0 1 0 1989730444 118906880 5483 996147200 134512640 135477443 4294956224 18446744073709551615 134590218 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5483 480 235 0 27731 0
Current children cumulated CPU time (s) 1231.56
Current children cumulated vsize (KiB) 116120

[startup+1302.3 s]
/proc/loadavg: 2.11 2.08 1.93 3/82 23883
/proc/meminfo: memFree=1660256/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1291.04
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23633 0 0 0 129091 13 0 0 25 0 1 0 1989730444 118906880 5483 996147200 134512640 135477443 4294956224 18446744073709551615 134600887 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5483 480 235 0 27731 0
Current children cumulated CPU time (s) 1291.04
Current children cumulated vsize (KiB) 116120

[startup+1362.3 s]
/proc/loadavg: 2.41 2.15 1.96 3/82 23883
/proc/meminfo: memFree=1660256/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1350.52
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23633 0 0 0 135039 13 0 0 25 0 1 0 1989730444 118906880 5483 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5483 480 235 0 27731 0
Current children cumulated CPU time (s) 1350.52
Current children cumulated vsize (KiB) 116120

[startup+1422.31 s]
/proc/loadavg: 2.40 2.21 1.99 3/82 23883
/proc/meminfo: memFree=1660256/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1410
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23633 0 0 0 140987 13 0 0 25 0 1 0 1989730444 118906880 5483 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5483 480 235 0 27731 0
Current children cumulated CPU time (s) 1410
Current children cumulated vsize (KiB) 116120

[startup+1482.3 s]
/proc/loadavg: 2.20 2.18 2.00 3/82 23883
/proc/meminfo: memFree=1660256/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1469.48
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23633 0 0 0 146935 13 0 0 25 0 1 0 1989730444 118906880 5483 996147200 134512640 135477443 4294956224 18446744073709551615 134600944 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5483 480 235 0 27731 0
Current children cumulated CPU time (s) 1469.48
Current children cumulated vsize (KiB) 116120

[startup+1542.3 s]
/proc/loadavg: 2.07 2.15 2.00 3/82 23883
/proc/meminfo: memFree=1660320/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1528.97
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23633 0 0 0 152883 14 0 0 25 0 1 0 1989730444 118906880 5483 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/23876/statm: 29030 5483 480 235 0 27731 0
Current children cumulated CPU time (s) 1528.97
Current children cumulated vsize (KiB) 116120

[startup+1602.3 s]
/proc/loadavg: 1.98 2.10 1.99 3/75 23936
/proc/meminfo: memFree=1655776/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1588.73
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23633 0 0 0 158859 14 0 0 25 0 1 0 1989730444 118906880 5483 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 0 0 0
/proc/23876/statm: 29030 5483 480 235 0 27731 0
Current children cumulated CPU time (s) 1588.73
Current children cumulated vsize (KiB) 116120

[startup+1662.3 s]
/proc/loadavg: 1.99 2.08 1.99 3/75 23936
/proc/meminfo: memFree=1650848/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1648.71
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23633 0 0 0 164856 15 0 0 25 0 1 0 1989730444 118906880 5483 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/23876/statm: 29030 5483 480 235 0 27731 0
Current children cumulated CPU time (s) 1648.71
Current children cumulated vsize (KiB) 116120

[startup+1722.3 s]
/proc/loadavg: 1.99 2.06 1.99 3/75 23936
/proc/meminfo: memFree=1646432/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1708.68
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23633 0 0 0 170853 15 0 0 25 0 1 0 1989730444 118906880 5483 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/23876/statm: 29030 5483 480 235 0 27731 0
Current children cumulated CPU time (s) 1708.68
Current children cumulated vsize (KiB) 116120

[startup+1782.3 s]
/proc/loadavg: 2.11 2.08 2.00 3/75 23936
/proc/meminfo: memFree=1642784/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1768.64
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23633 0 0 0 176849 15 0 0 25 0 1 0 1989730444 118906880 5483 996147200 134512640 135477443 4294956224 18446744073709551615 134600992 0 0 4096 0 0 0 0 17 0 0 0
/proc/23876/statm: 29030 5483 480 235 0 27731 0
Current children cumulated CPU time (s) 1768.64
Current children cumulated vsize (KiB) 116120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.7 s]
/proc/loadavg: 2.15 2.09 2.01 3/75 23936
/proc/meminfo: memFree=1641056/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1800.03
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23633 0 0 0 179988 15 0 0 25 0 1 0 1989730444 118906880 5483 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/23876/statm: 29030 5483 480 235 0 27731 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 116120

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

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

[startup+1813.7 s]
/proc/loadavg: 2.15 2.09 2.01 3/75 23936
/proc/meminfo: memFree=1641056/2055920 swapFree=4180456/4192956
[pid=23876] ppid=23874 vsize=116120 CPUtime=1800.03
/proc/23876/stat : 23876 (casperzao) R 23874 23876 23759 0 -1 4194304 23633 0 0 0 179988 15 0 0 25 0 1 0 1989730444 118906880 5483 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/23876/statm: 29030 5483 480 235 0 27731 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 116120

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.71
CPU time (s): 1800.05
CPU user time (s): 1799.89
CPU system time (s): 0.160975
CPU usage (%): 99.2468
Max. virtual memory (cumulated for all children) (KiB): 202568

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

runsolver used 1.79673 second user time and 5.16322 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 19:52:41
IDJOB=1056969
IDBENCH=53982
IDSOLVER=361
FILE ID=node19/1056969-1215107560
PBS_JOBID= 7877166
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-32_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056969-1215107560/watcher-1056969-1215107560 -o /tmp/evaluation-result-1056969-1215107560/solver-1056969-1215107560 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1056969-1215107560.xml 1447123556 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8805480f3678cb88558dc50a18f30af9
RANDOM SEED=1447123556

node19.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.263
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	: 5931.00
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.263
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:       1681800 kB
Buffers:         50444 kB
Cached:         220932 kB
SwapCached:       6540 kB
Active:         174260 kB
Inactive:       132508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681800 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            5676 kB
Writeback:           0 kB
Mapped:          51520 kB
Slab:            52372 kB
Committed_AS:  3394968 kB
PageTables:       1960 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= 66536 MiB
End job on node19 at 2008-07-03 20:22:56