Trace number 1078015

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.08 1801.21

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-13_ext.xml
MD5SUM7f85e7a784792bc3aaff65a2d971c8c8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.027
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.04	c Parsing = 1
0.05/0.18	c Building = 1
0.16/0.21	c [ NumberOfVariables = 20 ]
0.16/0.21	c [ NumberOfConstraints = 58 ]
0.16/0.21	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.16/0.21	c SymmetrySearch = 1
0.65/0.73	c InitialPropagation = 1
0.65/0.74	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.65/0.74	c InitialSAC = 1
0.75/0.87	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.75/0.87	c Search(SampleFF) : 
78.80/78.99	c [ Sampling domwdeg ]
78.80/78.99	c [ Sampling impacts ]
78.80/78.99	c [ Sampling la ]
78.80/78.99	c [ SamplingScores: ]
78.80/78.99	c [ domwdeg+min = 0.000889574 | domwdeg+rnd = 0.00048749 ]
78.80/78.99	c [ impacts+min = 1.35057e-05 | impacts+rnd = 2.21173e-05 ]
78.80/78.99	c [ la+min = 6.48522e-07 | la+rnd = 9.99131e-08 ]
78.80/78.99	c [ domwdeg = 0.000688532 | impacts = 1.78115e-05 | la = 3.74218e-07 ]
78.80/78.99	c [ min = 0.000301243 | rand = 1.78115e-05 ]
78.80/78.99	c [ restarting at (0.800245,2.65625e-05) ]
80.90/81.00	c [ restarting at (2.00061,0.000150016) ]
86.69/86.82	c [ restarting at (5.00153,0.000887516) ]
99.18/99.34	c [ restarting at (12.5038,0.00302563) ]
130.46/130.62	c [ restarting at (31.2596,0.0125506) ]
208.62/208.80	c [ restarting at (78.1489,0.0451381) ]
403.90/404.24	c [ restarting at (195.372,0.0925004) ]
892.22/892.83	c [ restarting at (488.431,0.245388) ]

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

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.00 1.08 1.44 3/64 15580
/proc/meminfo: memFree=1779856/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=5040 CPUtime=0
/proc/15580/stat : 15580 (casperzao) D 15578 15580 11165 0 -1 4194304 91 0 1 0 0 0 0 0 18 0 1 0 1004098388 5160960 72 996147200 134512640 135477443 4294956192 18446744073709551615 12591908 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/15580/statm: 1260 72 50 235 0 25 0

[startup+0.045319 s]
/proc/loadavg: 1.00 1.08 1.44 3/64 15580
/proc/meminfo: memFree=1779856/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=5440 CPUtime=0
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 385 0 1 0 0 0 0 0 18 0 1 0 1004098388 5570560 346 996147200 134512640 135477443 4294956192 18446744073709551615 4160172030 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 1360 356 309 235 0 61 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5440

[startup+0.101816 s]
/proc/loadavg: 1.00 1.08 1.44 3/64 15580
/proc/meminfo: memFree=1779856/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=6760 CPUtime=0.05
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 797 0 1 0 5 0 0 0 18 0 1 0 1004098388 6922240 758 996147200 134512640 135477443 4294956192 18446744073709551615 4159773995 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 1690 758 365 235 0 391 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6760

[startup+0.301831 s]
/proc/loadavg: 1.00 1.08 1.44 3/64 15580
/proc/meminfo: memFree=1779856/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=117656 CPUtime=0.25
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 4664 0 1 0 23 2 0 0 19 0 1 0 1004098388 120479744 4625 996147200 134512640 135477443 4294956192 18446744073709551615 13026939 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 29414 4626 432 235 0 28115 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 117656

[startup+0.701863 s]
/proc/loadavg: 1.00 1.08 1.44 3/64 15580
/proc/meminfo: memFree=1779856/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=150056 CPUtime=0.65
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11116 0 1 0 61 4 0 0 23 0 1 0 1004098388 153657344 11009 996147200 134512640 135477443 4294956192 18446744073709551615 4158906912 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 37514 11009 445 235 0 36215 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 150056

[startup+1.50193 s]
/proc/loadavg: 1.00 1.08 1.44 2/65 15581
/proc/meminfo: memFree=1769160/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1.45
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11481 0 1 0 140 5 0 0 25 0 1 0 1004098388 111779840 2892 996147200 134512640 135477443 4294956192 18446744073709551615 134583249 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 2892 477 235 0 25991 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 109160

[startup+3.10105 s]
/proc/loadavg: 1.00 1.08 1.44 2/65 15581
/proc/meminfo: memFree=1768968/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=3.05
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11483 0 1 0 300 5 0 0 25 0 1 0 1004098388 111779840 2894 996147200 134512640 135477443 4294956192 18446744073709551615 134600879 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 2894 477 235 0 25991 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 109160

