Trace number 1056762

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zao? (TO) 1800.05 1807.81

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-45_ext.xml
MD5SUMd827410f0ea96d85e234cb7a677b560b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of 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.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.29/0.33	c Building = 1
0.38/0.41	c [ NumberOfVariables = 24 ]
0.38/0.41	c [ NumberOfConstraints = 75 ]
0.38/0.41	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.41	c SymmetrySearch = 1
1.58/1.67	c InitialPropagation = 1
1.58/1.69	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.58/1.69	c InitialSAC = 1
1.88/1.94	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.88/1.94	c Search(SampleFF) : 
85.42/85.89	c [ Sampling domwdeg ]
85.42/85.89	c [ Sampling impacts ]
85.42/85.89	c [ Sampling la ]
85.42/85.89	c [ SamplingScores: ]
85.42/85.89	c [ domwdeg+min = 8.72463e-08 | domwdeg+rnd = 1.5218e-06 ]
85.42/85.89	c [ impacts+min = 6.23151e-08 | impacts+rnd = 1.33162e-07 ]
85.42/85.89	c [ la+min = 4.90781e-11 | la+rnd = 2.16124e-10 ]
85.42/85.89	c [ domwdeg = 8.04523e-07 | impacts = 9.77387e-08 | la = 1.32601e-10 ]
85.42/85.89	c [ min = 4.98702e-08 | rand = 9.77387e-08 ]
85.42/85.89	c [ restarting at (0.20002,6.54098e-10) ]
86.01/86.41	c [ restarting at (0.500051,1.04837e-08) ]
87.21/87.67	c [ restarting at (1.25013,1.41285e-07) ]
90.39/90.81	c [ restarting at (3.12532,3.99436e-07) ]
98.16/98.67	c [ restarting at (7.8133,1.26895e-05) ]
117.68/118.22	c [ restarting at (19.5332,6.5519e-06) ]
166.26/167.08	c [ restarting at (48.8331,0.000157878) ]
287.84/289.19	c [ restarting at (122.083,0.000302544) ]
591.93/594.53	c [ restarting at (305.207,0.00210986) ]
1351.86/1357.79	c [ restarting at (763.017,0.003985) ]
1799.44/1807.22	c [ restarting at (1907.54,0.00311381) ]

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

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 4/80 4799
/proc/meminfo: memFree=1199384/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=18572 CPUtime=0
/proc/4799/stat : 4799 (runsolver) R 4797 4799 4744 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 995027512 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4799/statm: 4643 292 257 25 0 2626 0

[startup+0.071838 s]
/proc/loadavg: 0.08 0.02 0.01 4/80 4799
/proc/meminfo: memFree=1199384/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=6760 CPUtime=0.06
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 809 0 0 0 6 0 0 0 18 0 1 0 995027512 6922240 769 996147200 134512640 135477443 4294956224 18446744073709551615 134780692 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 1690 769 365 235 0 391 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6760

[startup+0.101834 s]
/proc/loadavg: 0.08 0.02 0.01 4/80 4799
/proc/meminfo: memFree=1199384/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=7428 CPUtime=0.08
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 974 0 0 0 8 0 0 0 18 0 1 0 995027512 7606272 934 996147200 134512640 135477443 4294956224 18446744073709551615 13025769 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 1857 934 365 235 0 558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7428

[startup+0.301856 s]
/proc/loadavg: 0.08 0.02 0.01 4/80 4799
/proc/meminfo: memFree=1199384/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=12068 CPUtime=0.29
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 2112 0 0 0 28 1 0 0 19 0 1 0 995027512 12357632 2072 996147200 134512640 135477443 4294956224 18446744073709551615 134800274 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 3017 2072 365 235 0 1718 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12068

[startup+0.701894 s]
/proc/loadavg: 0.08 0.02 0.01 4/80 4799
/proc/meminfo: memFree=1199384/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=149888 CPUtime=0.68
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 12107 0 0 0 63 5 0 0 23 0 1 0 995027512 153485312 12067 996147200 134512640 135477443 4294956224 18446744073709551615 134635036 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 37472 12067 432 235 0 36173 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 149888

[startup+1.50195 s]
/proc/loadavg: 0.08 0.02 0.01 3/81 4800
/proc/meminfo: memFree=1125840/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=214116 CPUtime=1.48
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 24070 0 0 0 137 11 0 0 25 0 1 0 995027512 219254784 23876 996147200 134512640 135477443 4294956224 18446744073709551615 134536664 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 53529 23876 437 235 0 52230 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 214116

