Trace number 1064534

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.1 1817.22

General information on the benchmark

Namecsp/tdsp/
normalized-C5-1-90.xml
MD5SUM201be1397216eda1a01a388a4af9416b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size91
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
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.18/0.21	c Building = 1
8.10/8.26	c [ NumberOfVariables = 221 ]
8.10/8.26	c [ NumberOfConstraints = 2774 ]
8.10/8.26	c [ SizeOfSearchSpace(log2) = 981.013 ]
8.10/8.26	c SymmetrySearch = 1
9.10/9.29	c [ Found 49152 symmetries ]
9.19/9.32	c InitialPropagation = 1
9.19/9.34	c [ SizeOfSearchSpace(log2) = 964.731 ]
9.19/9.34	c InitialSAC = 1
9.29/9.44	c [ SizeOfSearchSpace(log2) = 964.731 ]
9.29/9.44	c Search(SampleFF) : 
100.83/101.84	c [ Sampling domwdeg ]
100.83/101.84	c [ Sampling impacts ]
100.83/101.84	c [ Sampling la ]
100.83/101.84	c [ SamplingScores: ]
100.83/101.84	c [ domwdeg+min = 8.82823e-248 | domwdeg+rnd = 3.80977e-213 ]
100.83/101.84	c [ impacts+min = 2.3169e-26 | impacts+rnd = 8.73168e-31 ]
100.83/101.84	c [ la+min = 1.30409e-32 | la+rnd = 4.54061e-63 ]
100.83/101.84	c [ domwdeg = 1.90488e-213 | impacts = 1.15849e-26 | la = 6.52047e-33 ]
100.83/101.84	c [ min = 7.72301e-27 | rand = 1.15849e-26 ]
100.83/101.84	c [ restarting at (0.20002,1.03089e-55) ]
101.33/102.39	c [ restarting at (0.500051,2.29829e-59) ]
102.71/103.73	c [ restarting at (1.25013,3.59078e-86) ]
105.98/107.08	c [ restarting at (3.12532,6.22244e-41) ]
114.30/115.46	c [ restarting at (7.8133,3.36596e-59) ]
135.10/136.41	c [ restarting at (19.5332,5.15443e-56) ]
186.91/188.76	c [ restarting at (48.8331,5.15443e-56) ]
316.58/319.64	c [ restarting at (122.083,6.55907e-36) ]
640.81/646.90	c [ restarting at (305.207,2.59375e-49) ]
1203.97/1215.40	c [ restarting at (763.017,3.10621e-34) ]

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

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.02 2.02 2.00 4/73 28187
/proc/meminfo: memFree=1846512/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=1056 CPUtime=0
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 126240212 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 7709476 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 264 26 20 235 0 3 0

[startup+0.0670731 s]
/proc/loadavg: 2.02 2.02 2.00 4/73 28187
/proc/meminfo: memFree=1846512/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=6232 CPUtime=0.05
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 659 0 0 0 5 0 0 0 18 0 1 0 126240212 6381568 619 996147200 134512640 135477443 4294956224 18446744073709551615 134623936 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 1558 619 375 235 0 259 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6232

[startup+0.101074 s]
/proc/loadavg: 2.02 2.02 2.00 4/73 28187
/proc/meminfo: memFree=1846512/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=6628 CPUtime=0.08
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 770 0 0 0 8 0 0 0 18 0 1 0 126240212 6787072 730 996147200 134512640 135477443 4294956224 18446744073709551615 4158530250 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 1657 730 375 235 0 358 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6628

[startup+0.301098 s]
/proc/loadavg: 2.02 2.02 2.00 4/73 28187
/proc/meminfo: memFree=1846512/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=288956 CPUtime=0.28
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 2591 0 0 0 27 1 0 0 19 0 1 0 126240212 295890944 1179 996147200 134512640 135477443 4294956224 18446744073709551615 134911536 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 72239 1179 464 235 0 70940 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 288956

[startup+0.701144 s]
/proc/loadavg: 2.02 2.02 2.00 4/73 28187
/proc/meminfo: memFree=1846512/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=290804 CPUtime=0.68
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 6379 0 0 0 64 4 0 0 23 0 1 0 126240212 297783296 1751 996147200 134512640 135477443 4294956224 18446744073709551615 134990314 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 72701 1751 464 235 0 71402 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 290804