[startup+6.3013 s]
/proc/loadavg: 1.00 1.08 1.44 2/65 15581
/proc/meminfo: memFree=1768712/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=6.25
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11523 0 1 0 620 5 0 0 25 0 1 0 1004098388 111779840 2934 996147200 134512640 135477443 4294956192 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 2934 477 235 0 25991 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 109160

[startup+12.7018 s]
/proc/loadavg: 1.00 1.08 1.43 2/65 15581
/proc/meminfo: memFree=1768648/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=12.65
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11535 0 1 0 1260 5 0 0 25 0 1 0 1004098388 111779840 2946 996147200 134512640 135477443 4294956192 18446744073709551615 134590272 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 2946 477 235 0 25991 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 109160

[startup+25.5018 s]
/proc/loadavg: 1.00 1.07 1.43 2/65 15581
/proc/meminfo: memFree=1768712/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=25.45
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11558 0 1 0 2540 5 0 0 25 0 1 0 1004098388 111779840 2969 996147200 134512640 135477443 4294956192 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 2969 479 235 0 25991 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 109160

[startup+51.1018 s]
/proc/loadavg: 1.00 1.07 1.42 2/65 15581
/proc/meminfo: memFree=1768648/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=51.01
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11581 0 1 0 5096 5 0 0 25 0 1 0 1004098388 111779840 2992 996147200 134512640 135477443 4294956192 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 2992 479 235 0 25991 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 109160

[startup+102.306 s]
/proc/loadavg: 1.00 1.05 1.39 2/65 15581
/proc/meminfo: memFree=1768520/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=102.18
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11586 0 1 0 10213 5 0 0 25 0 1 0 1004098388 111779840 2997 996147200 134512640 135477443 4294956192 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 2997 480 235 0 25991 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 109160

[startup+162.302 s]
/proc/loadavg: 1.00 1.04 1.36 2/65 15581
/proc/meminfo: memFree=1768392/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=162.14
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11606 0 1 0 16209 5 0 0 25 0 1 0 1004098388 111779840 3017 996147200 134512640 135477443 4294956192 18446744073709551615 134609658 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3017 480 235 0 25991 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 109160

[startup+222.301 s]
/proc/loadavg: 1.00 1.03 1.34 2/65 15581
/proc/meminfo: memFree=1768328/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=222.11
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11633 0 1 0 22206 5 0 0 25 0 1 0 1004098388 111779840 3044 996147200 134512640 135477443 4294956192 18446744073709551615 134600804 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3044 480 235 0 25991 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 109160

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.32 2/65 15581
/proc/meminfo: memFree=1768264/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=282.07
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11633 0 1 0 28202 5 0 0 25 0 1 0 1004098388 111779840 3044 996147200 134512640 135477443 4294956192 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3044 480 235 0 25991 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 109160

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.29 2/65 15581
/proc/meminfo: memFree=1768272/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=342.04
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11633 0 1 0 34199 5 0 0 25 0 1 0 1004098388 111779840 3044 996147200 134512640 135477443 4294956192 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3044 480 235 0 25991 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 109160

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.27 2/65 15581
/proc/meminfo: memFree=1768272/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=402
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11633 0 1 0 40195 5 0 0 25 0 1 0 1004098388 111779840 3044 996147200 134512640 135477443 4294956192 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3044 480 235 0 25991 0
Current children cumulated CPU time (s) 402
Current children cumulated vsize (KiB) 109160

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.25 2/65 15581
/proc/meminfo: memFree=1768272/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=461.97
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11633 0 1 0 46192 5 0 0 25 0 1 0 1004098388 111779840 3044 996147200 134512640 135477443 4294956192 18446744073709551615 134600938 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3044 480 235 0 25991 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 109160

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.23 2/65 15581
/proc/meminfo: memFree=1768208/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=521.94
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11633 0 1 0 52189 5 0 0 25 0 1 0 1004098388 111779840 3044 996147200 134512640 135477443 4294956192 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3044 480 235 0 25991 0
Current children cumulated CPU time (s) 521.94
Current children cumulated vsize (KiB) 109160

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.22 2/65 15581
/proc/meminfo: memFree=1768208/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=581.9
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11670 0 1 0 58185 5 0 0 25 0 1 0 1004098388 111779840 3081 996147200 134512640 135477443 4294956192 18446744073709551615 134590241 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3081 480 235 0 25991 0
Current children cumulated CPU time (s) 581.9
Current children cumulated vsize (KiB) 109160

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.20 2/65 15581
/proc/meminfo: memFree=1768080/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=641.88
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 64183 5 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 641.88
Current children cumulated vsize (KiB) 109160


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

