Trace number 363825

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)62 1802.12 1802.83

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-1pb.opb
MD5SUM7070b0ccf5287a23c61644383564c46b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark0.276957
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62
Optimality of the best value was proved YES
Number of variables672
Total number of constraints2028
Number of constraints which are clauses2004
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 672
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 672
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 672
Number of bits of the biggest sum of numbers10
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.17/0.39	o 70
0.38/0.99	o 68
3.15/3.27	o 66
8.14/8.26	o 64
38.74/38.87	o 62
1800.10/1800.81	sh: line 1:  3577 Done                    cat /tmp/evaluation/363825-1177033460/temp/instance-363825-1177033460.opb.op
1800.10/1800.81	      3578 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/363825-1177033460/temp/instance-363825-1177033460.opb.clasp
1800.10/1800.82	c Somebody sent me a SIGTERM
1800.10/1800.82	s SATISFIABLE
1800.10/1800.82	v x7 x8 x23 x29 x34 x42 x46 x55 x76 x77 x81 x91 x98 x100 x110 x113 x125 x138 x142 x151 x161 x176 x190 x198 x207 x212 x216 x222 x224
1800.10/1800.82	v x235 x246 x260 x274 x275 x287 x290 x313 x326 x330 x349 x361 x362 x363 x373 x394 x397 x401 x405 x420 x427 x431 x452 x468 x489 x513
1800.10/1800.82	v x532 x542 x564 x577 x616 x627 x651
1800.10/1800.82	pb2clasp1: no process killed
1800.10/1800.83	clasp-1.0: no process killed
1802.07/1802.82	sh: line 1:  4264 Done                    cat /tmp/evaluation/363825-1177033460/temp/instance-363825-1177033460.opb.op
1802.07/1802.82	      4265 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/363825-1177033460/temp/instance-363825-1177033460.opb.clasp

Verifier Data (download as text)

OK	62

Conversion Script Data (download as text)

/tmp/evaluation/363825-1177033460/instance-363825-1177033460.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/node45/watcher-363825-1177033460 -o ROOT/results/node45/solver-363825-1177033460 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-363825-1177033460.opb /tmp/evaluation/363825-1177033460/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.99 3/77 3528
/proc/meminfo: memFree=1840640/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12268 CPUtime=0
/proc/3528/stat : 3528 (pbclasp) R 3526 3528 2392 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 58191630 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947988478 0 0 4224 0 0 0 0 17 1 0 0
/proc/3528/statm: 3067 317 242 3 0 167 0

