Trace number 366557

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)117 1802.13 1802.73

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-m4.r.opb
MD5SUMf69ecb5497caa964fbd82b9dc6698ac3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark0.203968
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 90
Optimality of the best value was proved YES
Number of variables652
Total number of constraints759
Number of constraints which are clauses759
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint46
Number of terms in the objective function 652
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 652
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 652
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.14/0.20	o 129
0.14/0.27	o 117
1800.07/1800.71	sh: line 1: 14349 Done                    cat /tmp/evaluation/366557-1177063024/temp/instance-366557-1177063024.opb.op
1800.07/1800.71	     14350 Terminated              | clasp-1.0 --trans=no >/tmp/evaluation/366557-1177063024/temp/instance-366557-1177063024.opb.clasp
1800.07/1800.72	c Somebody sent me a SIGTERM
1800.07/1800.72	s SATISFIABLE
1800.07/1800.72	v x4 x9 x10 x12 x21 x47 x48 x50 x54 x73 x77 x97 x110 x114 x118 x120 x121 x132 x142 x150 x155 x160 x162 x170 x181 x183 x197 x208 x225
1800.07/1800.72	v x229 x236 x239 x247 x252 x256 x268 x271 x310 x314 x334 x337 x339 x344 x355 x358 x361 x374 x379 x386 x391 x399 x403 x406 x408 x413
1800.07/1800.72	v x424 x429 x434 x436 x442 x445 x452 x457 x460 x466 x467 x470 x472 x473 x479 x489 x492 x496 x497 x504 x507 x510 x518 x527 x528 x533
1800.07/1800.72	v x537 x539 x542 x543 x545 x547 x556 x563 x565 x572 x573 x575 x579 x589 x597 x599 x600 x603 x604 x610 x611 x615 x617 x624 x625 x627
1800.07/1800.72	v x629 x630 x631 x634 x635 x638 x640 x642 x645 x652
1800.07/1800.72	pb2clasp1: no process killed
1800.07/1800.73	clasp-1.0: no process killed
1802.06/1802.72	sh: line 1: 14558 Done                    cat /tmp/evaluation/366557-1177063024/temp/instance-366557-1177063024.opb.op
1802.06/1802.72	     14559 Killed                  | clasp-1.0 --trans=no >/tmp/evaluation/366557-1177063024/temp/instance-366557-1177063024.opb.clasp

Verifier Data (download as text)

OK	117

Conversion Script Data (download as text)

/tmp/evaluation/366557-1177063024/instance-366557-1177063024.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/node1/watcher-366557-1177063024 -o ROOT/results/node1/solver-366557-1177063024 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-366557-1177063024.opb /tmp/evaluation/366557-1177063024/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.92 0.98 1.02 3/77 14324
/proc/meminfo: memFree=1697864/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12268 CPUtime=0
/proc/14324/stat : 14324 (pbclasp) D 14322 14324 13328 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 182340300 12562432 317 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259353442917 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/14324/statm: 3067 317 242 3 0 167 0

[startup+0.0882141 s]
/proc/loadavg: 0.92 0.98 1.02 3/77 14324
/proc/meminfo: memFree=1697864/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12532 CPUtime=0.01
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 528 0 0 0 1 0 0 0 16 0 1 0 182340300 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362173026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/14324/statm: 3133 481 324 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.101213 s]
/proc/loadavg: 0.92 0.98 1.02 3/77 14324
/proc/meminfo: memFree=1697864/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12532 CPUtime=0.01
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 528 0 0 0 1 0 0 0 16 0 1 0 182340300 12832768 481 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362173026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/14324/statm: 3133 481 324 3 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12532

[startup+0.301243 s]
/proc/loadavg: 0.92 0.98 1.02 3/77 14324
/proc/meminfo: memFree=1697864/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 12664

[startup+0.701287 s]
/proc/loadavg: 0.92 0.98 1.02 3/77 14324
/proc/meminfo: memFree=1697864/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 12664

[startup+1.50238 s]
/proc/loadavg: 0.92 0.98 1.02 2/80 14350
/proc/meminfo: memFree=1694960/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=4264 CPUtime=1.2
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 719 0 0 0 120 0 0 0 25 0 1 0 182340329 4366336 681 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715278 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 1066 681 249 81 0 440 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 22280

[startup+3.10157 s]
/proc/loadavg: 0.92 0.98 1.02 2/80 14350
/proc/meminfo: memFree=1694576/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=4524 CPUtime=2.8
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 789 0 0 0 280 0 0 0 25 0 1 0 182340329 4632576 751 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616326 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 1131 751 249 81 0 505 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 22540

