Trace number 363671

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)6953 1802.02 1802.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-my_adder.opb
MD5SUM38f65eab3d9896915eed9a127435e25b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4561
Best CPU time to get the best result obtained on this benchmark2.26366
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4561
Optimality of the best value was proved YES
Number of variables577
Total number of constraints1322
Number of constraints which are clauses1306
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint2
Maximum length of a constraint17
Number of terms in the objective function 577
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 24510
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 24510
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.01/0.19	o 6953
1800.04/1800.80	sh: line 1: 18768 Done                    cat /tmp/evaluation/363671-1177030476/temp/instance-363671-1177030476.opb.op
1800.04/1800.80	     18769 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/363671-1177030476/temp/instance-363671-1177030476.opb.clasp
1800.04/1800.81	c Somebody sent me a SIGTERM
1800.04/1800.81	s SATISFIABLE
1800.04/1800.81	v x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x78
1800.04/1800.81	v x81 x162 x207 x208 x209 x214 x215 x216 x217 x218 x219 x220 x221 x222 x223 x224 x225 x226 x227 x229 x230 x232 x233 x234 x235 x236
1800.04/1800.81	v x237 x238 x239 x240 x241 x242 x243 x244 x245 x246 x247 x248 x249 x250 x251 x252 x253 x254 x256 x257 x258 x259 x260 x261 x262 x263
1800.04/1800.81	v x264 x265 x266 x267 x268 x269 x270 x271 x272 x273 x305 x324 x329 x330 x338 x406 x447 x449 x451 x452 x453 x454 x455 x456 x457 x458
1800.04/1800.81	v x459 x460 x461 x462 x463 x464 x465 x466 x467 x468 x469 x470 x471 x472 x473 x474 x475 x476 x477 x478 x481 x482 x485 x488 x491 x497
1800.04/1800.81	v x500 x503 x506 x509 x512 x515 x518 x521 x524 x531 x532 x533 x534 x535 x536 x537 x538 x539 x540 x541 x542 x543 x544 x546 x577
1800.04/1800.89	pb2clasp1: no process killed
1800.04/1800.89	clasp-1.0: no process killed
1801.97/1802.82	sh: line 1: 18977 Done                    cat /tmp/evaluation/363671-1177030476/temp/instance-363671-1177030476.opb.op
1801.97/1802.82	     18978 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/363671-1177030476/temp/instance-363671-1177030476.opb.clasp

Verifier Data (download as text)

OK	6953

Conversion Script Data (download as text)

/tmp/evaluation/363671-1177030476/instance-363671-1177030476.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/node3/watcher-363671-1177030476 -o ROOT/results/node3/solver-363671-1177030476 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-363671-1177030476.opb /tmp/evaluation/363671-1177030476/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: 1.09 1.05 1.01 3/77 18751
/proc/meminfo: memFree=1770912/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12268 CPUtime=0
/proc/18751/stat : 18751 (pbclasp) R 18749 18751 18597 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 179085411 12562432 317 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233632922213 0 0 4224 0 0 0 0 17 1 0 0
/proc/18751/statm: 3067 317 242 3 0 167 0

[startup+0.0501421 s]
/proc/loadavg: 1.09 1.05 1.01 3/77 18751
/proc/meminfo: memFree=1770912/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12532 CPUtime=0.01
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 526 0 0 0 1 0 0 0 16 0 1 0 179085411 12832768 478 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641652322 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3133 478 324 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.101142 s]
/proc/loadavg: 1.09 1.05 1.01 3/77 18751
/proc/meminfo: memFree=1770912/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12532 CPUtime=0.01
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 526 0 0 0 1 0 0 0 16 0 1 0 179085411 12832768 478 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641652322 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3133 478 324 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.301173 s]
/proc/loadavg: 1.09 1.05 1.01 3/77 18751
/proc/meminfo: memFree=1770912/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 12664

[startup+0.701234 s]
/proc/loadavg: 1.09 1.05 1.01 3/77 18751
/proc/meminfo: memFree=1770912/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 12664