[startup+0.100546 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 3528
/proc/meminfo: memFree=1840640/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12532 CPUtime=0.01
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 530 0 0 0 1 0 0 0 16 0 1 0 58191630 12832768 483 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947985506 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/3528/statm: 3133 483 324 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.201556 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 3528
/proc/meminfo: memFree=1840640/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=0.17
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 644 1590 0 0 1 0 15 1 16 0 1 0 58191630 12967936 518 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/3528/statm: 3166 518 343 3 0 266 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 12664

[startup+0.301564 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 3528
/proc/meminfo: memFree=1840640/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=0.17
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 644 1590 0 0 1 0 15 1 16 0 1 0 58191630 12967936 518 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/3528/statm: 3166 518 343 3 0 266 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 12664

[startup+0.701604 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 3528
/proc/meminfo: memFree=1840640/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=0.38
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 793 3539 0 0 1 0 35 2 16 0 1 0 58191630 12967936 520 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 520 343 3 0 266 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 12664

[startup+1.50168 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 3554
/proc/meminfo: memFree=1838112/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=0.97
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 925 5518 0 0 1 0 93 3 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3552] ppid=3528 vsize=5352 CPUtime=0
/proc/3552/stat : 3552 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58191730 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1338 224 188 169 0 49 0
[pid=3554] ppid=3552 vsize=3912 CPUtime=0.48
/proc/3554/stat : 3554 (clasp-1.0) R 3552 3528 2392 0 -1 4194304 632 0 0 0 48 0 0 0 21 0 1 0 58191731 4005888 594 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784684 0 0 4096 0 0 0 0 17 1 0 0
/proc/3554/statm: 978 594 249 81 0 352 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 21928

[startup+3.10185 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 3554
/proc/meminfo: memFree=1837408/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=0.97
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 925 5518 0 0 1 0 93 3 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3552] ppid=3528 vsize=5352 CPUtime=0
/proc/3552/stat : 3552 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58191730 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3552/statm: 1338 224 188 169 0 49 0
[pid=3554] ppid=3552 vsize=4312 CPUtime=2.08
/proc/3554/stat : 3554 (clasp-1.0) R 3552 3528 2392 0 -1 4194304 748 0 0 0 208 0 0 0 25 0 1 0 58191731 4415488 710 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 5162619 0 0 4096 0 0 0 0 17 1 0 0
/proc/3554/statm: 1078 710 249 81 0 452 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 22328

[startup+6.30117 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 3562
/proc/meminfo: memFree=1837216/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=3.24
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1046 7708 0 0 1 0 319 4 17 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3560] ppid=3528 vsize=5352 CPUtime=0
/proc/3560/stat : 3560 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 58191958 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3560/statm: 1338 224 188 169 0 49 0
[pid=3562] ppid=3560 vsize=4572 CPUtime=3
/proc/3562/stat : 3562 (clasp-1.0) R 3560 3528 2392 0 -1 4194304 797 0 0 0 300 0 0 0 25 0 1 0 58191959 4681728 759 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782435 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 1143 759 249 81 0 517 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 22588

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 3570
/proc/meminfo: memFree=1836640/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=8.24
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1173 9952 0 0 1 1 816 6 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3568] ppid=3528 vsize=5352 CPUtime=0
/proc/3568/stat : 3568 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 58192458 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3568/statm: 1338 224 188 169 0 49 0
[pid=3570] ppid=3568 vsize=4832 CPUtime=4.41
/proc/3570/stat : 3570 (clasp-1.0) R 3568 3528 2392 0 -1 4194304 875 0 0 0 441 0 0 0 25 0 1 0 58192458 4947968 837 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/3570/statm: 1208 837 249 81 0 582 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 22848

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 3570
/proc/meminfo: memFree=1835120/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=8.24
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1173 9952 0 0 1 1 816 6 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3568] ppid=3528 vsize=5352 CPUtime=0
/proc/3568/stat : 3568 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 58192458 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3568/statm: 1338 224 188 169 0 49 0
[pid=3570] ppid=3568 vsize=6376 CPUtime=17.2
/proc/3570/stat : 3570 (clasp-1.0) R 3568 3528 2392 0 -1 4194304 1262 0 0 0 1720 0 0 0 25 0 1 0 58192458 6529024 1224 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616828 0 0 4096 0 0 0 0 17 1 0 0
/proc/3570/statm: 1594 1224 249 81 0 968 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 24392

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 3578
/proc/meminfo: memFree=1836208/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=38.85
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1285 12861 0 0 2 1 3873 9 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3576] ppid=3528 vsize=5352 CPUtime=0
/proc/3576/stat : 3576 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58195519 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3576/statm: 1338 224 188 169 0 49 0
[pid=3578] ppid=3576 vsize=5508 CPUtime=12.2
/proc/3578/stat : 3578 (clasp-1.0) R 3576 3528 2392 0 -1 4194304 1026 0 0 0 1220 0 0 0 25 0 1 0 58195519 5640192 988 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/3578/statm: 1377 988 249 81 0 751 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 23524

