Trace number 1064639

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.06 1814.42

General information on the benchmark

Namecsp/tdsp/
normalized-C5-1-91.xml
MD5SUM166b656c48baaba962d92b1da6129743
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark257.173
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size92
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.00/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.21	c Parsing = 1
0.00/0.21	c Building = 1
8.10/8.22	c [ NumberOfVariables = 221 ]
8.10/8.22	c [ NumberOfConstraints = 2774 ]
8.10/8.22	c [ SizeOfSearchSpace(log2) = 982.164 ]
8.10/8.22	c SymmetrySearch = 1
9.08/9.25	c [ Found 49152 symmetries ]
9.08/9.28	c InitialPropagation = 1
9.08/9.29	c [ SizeOfSearchSpace(log2) = 965.955 ]
9.08/9.29	c InitialSAC = 1
9.18/9.39	c [ SizeOfSearchSpace(log2) = 965.955 ]
9.18/9.39	c Search(SampleFF) : 
84.83/85.15	c [ Sampling domwdeg ]
84.83/85.15	c [ Sampling impacts ]
84.83/85.15	c [ Sampling la ]
84.83/85.15	c [ SamplingScores: ]
84.83/85.15	c [ domwdeg+min = 2.73173e-249 | domwdeg+rnd = 2.24032e-218 ]
84.83/85.15	c [ impacts+min = 1.02847e-26 | impacts+rnd = 4.39138e-30 ]
84.83/85.15	c [ la+min = 1.15072e-32 | la+rnd = 6.83604e-70 ]
84.83/85.15	c [ domwdeg = 1.12016e-218 | impacts = 5.14457e-27 | la = 5.75362e-33 ]
84.83/85.15	c [ min = 3.42825e-27 | rand = 5.14457e-27 ]
84.83/85.15	c [ restarting at (0.141429,6.21258e-78) ]
85.23/85.50	c [ restarting at (0.353571,2.1193e-49) ]
86.03/86.39	c [ restarting at (0.883929,1.66161e-64) ]
88.33/88.60	c [ restarting at (2.20982,3.9494e-54) ]
93.81/94.13	c [ restarting at (5.52455,8.09001e-63) ]
107.61/107.96	c [ restarting at (13.8114,1.80198e-59) ]
142.15/142.51	c [ restarting at (34.5285,1.66161e-64) ]

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

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.17 2.02 1.71 4/82 4910
/proc/meminfo: memFree=1648068/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=5104 CPUtime=0
/proc/4910/stat : 4910 (casperzao) D 4908 4910 2713 0 -1 4194304 94 0 0 0 0 0 0 0 18 0 1 0 4124674 5226496 74 996147200 134512640 135477443 4294956224 18446744073709551615 4678436 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/4910/statm: 1276 74 51 235 0 25 0

[startup+0.314583 s]
/proc/loadavg: 2.17 2.02 1.71 4/82 4910
/proc/meminfo: memFree=1648068/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=288956 CPUtime=0.29
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 2662 0 0 0 28 1 0 0 20 0 1 0 4124674 295890944 1200 996147200 134512640 135477443 4294956224 18446744073709551615 134990329 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 72239 1200 464 235 0 70940 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 288956

[startup+0.401588 s]
/proc/loadavg: 2.17 2.02 1.71 4/82 4910
/proc/meminfo: memFree=1648068/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=289352 CPUtime=0.38
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 3505 0 0 0 37 1 0 0 20 0 1 0 4124674 296296448 1318 996147200 134512640 135477443 4294956224 18446744073709551615 134586739 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 72338 1318 464 235 0 71039 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 289352

[startup+0.501595 s]
/proc/loadavg: 2.17 2.02 1.71 4/82 4910
/proc/meminfo: memFree=1648068/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=289880 CPUtime=0.48
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 4461 0 0 0 46 2 0 0 21 0 1 0 4124674 296837120 1468 996147200 134512640 135477443 4294956224 18446744073709551615 135272349 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 72470 1468 464 235 0 71171 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 289880

[startup+0.70161 s]
/proc/loadavg: 2.17 2.02 1.71 4/82 4910
/proc/meminfo: memFree=1648068/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=290804 CPUtime=0.68
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 6398 0 0 0 64 4 0 0 23 0 1 0 4124674 297783296 1745 996147200 134512640 135477443 4294956224 18446744073709551615 134899373 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 72701 1745 464 235 0 71402 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 290804

