Trace number 1056647

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.02 1807.71

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-6_ext.xml
MD5SUM00154bda0b1194082ab1d7418e06c63b
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 benchmark828.509
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.23	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.23	c Parsing = 1
0.24/0.59	c Building = 1
0.34/0.68	c [ NumberOfVariables = 24 ]
0.34/0.68	c [ NumberOfConstraints = 75 ]
0.34/0.68	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.34/0.68	c SymmetrySearch = 1
1.64/1.93	c InitialPropagation = 1
1.64/1.95	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.64/1.95	c InitialSAC = 1
1.84/2.13	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.84/2.13	c Search(SampleFF) : 
82.35/83.00	c [ Sampling domwdeg ]
82.35/83.00	c [ Sampling impacts ]
82.35/83.00	c [ Sampling la ]
82.35/83.00	c [ SamplingScores: ]
82.35/83.00	c [ domwdeg+min = 4.30675e-07 | domwdeg+rnd = 1.19365e-06 ]
82.35/83.00	c [ impacts+min = 1.14325e-07 | impacts+rnd = 7.50851e-07 ]
82.35/83.00	c [ la+min = 2.16012e-12 | la+rnd = 2.97001e-12 ]
82.35/83.00	c [ domwdeg = 8.12161e-07 | impacts = 4.32588e-07 | la = 2.56507e-12 ]
82.35/83.00	c [ min = 1.81667e-07 | rand = 4.32588e-07 ]
82.35/83.00	c [ restarting at (0.141429,6.54098e-10) ]
82.65/83.38	c [ restarting at (0.353571,6.32294e-09) ]
83.55/84.26	c [ restarting at (0.883929,4.22983e-08) ]
85.74/86.48	c [ restarting at (2.20982,6.27934e-07) ]
91.31/92.02	c [ restarting at (5.52455,3.83301e-07) ]
105.05/105.84	c [ restarting at (13.8114,6.28544e-06) ]
139.42/140.39	c [ restarting at (34.5285,2.42382e-05) ]
225.47/226.75	c [ restarting at (86.3211,8.74189e-05) ]
440.49/442.63	c [ restarting at (215.803,0.000232581) ]
978.03/982.34	c [ restarting at (539.507,0.000449731) ]

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

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: 0.08 0.02 0.01 3/69 29545
/proc/meminfo: memFree=1774168/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=2204 CPUtime=0
/proc/29545/stat : 29545 (casperzao) D 29543 29545 29474 0 -1 4194304 40 0 0 0 0 0 0 0 20 0 1 0 245040239 2256896 26 996147200 134512640 135477443 4294956224 18446744073709551615 6554631 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/29545/statm: 551 26 20 235 0 3 0

[startup+0.0386299 s]
/proc/loadavg: 0.08 0.02 0.01 3/69 29545
/proc/meminfo: memFree=1774168/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=2332 CPUtime=0
/proc/29545/stat : 29545 (casperzao) D 29543 29545 29474 0 -1 4194304 56 0 1 0 0 0 0 0 19 0 1 0 245040239 2387968 41 996147200 134512640 135477443 4294956224 18446744073709551615 6550436 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/29545/statm: 583 41 31 235 0 14 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2332

[startup+0.101634 s]
/proc/loadavg: 0.08 0.02 0.01 3/69 29545
/proc/meminfo: memFree=1774168/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=2332 CPUtime=0
/proc/29545/stat : 29545 (casperzao) D 29543 29545 29474 0 -1 4194304 56 0 1 0 0 0 0 0 18 0 1 0 245040239 2387968 41 996147200 134512640 135477443 4294956224 18446744073709551615 6550075 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/29545/statm: 583 41 31 235 0 14 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2332

[startup+0.301662 s]
/proc/loadavg: 0.08 0.02 0.01 3/69 29545
/proc/meminfo: memFree=1774168/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=6628 CPUtime=0.05
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 754 0 9 0 5 0 0 0 18 0 1 0 245040239 6787072 723 996147200 134512640 135477443 4294956224 18446744073709551615 6983399 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 1657 723 365 235 0 358 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6628

[startup+0.701703 s]
/proc/loadavg: 0.08 0.02 0.01 3/69 29545
/proc/meminfo: memFree=1774168/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=123752 CPUtime=0.44
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 5572 0 10 0 39 5 0 0 21 0 1 0 245040239 126722048 5542 996147200 134512640 135477443 4294956224 18446744073709551615 134630234 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30938 5542 433 235 0 29639 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 123752

[startup+1.50179 s]
/proc/loadavg: 0.08 0.02 0.01 2/70 29546
/proc/meminfo: memFree=1710608/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=214116 CPUtime=1.24
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 23930 0 10 0 111 13 0 0 25 0 1 0 245040239 219254784 23745 996147200 134512640 135477443 4294956224 18446744073709551615 134536352 0 0 4096 0 0 0 0 17 1 0 0
/proc/29545/statm: 53529 23745 438 235 0 52230 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 214116

