Trace number 1077467

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.1 1805.01

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-40-3-5.xml
MD5SUM44fba73a906e01f132e7d72064b21e87
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity8
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.20	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.20	c Parsing = 1
0.00/0.20	c Building = 1
0.98/1.00	c [ NumberOfVariables = 100 ]
0.98/1.00	c [ NumberOfConstraints = 40 ]
0.98/1.01	c [ SizeOfSearchSpace(log2) = 552.356 ]
0.98/1.01	c SymmetrySearch = 1
0.98/1.01	c [ Found 362880 symmetries ]
0.98/1.01	c InitialPropagation = 1
0.98/1.01	c [ SizeOfSearchSpace(log2) = 524.04 ]
0.98/1.01	c InitialSAC = 1
0.98/1.06	c [ SizeOfSearchSpace(log2) = 523.96 ]
0.98/1.06	c Search(SampleFF) : 
82.98/83.78	c [ Sampling domwdeg ]
82.98/83.78	c [ Sampling impacts ]
82.98/83.78	c [ Sampling la ]
82.98/83.78	c [ SamplingScores: ]
82.98/83.78	c [ domwdeg+min = 0.0110364 | domwdeg+rnd = 0.00164645 ]
82.98/83.78	c [ impacts+min = 2.82801e-07 | impacts+rnd = 2.73333e-06 ]
82.98/83.78	c [ la+min = 1.981e-11 | la+rnd = 1.96478e-09 ]
82.98/83.78	c [ domwdeg = 0.00634144 | impacts = 1.50806e-06 | la = 9.92294e-10 ]
82.98/83.78	c [ min = 0.0036789 | rand = 1.50806e-06 ]
82.98/83.78	c [ restarting at (4.52802,1.50427e-05) ]
95.07/95.91	c [ restarting at (11.3201,0.000609362) ]
125.11/126.25	c [ restarting at (28.3001,1.50423e-05) ]
200.26/202.09	c [ restarting at (70.7504,0.0493705) ]
388.34/391.71	c [ restarting at (176.876,3.71334e-07) ]
496.81/501.19	c [ restarting at (442.19,1.45751e-10) ]
1602.28/1607.16	c [ restarting at (1105.47,1.10356e-12) ]

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

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 4/81 23198
/proc/meminfo: memFree=969600/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=1056 CPUtime=0
/proc/23198/stat : 23198 (casperzao) D 23196 23198 21198 0 -1 4194304 40 0 0 0 0 0 0 0 18 0 1 0 1998249507 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 2188068 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/23198/statm: 264 26 20 235 0 3 0