[startup+102.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 3578
/proc/meminfo: memFree=1832944/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=38.85
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1285 12861 0 0 2 1 3873 9 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3576] ppid=3528 vsize=5352 CPUtime=0
/proc/3576/stat : 3576 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58195519 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3576/statm: 1338 224 188 169 0 49 0
[pid=3578] ppid=3576 vsize=8608 CPUtime=63.39
/proc/3578/stat : 3578 (clasp-1.0) R 3576 3528 2392 0 -1 4194304 1817 0 0 0 6338 1 0 0 25 0 1 0 58195519 8814592 1773 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737260 0 0 4096 0 0 0 0 17 1 0 0
/proc/3578/statm: 2152 1773 249 81 0 1526 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 26624

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 3578
/proc/meminfo: memFree=1831088/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=38.85
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1285 12861 0 0 2 1 3873 9 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3576] ppid=3528 vsize=5352 CPUtime=0
/proc/3576/stat : 3576 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58195519 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3576/statm: 1338 224 188 169 0 49 0
[pid=3578] ppid=3576 vsize=10580 CPUtime=123.37
/proc/3578/stat : 3578 (clasp-1.0) R 3576 3528 2392 0 -1 4194304 2302 0 0 0 12335 2 0 0 25 0 1 0 58195519 10833920 2258 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134748355 0 0 4096 0 0 0 0 17 1 0 0
/proc/3578/statm: 2645 2258 249 81 0 2019 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 28596

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 3578
/proc/meminfo: memFree=1830384/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=38.85
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1285 12861 0 0 2 1 3873 9 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3576] ppid=3528 vsize=5352 CPUtime=0
/proc/3576/stat : 3576 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58195519 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3576/statm: 1338 224 188 169 0 49 0
[pid=3578] ppid=3576 vsize=11272 CPUtime=183.35
/proc/3578/stat : 3578 (clasp-1.0) R 3576 3528 2392 0 -1 4194304 2448 0 0 0 18333 2 0 0 25 0 1 0 58195519 11542528 2404 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784653 0 0 4096 0 0 0 0 17 1 0 0
/proc/3578/statm: 2818 2404 249 81 0 2192 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 29288

[startup+282.301 s]
/proc/loadavg: 1.04 0.99 0.99 2/80 3578
/proc/meminfo: memFree=1829360/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=38.85
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1285 12861 0 0 2 1 3873 9 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3576] ppid=3528 vsize=5352 CPUtime=0
/proc/3576/stat : 3576 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58195519 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3576/statm: 1338 224 188 169 0 49 0

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