[startup+3.10208 s]
/proc/loadavg: 0.08 0.02 0.01 3/81 4800
/proc/meminfo: memFree=1178512/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=3.07
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25044 0 0 0 295 12 0 0 25 0 1 0 995027512 124514304 5613 996147200 134512640 135477443 4294956224 18446744073709551615 135272088 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5613 477 235 0 29100 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 121596

[startup+6.30133 s]
/proc/loadavg: 0.23 0.05 0.02 3/81 4800
/proc/meminfo: memFree=1178000/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=6.25
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25049 0 0 0 613 12 0 0 25 0 1 0 995027512 124514304 5618 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5618 477 235 0 29100 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 121596

[startup+12.7018 s]
/proc/loadavg: 0.37 0.08 0.03 3/81 4800
/proc/meminfo: memFree=1155728/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=12.63
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25142 0 0 0 1251 12 0 0 25 0 1 0 995027512 124514304 5711 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5711 477 235 0 29100 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 121596

[startup+25.5018 s]
/proc/loadavg: 0.81 0.19 0.06 3/81 4800
/proc/meminfo: memFree=1155472/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=25.37
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25206 0 0 0 2525 12 0 0 25 0 1 0 995027512 124514304 5775 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5775 479 235 0 29100 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 121596

[startup+51.1019 s]
/proc/loadavg: 1.21 0.34 0.11 3/81 4800
/proc/meminfo: memFree=1149264/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=50.86
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25206 0 0 0 5073 13 0 0 25 0 1 0 995027512 124514304 5775 996147200 134512640 135477443 4294956224 18446744073709551615 134600828 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5775 479 235 0 29100 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 121596

[startup+102.307 s]
/proc/loadavg: 1.66 0.59 0.21 3/81 4800
/proc/meminfo: memFree=1149200/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=101.85
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25207 0 0 0 10172 13 0 0 25 0 1 0 995027512 124514304 5776 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5776 480 235 0 29100 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 121596

[startup+162.302 s]
/proc/loadavg: 1.87 0.84 0.32 3/81 4800
/proc/meminfo: memFree=1149136/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=161.59
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25207 0 0 0 16146 13 0 0 25 0 1 0 995027512 124514304 5776 996147200 134512640 135477443 4294956224 18446744073709551615 134590128 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5776 480 235 0 29100 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 121596

[startup+222.301 s]
/proc/loadavg: 1.95 1.05 0.42 3/81 4800
/proc/meminfo: memFree=1149072/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=221.33
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25217 0 0 0 22120 13 0 0 25 0 1 0 995027512 124514304 5786 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5786 480 235 0 29100 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 121596

[startup+282.301 s]
/proc/loadavg: 2.09 1.25 0.53 3/81 4800
/proc/meminfo: memFree=1148816/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=281.08
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25270 0 0 0 28095 13 0 0 25 0 1 0 995027512 124514304 5839 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5839 480 235 0 29100 0
Current children cumulated CPU time (s) 281.08
Current children cumulated vsize (KiB) 121596

[startup+342.302 s]
/proc/loadavg: 2.07 1.40 0.62 3/81 4800
/proc/meminfo: memFree=1148816/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=340.82
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25270 0 0 0 34069 13 0 0 25 0 1 0 995027512 124514304 5839 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5839 480 235 0 29100 0
Current children cumulated CPU time (s) 340.82
Current children cumulated vsize (KiB) 121596

[startup+402.302 s]
/proc/loadavg: 2.20 1.55 0.72 3/81 4800
/proc/meminfo: memFree=1148560/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=400.56
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25343 0 0 0 40043 13 0 0 25 0 1 0 995027512 124514304 5912 996147200 134512640 135477443 4294956224 18446744073709551615 134590129 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5912 480 235 0 29100 0
Current children cumulated CPU time (s) 400.56
Current children cumulated vsize (KiB) 121596

[startup+462.301 s]
/proc/loadavg: 2.10 1.65 0.80 3/81 4800
/proc/meminfo: memFree=1148496/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=460.3
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25357 0 0 0 46017 13 0 0 25 0 1 0 995027512 124514304 5926 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5926 480 235 0 29100 0
Current children cumulated CPU time (s) 460.3
Current children cumulated vsize (KiB) 121596

