Trace number 352686

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
PB-clasp 2007-04-10SAT (TO)64 1802.13 1802.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUMff9be653d1d3ea3b1a82846016e94df6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.39/0.50	o 94
0.49/0.61	o 88
0.59/0.72	o 86
0.70/0.85	o 82
1.35/1.47	o 80
1.44/1.78	o 78
5.67/5.78	o 76
7.45/7.58	o 74
23.44/23.53	o 72
81.44/81.53	o 70
163.01/163.19	o 68
238.88/239.02	o 66
395.03/395.28	o 64
1800.08/1800.61	sh: line 1:  7014 Done                    cat /tmp/evaluation/352686-1176638988/temp/instance-352686-1176638988.opb.op
1800.08/1800.61	      7015 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/352686-1176638988/temp/instance-352686-1176638988.opb.clasp
1800.08/1800.62	c Somebody sent me a SIGTERM
1800.08/1800.62	s SATISFIABLE
1800.08/1800.62	v x1 x12 x15 x21 x25 x36 x39 x46 x51 x58 x66 x72 x76 x83 x87 x94 x101 x105 x110 x116 x125 x130 x137 x142 x145 x152 x157 x164 x173 x179
1800.08/1800.62	v x181 x188 x198 x199 x206 x216 x217 x223 x231 x240 x243 x252 x258 x260 x266 x274 x280 x288 x293 x296 x304 x310 x317 x320 x325 x333
1800.08/1800.62	v x339 x347 x353 x355 x362 x365 x366 x373 x377 x381 x390 x391 x396 x397 x400 x402 x409 x412 x419 x425 x428 x432 x434 x438 x441 x448
1800.08/1800.62	v x455 x456 x463 x467 x468 x469 x474 x479 x485 x487 x493 x499 x501 x502 x510 x515 x516 x523 x529 x535 x537 x538
1800.08/1800.62	pb2clasp1: no process killed
1800.08/1800.63	clasp-1.0: no process killed
1802.07/1802.62	sh: line 1:  7027 Done                    cat /tmp/evaluation/352686-1176638988/temp/instance-352686-1176638988.opb.op
1802.07/1802.62	      7028 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/352686-1176638988/temp/instance-352686-1176638988.opb.clasp

Verifier Data (download as text)

OK	64

Conversion Script Data (download as text)

/tmp/evaluation/352686-1176638988/instance-352686-1176638988.opb is already a linear file

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node55/watcher-352686-1176638988 -o ROOT/results/node55/solver-352686-1176638988 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-352686-1176638988.opb /tmp/evaluation/352686-1176638988/temp 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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.99 0.97 0.98 2/64 6901
/proc/meminfo: memFree=1879844/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12268 CPUtime=0
/proc/6901/stat : 6901 (pbclasp) R 6899 6901 6515 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 111808838 12562432 316 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770509822 0 0 4224 0 0 0 0 17 1 0 0
/proc/6901/statm: 3067 316 242 3 0 167 0