[startup+3.10196 s]
/proc/loadavg: 0.08 0.02 0.01 2/70 29546
/proc/meminfo: memFree=1715152/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=2.84
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 24973 0 10 0 269 15 0 0 25 0 1 0 245040239 124514304 5552 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 5552 478 235 0 29100 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 121596

[startup+6.30231 s]
/proc/loadavg: 0.31 0.07 0.02 2/76 29559
/proc/meminfo: memFree=1691872/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=6
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25038 0 10 0 584 16 0 0 25 0 1 0 245040239 124514304 5617 996147200 134512640 135477443 4294956224 18446744073709551615 134600785 0 0 4096 0 0 0 0 17 1 0 0
/proc/29545/statm: 30399 5617 478 235 0 29100 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 121596

[startup+12.702 s]
/proc/loadavg: 0.53 0.11 0.04 3/86 29569
/proc/meminfo: memFree=1646544/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=12.36
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25089 0 10 0 1220 16 0 0 25 0 1 0 245040239 124514304 5668 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 5668 478 235 0 29100 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 121596

[startup+25.5013 s]
/proc/loadavg: 0.85 0.21 0.07 3/86 29569
/proc/meminfo: memFree=1643920/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=25.1
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25139 0 10 0 2494 16 0 0 25 0 1 0 245040239 124514304 5718 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 5718 480 235 0 29100 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 121596

[startup+51.101 s]
/proc/loadavg: 1.24 0.35 0.12 3/86 29569
/proc/meminfo: memFree=1643728/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=50.57
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25194 0 10 0 5041 16 0 0 25 0 1 0 245040239 124514304 5773 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 5773 480 235 0 29100 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 121596

[startup+102.305 s]
/proc/loadavg: 1.67 0.60 0.21 3/86 29569
/proc/meminfo: memFree=1643792/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=101.57
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25195 0 10 0 10140 17 0 0 25 0 1 0 245040239 124514304 5774 996147200 134512640 135477443 4294956224 18446744073709551615 134609358 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 5774 481 235 0 29100 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 121596

[startup+162.302 s]
/proc/loadavg: 1.88 0.85 0.32 3/86 29569
/proc/meminfo: memFree=1643216/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=161.33
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25303 0 10 0 16116 17 0 0 25 0 1 0 245040239 124514304 5882 996147200 134512640 135477443 4294956224 18446744073709551615 134589045 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 5882 481 235 0 29100 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 121596

[startup+222.301 s]
/proc/loadavg: 1.95 1.06 0.42 3/86 29569
/proc/meminfo: memFree=1643216/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=221.08
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25303 0 10 0 22091 17 0 0 25 0 1 0 245040239 124514304 5882 996147200 134512640 135477443 4294956224 18446744073709551615 135268218 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 5882 481 235 0 29100 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 121596

[startup+282.301 s]
/proc/loadavg: 1.98 1.23 0.52 3/86 29569
/proc/meminfo: memFree=1643216/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=280.84
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25308 0 10 0 28067 17 0 0 25 0 1 0 245040239 124514304 5887 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 5887 481 235 0 29100 0
Current children cumulated CPU time (s) 280.84
Current children cumulated vsize (KiB) 121596

[startup+342.302 s]
/proc/loadavg: 1.99 1.37 0.61 3/86 29569
/proc/meminfo: memFree=1643152/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=340.6
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25350 0 10 0 34043 17 0 0 25 0 1 0 245040239 124514304 5929 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 5929 481 235 0 29100 0
Current children cumulated CPU time (s) 340.6
Current children cumulated vsize (KiB) 121596

[startup+402.301 s]
/proc/loadavg: 1.99 1.48 0.69 3/86 29569
/proc/meminfo: memFree=1642320/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=400.36
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 40019 17 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 400.36
Current children cumulated vsize (KiB) 121596

[startup+462.302 s]
/proc/loadavg: 1.99 1.57 0.77 3/86 29569
/proc/meminfo: memFree=1642192/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=460.12
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 45995 17 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 460.12
Current children cumulated vsize (KiB) 121596

[startup+522.302 s]
/proc/loadavg: 2.07 1.66 0.85 3/86 29569
/proc/meminfo: memFree=1642192/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=519.88
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 51970 18 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 519.88
Current children cumulated vsize (KiB) 121596

[startup+582.301 s]
/proc/loadavg: 2.03 1.72 0.92 3/86 29569
/proc/meminfo: memFree=1642192/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=579.64
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 57946 18 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134609644 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 579.64
Current children cumulated vsize (KiB) 121596

[startup+642.302 s]
/proc/loadavg: 2.01 1.77 0.99 3/86 29569
/proc/meminfo: memFree=1642064/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=639.4
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 63922 18 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 639.4
Current children cumulated vsize (KiB) 121596


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

