Trace number 1043108

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.03 1801.61

General information on the benchmark

Namecsp/frb59-26/
normalized-frb59-26-2_ext.xml
MD5SUM03886c973cfe9873c3b83680392c70e9
Bench Category2-ARY-EXT (binary 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 variables59
Number of constraints669
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension669
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.21	c Building = 1
0.19/0.21	c [ NumberOfVariables = 59 ]
0.19/0.21	c [ NumberOfConstraints = 669 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 277.326 ]
0.19/0.21	c SymmetrySearch = 1
0.58/0.61	c InitialPropagation = 1
0.58/0.62	c [ SizeOfSearchSpace(log2) = 277.326 ]
0.58/0.62	c InitialSAC = 1
0.89/0.95	c [ SizeOfSearchSpace(log2) = 277.326 ]
0.89/0.95	c Search(SampleFF) : 
91.64/92.43	c [ Sampling domwdeg ]
91.64/92.43	c [ Sampling impacts ]
91.64/92.43	c [ Sampling la ]
91.64/92.43	c [ SamplingScores: ]
91.64/92.43	c [ domwdeg+min = 7.02537e-10 | domwdeg+rnd = 1.13318e-12 ]
91.64/92.43	c [ impacts+min = 2.88023e-09 | impacts+rnd = 2.7711e-08 ]
91.64/92.43	c [ la+min = 8.43754e-12 | la+rnd = 8.69943e-11 ]
91.64/92.43	c [ domwdeg = 3.51835e-10 | impacts = 1.52956e-08 | la = 4.77159e-11 ]
91.64/92.43	c [ min = 1.19707e-09 | rand = 1.52956e-08 ]
91.64/92.43	c [ restarting at (0.282886,4.9802e-10) ]
92.34/93.19	c [ restarting at (0.707215,4.35767e-10) ]
94.22/95.09	c [ restarting at (1.76804,6.59876e-09) ]
98.98/99.84	c [ restarting at (4.42009,2.17884e-09) ]
110.68/111.68	c [ restarting at (11.0502,1.68958e-07) ]
140.04/141.29	c [ restarting at (27.6256,1.11217e-07) ]
188.64/190.20	c [ restarting at (69.064,1.36341e-07) ]
361.23/362.89	c [ restarting at (172.66,2.21236e-06) ]
793.03/794.61	c [ restarting at (431.65,5.22477e-06) ]

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 6186
/proc/meminfo: memFree=1296656/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=1056 CPUtime=0
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1981430490 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 7205668 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/6186/statm: 264 26 20 235 0 3 0

[startup+0.0799149 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 6186
/proc/meminfo: memFree=1296656/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=7288 CPUtime=0.06
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 920 0 0 0 6 0 0 0 18 0 1 0 1981430490 7462912 880 996147200 134512640 135477443 4294956224 18446744073709551615 7640693 0 0 4096 0 0 0 0 17 1 0 0
/proc/6186/statm: 1822 880 365 235 0 523 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7288

[startup+0.101905 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 6186
/proc/meminfo: memFree=1296656/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=7816 CPUtime=0.08
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 1056 0 0 0 8 0 0 0 18 0 1 0 1981430490 8003584 1016 996147200 134512640 135477443 4294956224 18446744073709551615 7638812 0 0 4096 0 0 0 0 17 1 0 0
/proc/6186/statm: 1954 1016 368 235 0 655 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7816

[startup+0.301862 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 6186
/proc/meminfo: memFree=1296656/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=113216 CPUtime=0.28
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 5210 0 0 0 26 2 0 0 19 0 1 0 1981430490 115933184 5170 996147200 134512640 135477443 4294956224 18446744073709551615 134630453 0 0 4096 0 0 0 0 17 1 0 0
/proc/6186/statm: 28304 5170 435 235 0 27005 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 113216

[startup+0.701759 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 6186
/proc/meminfo: memFree=1296656/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=0.69
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8410 0 0 0 65 4 0 0 23 0 1 0 1981430490 107147264 3664 996147200 134512640 135477443 4294956224 18446744073709551615 134584090 0 0 4096 0 0 0 0 17 1 0 0
/proc/6186/statm: 26159 3664 457 235 0 24860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104636

[startup+1.50155 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 6187
/proc/meminfo: memFree=1282760/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1.48
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8720 0 0 0 144 4 0 0 25 0 1 0 1981430490 107147264 3974 996147200 134512640 135477443 4294956224 18446744073709551615 134606698 0 0 4096 0 0 0 0 17 1 0 0
/proc/6186/statm: 26159 3974 478 235 0 24860 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104636

[startup+3.10114 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 6187
/proc/meminfo: memFree=1282312/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=3.06
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8729 0 0 0 302 4 0 0 25 0 1 0 1981430490 107147264 3983 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/6186/statm: 26159 3983 478 235 0 24860 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 104636

[startup+6.3023 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 6187
/proc/meminfo: memFree=1282184/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=6.24
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8729 0 0 0 620 4 0 0 25 0 1 0 1981430490 107147264 3983 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/6186/statm: 26159 3983 478 235 0 24860 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 104636

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 6187
/proc/meminfo: memFree=1282120/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=12.59
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8729 0 0 0 1255 4 0 0 25 0 1 0 1981430490 107147264 3983 996147200 134512640 135477443 4294956224 18446744073709551615 134583216 0 0 4096 0 0 0 0 17 1 0 0
/proc/6186/statm: 26159 3983 478 235 0 24860 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 104636

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 6187
/proc/meminfo: memFree=1282248/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=25.28
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8735 0 0 0 2524 4 0 0 25 0 1 0 1981430490 107147264 3989 996147200 134512640 135477443 4294956224 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 1 0 0
/proc/6186/statm: 26159 3989 480 235 0 24860 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 104636

[startup+51.1017 s]
/proc/loadavg: 2.07 2.02 1.99 3/81 6187
/proc/meminfo: memFree=1282184/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=50.68
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8736 0 0 0 5063 5 0 0 25 0 1 0 1981430490 107147264 3990 996147200 134512640 135477443 4294956224 18446744073709551615 134607054 0 0 4096 0 0 0 0 17 1 0 0
/proc/6186/statm: 26159 3990 480 235 0 24860 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 104636

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 1.99 3/81 6187
/proc/meminfo: memFree=1282120/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=101.46
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8740 0 0 0 10141 5 0 0 25 0 1 0 1981430490 107147264 3994 996147200 134512640 135477443 4294956224 18446744073709551615 134584085 0 0 4096 0 0 0 0 17 1 0 0
/proc/6186/statm: 26159 3994 481 235 0 24860 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 104636

[startup+162.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 6187
/proc/meminfo: memFree=1281992/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=160.97
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8750 0 0 0 16092 5 0 0 25 0 1 0 1981430490 107147264 4004 996147200 134512640 135477443 4294956224 18446744073709551615 134589157 0 0 4096 0 0 0 0 17 1 0 0
/proc/6186/statm: 26159 4004 481 235 0 24860 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 104636

[startup+222.301 s]
/proc/loadavg: 1.97 2.00 1.99 3/81 6230
/proc/meminfo: memFree=1334344/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=220.73
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8751 0 0 0 22067 6 0 0 25 0 1 0 1981430490 107147264 4005 996147200 134512640 135477443 4294956224 18446744073709551615 134607409 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4005 481 235 0 24860 0
Current children cumulated CPU time (s) 220.73
Current children cumulated vsize (KiB) 104636

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/81 6230
/proc/meminfo: memFree=1334088/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=280.73
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8751 0 0 0 28067 6 0 0 25 0 1 0 1981430490 107147264 4005 996147200 134512640 135477443 4294956224 18446744073709551615 134589601 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4005 481 235 0 24860 0
Current children cumulated CPU time (s) 280.73
Current children cumulated vsize (KiB) 104636

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/81 6230
/proc/meminfo: memFree=1334152/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=340.73
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8756 0 0 0 34067 6 0 0 25 0 1 0 1981430490 107147264 4010 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4010 481 235 0 24860 0
Current children cumulated CPU time (s) 340.73
Current children cumulated vsize (KiB) 104636

[startup+402.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/81 6230
/proc/meminfo: memFree=1333960/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=400.73
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8756 0 0 0 40067 6 0 0 25 0 1 0 1981430490 107147264 4010 996147200 134512640 135477443 4294956224 18446744073709551615 134606607 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4010 481 235 0 24860 0
Current children cumulated CPU time (s) 400.73
Current children cumulated vsize (KiB) 104636

[startup+462.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/81 6230
/proc/meminfo: memFree=1333960/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=460.73
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8756 0 0 0 46067 6 0 0 25 0 1 0 1981430490 107147264 4010 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4010 481 235 0 24860 0
Current children cumulated CPU time (s) 460.73
Current children cumulated vsize (KiB) 104636

[startup+522.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/81 6230
/proc/meminfo: memFree=1333896/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=520.73
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8756 0 0 0 52067 6 0 0 25 0 1 0 1981430490 107147264 4010 996147200 134512640 135477443 4294956224 18446744073709551615 134584256 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4010 481 235 0 24860 0
Current children cumulated CPU time (s) 520.73
Current children cumulated vsize (KiB) 104636

[startup+582.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 6230
/proc/meminfo: memFree=1333832/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=580.73
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8756 0 0 0 58067 6 0 0 25 0 1 0 1981430490 107147264 4010 996147200 134512640 135477443 4294956224 18446744073709551615 135268218 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4010 481 235 0 24860 0
Current children cumulated CPU time (s) 580.73
Current children cumulated vsize (KiB) 104636

[startup+642.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 6230
/proc/meminfo: memFree=1333832/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=640.73
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8756 0 0 0 64067 6 0 0 25 0 1 0 1981430490 107147264 4010 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4010 481 235 0 24860 0
Current children cumulated CPU time (s) 640.73
Current children cumulated vsize (KiB) 104636


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333640/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=820.73
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8756 0 0 0 82066 7 0 0 25 0 1 0 1981430490 107147264 4010 996147200 134512640 135477443 4294956224 18446744073709551615 134606650 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4010 481 235 0 24860 0
Current children cumulated CPU time (s) 820.73
Current children cumulated vsize (KiB) 104636

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333576/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=880.73
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8756 0 0 0 88066 7 0 0 25 0 1 0 1981430490 107147264 4010 996147200 134512640 135477443 4294956224 18446744073709551615 134606719 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4010 481 235 0 24860 0
Current children cumulated CPU time (s) 880.73
Current children cumulated vsize (KiB) 104636

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333448/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=940.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8759 0 0 0 94065 7 0 0 25 0 1 0 1981430490 107147264 4013 996147200 134512640 135477443 4294956224 18446744073709551615 134586850 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4013 481 235 0 24860 0
Current children cumulated CPU time (s) 940.72
Current children cumulated vsize (KiB) 104636

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333448/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1000.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8759 0 0 0 100065 7 0 0 25 0 1 0 1981430490 107147264 4013 996147200 134512640 135477443 4294956224 18446744073709551615 134597681 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4013 481 235 0 24860 0
Current children cumulated CPU time (s) 1000.72
Current children cumulated vsize (KiB) 104636

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333448/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1060.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8759 0 0 0 106065 7 0 0 25 0 1 0 1981430490 107147264 4013 996147200 134512640 135477443 4294956224 18446744073709551615 134584085 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4013 481 235 0 24860 0
Current children cumulated CPU time (s) 1060.72
Current children cumulated vsize (KiB) 104636

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333448/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1120.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8759 0 0 0 112065 7 0 0 25 0 1 0 1981430490 107147264 4013 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4013 481 235 0 24860 0
Current children cumulated CPU time (s) 1120.72
Current children cumulated vsize (KiB) 104636

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333448/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1180.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8762 0 0 0 118065 7 0 0 25 0 1 0 1981430490 107147264 4016 996147200 134512640 135477443 4294956224 18446744073709551615 134607080 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4016 481 235 0 24860 0
Current children cumulated CPU time (s) 1180.72
Current children cumulated vsize (KiB) 104636

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333320/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1240.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8762 0 0 0 124065 7 0 0 25 0 1 0 1981430490 107147264 4016 996147200 134512640 135477443 4294956224 18446744073709551615 135268690 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4016 481 235 0 24860 0
Current children cumulated CPU time (s) 1240.72
Current children cumulated vsize (KiB) 104636

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333320/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1300.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8762 0 0 0 130065 7 0 0 25 0 1 0 1981430490 107147264 4016 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4016 481 235 0 24860 0
Current children cumulated CPU time (s) 1300.72
Current children cumulated vsize (KiB) 104636

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333320/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1360.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8762 0 0 0 136065 7 0 0 25 0 1 0 1981430490 107147264 4016 996147200 134512640 135477443 4294956224 18446744073709551615 134606661 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4016 481 235 0 24860 0
Current children cumulated CPU time (s) 1360.72
Current children cumulated vsize (KiB) 104636

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/81 6236
/proc/meminfo: memFree=1333320/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1420.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8762 0 0 0 142065 7 0 0 25 0 1 0 1981430490 107147264 4016 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4016 481 235 0 24860 0
Current children cumulated CPU time (s) 1420.72
Current children cumulated vsize (KiB) 104636

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/81 6236
/proc/meminfo: memFree=1333256/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1480.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8762 0 0 0 148064 8 0 0 25 0 1 0 1981430490 107147264 4016 996147200 134512640 135477443 4294956224 18446744073709551615 134589067 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4016 481 235 0 24860 0
Current children cumulated CPU time (s) 1480.72
Current children cumulated vsize (KiB) 104636

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333256/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1540.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8762 0 0 0 154064 8 0 0 25 0 1 0 1981430490 107147264 4016 996147200 134512640 135477443 4294956224 18446744073709551615 134584188 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4016 481 235 0 24860 0
Current children cumulated CPU time (s) 1540.72
Current children cumulated vsize (KiB) 104636

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333320/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1600.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8762 0 0 0 160064 8 0 0 25 0 1 0 1981430490 107147264 4016 996147200 134512640 135477443 4294956224 18446744073709551615 135272413 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4016 481 235 0 24860 0
Current children cumulated CPU time (s) 1600.72
Current children cumulated vsize (KiB) 104636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333256/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1660.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8762 0 0 0 166064 8 0 0 25 0 1 0 1981430490 107147264 4016 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4016 481 235 0 24860 0
Current children cumulated CPU time (s) 1660.72
Current children cumulated vsize (KiB) 104636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333256/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1720.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8762 0 0 0 172064 8 0 0 25 0 1 0 1981430490 107147264 4016 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4016 481 235 0 24860 0
Current children cumulated CPU time (s) 1720.72
Current children cumulated vsize (KiB) 104636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333064/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1780.72
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8762 0 0 0 178064 8 0 0 25 0 1 0 1981430490 107147264 4016 996147200 134512640 135477443 4294956224 18446744073709551615 135270843 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4016 481 235 0 24860 0
Current children cumulated CPU time (s) 1780.72
Current children cumulated vsize (KiB) 104636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6236
/proc/meminfo: memFree=1333128/2055920 swapFree=4179784/4192956
[pid=6186] ppid=6184 vsize=104636 CPUtime=1800.02
/proc/6186/stat : 6186 (casperzao) R 6184 6186 5713 0 -1 4194304 8762 0 0 0 179994 8 0 0 25 0 1 0 1981430490 107147264 4016 996147200 134512640 135477443 4294956224 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 0 0 0
/proc/6186/statm: 26159 4016 481 235 0 24860 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 104636

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.61
CPU time (s): 1800.03
CPU user time (s): 1799.94
CPU system time (s): 0.089986
CPU usage (%): 99.9126
Max. virtual memory (cumulated for all children) (KiB): 128200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8762
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16
involuntary context switches= 10263

runsolver used 1.49877 second user time and 5.07223 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-02 20:49:19
IDJOB=1043108
IDBENCH=53634
IDSOLVER=361
FILE ID=node16/1043108-1215024559
PBS_JOBID= 7874437
Free space on /tmp= 66552 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/frb59-26/normalized-frb59-26-2_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043108-1215024559/watcher-1043108-1215024559 -o /tmp/evaluation-result-1043108-1215024559/solver-1043108-1215024559 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1043108-1215024559.xml 586413143 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 03886c973cfe9873c3b83680392c70e9
RANDOM SEED=586413143

node16.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.213
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.213
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:       1297136 kB
Buffers:         70948 kB
Cached:         517332 kB
SwapCached:       7400 kB
Active:         253092 kB
Inactive:       431416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1297136 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            3548 kB
Writeback:           0 kB
Mapped:         111688 kB
Slab:            59360 kB
Committed_AS:  4129380 kB
PageTables:       2016 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= 66552 MiB
End job on node16 at 2008-07-02 21:19:23