[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 4254
/proc/meminfo: memFree=1802736/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=38.85
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1285 12861 0 0 2 1 3873 9 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3576] ppid=3528 vsize=5352 CPUtime=0
/proc/3576/stat : 3576 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58195519 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3576/statm: 1338 224 188 169 0 49 0
[pid=3578] ppid=3576 vsize=16448 CPUtime=1442.82
/proc/3578/stat : 3578 (clasp-1.0) R 3576 3528 2392 0 -1 4194304 3700 0 0 0 144267 15 0 0 25 0 1 0 58195519 16842752 3655 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789696 0 0 4096 0 0 0 0 17 1 0 0
/proc/3578/statm: 4112 3655 249 81 0 3486 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 34464

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 4254
/proc/meminfo: memFree=1802608/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=38.85
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1285 12861 0 0 2 1 3873 9 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3576] ppid=3528 vsize=5352 CPUtime=0
/proc/3576/stat : 3576 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58195519 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3576/statm: 1338 224 188 169 0 49 0
[pid=3578] ppid=3576 vsize=16744 CPUtime=1502.81
/proc/3578/stat : 3578 (clasp-1.0) R 3576 3528 2392 0 -1 4194304 3745 0 0 0 150265 16 0 0 25 0 1 0 58195519 17145856 3696 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784800 0 0 4096 0 0 0 0 17 1 0 0
/proc/3578/statm: 4186 3696 249 81 0 3560 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 34760

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 4254
/proc/meminfo: memFree=1802416/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=38.85
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1285 12861 0 0 2 1 3873 9 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3576] ppid=3528 vsize=5352 CPUtime=0
/proc/3576/stat : 3576 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58195519 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3576/statm: 1338 224 188 169 0 49 0
[pid=3578] ppid=3576 vsize=16892 CPUtime=1562.79
/proc/3578/stat : 3578 (clasp-1.0) R 3576 3528 2392 0 -1 4194304 3795 0 0 0 156263 16 0 0 25 0 1 0 58195519 17297408 3746 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715090 0 0 4096 0 0 0 0 17 1 0 0
/proc/3578/statm: 4223 3746 249 81 0 3597 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 34908

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 4254
/proc/meminfo: memFree=1802288/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=38.85
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1285 12861 0 0 2 1 3873 9 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3576] ppid=3528 vsize=5352 CPUtime=0
/proc/3576/stat : 3576 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58195519 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3576/statm: 1338 224 188 169 0 49 0
[pid=3578] ppid=3576 vsize=17036 CPUtime=1622.78
/proc/3578/stat : 3578 (clasp-1.0) R 3576 3528 2392 0 -1 4194304 3818 0 0 0 162261 17 0 0 25 0 1 0 58195519 17444864 3769 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/3578/statm: 4259 3769 249 81 0 3633 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 35052

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 4254
/proc/meminfo: memFree=1802032/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=38.85
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1285 12861 0 0 2 1 3873 9 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3576] ppid=3528 vsize=5352 CPUtime=0
/proc/3576/stat : 3576 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58195519 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3576/statm: 1338 224 188 169 0 49 0
[pid=3578] ppid=3576 vsize=17352 CPUtime=1682.75
/proc/3578/stat : 3578 (clasp-1.0) R 3576 3528 2392 0 -1 4194304 3891 0 0 0 168258 17 0 0 25 0 1 0 58195519 17768448 3842 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/3578/statm: 4338 3842 249 81 0 3712 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 35368

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 4254
/proc/meminfo: memFree=1801904/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=38.85
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1285 12861 0 0 2 1 3873 9 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3576] ppid=3528 vsize=5352 CPUtime=0
/proc/3576/stat : 3576 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58195519 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3576/statm: 1338 224 188 169 0 49 0
[pid=3578] ppid=3576 vsize=17352 CPUtime=1742.74
/proc/3578/stat : 3578 (clasp-1.0) R 3576 3528 2392 0 -1 4194304 3924 0 0 0 174256 18 0 0 25 0 1 0 58195519 17768448 3875 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784653 0 0 4096 0 0 0 0 17 1 0 0
/proc/3578/statm: 4338 3875 249 81 0 3712 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 35368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 4254
/proc/meminfo: memFree=1801904/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=38.85
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1285 12861 0 0 2 1 3873 9 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=3576] ppid=3528 vsize=5352 CPUtime=0
/proc/3576/stat : 3576 (sh) S 3528 3528 2392 0 -1 4194304 286 121 0 0 0 0 0 0 18 0 1 0 58195519 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3576/statm: 1338 224 188 169 0 49 0
[pid=3578] ppid=3576 vsize=17352 CPUtime=1761.25
/proc/3578/stat : 3578 (clasp-1.0) R 3576 3528 2392 0 -1 4194304 3924 0 0 0 176107 18 0 0 25 0 1 0 58195519 17768448 3875 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789708 0 0 4096 0 0 0 0 17 1 0 0
/proc/3578/statm: 4338 3875 249 81 0 3712 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 35368

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.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 4254
/proc/meminfo: memFree=1801904/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=1800.12
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1447 18581 0 0 2 1 179980 29 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 12664

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 4265
/proc/meminfo: memFree=1814632/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=1800.12
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1447 18581 0 0 2 1 179980 29 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=4263] ppid=3528 vsize=5352 CPUtime=0
/proc/4263/stat : 4263 (sh) S 3528 3528 2392 0 -1 4194304 287 121 0 0 0 0 0 0 18 0 1 0 58371714 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4263/statm: 1338 224 188 169 0 49 0
[pid=4265] ppid=4263 vsize=4308 CPUtime=1.45
/proc/4265/stat : 4265 (clasp-1.0) R 4263 3528 2392 0 -1 4194304 729 0 0 0 145 0 0 0 25 0 1 0 58371714 4411392 691 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782474 0 0 4096 0 0 0 0 17 1 0 0
/proc/4265/statm: 1077 691 249 81 0 451 0
Current children cumulated CPU time (s) 1801.57
Current children cumulated vsize (KiB) 22324

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 4265
/proc/meminfo: memFree=1814632/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=1800.12
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1447 18581 0 0 2 1 179980 29 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=4263] ppid=3528 vsize=5352 CPUtime=0
/proc/4263/stat : 4263 (sh) S 3528 3528 2392 0 -1 4194304 287 121 0 0 0 0 0 0 18 0 1 0 58371714 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4263/statm: 1338 224 188 169 0 49 0
[pid=4265] ppid=4263 vsize=4308 CPUtime=1.85
/proc/4265/stat : 4265 (clasp-1.0) R 4263 3528 2392 0 -1 4194304 737 0 0 0 185 0 0 0 25 0 1 0 58371714 4411392 699 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 5162619 0 0 4096 0 0 0 0 17 1 0 0
/proc/4265/statm: 1077 699 249 81 0 451 0
Current children cumulated CPU time (s) 1801.97
Current children cumulated vsize (KiB) 22324

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 4265
/proc/meminfo: memFree=1814632/2055920 swapFree=4158476/4192956
[pid=3528] ppid=3526 vsize=12664 CPUtime=1800.12
/proc/3528/stat : 3528 (pbclasp) S 3526 3528 2392 0 -1 4194304 1447 18581 0 0 2 1 179980 29 16 0 1 0 58191630 12967936 521 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 258947989396 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/3528/statm: 3166 521 343 3 0 266 0
[pid=4263] ppid=3528 vsize=5352 CPUtime=0
/proc/4263/stat : 4263 (sh) S 3528 3528 2392 0 -1 4194304 287 121 0 0 0 0 0 0 18 0 1 0 58371714 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4263/statm: 1338 224 188 169 0 49 0
[pid=4265] ppid=4263 vsize=4308 CPUtime=1.95
/proc/4265/stat : 4265 (clasp-1.0) R 4263 3528 2392 0 -1 4194304 743 0 0 0 195 0 0 0 25 0 1 0 58371714 4411392 705 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715031 0 0 4096 0 0 0 0 17 1 0 0
/proc/4265/statm: 1077 705 249 81 0 451 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 22324