[startup+0.0322641 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 6901
/proc/meminfo: memFree=1879844/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12400 CPUtime=0
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 500 0 0 0 0 0 0 0 16 0 1 0 111808838 12697600 453 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6901/statm: 3100 453 324 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.101269 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 6901
/proc/meminfo: memFree=1879844/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12400 CPUtime=0
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 500 0 0 0 0 0 0 0 16 0 1 0 111808838 12697600 453 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6901/statm: 3100 453 324 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.301286 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 6901
/proc/meminfo: memFree=1879844/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12400 CPUtime=0
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 500 0 0 0 0 0 0 0 16 0 1 0 111808838 12697600 453 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770506850 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6901/statm: 3100 453 324 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.701328 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 6901
/proc/meminfo: memFree=1879844/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=0.59
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 824 6330 0 0 0 0 55 4 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 12532

[startup+1.50141 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6943
/proc/meminfo: memFree=1875588/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=1.44
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 1183 13434 0 0 0 0 134 10 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 12532

[startup+3.10155 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6959
/proc/meminfo: memFree=1875204/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=1.78
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 1303 15801 0 0 1 1 164 12 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=6957] ppid=6901 vsize=5352 CPUtime=0
/proc/6957/stat : 6957 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111809018 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6957/statm: 1338 224 188 169 0 49 0
[pid=6959] ppid=6957 vsize=5580 CPUtime=1.29
/proc/6959/stat : 6959 (clasp-1.0) R 6957 6901 6515 0 -1 4194304 1058 0 0 0 129 0 0 0 25 0 1 0 111809018 5713920 1020 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714080 0 0 4096 0 0 0 0 17 1 0 0
/proc/6959/statm: 1395 1020 249 81 0 769 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 23464

[startup+6.30186 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6959
/proc/meminfo: memFree=1874308/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=5.76
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 1424 18389 0 0 1 1 561 13 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 12532

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6975
/proc/meminfo: memFree=1874124/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=7.56
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 1543 20846 0 0 1 1 740 14 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=6973] ppid=6901 vsize=5352 CPUtime=0
/proc/6973/stat : 6973 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111809598 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6973/statm: 1338 224 188 169 0 49 0
[pid=6975] ppid=6973 vsize=6660 CPUtime=5.08
/proc/6975/stat : 6975 (clasp-1.0) R 6973 6901 6515 0 -1 4194304 1326 0 0 0 508 0 0 0 25 0 1 0 111809598 6819840 1288 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714247 0 0 4096 0 0 0 0 17 1 0 0
/proc/6975/statm: 1665 1288 249 81 0 1039 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 24544

[startup+25.5027 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6983
/proc/meminfo: memFree=1874836/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=23.5
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 1661 23852 0 0 1 1 2331 17 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=6981] ppid=6901 vsize=5352 CPUtime=0
/proc/6981/stat : 6981 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111811192 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6981/statm: 1338 224 188 169 0 49 0
[pid=6983] ppid=6981 vsize=5944 CPUtime=1.95
/proc/6983/stat : 6983 (clasp-1.0) R 6981 6901 6515 0 -1 4194304 1146 0 0 0 195 0 0 0 25 0 1 0 111811192 6086656 1108 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715779 0 0 4096 0 0 0 0 17 1 0 0
/proc/6983/statm: 1486 1108 249 81 0 860 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 23828

[startup+51.1021 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6983
/proc/meminfo: memFree=1871700/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=23.5
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 1661 23852 0 0 1 1 2331 17 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=6981] ppid=6901 vsize=5352 CPUtime=0
/proc/6981/stat : 6981 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111811192 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6981/statm: 1338 224 188 169 0 49 0
[pid=6983] ppid=6981 vsize=9084 CPUtime=27.54
/proc/6983/stat : 6983 (clasp-1.0) R 6981 6901 6515 0 -1 4194304 1932 0 0 0 2754 0 0 0 25 0 1 0 111811192 9302016 1894 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134713939 0 0 4096 0 0 0 0 17 1 0 0
/proc/6983/statm: 2271 1894 249 81 0 1645 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 26968

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6991
/proc/meminfo: memFree=1872348/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=81.49
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 1780 27431 0 0 1 1 8127 20 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=6989] ppid=6901 vsize=5352 CPUtime=0
/proc/6989/stat : 6989 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111816993 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6989/statm: 1338 224 188 169 0 49 0
[pid=6991] ppid=6989 vsize=8096 CPUtime=20.73
/proc/6991/stat : 6991 (clasp-1.0) R 6989 6901 6515 0 -1 4194304 1684 0 0 0 2073 0 0 0 25 0 1 0 111816993 8290304 1646 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714706 0 0 4096 0 0 0 0 17 1 0 0
/proc/6991/statm: 2024 1646 249 81 0 1398 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 25980

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6991
/proc/meminfo: memFree=1869340/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=81.49
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 1780 27431 0 0 1 1 8127 20 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=6989] ppid=6901 vsize=5352 CPUtime=0
/proc/6989/stat : 6989 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111816993 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6989/statm: 1338 224 188 169 0 49 0
[pid=6991] ppid=6989 vsize=11184 CPUtime=80.72
/proc/6991/stat : 6991 (clasp-1.0) R 6989 6901 6515 0 -1 4194304 2446 0 0 0 8071 1 0 0 25 0 1 0 111816993 11452416 2408 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782437 0 0 4096 0 0 0 0 17 1 0 0
/proc/6991/statm: 2796 2408 249 81 0 2170 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 29068

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6999
/proc/meminfo: memFree=1869980/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=163.12
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 1899 31256 0 0 1 2 16287 22 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=6997] ppid=6901 vsize=5352 CPUtime=0
/proc/6997/stat : 6997 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111825159 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6997/statm: 1338 224 188 169 0 49 0
[pid=6999] ppid=6997 vsize=10628 CPUtime=59.06
/proc/6999/stat : 6999 (clasp-1.0) R 6997 6901 6515 0 -1 4194304 2314 0 0 0 5905 1 0 0 25 0 1 0 111825159 10883072 2276 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/6999/statm: 2657 2276 249 81 0 2031 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 28512

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 7007
/proc/meminfo: memFree=1870748/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=238.92
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 2013 35031 0 0 1 2 23864 25 17 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=7005] ppid=6901 vsize=5352 CPUtime=0
/proc/7005/stat : 7005 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111832742 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7005/statm: 1338 224 188 169 0 49 0
[pid=7007] ppid=7005 vsize=9588 CPUtime=43.23
/proc/7007/stat : 7007 (clasp-1.0) R 7005 6901 6515 0 -1 4194304 2059 0 0 0 4323 0 0 0 25 0 1 0 111832742 9818112 2021 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737644 0 0 4096 0 0 0 0 17 1 0 0
/proc/7007/statm: 2397 2021 249 81 0 1771 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 27472

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 7007
/proc/meminfo: memFree=1868700/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=238.92
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 2013 35031 0 0 1 2 23864 25 17 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0

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