[startup+522.301 s]
/proc/loadavg: 2.04 1.71 0.87 3/81 4800
/proc/meminfo: memFree=1148496/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=520.04
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25357 0 0 0 51991 13 0 0 25 0 1 0 995027512 124514304 5926 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5926 480 235 0 29100 0
Current children cumulated CPU time (s) 520.04
Current children cumulated vsize (KiB) 121596

[startup+582.302 s]
/proc/loadavg: 2.05 1.77 0.95 3/81 4800
/proc/meminfo: memFree=1148496/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=579.78
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25357 0 0 0 57965 13 0 0 25 0 1 0 995027512 124514304 5926 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5926 480 235 0 29100 0
Current children cumulated CPU time (s) 579.78
Current children cumulated vsize (KiB) 121596

[startup+642.302 s]
/proc/loadavg: 2.11 1.84 1.02 3/81 4800
/proc/meminfo: memFree=1148432/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=639.53
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25357 0 0 0 63940 13 0 0 25 0 1 0 995027512 124514304 5926 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5926 480 235 0 29100 0
Current children cumulated CPU time (s) 639.53
Current children cumulated vsize (KiB) 121596


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

[startup+822.302 s]
/proc/loadavg: 2.01 1.92 1.19 3/81 4800
/proc/meminfo: memFree=1148304/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=818.76
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25357 0 0 0 81862 14 0 0 25 0 1 0 995027512 124514304 5926 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5926 480 235 0 29100 0
Current children cumulated CPU time (s) 818.76
Current children cumulated vsize (KiB) 121596

[startup+882.302 s]
/proc/loadavg: 2.00 1.93 1.24 3/81 4800
/proc/meminfo: memFree=1148176/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=878.5
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25400 0 0 0 87836 14 0 0 25 0 1 0 995027512 124514304 5969 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5969 480 235 0 29100 0
Current children cumulated CPU time (s) 878.5
Current children cumulated vsize (KiB) 121596

[startup+942.301 s]
/proc/loadavg: 2.00 1.94 1.28 3/81 4800
/proc/meminfo: memFree=1148176/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=938.24
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25400 0 0 0 93810 14 0 0 25 0 1 0 995027512 124514304 5969 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5969 480 235 0 29100 0
Current children cumulated CPU time (s) 938.24
Current children cumulated vsize (KiB) 121596

[startup+1002.3 s]
/proc/loadavg: 2.00 1.95 1.32 3/81 4800
/proc/meminfo: memFree=1148176/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=997.98
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25400 0 0 0 99784 14 0 0 25 0 1 0 995027512 124514304 5969 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5969 480 235 0 29100 0
Current children cumulated CPU time (s) 997.98
Current children cumulated vsize (KiB) 121596

[startup+1062.3 s]
/proc/loadavg: 2.00 1.95 1.36 3/81 4800
/proc/meminfo: memFree=1148176/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1057.73
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25400 0 0 0 105759 14 0 0 25 0 1 0 995027512 124514304 5969 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5969 480 235 0 29100 0
Current children cumulated CPU time (s) 1057.73
Current children cumulated vsize (KiB) 121596