[startup+6.30194 s]
/proc/loadavg: 0.93 0.98 1.02 2/80 14350
/proc/meminfo: memFree=1694128/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=4900 CPUtime=6
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 879 0 0 0 600 0 0 0 25 0 1 0 182340329 5017600 841 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 1225 841 249 81 0 599 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 22916

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 1.02 2/80 14350
/proc/meminfo: memFree=1693552/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=5268 CPUtime=12.39
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 970 0 0 0 1239 0 0 0 25 0 1 0 182340329 5394432 932 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784500 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 1317 932 249 81 0 691 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 23284

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 1.02 2/80 14350
/proc/meminfo: memFree=1692976/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=5784 CPUtime=25.19
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 1108 0 0 0 2519 0 0 0 25 0 1 0 182340329 5922816 1070 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 1446 1070 249 81 0 820 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 23800

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 1.02 2/80 14350
/proc/meminfo: memFree=1692528/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=6212 CPUtime=50.79
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 1211 0 0 0 5078 1 0 0 25 0 1 0 182340329 6361088 1173 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616647 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 1553 1173 249 81 0 927 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 24228

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 1.01 2/80 14350
/proc/meminfo: memFree=1691760/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=7028 CPUtime=101.98
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 1419 0 0 0 10197 1 0 0 25 0 1 0 182340329 7196672 1381 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784803 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 1757 1381 249 81 0 1131 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 25044

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/80 14350
/proc/meminfo: memFree=1691248/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=7524 CPUtime=161.95
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 1536 0 0 0 16194 1 0 0 25 0 1 0 182340329 7704576 1498 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784501 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 1881 1498 249 81 0 1255 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 25540

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/80 14350
/proc/meminfo: memFree=1690800/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=7980 CPUtime=221.94
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 1657 0 0 0 22192 2 0 0 25 0 1 0 182340329 8171520 1619 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 1995 1619 249 81 0 1369 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 25996

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/86 14522
/proc/meminfo: memFree=1689080/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0

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


[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/80 14548
/proc/meminfo: memFree=1686960/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=11816 CPUtime=1481.5
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 2622 0 0 0 148139 11 0 0 25 0 1 0 182340329 12099584 2543 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 2954 2543 249 81 0 2328 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 29832

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/80 14548
/proc/meminfo: memFree=1686896/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=11816 CPUtime=1541.48
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 2639 0 0 0 154137 11 0 0 25 0 1 0 182340329 12099584 2560 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134792600 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 2954 2560 249 81 0 2328 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 29832

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/80 14548
/proc/meminfo: memFree=1686960/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=11816 CPUtime=1601.47
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 2647 0 0 0 160135 12 0 0 25 0 1 0 182340329 12099584 2568 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784673 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 2954 2568 249 81 0 2328 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 29832

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/80 14548
/proc/meminfo: memFree=1686896/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=11816 CPUtime=1661.45
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 2654 0 0 0 166133 12 0 0 25 0 1 0 182340329 12099584 2569 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134793043 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 2954 2569 249 81 0 2328 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 29832

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/80 14548
/proc/meminfo: memFree=1686896/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=11816 CPUtime=1721.43
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 2654 0 0 0 172131 12 0 0 25 0 1 0 182340329 12099584 2569 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784502 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 2954 2569 249 81 0 2328 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 29832

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/80 14548
/proc/meminfo: memFree=1686832/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=11856 CPUtime=1781.42
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 2664 0 0 0 178129 13 0 0 25 0 1 0 182340329 12140544 2578 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784803 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 2964 2578 249 81 0 2338 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 29872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 0.99 0.98 1.00 2/80 14548
/proc/meminfo: memFree=1686832/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=0.25
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 942 5263 0 0 1 0 21 3 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14348] ppid=14324 vsize=5352 CPUtime=0
/proc/14348/stat : 14348 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 182340328 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14348/statm: 1338 224 188 169 0 49 0
[pid=14350] ppid=14348 vsize=11856 CPUtime=1799.82
/proc/14350/stat : 14350 (clasp-1.0) R 14348 14324 13328 0 -1 4194304 2664 0 0 0 179969 13 0 0 25 0 1 0 182340329 12140544 2578 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134793599 0 0 4096 0 0 0 0 17 1 0 0
/proc/14350/statm: 2964 2578 249 81 0 2338 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 29872

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.98 1.00 2/80 14548
/proc/meminfo: memFree=1686832/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=1800.11
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 1108 9725 0 0 1 0 179991 19 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 12664