[startup+882.302 s]
/proc/loadavg: 2.00 1.89 1.21 3/86 29569
/proc/meminfo: memFree=1641744/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=878.42
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 87824 18 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590238 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 878.42
Current children cumulated vsize (KiB) 121596

[startup+942.301 s]
/proc/loadavg: 2.00 1.91 1.25 3/86 29569
/proc/meminfo: memFree=1641744/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=938.18
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 93800 18 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590128 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 938.18
Current children cumulated vsize (KiB) 121596

[startup+1002.3 s]
/proc/loadavg: 2.00 1.92 1.30 3/86 29569
/proc/meminfo: memFree=1641744/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=997.95
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 99776 19 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 997.95
Current children cumulated vsize (KiB) 121596

[startup+1062.3 s]
/proc/loadavg: 2.00 1.93 1.34 3/86 29569
/proc/meminfo: memFree=1641744/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1057.7
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 105751 19 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1057.7
Current children cumulated vsize (KiB) 121596

[startup+1122.3 s]
/proc/loadavg: 2.00 1.94 1.38 3/86 29569
/proc/meminfo: memFree=1641744/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1117.46
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 111727 19 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 135209459 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1117.46
Current children cumulated vsize (KiB) 121596

[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.41 3/75 29618
/proc/meminfo: memFree=1505704/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1177.15
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 117694 21 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134600887 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1177.15
Current children cumulated vsize (KiB) 121596

[startup+1242.3 s]
/proc/loadavg: 2.00 1.95 1.45 3/75 29618
/proc/meminfo: memFree=1505832/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1236.89
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 123668 21 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1236.89
Current children cumulated vsize (KiB) 121596

[startup+1302.3 s]
/proc/loadavg: 2.00 1.96 1.48 3/75 29618
/proc/meminfo: memFree=1505832/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1296.65
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 129644 21 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1296.65
Current children cumulated vsize (KiB) 121596

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.51 3/75 29618
/proc/meminfo: memFree=1505768/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1356.41
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 135620 21 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1356.41
Current children cumulated vsize (KiB) 121596

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 3/75 29618
/proc/meminfo: memFree=1505640/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1416.16
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 141595 21 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1416.16
Current children cumulated vsize (KiB) 121596

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.56 3/75 29618
/proc/meminfo: memFree=1505320/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1475.93
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 147571 22 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1475.93
Current children cumulated vsize (KiB) 121596

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/75 29618
/proc/meminfo: memFree=1505192/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1535.69
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 153547 22 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1535.69
Current children cumulated vsize (KiB) 121596

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.61 3/75 29618
/proc/meminfo: memFree=1504872/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1595.44
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 159522 22 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1595.44
Current children cumulated vsize (KiB) 121596

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.63 3/75 29620
/proc/meminfo: memFree=1504680/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1655.19
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 165497 22 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1655.19
Current children cumulated vsize (KiB) 121596

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.65 3/75 29620
/proc/meminfo: memFree=1503720/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1714.95
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 171473 22 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1714.95
Current children cumulated vsize (KiB) 121596

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/75 29620
/proc/meminfo: memFree=1497896/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1774.71
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 177449 22 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1774.71
Current children cumulated vsize (KiB) 121596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 2.00 1.97 1.68 3/75 29620
/proc/meminfo: memFree=1496360/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1800.01
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 179979 22 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 121596

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

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

[startup+1807.7 s]
/proc/loadavg: 2.00 1.97 1.68 3/75 29620
/proc/meminfo: memFree=1496360/2055920 swapFree=4169360/4192956
[pid=29545] ppid=29543 vsize=121596 CPUtime=1800.01
/proc/29545/stat : 29545 (casperzao) R 29543 29545 29474 0 -1 4194304 25557 0 10 0 179979 22 0 0 25 0 1 0 245040239 124514304 6136 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/29545/statm: 30399 6136 481 235 0 29100 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 121596

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.71
CPU time (s): 1800.02
CPU user time (s): 1799.79
CPU system time (s): 0.232964
CPU usage (%): 99.5748
Max. virtual memory (cumulated for all children) (KiB): 214116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25557
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45
involuntary context switches= 46353

runsolver used 1.72374 second user time and 4.86726 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-03 19:21:04
IDJOB=1056647
IDBENCH=53957
IDSOLVER=361
FILE ID=node82/1056647-1215105663
PBS_JOBID= 7877043
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 00154bda0b1194082ab1d7418e06c63b
RANDOM SEED=2131482892

node82.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.239
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.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1774584 kB
Buffers:          4568 kB
Cached:         221540 kB
SwapCached:      17740 kB
Active:         114404 kB
Inactive:       132788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774584 kB
SwapTotal:     4192956 kB
SwapFree:      4169360 kB
Dirty:            8880 kB
Writeback:           0 kB
Mapped:          14468 kB
Slab:            19712 kB
Committed_AS:   463084 kB
PageTables:       1628 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node82 at 2008-07-03 19:51:14