[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 7015
/proc/meminfo: memFree=1858140/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=395.13
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 2131 39333 0 0 1 2 39481 29 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=7013] ppid=6901 vsize=5352 CPUtime=0
/proc/7013/stat : 7013 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111848368 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7013/statm: 1338 224 188 169 0 49 0
[pid=7015] ppid=7013 vsize=22172 CPUtime=1026.74
/proc/7015/stat : 7015 (clasp-1.0) R 7013 6901 6515 0 -1 4194304 5132 0 0 0 102668 6 0 0 25 0 1 0 111848368 22704128 5094 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782595 0 0 4096 0 0 0 0 17 1 0 0
/proc/7015/statm: 5543 5094 249 81 0 4917 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 40056

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 7015
/proc/meminfo: memFree=1857820/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=395.13
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 2131 39333 0 0 1 2 39481 29 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=7013] ppid=6901 vsize=5352 CPUtime=0
/proc/7013/stat : 7013 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111848368 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7013/statm: 1338 224 188 169 0 49 0
[pid=7015] ppid=7013 vsize=22512 CPUtime=1086.72
/proc/7015/stat : 7015 (clasp-1.0) R 7013 6901 6515 0 -1 4194304 5207 0 0 0 108666 6 0 0 25 0 1 0 111848368 23052288 5169 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/7015/statm: 5628 5169 249 81 0 5002 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 40396

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 7015
/proc/meminfo: memFree=1857244/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=395.13
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 2131 39333 0 0 1 2 39481 29 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=7013] ppid=6901 vsize=5352 CPUtime=0
/proc/7013/stat : 7013 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111848368 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7013/statm: 1338 224 188 169 0 49 0
[pid=7015] ppid=7013 vsize=23064 CPUtime=1146.71
/proc/7015/stat : 7015 (clasp-1.0) R 7013 6901 6515 0 -1 4194304 5353 0 0 0 114664 7 0 0 25 0 1 0 111848368 23617536 5315 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134713621 0 0 4096 0 0 0 0 17 1 0 0
/proc/7015/statm: 5766 5315 249 81 0 5140 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 40948

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 7015
/proc/meminfo: memFree=1856604/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=395.13
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 2131 39333 0 0 1 2 39481 29 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=7013] ppid=6901 vsize=5352 CPUtime=0
/proc/7013/stat : 7013 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111848368 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7013/statm: 1338 224 188 169 0 49 0
[pid=7015] ppid=7013 vsize=23768 CPUtime=1206.69
/proc/7015/stat : 7015 (clasp-1.0) R 7013 6901 6515 0 -1 4194304 5505 0 0 0 120662 7 0 0 25 0 1 0 111848368 24338432 5467 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/7015/statm: 5942 5467 249 81 0 5316 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 41652

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 7015
/proc/meminfo: memFree=1856412/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=395.13
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 2131 39333 0 0 1 2 39481 29 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=7013] ppid=6901 vsize=5352 CPUtime=0
/proc/7013/stat : 7013 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111848368 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7013/statm: 1338 224 188 169 0 49 0
[pid=7015] ppid=7013 vsize=23940 CPUtime=1266.67
/proc/7015/stat : 7015 (clasp-1.0) R 7013 6901 6515 0 -1 4194304 5553 0 0 0 126660 7 0 0 25 0 1 0 111848368 24514560 5515 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715919 0 0 4096 0 0 0 0 17 1 0 0
/proc/7015/statm: 5985 5515 249 81 0 5359 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 41824

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 7017
/proc/meminfo: memFree=1855708/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=395.13
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 2131 39333 0 0 1 2 39481 29 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=7013] ppid=6901 vsize=5352 CPUtime=0
/proc/7013/stat : 7013 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111848368 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7013/statm: 1338 224 188 169 0 49 0
[pid=7015] ppid=7013 vsize=24276 CPUtime=1326.67
/proc/7015/stat : 7015 (clasp-1.0) R 7013 6901 6515 0 -1 4194304 5647 0 0 0 132659 8 0 0 25 0 1 0 111848368 24858624 5609 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134791699 0 0 4096 0 0 0 0 17 1 0 0
/proc/7015/statm: 6069 5609 249 81 0 5443 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 42160

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 7017
/proc/meminfo: memFree=1855644/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=395.13
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 2131 39333 0 0 1 2 39481 29 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=7013] ppid=6901 vsize=5352 CPUtime=0
/proc/7013/stat : 7013 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111848368 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7013/statm: 1338 224 188 169 0 49 0
[pid=7015] ppid=7013 vsize=24496 CPUtime=1386.65
/proc/7015/stat : 7015 (clasp-1.0) R 7013 6901 6515 0 -1 4194304 5701 0 0 0 138657 8 0 0 25 0 1 0 111848368 25083904 5663 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715808 0 0 4096 0 0 0 0 17 1 0 0
/proc/7015/statm: 6124 5663 249 81 0 5498 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 42380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 7017
/proc/meminfo: memFree=1855644/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=395.13
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 2131 39333 0 0 1 2 39481 29 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=7013] ppid=6901 vsize=5352 CPUtime=0
/proc/7013/stat : 7013 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111848368 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7013/statm: 1338 224 188 169 0 49 0
[pid=7015] ppid=7013 vsize=24640 CPUtime=1404.95
/proc/7015/stat : 7015 (clasp-1.0) R 7013 6901 6515 0 -1 4194304 5710 0 0 0 140487 8 0 0 25 0 1 0 111848368 25231360 5672 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715916 0 0 4096 0 0 0 0 17 1 0 0
/proc/7015/statm: 6160 5672 249 81 0 5534 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 42524

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1801.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 7017
/proc/meminfo: memFree=1855644/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=1800.12
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 2291 46832 0 0 1 2 179970 39 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 12532