Child status: 0
Real time (s): 1802.83
CPU time (s): 1802.12
CPU user time (s): 1801.81
CPU system time (s): 0.315951
CPU usage (%): 99.9609
Max. virtual memory (cumulated for all children) (KiB): 35368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.81
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21320
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= 589
involuntary context switches= 22425

runsolver used 1.73574 second user time and 4.83526 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Fri Apr 20 01:44:20 UTC 2007

IDJOB= 363825
IDBENCH= 2029
IDSOLVER= 167
FILE ID= node45/363825-1177033460

PBS_JOBID= 4630608

Free space on /tmp= 66447 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-1pb.opb
COMMAND LINE= pbclasp instance-363825-1177033460.opb /tmp/evaluation/363825-1177033460/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node45/convwatcher-363825-1177033460 -o ROOT/results/node45/conversion-363825-1177033460 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/363825-1177033460/instance-363825-1177033460.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  7070b0ccf5287a23c61644383564c46b

RANDOM SEED= 108238578

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.218
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.218
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:       1840984 kB
Buffers:         34936 kB
Cached:         114244 kB
SwapCached:      14564 kB
Active:          88364 kB
Inactive:        85096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840984 kB
SwapTotal:     4192956 kB
SwapFree:      4158476 kB
Dirty:             688 kB
Writeback:           0 kB
Mapped:          32388 kB
Slab:            26964 kB
Committed_AS:  1208980 kB
PageTables:       1736 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= 66447 MiB

End job on node45 on Fri Apr 20 02:14:23 UTC 2007