[startup+1122.3 s]
/proc/loadavg: 2.00 1.96 1.40 3/81 4800
/proc/meminfo: memFree=1148176/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1117.47
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25410 0 0 0 111733 14 0 0 25 0 1 0 995027512 124514304 5979 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 5979 480 235 0 29100 0
Current children cumulated CPU time (s) 1117.47
Current children cumulated vsize (KiB) 121596

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.43 3/81 4800
/proc/meminfo: memFree=1147984/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1177.21
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25453 0 0 0 117707 14 0 0 25 0 1 0 995027512 124514304 6022 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 6022 480 235 0 29100 0
Current children cumulated CPU time (s) 1177.21
Current children cumulated vsize (KiB) 121596

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.47 3/81 4800
/proc/meminfo: memFree=1147600/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1236.95
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25522 0 0 0 123681 14 0 0 25 0 1 0 995027512 124514304 6091 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 6091 480 235 0 29100 0
Current children cumulated CPU time (s) 1236.95
Current children cumulated vsize (KiB) 121596

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.50 3/81 4800
/proc/meminfo: memFree=1147600/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1296.71
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25522 0 0 0 129656 15 0 0 25 0 1 0 995027512 124514304 6091 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 6091 480 235 0 29100 0
Current children cumulated CPU time (s) 1296.71
Current children cumulated vsize (KiB) 121596

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.53 3/81 4802
/proc/meminfo: memFree=1147344/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1356.44
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25522 0 0 0 135629 15 0 0 25 0 1 0 995027512 124514304 6091 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 6091 480 235 0 29100 0
Current children cumulated CPU time (s) 1356.44
Current children cumulated vsize (KiB) 121596

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.55 3/81 4802
/proc/meminfo: memFree=1147344/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1416.19
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25522 0 0 0 141604 15 0 0 25 0 1 0 995027512 124514304 6091 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 6091 480 235 0 29100 0
Current children cumulated CPU time (s) 1416.19
Current children cumulated vsize (KiB) 121596

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.58 3/81 4802
/proc/meminfo: memFree=1147408/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1475.93
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25522 0 0 0 147578 15 0 0 25 0 1 0 995027512 124514304 6091 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 6091 480 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.60 3/81 4802
/proc/meminfo: memFree=1147408/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1535.67
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25522 0 0 0 153552 15 0 0 25 0 1 0 995027512 124514304 6091 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 6091 480 235 0 29100 0
Current children cumulated CPU time (s) 1535.67
Current children cumulated vsize (KiB) 121596

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/81 4802
/proc/meminfo: memFree=1147408/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1595.42
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25525 0 0 0 159527 15 0 0 25 0 1 0 995027512 124514304 6094 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 6094 480 235 0 29100 0
Current children cumulated CPU time (s) 1595.42
Current children cumulated vsize (KiB) 121596

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/81 4802
/proc/meminfo: memFree=1147408/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1655.15
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25525 0 0 0 165500 15 0 0 25 0 1 0 995027512 124514304 6094 996147200 134512640 135477443 4294956224 18446744073709551615 134600845 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 6094 480 235 0 29100 0
Current children cumulated CPU time (s) 1655.15
Current children cumulated vsize (KiB) 121596

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/81 4802
/proc/meminfo: memFree=1147472/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1714.91
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25525 0 0 0 171475 16 0 0 25 0 1 0 995027512 124514304 6094 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 6094 480 235 0 29100 0
Current children cumulated CPU time (s) 1714.91
Current children cumulated vsize (KiB) 121596

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/81 4802
/proc/meminfo: memFree=1147408/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1774.65
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25525 0 0 0 177449 16 0 0 25 0 1 0 995027512 124514304 6094 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/4799/statm: 30399 6094 480 235 0 29100 0
Current children cumulated CPU time (s) 1774.65
Current children cumulated vsize (KiB) 121596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.00 1.97 1.69 2/71 4805
/proc/meminfo: memFree=1252960/2055920 swapFree=4136964/4192956
[pid=4799] ppid=4797 vsize=121596 CPUtime=1800.04
/proc/4799/stat : 4799 (casperzao) R 4797 4799 4744 0 -1 4194304 25525 0 0 0 179988 16 0 0 25 0 1 0 995027512 124514304 6094 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/4799/statm: 30399 6094 480 235 0 29100 0
Current children cumulated CPU time (s) 1800.04
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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.81
CPU time (s): 1800.05
CPU user time (s): 1799.88
CPU system time (s): 0.169974
CPU usage (%): 99.571
Max. virtual memory (cumulated for all children) (KiB): 214116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25525
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= 17
involuntary context switches= 23493

runsolver used 1.75373 second user time and 4.83226 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-03 19:22:06
IDJOB=1056762
IDBENCH=53965
IDSOLVER=361
FILE ID=node26/1056762-1215105725
PBS_JOBID= 7877152
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d827410f0ea96d85e234cb7a677b560b
RANDOM SEED=157381658

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:       1199928 kB
Buffers:         86480 kB
Cached:         551356 kB
SwapCached:      50188 kB
Active:         325084 kB
Inactive:       454884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1199928 kB
SwapTotal:     4192956 kB
SwapFree:      4136964 kB
Dirty:           14756 kB
Writeback:           0 kB
Mapped:         155132 kB
Slab:            61320 kB
Committed_AS:  2417292 kB
PageTables:       2008 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 node26 at 2008-07-03 19:52:16