[startup+1.50136 s]
/proc/loadavg: 1.09 1.05 1.01 2/80 18769
/proc/meminfo: memFree=1767432/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=4292 CPUtime=1.28
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 719 0 0 0 128 0 0 0 25 0 1 0 179085432 4395008 681 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134778649 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 1073 681 249 81 0 447 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 22308

[startup+3.10162 s]
/proc/loadavg: 1.09 1.05 1.01 2/80 18769
/proc/meminfo: memFree=1766920/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=4548 CPUtime=2.88
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 785 0 0 0 288 0 0 0 25 0 1 0 179085432 4657152 747 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134792581 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 1137 747 249 81 0 511 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 22564

[startup+6.30114 s]
/proc/loadavg: 1.08 1.05 1.01 2/80 18769
/proc/meminfo: memFree=1766472/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=4932 CPUtime=6.07
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 889 0 0 0 607 0 0 0 25 0 1 0 179085432 5050368 851 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 1233 851 249 81 0 607 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 22948

[startup+12.7012 s]
/proc/loadavg: 1.07 1.05 1.01 2/80 18769
/proc/meminfo: memFree=1766024/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=5336 CPUtime=12.47
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 997 0 0 0 1247 0 0 0 25 0 1 0 179085432 5464064 959 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784500 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 1334 959 249 81 0 708 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 23352

[startup+25.5023 s]
/proc/loadavg: 1.06 1.04 1.00 2/80 18769
/proc/meminfo: memFree=1765576/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=5640 CPUtime=25.26
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 1076 0 0 0 2526 0 0 0 25 0 1 0 179085432 5775360 1038 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616647 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 1410 1038 249 81 0 784 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 23656

[startup+51.1014 s]
/proc/loadavg: 1.04 1.04 1.00 2/80 18769
/proc/meminfo: memFree=1765064/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=6168 CPUtime=50.86
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 1201 0 0 0 5085 1 0 0 25 0 1 0 179085432 6316032 1163 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737653 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 1542 1163 249 81 0 916 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 24184

[startup+102.306 s]
/proc/loadavg: 1.01 1.03 1.00 2/80 18769
/proc/meminfo: memFree=1764616/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=6532 CPUtime=102.04
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 1305 0 0 0 10203 1 0 0 25 0 1 0 179085432 6688768 1264 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789696 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 1633 1264 249 81 0 1007 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 24548

