Trace number 1072300

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zao? (TO) 1800.09 1806.61

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-31_ext.xml
MD5SUM0ddf2746acd7f496f267e50ee782e39f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark41.4867
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.34	c Building = 1
0.38/0.41	c [ NumberOfVariables = 24 ]
0.38/0.41	c [ NumberOfConstraints = 72 ]
0.38/0.41	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.41	c SymmetrySearch = 1
1.57/1.66	c InitialPropagation = 1
1.57/1.68	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.57/1.68	c InitialSAC = 1
1.87/1.92	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.87/1.92	c Search(SampleFF) : 
94.05/94.87	c [ Sampling domwdeg ]
94.05/94.87	c [ Sampling impacts ]
94.05/94.87	c [ Sampling la ]
94.05/94.87	c [ SamplingScores: ]
94.05/94.87	c [ domwdeg+min = 4.05754e-07 | domwdeg+rnd = 3.30717e-07 ]
94.05/94.87	c [ impacts+min = 2.48991e-05 | impacts+rnd = 5.77058e-06 ]
94.05/94.87	c [ la+min = 7.53606e-11 | la+rnd = 1.02851e-10 ]
94.05/94.87	c [ domwdeg = 3.68235e-07 | impacts = 1.53348e-05 | la = 8.91056e-11 ]
94.05/94.87	c [ min = 8.43496e-06 | rand = 1.53348e-05 ]
94.05/94.87	c [ restarting at (0.20002,2.09311e-08) ]
94.65/95.41	c [ restarting at (0.500051,8.89573e-08) ]
95.94/96.78	c [ restarting at (1.25013,3.92459e-07) ]
99.31/100.14	c [ restarting at (3.12532,6.54098e-07) ]
107.65/108.52	c [ restarting at (7.8133,1.90997e-06) ]
128.39/129.47	c [ restarting at (19.5332,7.9397e-05) ]
180.39/181.85	c [ restarting at (48.8331,9.53256e-05) ]
310.29/312.70	c [ restarting at (122.083,0.00110027) ]
634.92/639.84	c [ restarting at (305.207,0.00217656) ]
730.19/735.84	c [ restarting at (763.017,0.000221284) ]

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

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/72 2186
/proc/meminfo: memFree=1625688/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=1056 CPUtime=0
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1546985380 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 6910756 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 264 26 20 235 0 3 0