[startup+1802.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 7028
/proc/meminfo: memFree=1874068/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=1800.12
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 2291 46832 0 0 1 2 179970 39 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=7026] ppid=6901 vsize=5352 CPUtime=0
/proc/7026/stat : 7026 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111988902 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7026/statm: 1338 224 188 169 0 49 0
[pid=7028] ppid=7026 vsize=5580 CPUtime=1.55
/proc/7028/stat : 7028 (clasp-1.0) R 7026 6901 6515 0 -1 4194304 1064 0 0 0 155 0 0 0 25 0 1 0 111988902 5713920 1026 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715924 0 0 4096 0 0 0 0 17 1 0 0
/proc/7028/statm: 1395 1026 249 81 0 769 0
Current children cumulated CPU time (s) 1801.67
Current children cumulated vsize (KiB) 23464

[startup+1802.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/68 7028
/proc/meminfo: memFree=1874068/2055920 swapFree=4184748/4192956
[pid=6901] ppid=6899 vsize=12532 CPUtime=1800.12
/proc/6901/stat : 6901 (pbclasp) S 6899 6901 6515 0 -1 4194304 2291 46832 0 0 1 2 179970 39 16 0 1 0 111808838 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 248770510740 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/6901/statm: 3133 481 343 3 0 233 0
[pid=7026] ppid=6901 vsize=5352 CPUtime=0
/proc/7026/stat : 7026 (sh) S 6901 6901 6515 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 111988902 5480448 224 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7026/statm: 1338 224 188 169 0 49 0
[pid=7028] ppid=7026 vsize=5940 CPUtime=1.95
/proc/7028/stat : 7028 (clasp-1.0) R 7026 6901 6515 0 -1 4194304 1136 0 0 0 195 0 0 0 25 0 1 0 111988902 6082560 1098 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 7284347 0 0 4096 0 0 0 0 17 1 0 0
/proc/7028/statm: 1485 1098 249 81 0 859 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 23824

Child status: 0
Real time (s): 1802.63
CPU time (s): 1802.13
CPU user time (s): 1801.7
CPU system time (s): 0.427934
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 42524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.7
system time used= 0.427934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50775
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= 1687
involuntary context switches= 1990

runsolver used 2.28465 second user time and 4.27335 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Sun Apr 15 12:09:48 UTC 2007

IDJOB= 352686
IDBENCH= 2007
IDSOLVER= 167
FILE ID= node55/352686-1176638988

PBS_JOBID= 4559850

Free space on /tmp= 66563 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ6_3.opb
COMMAND LINE= pbclasp instance-352686-1176638988.opb /tmp/evaluation/352686-1176638988/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node55/convwatcher-352686-1176638988 -o ROOT/results/node55/conversion-352686-1176638988 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/352686-1176638988/instance-352686-1176638988.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-352686-1176638988 -o ROOT/results/node55/solver-352686-1176638988 -C 1800 -W 3600 -M 1800 --output-limit 1,15  pbclasp instance-352686-1176638988.opb /tmp/evaluation/352686-1176638988/temp

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  ff9be653d1d3ea3b1a82846016e94df6

RANDOM SEED= 944718826

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.216
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.216
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:       1880316 kB
Buffers:          3832 kB
Cached:          91620 kB
SwapCached:       2060 kB
Active:          30392 kB
Inactive:        74732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1880316 kB
SwapTotal:     4192956 kB
SwapFree:      4184748 kB
Dirty:             672 kB
Writeback:           0 kB
Mapped:          16712 kB
Slab:            56568 kB
Committed_AS:  1000560 kB
PageTables:       1380 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= 66563 MiB

End job on node55 on Sun Apr 15 12:39:51 UTC 2007