[startup+1.50166 s]
/proc/loadavg: 2.16 2.02 1.71 3/83 4911
/proc/meminfo: memFree=1620348/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=294632 CPUtime=1.47
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 13910 0 0 0 138 9 0 0 25 0 1 0 4124674 301703168 2888 996147200 134512640 135477443 4294956224 18446744073709551615 134990329 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 73658 2888 464 235 0 72359 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 294632

[startup+3.10177 s]
/proc/loadavg: 2.16 2.02 1.71 3/83 4911
/proc/meminfo: memFree=1599420/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=302288 CPUtime=3.06
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 29072 0 0 0 287 19 0 0 25 0 1 0 4124674 309542912 5155 996147200 134512640 135477443 4294956224 18446744073709551615 135258688 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 75572 5155 464 235 0 74273 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 302288

[startup+6.30199 s]
/proc/loadavg: 2.16 2.02 1.71 3/83 4911
/proc/meminfo: memFree=1537660/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=317336 CPUtime=6.22
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 59516 0 0 0 586 36 0 0 25 0 1 0 4124674 324952064 9672 996147200 134512640 135477443 4294956224 18446744073709551615 135268286 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 79334 9672 464 235 0 78035 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 317336

[startup+12.7014 s]
/proc/loadavg: 2.21 2.03 1.72 3/83 4911
/proc/meminfo: memFree=1432892/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=12.55
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81602 0 0 0 1205 50 0 0 25 0 1 0 4124674 149106688 14142 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14142 513 235 0 35104 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 145612

[startup+25.5013 s]
/proc/loadavg: 2.33 2.06 1.74 3/83 4911
/proc/meminfo: memFree=1272380/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=25.29
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81629 0 0 0 2479 50 0 0 25 0 1 0 4124674 149106688 14169 996147200 134512640 135477443 4294956224 18446744073709551615 134934886 0 0 4096 0 0 0 0 17 0 0 0
/proc/4910/statm: 36403 14169 513 235 0 35104 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 145612

[startup+51.102 s]
/proc/loadavg: 2.35 2.09 1.75 3/83 4911
/proc/meminfo: memFree=967484/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=50.86
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81677 0 0 0 5032 54 0 0 25 0 1 0 4124674 149106688 14217 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 0 0 0
/proc/4910/statm: 36403 14217 513 235 0 35104 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 145612

[startup+102.301 s]
/proc/loadavg: 2.39 2.15 1.79 3/83 4911
/proc/meminfo: memFree=361084/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=102.01
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 10133 68 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 145612

[startup+162.302 s]
/proc/loadavg: 2.45 2.21 1.83 3/73 4911
/proc/meminfo: memFree=1554764/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=161.92
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 16111 81 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 145612

[startup+222.302 s]
/proc/loadavg: 2.16 2.17 1.84 3/82 4950
/proc/meminfo: memFree=1892548/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=221.43
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 22059 84 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134990240 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 221.43
Current children cumulated vsize (KiB) 145612

[startup+282.301 s]
/proc/loadavg: 2.06 2.14 1.84 3/82 4950
/proc/meminfo: memFree=1891652/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=280.92
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 28008 84 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134990240 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 280.92
Current children cumulated vsize (KiB) 145612

[startup+342.301 s]
/proc/loadavg: 2.02 2.11 1.85 3/82 4950
/proc/meminfo: memFree=1890564/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=340.41
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 33957 84 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 135270910 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 340.41
Current children cumulated vsize (KiB) 145612

[startup+402.301 s]
/proc/loadavg: 2.01 2.09 1.85 3/82 4950
/proc/meminfo: memFree=1889796/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=399.9
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 39906 84 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134990324 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 399.9
Current children cumulated vsize (KiB) 145612

[startup+462.302 s]
/proc/loadavg: 2.00 2.07 1.86 3/82 4950
/proc/meminfo: memFree=1889796/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=459.39
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 45855 84 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134673683 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 459.39
Current children cumulated vsize (KiB) 145612

[startup+522.302 s]
/proc/loadavg: 2.00 2.05 1.87 3/82 4950
/proc/meminfo: memFree=1889732/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=518.88
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 51804 84 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 518.88
Current children cumulated vsize (KiB) 145612

[startup+582.307 s]
/proc/loadavg: 2.00 2.04 1.87 3/82 4950
/proc/meminfo: memFree=1889668/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=578.36
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 57752 84 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 578.36
Current children cumulated vsize (KiB) 145612