[startup+1802.2 s]
/proc/loadavg: 0.99 0.98 1.00 2/81 14559
/proc/meminfo: memFree=1694440/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=1800.11
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 1108 9725 0 0 1 0 179991 19 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14557] ppid=14324 vsize=5352 CPUtime=0
/proc/14557/stat : 14557 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 18 0 1 0 182520373 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14557/statm: 1338 224 188 169 0 49 0
[pid=14559] ppid=14557 vsize=4264 CPUtime=1.45
/proc/14559/stat : 14559 (clasp-1.0) R 14557 14324 13328 0 -1 4194304 722 0 0 0 145 0 0 0 25 0 1 0 182520374 4366336 684 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/14559/statm: 1066 684 249 81 0 440 0
Current children cumulated CPU time (s) 1801.56
Current children cumulated vsize (KiB) 22280

[startup+1802.6 s]
/proc/loadavg: 0.99 0.98 1.00 2/81 14559
/proc/meminfo: memFree=1694440/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=1800.11
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 1108 9725 0 0 1 0 179991 19 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14557] ppid=14324 vsize=5352 CPUtime=0
/proc/14557/stat : 14557 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 18 0 1 0 182520373 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14557/statm: 1338 224 188 169 0 49 0
[pid=14559] ppid=14557 vsize=4396 CPUtime=1.85
/proc/14559/stat : 14559 (clasp-1.0) R 14557 14324 13328 0 -1 4194304 752 0 0 0 185 0 0 0 25 0 1 0 182520374 4501504 714 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784694 0 0 4096 0 0 0 0 17 1 0 0
/proc/14559/statm: 1099 714 249 81 0 473 0
Current children cumulated CPU time (s) 1801.96
Current children cumulated vsize (KiB) 22412

[startup+1802.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/81 14559
/proc/meminfo: memFree=1694440/2055920 swapFree=4145780/4192956
[pid=14324] ppid=14322 vsize=12664 CPUtime=1800.11
/proc/14324/stat : 14324 (pbclasp) S 14322 14324 13328 0 -1 4194304 1108 9725 0 0 1 0 179991 19 16 0 1 0 182340300 12967936 520 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 259362176916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/14324/statm: 3166 520 343 3 0 266 0
[pid=14557] ppid=14324 vsize=5352 CPUtime=0
/proc/14557/stat : 14557 (sh) S 14324 14324 13328 0 -1 4194304 287 121 0 0 0 0 0 0 18 0 1 0 182520373 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14557/statm: 1338 224 188 169 0 49 0
[pid=14559] ppid=14557 vsize=4396 CPUtime=1.95
/proc/14559/stat : 14559 (clasp-1.0) R 14557 14324 13328 0 -1 4194304 754 0 0 0 195 0 0 0 25 0 1 0 182520374 4501504 716 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782446 0 0 4096 0 0 0 0 17 1 0 0
/proc/14559/statm: 1099 716 249 81 0 473 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 22412

Child status: 0
Real time (s): 1802.73
CPU time (s): 1802.13
CPU user time (s): 1801.92
CPU system time (s): 0.211967
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 29976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.92
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12141
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= 361
involuntary context switches= 2747

runsolver used 1.73773 second user time and 4.82926 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Fri Apr 20 09:57:05 UTC 2007

IDJOB= 366557
IDBENCH= 2868
IDSOLVER= 167
FILE ID= node1/366557-1177063024

PBS_JOBID= 4640189

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-PB06/manquiho/logic_synthesis/normalized-m4.r.opb
COMMAND LINE= pbclasp instance-366557-1177063024.opb /tmp/evaluation/366557-1177063024/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-366557-1177063024 -o ROOT/results/node1/conversion-366557-1177063024 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/366557-1177063024/instance-366557-1177063024.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  f69ecb5497caa964fbd82b9dc6698ac3

RANDOM SEED= 382301799

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.234
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.234
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:       1698272 kB
Buffers:         36528 kB
Cached:         245724 kB
SwapCached:      14160 kB
Active:         115464 kB
Inactive:       190032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698272 kB
SwapTotal:     4192956 kB
SwapFree:      4145780 kB
Dirty:             576 kB
Writeback:           0 kB
Mapped:          30364 kB
Slab:            37604 kB
Committed_AS:  5085532 kB
PageTables:       1836 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 node1 on Fri Apr 20 10:27:08 UTC 2007