[startup+1.50124 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 28188
/proc/meminfo: memFree=1839464/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=294632 CPUtime=1.47
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 13911 0 0 0 138 9 0 0 25 0 1 0 126240212 301703168 2887 996147200 134512640 135477443 4294956224 18446744073709551615 135269974 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 73658 2887 464 235 0 72359 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 294632

[startup+3.10143 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 28188
/proc/meminfo: memFree=1833000/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=302288 CPUtime=3.06
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 28897 0 0 0 287 19 0 0 25 0 1 0 126240212 309542912 5175 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 75572 5175 464 235 0 74273 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 302288

[startup+6.3018 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 28188
/proc/meminfo: memFree=1814312/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=317204 CPUtime=6.22
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 58920 0 0 0 587 35 0 0 25 0 1 0 126240212 324816896 9640 996147200 134512640 135477443 4294956224 18446744073709551615 134922257 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 79301 9640 464 235 0 78002 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 317204

[startup+12.7016 s]
/proc/loadavg: 2.02 2.02 2.00 4/74 28188
/proc/meminfo: memFree=1791464/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=12.56
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81147 0 0 0 1209 47 0 0 25 0 1 0 126240212 149106688 14142 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14142 513 235 0 35104 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 145612

[startup+25.5021 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 28188
/proc/meminfo: memFree=1791464/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=25.25
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81182 0 0 0 2477 48 0 0 25 0 1 0 126240212 149106688 14177 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14177 513 235 0 35104 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 145612

[startup+51.1021 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 28188
/proc/meminfo: memFree=1791336/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=50.6
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81228 0 0 0 5012 48 0 0 25 0 1 0 126240212 149106688 14223 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14223 513 235 0 35104 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 145612

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 28188
/proc/meminfo: memFree=1790568/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=101.33
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81372 0 0 0 10085 48 0 0 25 0 1 0 126240212 149106688 14367 996147200 134512640 135477443 4294956224 18446744073709551615 9010934 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14367 514 235 0 35104 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 145612

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1790504/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=160.75
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81372 0 0 0 16027 48 0 0 25 0 1 0 126240212 149106688 14367 996147200 134512640 135477443 4294956224 18446744073709551615 134679588 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14367 514 235 0 35104 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 145612

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1790504/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=220.19
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81372 0 0 0 21971 48 0 0 25 0 1 0 126240212 149106688 14367 996147200 134512640 135477443 4294956224 18446744073709551615 135270826 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14367 514 235 0 35104 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 145612

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1790440/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=279.64
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81372 0 0 0 27915 49 0 0 25 0 1 0 126240212 149106688 14367 996147200 134512640 135477443 4294956224 18446744073709551615 134990314 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14367 514 235 0 35104 0
Current children cumulated CPU time (s) 279.64
Current children cumulated vsize (KiB) 145612

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1790448/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=339.07
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81372 0 0 0 33858 49 0 0 25 0 1 0 126240212 149106688 14367 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14367 514 235 0 35104 0
Current children cumulated CPU time (s) 339.07
Current children cumulated vsize (KiB) 145612

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1790384/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=398.51
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81372 0 0 0 39802 49 0 0 25 0 1 0 126240212 149106688 14367 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14367 514 235 0 35104 0
Current children cumulated CPU time (s) 398.51
Current children cumulated vsize (KiB) 145612

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1790384/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=457.95
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81372 0 0 0 45746 49 0 0 25 0 1 0 126240212 149106688 14367 996147200 134512640 135477443 4294956224 18446744073709551615 134911548 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14367 514 235 0 35104 0
Current children cumulated CPU time (s) 457.95
Current children cumulated vsize (KiB) 145612

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1790320/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=517.38
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81372 0 0 0 51689 49 0 0 25 0 1 0 126240212 149106688 14367 996147200 134512640 135477443 4294956224 18446744073709551615 134990245 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14367 514 235 0 35104 0
Current children cumulated CPU time (s) 517.38
Current children cumulated vsize (KiB) 145612

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1790256/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=576.82
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81372 0 0 0 57633 49 0 0 25 0 1 0 126240212 149106688 14367 996147200 134512640 135477443 4294956224 18446744073709551615 134927387 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14367 514 235 0 35104 0
Current children cumulated CPU time (s) 576.82
Current children cumulated vsize (KiB) 145612

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1790256/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=636.26
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81372 0 0 0 63577 49 0 0 25 0 1 0 126240212 149106688 14367 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14367 514 235 0 35104 0
Current children cumulated CPU time (s) 636.26
Current children cumulated vsize (KiB) 145612


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1790000/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=814.56
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 81407 49 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 814.56
Current children cumulated vsize (KiB) 145612

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1790000/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=874
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 87351 49 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134583600 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 874
Current children cumulated vsize (KiB) 145612

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1789936/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=933.44
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 93295 49 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 933.44
Current children cumulated vsize (KiB) 145612

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1789936/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=992.87
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 99238 49 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 992.87
Current children cumulated vsize (KiB) 145612

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1789936/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1052.31
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 105182 49 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1052.31
Current children cumulated vsize (KiB) 145612

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1789936/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1111.75
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 111126 49 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1111.75
Current children cumulated vsize (KiB) 145612

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28188
/proc/meminfo: memFree=1789808/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1171.19
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 117070 49 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134934784 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1171.19
Current children cumulated vsize (KiB) 145612

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28226
/proc/meminfo: memFree=1764176/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1230.63
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 123013 50 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134911548 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1230.63
Current children cumulated vsize (KiB) 145612

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 28226
/proc/meminfo: memFree=1754768/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1290.06
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 128956 50 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1290.06
Current children cumulated vsize (KiB) 145612

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 28226
/proc/meminfo: memFree=1749392/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1349.5
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 134900 50 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134927387 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1349.5
Current children cumulated vsize (KiB) 145612

[startup+1422.31 s]
/proc/loadavg: 2.09 2.03 2.00 3/83 28226
/proc/meminfo: memFree=1742480/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1408.93
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 140843 50 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1408.93
Current children cumulated vsize (KiB) 145612

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 28228
/proc/meminfo: memFree=1736336/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1468.37
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 146787 50 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134679154 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1468.37
Current children cumulated vsize (KiB) 145612

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 28228
/proc/meminfo: memFree=1720920/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1527.8
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 152730 50 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134923104 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1527.8
Current children cumulated vsize (KiB) 145612

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 28228
/proc/meminfo: memFree=1685784/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1587.23
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 158673 50 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134911536 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1587.23
Current children cumulated vsize (KiB) 145612

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 28229
/proc/meminfo: memFree=1653008/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1646.66
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 164616 50 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134606534 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1646.66
Current children cumulated vsize (KiB) 145612

[startup+1722.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/83 28230
/proc/meminfo: memFree=1579728/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1706.09
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 170559 50 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1706.09
Current children cumulated vsize (KiB) 145612

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 28236
/proc/meminfo: memFree=1579216/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1765.52
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 176501 51 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 135268532 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1765.52
Current children cumulated vsize (KiB) 145612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 28236
/proc/meminfo: memFree=1579088/2055920 swapFree=4181452/4192956
[pid=28187] ppid=28185 vsize=145612 CPUtime=1800.08
/proc/28187/stat : 28187 (casperzao) R 28185 28187 25331 0 -1 4194304 81393 0 0 0 179957 51 0 0 25 0 1 0 126240212 149106688 14388 996147200 134512640 135477443 4294956224 18446744073709551615 134990266 0 0 4096 0 0 0 0 17 1 0 0
/proc/28187/statm: 36403 14388 514 235 0 35104 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 145612

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): 1817.22
CPU time (s): 1800.1
CPU user time (s): 1799.58
CPU system time (s): 0.52092
CPU usage (%): 99.0577
Max. virtual memory (cumulated for all children) (KiB): 326180

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

runsolver used 2.35564 second user time and 5.9191 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-04 05:31:32
IDJOB=1064534
IDBENCH=54961
IDSOLVER=361
FILE ID=node73/1064534-1215142292
PBS_JOBID= 7877267
Free space on /tmp= 66556 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-1-90.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064534-1215142292/watcher-1064534-1215142292 -o /tmp/evaluation-result-1064534-1215142292/solver-1064534-1215142292 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1064534-1215142292.xml 643165190 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 201be1397216eda1a01a388a4af9416b
RANDOM SEED=643165190

node73.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.230
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.230
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:       1846992 kB
Buffers:         12852 kB
Cached:         122608 kB
SwapCached:       5300 kB
Active:         101496 kB
Inactive:        53132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846992 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            3328 kB
Writeback:           0 kB
Mapped:          26604 kB
Slab:            39688 kB
Committed_AS:   328084 kB
PageTables:       1728 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= 66544 MiB
End job on node73 at 2008-07-04 06:01:51