[startup+0.00903209 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2186
/proc/meminfo: memFree=1625688/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=5104 CPUtime=0
/proc/2186/stat : 2186 (casperzao) D 2184 2186 824 0 -1 4194304 94 0 0 0 0 0 0 0 18 0 1 0 1546985380 5226496 74 996147200 134512640 135477443 4294956224 18446744073709551615 6910756 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2186/statm: 1276 74 51 235 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5104

[startup+0.101596 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2186
/proc/meminfo: memFree=1625688/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=7156 CPUtime=0.08
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 909 0 0 0 8 0 0 0 18 0 1 0 1546985380 7327744 869 996147200 134512640 135477443 4294956224 18446744073709551615 134780687 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 1789 869 365 235 0 490 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7156

[startup+0.302621 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2186
/proc/meminfo: memFree=1625688/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=11548 CPUtime=0.28
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 1990 0 0 0 27 1 0 0 19 0 1 0 1546985380 11825152 1950 996147200 134512640 135477443 4294956224 18446744073709551615 134780695 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 2887 1950 365 235 0 1588 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11548

[startup+0.701677 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2186
/proc/meminfo: memFree=1625688/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=142652 CPUtime=0.68
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 11365 0 0 0 64 4 0 0 23 0 1 0 1546985380 146075648 11325 996147200 134512640 135477443 4294956224 18446744073709551615 134630208 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 35663 11325 432 235 0 34364 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 142652

[startup+1.50178 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1557072/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=202552 CPUtime=1.47
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 22522 0 0 0 138 9 0 0 25 0 1 0 1546985380 207413248 22329 996147200 134512640 135477443 4294956224 18446744073709551615 134536723 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 50638 22329 437 235 0 49339 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 202552

[startup+3.10199 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1606416/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=3.06
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23436 0 0 0 295 11 0 0 25 0 1 0 1546985380 118902784 5283 996147200 134512640 135477443 4294956224 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5283 477 235 0 27730 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 116116

[startup+6.3014 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1606032/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=6.23
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23458 0 0 0 612 11 0 0 25 0 1 0 1546985380 118902784 5305 996147200 134512640 135477443 4294956224 18446744073709551615 134590454 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5305 477 235 0 27730 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 116116

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1605584/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=12.58
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23576 0 0 0 1247 11 0 0 25 0 1 0 1546985380 118902784 5423 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5423 477 235 0 27730 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 116116

[startup+25.5029 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1605584/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=25.28
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23579 0 0 0 2517 11 0 0 25 0 1 0 1546985380 118902784 5426 996147200 134512640 135477443 4294956224 18446744073709551615 134600843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5426 479 235 0 27730 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 116116

[startup+51.1022 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1605520/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=50.68
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23591 0 0 0 5057 11 0 0 25 0 1 0 1546985380 118902784 5438 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5438 479 235 0 27730 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 116116

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1605392/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=101.5
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23592 0 0 0 10139 11 0 0 25 0 1 0 1546985380 118902784 5439 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5439 480 235 0 27730 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 116116

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1605200/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=161.04
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23592 0 0 0 16092 12 0 0 25 0 1 0 1546985380 118902784 5439 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5439 480 235 0 27730 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 116116

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1605200/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=220.58
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23592 0 0 0 22046 12 0 0 25 0 1 0 1546985380 118902784 5439 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5439 480 235 0 27730 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 116116

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1605200/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=280.13
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23592 0 0 0 28001 12 0 0 25 0 1 0 1546985380 118902784 5439 996147200 134512640 135477443 4294956224 18446744073709551615 134601014 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5439 480 235 0 27730 0
Current children cumulated CPU time (s) 280.13
Current children cumulated vsize (KiB) 116116

[startup+342.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1605200/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=339.67
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23592 0 0 0 33955 12 0 0 25 0 1 0 1546985380 118902784 5439 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5439 480 235 0 27730 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 116116

[startup+402.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1605200/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=399.22
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23595 0 0 0 39910 12 0 0 25 0 1 0 1546985380 118902784 5442 996147200 134512640 135477443 4294956224 18446744073709551615 134590218 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5442 480 235 0 27730 0
Current children cumulated CPU time (s) 399.22
Current children cumulated vsize (KiB) 116116

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1605200/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=458.76
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23595 0 0 0 45864 12 0 0 25 0 1 0 1546985380 118902784 5442 996147200 134512640 135477443 4294956224 18446744073709551615 134601001 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5442 480 235 0 27730 0
Current children cumulated CPU time (s) 458.76
Current children cumulated vsize (KiB) 116116

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1605200/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=518.32
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23595 0 0 0 51819 13 0 0 25 0 1 0 1546985380 118902784 5442 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5442 480 235 0 27730 0
Current children cumulated CPU time (s) 518.32
Current children cumulated vsize (KiB) 116116

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1605200/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=577.86
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23600 0 0 0 57773 13 0 0 25 0 1 0 1546985380 118902784 5447 996147200 134512640 135477443 4294956224 18446744073709551615 134600834 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5447 480 235 0 27730 0
Current children cumulated CPU time (s) 577.86
Current children cumulated vsize (KiB) 116116

[startup+642.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2187
/proc/meminfo: memFree=1605136/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=637.41
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23606 0 0 0 63728 13 0 0 25 0 1 0 1546985380 118902784 5453 996147200 134512640 135477443 4294956224 18446744073709551615 134600823 0 0 4096 0 0 0 0 17 1 0 0
/proc/2186/statm: 29029 5453 480 235 0 27730 0
Current children cumulated CPU time (s) 637.41
Current children cumulated vsize (KiB) 116116


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

[startup+822.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1527304/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=816.6
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23606 0 0 0 81646 14 0 0 25 0 1 0 1546985380 118902784 5453 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5453 480 235 0 27730 0
Current children cumulated CPU time (s) 816.6
Current children cumulated vsize (KiB) 116116

[startup+882.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1527240/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=876.54
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23610 0 0 0 87640 14 0 0 25 0 1 0 1546985380 118902784 5457 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5457 480 235 0 27730 0
Current children cumulated CPU time (s) 876.54
Current children cumulated vsize (KiB) 116116

[startup+942.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1527240/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=936.5
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23610 0 0 0 93635 15 0 0 25 0 1 0 1546985380 118902784 5457 996147200 134512640 135477443 4294956224 18446744073709551615 134590226 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5457 480 235 0 27730 0
Current children cumulated CPU time (s) 936.5
Current children cumulated vsize (KiB) 116116

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1527240/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=996.45
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23610 0 0 0 99630 15 0 0 25 0 1 0 1546985380 118902784 5457 996147200 134512640 135477443 4294956224 18446744073709551615 134600823 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5457 480 235 0 27730 0
Current children cumulated CPU time (s) 996.45
Current children cumulated vsize (KiB) 116116

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1527240/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1056.39
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23610 0 0 0 105624 15 0 0 25 0 1 0 1546985380 118902784 5457 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5457 480 235 0 27730 0
Current children cumulated CPU time (s) 1056.39
Current children cumulated vsize (KiB) 116116

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1527240/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1116.35
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23610 0 0 0 111620 15 0 0 25 0 1 0 1546985380 118902784 5457 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5457 480 235 0 27730 0
Current children cumulated CPU time (s) 1116.35
Current children cumulated vsize (KiB) 116116

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1527240/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1176.29
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23610 0 0 0 117614 15 0 0 25 0 1 0 1546985380 118902784 5457 996147200 134512640 135477443 4294956224 18446744073709551615 134600997 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5457 480 235 0 27730 0
Current children cumulated CPU time (s) 1176.29
Current children cumulated vsize (KiB) 116116

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1527112/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1236.24
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23610 0 0 0 123609 15 0 0 25 0 1 0 1546985380 118902784 5457 996147200 134512640 135477443 4294956224 18446744073709551615 134609907 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5457 480 235 0 27730 0
Current children cumulated CPU time (s) 1236.24
Current children cumulated vsize (KiB) 116116

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1527048/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1296.19
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23650 0 0 0 129604 15 0 0 25 0 1 0 1546985380 118902784 5497 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5497 480 235 0 27730 0
Current children cumulated CPU time (s) 1296.19
Current children cumulated vsize (KiB) 116116

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1526984/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1356.14
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23650 0 0 0 135598 16 0 0 25 0 1 0 1546985380 118902784 5497 996147200 134512640 135477443 4294956224 18446744073709551615 135272093 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5497 480 235 0 27730 0
Current children cumulated CPU time (s) 1356.14
Current children cumulated vsize (KiB) 116116

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1526984/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1416.1
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23650 0 0 0 141594 16 0 0 25 0 1 0 1546985380 118902784 5497 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5497 480 235 0 27730 0
Current children cumulated CPU time (s) 1416.1
Current children cumulated vsize (KiB) 116116

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1526984/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1476.04
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23650 0 0 0 147588 16 0 0 25 0 1 0 1546985380 118902784 5497 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5497 480 235 0 27730 0
Current children cumulated CPU time (s) 1476.04
Current children cumulated vsize (KiB) 116116

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1527048/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1535.99
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23650 0 0 0 153583 16 0 0 25 0 1 0 1546985380 118902784 5497 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5497 480 235 0 27730 0
Current children cumulated CPU time (s) 1535.99
Current children cumulated vsize (KiB) 116116

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 2216
/proc/meminfo: memFree=1527048/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1595.94
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23650 0 0 0 159578 16 0 0 25 0 1 0 1546985380 118902784 5497 996147200 134512640 135477443 4294956224 18446744073709551615 134609910 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5497 480 235 0 27730 0
Current children cumulated CPU time (s) 1595.94
Current children cumulated vsize (KiB) 116116

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 2217
/proc/meminfo: memFree=1526976/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1655.89
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23650 0 0 0 165573 16 0 0 25 0 1 0 1546985380 118902784 5497 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5497 480 235 0 27730 0
Current children cumulated CPU time (s) 1655.89
Current children cumulated vsize (KiB) 116116

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 2217
/proc/meminfo: memFree=1526976/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1715.84
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23650 0 0 0 171568 16 0 0 25 0 1 0 1546985380 118902784 5497 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5497 480 235 0 27730 0
Current children cumulated CPU time (s) 1715.84
Current children cumulated vsize (KiB) 116116

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 2217
/proc/meminfo: memFree=1526784/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1775.8
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23650 0 0 0 177563 17 0 0 25 0 1 0 1546985380 118902784 5497 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5497 480 235 0 27730 0
Current children cumulated CPU time (s) 1775.8
Current children cumulated vsize (KiB) 116116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 2217
/proc/meminfo: memFree=1526784/2055920 swapFree=4095080/4192956
[pid=2186] ppid=2184 vsize=116116 CPUtime=1800.08
/proc/2186/stat : 2186 (casperzao) R 2184 2186 824 0 -1 4194304 23650 0 0 0 179991 17 0 0 25 0 1 0 1546985380 118902784 5497 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/2186/statm: 29029 5497 480 235 0 27730 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 116116

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): 1806.61
CPU time (s): 1800.09
CPU user time (s): 1799.92
CPU system time (s): 0.174973
CPU usage (%): 99.6392
Max. virtual memory (cumulated for all children) (KiB): 202552

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

runsolver used 1.69474 second user time and 4.90625 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-04 14:06:17
IDJOB=1072300
IDBENCH=56246
IDSOLVER=361
FILE ID=node40/1072300-1215173177
PBS_JOBID= 7881474
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ddf2746acd7f496f267e50ee782e39f
RANDOM SEED=960535118

node40.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.209
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.209
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:       1626168 kB
Buffers:         48340 kB
Cached:         231032 kB
SwapCached:      91976 kB
Active:         282832 kB
Inactive:       103240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626168 kB
SwapTotal:     4192956 kB
SwapFree:      4095080 kB
Dirty:            5564 kB
Writeback:           0 kB
Mapped:         113424 kB
Slab:            28748 kB
Committed_AS:  3014012 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= 66540 MiB
End job on node40 at 2008-07-04 14:36:26