[startup+642.301 s]
/proc/loadavg: 2.00 2.03 1.88 3/82 4950
/proc/meminfo: memFree=1889412/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=637.85
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 63701 84 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134934807 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 637.85
Current children cumulated vsize (KiB) 145612


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.01 1.90 3/82 4950
/proc/meminfo: memFree=1889220/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=816.34
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 81549 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134990269 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 816.34
Current children cumulated vsize (KiB) 145612

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 1.90 3/82 4950
/proc/meminfo: memFree=1889092/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=875.83
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 87498 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 875.83
Current children cumulated vsize (KiB) 145612

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 4950
/proc/meminfo: memFree=1889092/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=935.32
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 93447 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 135270886 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 935.32
Current children cumulated vsize (KiB) 145612

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 4950
/proc/meminfo: memFree=1889092/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=994.82
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 99397 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134606540 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 994.82
Current children cumulated vsize (KiB) 145612

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 4956
/proc/meminfo: memFree=1888516/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1054.3
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 105345 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134990329 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1054.3
Current children cumulated vsize (KiB) 145612

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 4956
/proc/meminfo: memFree=1888452/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1113.8
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 111295 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134583088 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1113.8
Current children cumulated vsize (KiB) 145612

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 4956
/proc/meminfo: memFree=1888516/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1173.28
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 117243 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134990240 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1173.28
Current children cumulated vsize (KiB) 145612

[startup+1242.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 4956
/proc/meminfo: memFree=1888388/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1232.78
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 123193 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134922252 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1232.78
Current children cumulated vsize (KiB) 145612

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 1.91 4/82 4956
/proc/meminfo: memFree=1888324/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1292.27
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 129142 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134922265 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1292.27
Current children cumulated vsize (KiB) 145612

[startup+1362.3 s]
/proc/loadavg: 2.08 2.04 1.93 3/82 4956
/proc/meminfo: memFree=1888260/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1351.76
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 135091 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134674176 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1351.76
Current children cumulated vsize (KiB) 145612

[startup+1422.3 s]
/proc/loadavg: 2.03 2.03 1.93 3/82 4956
/proc/meminfo: memFree=1888196/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1411.25
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 141040 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1411.25
Current children cumulated vsize (KiB) 145612

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/82 4956
/proc/meminfo: memFree=1888196/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1470.74
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 146989 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134990337 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1470.74
Current children cumulated vsize (KiB) 145612

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/82 4956
/proc/meminfo: memFree=1888196/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1530.24
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 152939 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134934118 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1530.24
Current children cumulated vsize (KiB) 145612

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/82 4956
/proc/meminfo: memFree=1888196/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1589.73
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 158888 85 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1589.73
Current children cumulated vsize (KiB) 145612

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/82 4956
/proc/meminfo: memFree=1888196/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1649.24
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 164838 86 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134912062 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1649.24
Current children cumulated vsize (KiB) 145612

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/82 4956
/proc/meminfo: memFree=1888196/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1708.73
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 170787 86 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1708.73
Current children cumulated vsize (KiB) 145612

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/82 4956
/proc/meminfo: memFree=1887940/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1768.22
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 176736 86 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1768.22
Current children cumulated vsize (KiB) 145612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/82 4956
/proc/meminfo: memFree=1887940/2055920 swapFree=4192812/4192956
[pid=4910] ppid=4908 vsize=145612 CPUtime=1800.04
/proc/4910/stat : 4910 (casperzao) R 4908 4910 2713 0 -1 4194304 81826 0 0 0 179918 86 0 0 25 0 1 0 4124674 149106688 14366 996147200 134512640 135477443 4294956224 18446744073709551615 134990241 0 0 4096 0 0 0 0 17 1 0 0
/proc/4910/statm: 36403 14366 514 235 0 35104 0
Current children cumulated CPU time (s) 1800.04
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): 1814.42
CPU time (s): 1800.06
CPU user time (s): 1799.19
CPU system time (s): 0.872867
CPU usage (%): 99.2088
Max. virtual memory (cumulated for all children) (KiB): 326312

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

runsolver used 1.79973 second user time and 4.99224 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-08 01:43:42
IDJOB=1064639
IDBENCH=54971
IDSOLVER=361
FILE ID=node22/1064639-1215474222
PBS_JOBID= 7888602
Free space on /tmp= 66260 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 166b656c48baaba962d92b1da6129743
RANDOM SEED=1095906880

node22.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.253
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.253
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:       1648612 kB
Buffers:          4712 kB
Cached:         274016 kB
SwapCached:        140 kB
Active:         350908 kB
Inactive:        19216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648612 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          211044 kB
Writeback:           0 kB
Mapped:         112280 kB
Slab:            22344 kB
Committed_AS:   235104 kB
PageTables:       1984 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= 66460 MiB
End job on node22 at 2008-07-08 02:13:58