[startup+0.209584 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 23198
/proc/meminfo: memFree=969600/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=286844 CPUtime=0.19
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 843 0 0 0 19 0 0 0 19 0 1 0 1998249507 293728256 603 996147200 134512640 135477443 4294956224 18446744073709551615 134586161 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 71711 603 466 235 0 70412 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 286844

[startup+0.301469 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 23198
/proc/meminfo: memFree=969600/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=286976 CPUtime=0.28
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 979 0 0 0 28 0 0 0 19 0 1 0 1998249507 293863424 617 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 71744 617 466 235 0 70445 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 286976

[startup+0.401488 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 23198
/proc/meminfo: memFree=969600/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=286976 CPUtime=0.38
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1062 0 0 0 38 0 0 0 20 0 1 0 1998249507 293863424 627 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 71744 627 466 235 0 70445 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 286976

[startup+0.701549 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 23198
/proc/meminfo: memFree=969600/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=287108 CPUtime=0.68
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1280 0 0 0 68 0 0 0 23 0 1 0 1998249507 293998592 651 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 71777 651 466 235 0 70478 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 287108

[startup+1.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23199
/proc/meminfo: memFree=968504/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1.47
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1580 0 0 0 147 0 0 0 25 0 1 0 1998249507 102080512 770 996147200 134512640 135477443 4294956224 18446744073709551615 134879807 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 24922 770 517 235 0 23623 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99688

[startup+3.10302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23199
/proc/meminfo: memFree=968248/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=3.06
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1582 0 0 0 306 0 0 0 25 0 1 0 1998249507 102080512 772 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 24922 772 517 235 0 23623 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99688

[startup+6.30165 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23199
/proc/meminfo: memFree=968248/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=6.23
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1582 0 0 0 623 0 0 0 25 0 1 0 1998249507 102080512 772 996147200 134512640 135477443 4294956224 18446744073709551615 134942500 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 24922 772 517 235 0 23623 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99688

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23199
/proc/meminfo: memFree=968312/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=12.58
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1582 0 0 0 1258 0 0 0 25 0 1 0 1998249507 102080512 772 996147200 134512640 135477443 4294956224 18446744073709551615 134942385 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 24922 772 517 235 0 23623 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99688

[startup+25.5064 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23199
/proc/meminfo: memFree=968440/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=25.27
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1591 0 0 0 2527 0 0 0 25 0 1 0 1998249507 102080512 781 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 24922 781 517 235 0 23623 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 99688

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23199
/proc/meminfo: memFree=968376/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=50.65
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1634 0 0 0 5064 1 0 0 25 0 1 0 1998249507 102080512 824 996147200 134512640 135477443 4294956224 18446744073709551615 134879571 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 24922 824 517 235 0 23623 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 99688

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23199
/proc/meminfo: memFree=967992/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=101.42
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1668 0 0 0 10141 1 0 0 25 0 1 0 1998249507 102080512 858 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 24922 858 518 235 0 23623 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 99688

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23199
/proc/meminfo: memFree=967928/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=160.9
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1668 0 0 0 16089 1 0 0 25 0 1 0 1998249507 102080512 858 996147200 134512640 135477443 4294956224 18446744073709551615 134942500 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 24922 858 518 235 0 23623 0
Current children cumulated CPU time (s) 160.9
Current children cumulated vsize (KiB) 99688

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23199
/proc/meminfo: memFree=967992/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=220.39
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1668 0 0 0 22038 1 0 0 25 0 1 0 1998249507 102080512 858 996147200 134512640 135477443 4294956224 18446744073709551615 134585538 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 24922 858 518 235 0 23623 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 99688

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23199
/proc/meminfo: memFree=967928/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=279.87
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1668 0 0 0 27986 1 0 0 25 0 1 0 1998249507 102080512 858 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 24922 858 518 235 0 23623 0
Current children cumulated CPU time (s) 279.87
Current children cumulated vsize (KiB) 99688

[startup+342.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23199
/proc/meminfo: memFree=967864/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=339.37
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1668 0 0 0 33936 1 0 0 25 0 1 0 1998249507 102080512 858 996147200 134512640 135477443 4294956224 18446744073709551615 134880417 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 24922 858 518 235 0 23623 0
Current children cumulated CPU time (s) 339.37
Current children cumulated vsize (KiB) 99688

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23199
/proc/meminfo: memFree=967864/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=398.85
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1668 0 0 0 39884 1 0 0 25 0 1 0 1998249507 102080512 858 996147200 134512640 135477443 4294956224 18446744073709551615 134879498 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 24922 858 518 235 0 23623 0
Current children cumulated CPU time (s) 398.85
Current children cumulated vsize (KiB) 99688

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23199
/proc/meminfo: memFree=967736/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=458.33
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1668 0 0 0 45832 1 0 0 25 0 1 0 1998249507 102080512 858 996147200 134512640 135477443 4294956224 18446744073709551615 134942634 0 0 4096 0 0 0 0 17 1 0 0
/proc/23198/statm: 24922 858 518 235 0 23623 0
Current children cumulated CPU time (s) 458.33
Current children cumulated vsize (KiB) 99688

[startup+522.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 23237
/proc/meminfo: memFree=1547536/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=517.98
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 51796 2 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134586161 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 517.98
Current children cumulated vsize (KiB) 99688

[startup+582.303 s]
/proc/loadavg: 2.11 2.04 2.01 3/81 23237
/proc/meminfo: memFree=1369680/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=577.95
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 57793 2 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 577.95
Current children cumulated vsize (KiB) 99688

[startup+642.302 s]
/proc/loadavg: 2.10 2.05 2.01 3/81 23238
/proc/meminfo: memFree=1335696/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=637.92
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 63790 2 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134695277 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 637.92
Current children cumulated vsize (KiB) 99688


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

[startup+822.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/81 23239
/proc/meminfo: memFree=1329296/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=817.83
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 81781 2 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134942353 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 817.83
Current children cumulated vsize (KiB) 99688

[startup+882.302 s]
/proc/loadavg: 2.11 2.07 2.01 4/81 23239
/proc/meminfo: memFree=1329168/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=877.81
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 87779 2 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134942385 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 877.81
Current children cumulated vsize (KiB) 99688

[startup+942.302 s]
/proc/loadavg: 2.07 2.07 2.01 3/81 23239
/proc/meminfo: memFree=1328976/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=937.79
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 93776 3 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 937.79
Current children cumulated vsize (KiB) 99688

[startup+1002.31 s]
/proc/loadavg: 2.14 2.09 2.02 3/81 23239
/proc/meminfo: memFree=1318800/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=997.76
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 99773 3 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134879648 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 997.76
Current children cumulated vsize (KiB) 99688

[startup+1062.3 s]
/proc/loadavg: 2.28 2.12 2.03 3/81 23239
/proc/meminfo: memFree=1318736/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1057.73
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 105770 3 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134585526 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1057.73
Current children cumulated vsize (KiB) 99688

[startup+1122.3 s]
/proc/loadavg: 2.17 2.11 2.03 3/81 23239
/proc/meminfo: memFree=1318608/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1117.7
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 111767 3 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1117.7
Current children cumulated vsize (KiB) 99688

[startup+1182.3 s]
/proc/loadavg: 2.13 2.11 2.03 3/81 23239
/proc/meminfo: memFree=1318160/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1177.68
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 117765 3 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1177.68
Current children cumulated vsize (KiB) 99688

[startup+1242.3 s]
/proc/loadavg: 2.10 2.10 2.02 3/81 23239
/proc/meminfo: memFree=1317968/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1237.64
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 123761 3 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134585520 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1237.64
Current children cumulated vsize (KiB) 99688

[startup+1302.3 s]
/proc/loadavg: 2.10 2.09 2.02 3/81 23239
/proc/meminfo: memFree=1317840/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1297.61
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 129758 3 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134586049 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1297.61
Current children cumulated vsize (KiB) 99688

[startup+1362.3 s]
/proc/loadavg: 2.08 2.09 2.02 3/81 23239
/proc/meminfo: memFree=1317776/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1357.59
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 135756 3 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1357.59
Current children cumulated vsize (KiB) 99688

[startup+1422.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/81 23239
/proc/meminfo: memFree=1314768/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1417.57
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 141753 4 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134879435 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1417.57
Current children cumulated vsize (KiB) 99688

[startup+1482.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/81 23239
/proc/meminfo: memFree=1314768/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1477.54
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 147750 4 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1477.54
Current children cumulated vsize (KiB) 99688

[startup+1542.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/81 23239
/proc/meminfo: memFree=1314704/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1537.52
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 153748 4 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 135102174 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1537.52
Current children cumulated vsize (KiB) 99688

[startup+1602.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/81 23239
/proc/meminfo: memFree=1314576/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1597.48
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 159744 4 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134695721 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1597.48
Current children cumulated vsize (KiB) 99688

[startup+1662.31 s]
/proc/loadavg: 2.16 2.10 2.03 3/81 23239
/proc/meminfo: memFree=1314512/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1657.45
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 165741 4 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134585531 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1657.45
Current children cumulated vsize (KiB) 99688

[startup+1722.3 s]
/proc/loadavg: 2.13 2.10 2.03 3/81 23245
/proc/meminfo: memFree=1314384/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1717.42
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 171738 4 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134879500 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1717.42
Current children cumulated vsize (KiB) 99688

[startup+1782.3 s]
/proc/loadavg: 2.11 2.09 2.03 3/81 23245
/proc/meminfo: memFree=1313680/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1777.39
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 177734 5 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134879775 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1777.39
Current children cumulated vsize (KiB) 99688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805 s]
/proc/loadavg: 2.08 2.09 2.03 3/81 23245
/proc/meminfo: memFree=1313616/2055924 swapFree=4180432/4192956
[pid=23198] ppid=23196 vsize=99688 CPUtime=1800.09
/proc/23198/stat : 23198 (casperzao) R 23196 23198 21198 0 -1 4194304 1669 0 0 0 180004 5 0 0 25 0 1 0 1998249507 102080512 859 996147200 134512640 135477443 4294956224 18446744073709551615 134879573 0 0 4096 0 0 0 0 17 0 0 0
/proc/23198/statm: 24922 859 518 235 0 23623 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 99688

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): 1805.01
CPU time (s): 1800.1
CPU user time (s): 1800.05
CPU system time (s): 0.050992
CPU usage (%): 99.728
Max. virtual memory (cumulated for all children) (KiB): 287108

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

runsolver used 1.83772 second user time and 4.74228 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-04 19:32:22
IDJOB=1077467
IDBENCH=56674
IDSOLVER=361
FILE ID=node6/1077467-1215192742
PBS_JOBID= 7881526
Free space on /tmp= 66488 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-40-3-5.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077467-1215192742/watcher-1077467-1215192742 -o /tmp/evaluation-result-1077467-1215192742/solver-1077467-1215192742 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1077467-1215192742.xml 1469758798 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 44fba73a906e01f132e7d72064b21e87
RANDOM SEED=1469758798

node6.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.265
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.265
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:      2055924 kB
MemFree:        970080 kB
Buffers:         45200 kB
Cached:         212924 kB
SwapCached:       6328 kB
Active:         938688 kB
Inactive:        93288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        970080 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            2916 kB
Writeback:           0 kB
Mapped:         790428 kB
Slab:            37372 kB
Committed_AS:  4103968 kB
PageTables:       3464 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= 66476 MiB
End job on node6 at 2008-07-04 20:02:29