[startup+822.302 s]
/proc/loadavg: 1.06 1.03 1.17 2/65 15583
/proc/meminfo: memFree=1767696/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=821.76
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 82170 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134600905 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 821.76
Current children cumulated vsize (KiB) 109160

[startup+882.302 s]
/proc/loadavg: 1.02 1.02 1.16 2/65 15583
/proc/meminfo: memFree=1767632/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=881.73
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 88167 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 881.73
Current children cumulated vsize (KiB) 109160

[startup+942.301 s]
/proc/loadavg: 1.01 1.02 1.15 2/65 15583
/proc/meminfo: memFree=1767632/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=941.69
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 94163 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 941.69
Current children cumulated vsize (KiB) 109160

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/65 15583
/proc/meminfo: memFree=1767632/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1001.65
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 100159 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134610263 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1001.65
Current children cumulated vsize (KiB) 109160

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 15583
/proc/meminfo: memFree=1767696/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1061.61
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 106155 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134600810 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1061.61
Current children cumulated vsize (KiB) 109160

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 15583
/proc/meminfo: memFree=1767696/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1121.57
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 112151 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134609644 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1121.57
Current children cumulated vsize (KiB) 109160

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 15583
/proc/meminfo: memFree=1767632/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1181.53
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 118147 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1181.53
Current children cumulated vsize (KiB) 109160

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 15583
/proc/meminfo: memFree=1767504/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1241.5
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 124144 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1241.5
Current children cumulated vsize (KiB) 109160

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 15583
/proc/meminfo: memFree=1767440/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1301.46
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 130140 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1301.46
Current children cumulated vsize (KiB) 109160

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 15583
/proc/meminfo: memFree=1767440/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1361.43
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 136137 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1361.43
Current children cumulated vsize (KiB) 109160

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 15583
/proc/meminfo: memFree=1767440/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1421.39
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 142133 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1421.39
Current children cumulated vsize (KiB) 109160

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 15583
/proc/meminfo: memFree=1767440/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1481.35
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 148129 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134590197 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1481.35
Current children cumulated vsize (KiB) 109160

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 15583
/proc/meminfo: memFree=1767504/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1541.31
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 154125 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1541.31
Current children cumulated vsize (KiB) 109160

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 15583
/proc/meminfo: memFree=1767440/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1601.27
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 160121 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1601.27
Current children cumulated vsize (KiB) 109160

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 15589
/proc/meminfo: memFree=1766608/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1661.24
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 166118 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1661.24
Current children cumulated vsize (KiB) 109160

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 15589
/proc/meminfo: memFree=1766608/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1721.21
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 172115 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134600851 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1721.21
Current children cumulated vsize (KiB) 109160

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 15589
/proc/meminfo: memFree=1766544/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1781.17
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 178111 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134590249 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1781.17
Current children cumulated vsize (KiB) 109160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 15589
/proc/meminfo: memFree=1766544/2055920 swapFree=4137200/4192956
[pid=15580] ppid=15578 vsize=109160 CPUtime=1800.06
/proc/15580/stat : 15580 (casperzao) R 15578 15580 11165 0 -1 4194304 11703 0 1 0 180000 6 0 0 25 0 1 0 1004098388 111779840 3114 996147200 134512640 135477443 4294956192 18446744073709551615 134600949 0 0 4096 0 0 0 0 17 0 0 0
/proc/15580/statm: 27290 3114 480 235 0 25991 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 109160

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): 1801.21
CPU time (s): 1800.08
CPU user time (s): 1800.01
CPU system time (s): 0.069989
CPU usage (%): 99.9371
Max. virtual memory (cumulated for all children) (KiB): 150056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11703
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28
involuntary context switches= 5521

runsolver used 1.63775 second user time and 4.92725 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-04 20:33:55
IDJOB=1078015
IDBENCH=56754
IDSOLVER=361
FILE ID=node26/1078015-1215196434
PBS_JOBID= 7881521
Free space on /tmp= 66468 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7f85e7a784792bc3aaff65a2d971c8c8
RANDOM SEED=1499836410

node26.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.221
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.221
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:       1780272 kB
Buffers:         24464 kB
Cached:         131860 kB
SwapCached:      49376 kB
Active:          91200 kB
Inactive:       128136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780272 kB
SwapTotal:     4192956 kB
SwapFree:      4137200 kB
Dirty:            4116 kB
Writeback:           0 kB
Mapped:          68844 kB
Slab:            42268 kB
Committed_AS:  1665808 kB
PageTables:       1480 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= 66468 MiB
End job on node26 at 2008-07-04 21:03:58