[startup+162.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/80 18769
/proc/meminfo: memFree=1764040/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=7160 CPUtime=162.02
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 1461 0 0 0 16200 2 0 0 25 0 1 0 179085432 7331840 1406 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737644 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 1790 1406 249 81 0 1164 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 25176

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/80 18769
/proc/meminfo: memFree=1763528/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=7596 CPUtime=221.99
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 1574 0 0 0 22197 2 0 0 25 0 1 0 179085432 7778304 1519 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134777418 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 1899 1519 249 81 0 1273 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 25612

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/80 18769
/proc/meminfo: memFree=1763208/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0

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


[startup+1482.3 s]
/proc/loadavg: 1.10 1.03 1.01 2/80 18967
/proc/meminfo: memFree=1759816/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=11008 CPUtime=1481.47
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 2564 0 0 0 148134 13 0 0 25 0 1 0 179085432 11272192 2352 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134742230 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 2752 2352 249 81 0 2126 0
Current children cumulated CPU time (s) 1481.64
Current children cumulated vsize (KiB) 29024

[startup+1542.3 s]
/proc/loadavg: 1.31 1.10 1.03 2/80 18967
/proc/meminfo: memFree=1759752/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=11068 CPUtime=1541.46
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 2584 0 0 0 154132 14 0 0 25 0 1 0 179085432 11333632 2372 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 2767 2372 249 81 0 2141 0
Current children cumulated CPU time (s) 1541.63
Current children cumulated vsize (KiB) 29084

[startup+1602.3 s]
/proc/loadavg: 1.11 1.08 1.02 2/80 18967
/proc/meminfo: memFree=1759688/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=11068 CPUtime=1601.43
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 2587 0 0 0 160129 14 0 0 25 0 1 0 179085432 11333632 2375 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715892 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 2767 2375 249 81 0 2141 0
Current children cumulated CPU time (s) 1601.6
Current children cumulated vsize (KiB) 29084

[startup+1662.3 s]
/proc/loadavg: 1.04 1.06 1.02 2/80 18967
/proc/meminfo: memFree=1759688/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=11068 CPUtime=1661.42
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 2597 0 0 0 166127 15 0 0 25 0 1 0 179085432 11333632 2384 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134630312 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 2767 2384 249 81 0 2141 0
Current children cumulated CPU time (s) 1661.59
Current children cumulated vsize (KiB) 29084

[startup+1722.3 s]
/proc/loadavg: 1.01 1.05 1.01 2/80 18967
/proc/meminfo: memFree=1759624/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=11192 CPUtime=1721.39
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 2609 0 0 0 172124 15 0 0 25 0 1 0 179085432 11460608 2394 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 2798 2394 249 81 0 2172 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 29208

[startup+1782.3 s]
/proc/loadavg: 1.00 1.04 1.01 2/80 18967
/proc/meminfo: memFree=1759560/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=11192 CPUtime=1781.38
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 2616 0 0 0 178122 16 0 0 25 0 1 0 179085432 11460608 2401 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784714 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 2798 2401 249 81 0 2172 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (KiB) 29208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.03 1.00 2/80 18967
/proc/meminfo: memFree=1759560/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=0.17
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 782 3452 0 4 1 0 14 2 16 0 1 0 179085411 12967936 514 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 3166 514 343 3 0 266 0
[pid=18767] ppid=18751 vsize=5352 CPUtime=0
/proc/18767/stat : 18767 (sh) S 18751 18751 18597 0 -1 4194304 288 121 0 0 0 0 0 0 19 0 1 0 179085432 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18767/statm: 1338 224 188 169 0 49 0
[pid=18769] ppid=18767 vsize=11192 CPUtime=1799.87
/proc/18769/stat : 18769 (clasp-1.0) R 18767 18751 18597 0 -1 4194304 2616 0 0 0 179971 16 0 0 25 0 1 0 179085432 11460608 2401 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134741030 0 0 4096 0 0 0 0 17 1 0 0
/proc/18769/statm: 2798 2401 249 81 0 2172 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 29208

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: 1.00 1.03 1.00 2/80 18967
/proc/meminfo: memFree=1759560/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=1800.08
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 956 7865 0 4 1 1 179985 21 16 0 1 0 179085411 12967936 515 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18751/statm: 3166 515 343 3 0 266 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 12664

[startup+1802.2 s]
/proc/loadavg: 1.00 1.03 1.00 2/81 18978
/proc/meminfo: memFree=1766400/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=1800.08
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 956 7865 0 4 1 1 179985 21 16 0 1 0 179085411 12967936 515 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18751/statm: 3166 515 343 3 0 266 0
[pid=18976] ppid=18751 vsize=5352 CPUtime=0
/proc/18976/stat : 18976 (sh) S 18751 18751 18597 0 -1 4194304 290 121 0 0 0 0 0 0 16 0 1 0 179265501 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18976/statm: 1338 224 188 169 0 49 0
[pid=18978] ppid=18976 vsize=4292 CPUtime=1.29
/proc/18978/stat : 18978 (clasp-1.0) R 18976 18751 18597 0 -1 4194304 719 0 0 0 129 0 0 0 25 0 1 0 179265501 4395008 681 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134777253 0 0 4096 0 0 0 0 17 1 0 0
/proc/18978/statm: 1073 681 249 81 0 447 0
Current children cumulated CPU time (s) 1801.37
Current children cumulated vsize (KiB) 22308

[startup+1802.6 s]
/proc/loadavg: 1.00 1.03 1.00 2/81 18978
/proc/meminfo: memFree=1766400/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=1800.08
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 956 7865 0 4 1 1 179985 21 16 0 1 0 179085411 12967936 515 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18751/statm: 3166 515 343 3 0 266 0
[pid=18976] ppid=18751 vsize=5352 CPUtime=0
/proc/18976/stat : 18976 (sh) S 18751 18751 18597 0 -1 4194304 290 121 0 0 0 0 0 0 16 0 1 0 179265501 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18976/statm: 1338 224 188 169 0 49 0
[pid=18978] ppid=18976 vsize=4420 CPUtime=1.69
/proc/18978/stat : 18978 (clasp-1.0) R 18976 18751 18597 0 -1 4194304 744 0 0 0 169 0 0 0 25 0 1 0 179265501 4526080 706 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784800 0 0 4096 0 0 0 0 17 1 0 0
/proc/18978/statm: 1105 706 249 81 0 479 0
Current children cumulated CPU time (s) 1801.77
Current children cumulated vsize (KiB) 22436

[startup+1802.8 s]
/proc/loadavg: 1.00 1.03 1.00 3/81 18978
/proc/meminfo: memFree=1766080/2055920 swapFree=4140760/4192956
[pid=18751] ppid=18749 vsize=12664 CPUtime=1800.08
/proc/18751/stat : 18751 (pbclasp) S 18749 18751 18597 0 -1 4194304 956 7865 0 4 1 1 179985 21 16 0 1 0 179085411 12967936 515 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 233641656212 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/18751/statm: 3166 515 343 3 0 266 0
[pid=18976] ppid=18751 vsize=5352 CPUtime=0
/proc/18976/stat : 18976 (sh) S 18751 18751 18597 0 -1 4194304 290 121 0 0 0 0 0 0 16 0 1 0 179265501 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18976/statm: 1338 224 188 169 0 49 0
[pid=18978] ppid=18976 vsize=4420 CPUtime=1.89
/proc/18978/stat : 18978 (clasp-1.0) R 18976 18751 18597 0 -1 4194304 756 0 0 0 189 0 0 0 25 0 1 0 179265501 4526080 718 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789711 0 0 4096 0 0 0 0 17 1 0 0
/proc/18978/statm: 1105 718 249 81 0 479 0
Current children cumulated CPU time (s) 1801.97
Current children cumulated vsize (KiB) 22436

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.85
CPU time (s): 1802.02
CPU user time (s): 1801.79
CPU system time (s): 0.228965
CPU usage (%): 99.9539
Max. virtual memory (cumulated for all children) (KiB): 29220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.79
system time used= 0.228965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10015
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 294
involuntary context switches= 1958

runsolver used 1.76373 second user time and 4.80627 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Fri Apr 20 00:54:37 UTC 2007

IDJOB= 363671
IDBENCH= 2015
IDSOLVER= 167
FILE ID= node3/363671-1177030476

PBS_JOBID= 4630647

Free space on /tmp= 66358 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-my_adder.opb
COMMAND LINE= pbclasp instance-363671-1177030476.opb /tmp/evaluation/363671-1177030476/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node3/convwatcher-363671-1177030476 -o ROOT/results/node3/conversion-363671-1177030476 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/363671-1177030476/instance-363671-1177030476.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  38f65eab3d9896915eed9a127435e25b

RANDOM SEED= 239581132

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1771320 kB
Buffers:         29996 kB
Cached:         189808 kB
SwapCached:      15136 kB
Active:          88996 kB
Inactive:       154244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771320 kB
SwapTotal:     4192956 kB
SwapFree:      4140760 kB
Dirty:             620 kB
Writeback:           0 kB
Mapped:          30468 kB
Slab:            26864 kB
Committed_AS:  5314844 kB
PageTables:       1780 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= 66358 MiB

End job on node3 on Fri Apr 20 01:24:40 UTC 2007