Trace number 3385626

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 3440.96 510.741

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1720200795-004.UNKNOWN.cnf
MD5SUM3db6bd99841631bff4d8c3d33ccc1047
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark370.187
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.41/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/0.64	c INFO: solving HOME/instance-3385626-1305571181.cnf
0.41/0.64	c INFO: computing task features
0.41/0.68	c INFO: computed variable-clause graph statistics
0.41/0.68	c INFO: computed clause balance statistics
0.59/0.87	c INFO: computed variable balance statistics
0.69/0.94	c INFO: computed small-clause counts
0.69/0.94	c INFO: computed Horn-clause counts
0.69/0.95	c INFO: computed variable graph statistics
0.69/0.95	c INFO: collected features for HOME/instance-3385626-1305571181.cnf in 0.31 s
0.69/0.98	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.55)
0.69/1.01	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.10)
0.83/1.04	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.05)
0.83/1.07	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.04)
0.83/1.10	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.03)
1.03/1.13	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.02)
1.15/1.21	c INFO: running FH@0 for 97 with 4999 remaining (b = 0.02)
1.27/1.34	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.01)
622.02/101.32	c INFO: running march_hi@0 for 2134 with 4899 remaining (b = 0.31)
622.02/101.37	c INFO: running march_hi@0 for 2134 with 4899 remaining (b = 0.29)
622.64/101.45	c INFO: running march_hi@0 for 388 with 4899 remaining (b = 0.11)
623.06/101.55	c INFO: running march_hi@0 for 388 with 4899 remaining (b = 0.09)
835.79/132.03	c INFO: running adaptg2wsat2009++@0 for 97 with 4868 remaining (b = 0.01)
957.76/149.52	c INFO: running march_hi@0 for 2134 with 4851 remaining (b = 0.26)
957.76/149.56	c INFO: running march_hi@0 for 485 with 4851 remaining (b = 0.09)
959.34/149.84	c INFO: running march_hi@0 for 388 with 4850 remaining (b = 0.07)
1958.95/296.62	c INFO: running march_hi@0 for 388 with 4704 remaining (b = 0.05)
3440.60/510.72	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385626-1305571181/watcher-3385626-1305571181 -o /tmp/evaluation-result-3385626-1305571181/solver-3385626-1305571181 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385626-1305571181.cnf -seed 417188905 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 10.25 10.64 10.53 3/402 26545
/proc/meminfo: memFree=7218244/32950928 swapFree=64721852/67111528
[pid=26545] ppid=26543 vsize=15908 CPUtime=0 cores=0-7
/proc/26545/stat : 26545 (python) R 26543 26545 25311 0 -1 4202496 944 0 0 0 0 0 0 0 21 0 1 0 668717916 16289792 822 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26545/statm: 3977 826 357 364 0 464 0

[startup+0.0316839 s]
/proc/loadavg: 10.25 10.64 10.53 3/402 26545
/proc/meminfo: memFree=7218244/32950928 swapFree=64721852/67111528
[pid=26545] ppid=26543 vsize=16532 CPUtime=0.01 cores=0-7
/proc/26545/stat : 26545 (python) S 26543 26545 25311 0 -1 4202496 1184 0 0 0 1 0 0 0 17 0 1 0 668717916 16928768 1045 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/26545/statm: 4134 1050 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16532

[startup+0.100673 s]
/proc/loadavg: 10.25 10.64 10.53 3/402 26545
/proc/meminfo: memFree=7218244/32950928 swapFree=64721852/67111528
[pid=26545] ppid=26543 vsize=91824 CPUtime=0.06 cores=0-7
/proc/26545/stat : 26545 (python) S 26543 26545 25311 0 -1 4202496 2677 0 0 0 5 1 0 0 17 0 1 0 668717916 94027776 2393 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/26545/statm: 22956 2393 755 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91824

[startup+0.300638 s]
/proc/loadavg: 10.25 10.64 10.53 3/402 26545
/proc/meminfo: memFree=7218244/32950928 swapFree=64721852/67111528
[pid=26545] ppid=26543 vsize=135748 CPUtime=0.21 cores=0-7
/proc/26545/stat : 26545 (python) S 26543 26545 25311 0 -1 4202496 5967 938 1 0 13 8 0 0 17 0 1 0 668717916 139005952 4151 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089694213 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/26545/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135748

[startup+0.700507 s]
/proc/loadavg: 10.25 10.64 10.53 3/402 26545
/proc/meminfo: memFree=7218244/32950928 swapFree=64721852/67111528
[pid=26545] ppid=26543 vsize=279552 CPUtime=0.49 cores=0-7
/proc/26545/stat : 26545 (python) R 26543 26545 25311 0 -1 4202496 9754 938 1 0 34 15 0 0 16 0 1 0 668717916 286261248 7273 33554432000 4194304 5683644 140733291621776 18446744073709551615 47350347370549 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26545/statm: 69888 7273 1826 364 0 5812 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 279552

[startup+1.50037 s]
/proc/loadavg: 10.25 10.64 10.53 5/406 26553
/proc/meminfo: memFree=7192172/32950928 swapFree=64721852/67111528
[pid=26545] ppid=26543 vsize=426804 CPUtime=0.98 cores=0-7
/proc/26545/stat : 26545 (python) S 26543 26545 25311 0 -1 4202496 15850 938 1 0 81 17 0 0 24 0 9 0 668717916 437047296 7438 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26545/statm: 106701 7438 1891 364 0 42598 0
[pid=26551] ppid=26545 vsize=278700 CPUtime=0 cores=0-7
/proc/26551/stat : 26551 (python) S 26545 26545 25311 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668718014 285388800 5614 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718287 0 0 16781312 514 8364223550810226687 0 0 17 6 0 0 0
/proc/26551/statm: 69675 5614 354 364 0 5593 0
[pid=26553] ppid=26551 vsize=1017932 CPUtime=0.5 cores=0-7
/proc/26553/stat : 26553 (gnovelty+2) R 26551 26553 26553 0 -1 4202496 514 0 0 0 50 0 0 0 20 0 1 0 668718015 1042362368 248 33554432000 134512640 135663704 4291135712 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26553/statm: 254483 248 113 282 0 254199 0
[pid=26545/tid=26552] ppid=26543 vsize=426804 CPUtime=0 cores=0-7
/proc/26545/task/26552/stat : 26552 (python) S 26543 26545 25311 0 -1 4202560 26 938 0 0 0 0 0 0 17 0 9 0 668718014 437047296 7438 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 3 0 0 0
[pid=26545/tid=26555] ppid=26543 vsize=426804 CPUtime=0 cores=0-7
/proc/26545/task/26555/stat : 26555 (python) S 26543 26545 25311 0 -1 4202560 22 938 0 0 0 0 0 0 18 0 9 0 668718017 437047296 7438 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1723436

[startup+3.10108 s]
/proc/loadavg: 10.25 10.64 10.53 11/427 26574
/proc/meminfo: memFree=7158896/32950928 swapFree=64721852/67111528
[pid=26545] ppid=26543 vsize=426804 CPUtime=0.98 cores=0-7
/proc/26545/stat : 26545 (python) S 26543 26545 25311 0 -1 4202496 15850 938 1 0 81 17 0 0 24 0 9 0 668717916 437047296 7438 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26545/statm: 106701 7438 1891 364 0 42598 0
[pid=26551] ppid=26545 vsize=278700 CPUtime=0 cores=0-7
/proc/26551/stat : 26551 (python) S 26545 26545 25311 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668718014 285388800 5614 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718287 0 0 16781312 514 8364223550810194182 0 0 17 6 0 0 0
/proc/26551/statm: 69675 5614 354 364 0 5593 0
[pid=26553] ppid=26551 vsize=1017932 CPUtime=2.1 cores=0-7
/proc/26553/stat : 26553 (gnovelty+2) R 26551 26553 26553 0 -1 4202496 514 0 0 0 210 0 0 0 25 0 1 0 668718015 1042362368 248 33554432000 134512640 135663704 4291135712 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26553/statm: 254483 248 113 282 0 254199 0
[pid=26554] ppid=26545 vsize=289352 CPUtime=0 cores=0-7
/proc/26554/stat : 26554 (python) S 26545 26545 25311 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 668718017 296296448 5696 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 8364231247391588615 0 0 17 0 0 0 0
/proc/26554/statm: 72338 5696 348 364 0 8253 0
[pid=26556] ppid=26554 vsize=1017932 CPUtime=1.32 cores=0-7
/proc/26556/stat : 26556 (gnovelty+2) R 26554 26556 26556 0 -1 4202496 512 0 0 0 132 0 0 0 23 0 1 0 668718017 1042362368 248 33554432000 134512640 135663704 4291635456 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26556/statm: 254483 248 113 282 0 254199 0
[pid=26557] ppid=26545 vsize=299296 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (python) S 26545 26545 25311 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 668718020 306479104 5617 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 2072377662268997893 0 0 17 0 0 0 0
/proc/26557/statm: 74824 5617 348 364 0 10736 0
[pid=26559] ppid=26557 vsize=416788 CPUtime=2.03 cores=0-7
/proc/26559/stat : 26559 (adaptg2wsat2009) R 26557 26559 26559 0 -1 4202496 629 0 0 0 203 0 0 0 25 0 1 0 668718021 426790912 364 33554432000 134512640 135107411 4291313792 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26559/statm: 104197 364 59 146 0 103073 0
[pid=26560] ppid=26545 vsize=310000 CPUtime=0 cores=0-7
/proc/26560/stat : 26560 (python) S 26545 26545 25311 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 668718023 317440000 5721 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 2072385358850392326 0 0 17 0 0 0 0
/proc/26560/statm: 77500 5721 348 364 0 13409 0
[pid=26562] ppid=26560 vsize=416788 CPUtime=1.42 cores=0-7
/proc/26562/stat : 26562 (adaptg2wsat2009) R 26560 26562 26562 0 -1 4202496 627 0 0 0 142 0 0 0 25 0 1 0 668718023 426790912 363 33554432000 134512640 135107411 4292728896 18446744073709551615 134531795 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26562/statm: 104197 363 59 146 0 103073 0
[pid=26563] ppid=26545 vsize=385792 CPUtime=0 cores=0-7
/proc/26563/stat : 26563 (python) S 26545 26545 25311 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 668718026 395051008 5898 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 3977130374542131199 0 0 17 0 0 0 0
/proc/26563/statm: 96448 5898 348 364 0 32354 0
[pid=26565] ppid=26563 vsize=416788 CPUtime=1.95 cores=0-7
/proc/26565/stat : 26565 (adaptg2wsat2009) R 26563 26565 26565 0 -1 4202496 622 0 0 0 195 0 0 0 25 0 1 0 668718029 426790912 362 33554432000 134512640 135107411 4294048704 18446744073709551615 134531928 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26565/statm: 104197 362 59 146 0 103073 0
[pid=26566] ppid=26545 vsize=396048 CPUtime=0 cores=0-7
/proc/26566/stat : 26566 (python) S 26545 26545 25311 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 668718029 405553152 5880 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 17369789755906031878 0 0 17 0 0 0 0
/proc/26566/statm: 99012 5880 348 364 0 34915 0
[pid=26568] ppid=26566 vsize=1017932 CPUtime=1.62 cores=0-7
/proc/26568/stat : 26568 (gnovelty+2) R 26566 26568 26568 0 -1 4202496 507 0 0 0 162 0 0 0 25 0 1 0 668718029 1042362368 248 33554432000 134512640 135663704 4287235264 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26568/statm: 254483 248 113 282 0 254199 0
[pid=26569] ppid=26545 vsize=406304 CPUtime=0 cores=0-7
/proc/26569/stat : 26569 (python) S 26545 26545 25311 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 668718038 416055296 5871 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 10414052149443952639 0 0 17 0 0 0 0
/proc/26569/statm: 101576 5871 348 364 0 37476 0
[pid=26571] ppid=26569 vsize=245448 CPUtime=0.92 cores=0-7
/proc/26571/stat : 26571 (FH) R 26569 26571 26571 0 -1 4202496 549 0 0 0 92 0 0 0 25 0 1 0 668718042 251338752 285 33554432000 134512640 134936988 4287076384 18446744073709551615 134544160 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26571/statm: 61362 285 40 104 0 60866 0
[pid=26572] ppid=26545 vsize=416560 CPUtime=0 cores=0-7
/proc/26572/stat : 26572 (python) S 26545 26545 25311 0 -1 4202560 784 0 0 0 0 0 0 0 18 0 1 0 668718051 426557440 5897 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 7935382405018288127 0 0 17 2 0 0 0
/proc/26572/statm: 104140 5897 354 364 0 40037 0
[pid=26574] ppid=26572 vsize=416788 CPUtime=0.76 cores=0-7
/proc/26574/stat : 26574 (adaptg2wsat2009) R 26572 26574 26574 0 -1 4202496 634 0 0 0 76 0 0 0 25 0 1 0 668718067 426790912 364 33554432000 134512640 135107411 4289872688 18446744073709551615 134532242 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26574/statm: 104197 364 59 146 0 103073 0
[pid=26545/tid=26552] ppid=26543 vsize=426804 CPUtime=0 cores=0-7
/proc/26545/task/26552/stat : 26552 (python) S 26543 26545 25311 0 -1 4202560 26 938 0 0 0 0 0 0 17 0 9 0 668718014 437047296 7438 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 3 0 0 0
[pid=26545/tid=26555] ppid=26543 vsize=426804 CPUtime=0 cores=0-7
/proc/26545/task/26555/stat : 26555 (python) S 26543 26545 25311 0 -1 4202560 22 938 0 0 0 0 0 0 18 0 9 0 668718017 437047296 7438 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
[pid=26545/tid=26558] ppid=26543 vsize=426804 CPUtime=0 cores=0-7
/proc/26545/task/26558/stat : 26558 (python) S 26543 26545 25311 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 9 0 668718020 437047296 7438 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
[pid=26545/tid=26561] ppid=26543 vsize=426804 CPUtime=0 cores=0-7
/proc/26545/task/26561/stat : 26561 (python) S 26543 26545 25311 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 9 0 668718023 437047296 7438 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 6 0 0 0
[pid=26545/tid=26564] ppid=26543 vsize=426804 CPUtime=0 cores=0-7
/proc/26545/task/26564/stat : 26564 (python) S 26543 26545 25311 0 -1 4202560 75 938 0 0 0 0 0 0 21 0 9 0 668718026 437047296 7438 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 5 0 0 0
[pid=26545/tid=26567] ppid=26543 vsize=426804 CPUtime=0 cores=0-7
/proc/26545/task/26567/stat : 26567 (python) S 26543 26545 25311 0 -1 4202560 32 938 0 0 0 0 0 0 22 0 9 0 668718029 437047296 7438 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 0 0 0 0
[pid=26545/tid=26570] ppid=26543 vsize=426804 CPUtime=0 cores=0-7
/proc/26545/task/26570/stat : 26570 (python) S 26543 26545 25311 0 -1 4202560 34 938 0 0 0 0 0 0 23 0 9 0 668718038 437047296 7438 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 5 0 0 0
[pid=26545/tid=26573] ppid=26543 vsize=426804 CPUtime=0 cores=0-7
/proc/26545/task/26573/stat : 26573 (python) S 26543 26545 25311 0 -1 4202560 35 938 0 0 0 0 0 0 24 0 9 0 668718051 437047296 7438 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13.1
Current children cumulated vsize (KiB) 8175252

[startup+6.30152 s]
/proc/loadavg: 10.23 10.63 10.53 11/427 26575
/proc/meminfo: memFree=7157912/32950928 swapFree=64721852/67111528
[pid=26545] ppid=26543 vsize=426804 CPUtime=0.98 cores=0-7
/proc/26545/stat : 26545 (python) S 26543 26545 25311 0 -1 4202496 15850 938 1 0 81 17 0 0 24 0 9 0 668717916 437047296 7438 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26545/statm: 106701 7438 1891 364 0 42598 0
[pid=26551] ppid=26545 vsize=278700 CPUtime=0.01 cores=0-7
/proc/26551/stat : 26551 (python) S 26545 26545 25311 0 -1 4202560 902 0 0 0 0 1 0 0 18 0 1 0 668718014 285388800 5637 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718287 0 0 16781312 514 8364223550810194182 0 0 17 6 0 0 0
/proc/26551/statm: 69675 5637 377 364 0 5593 0
[pid=26553] ppid=26551 vsize=1017932 CPUtime=5.28 cores=0-7
/proc/26553/stat : 26553 (gnovelty+2) R 26551 26553 26553 0 -1 4202496 514 0 0 0 528 0 0 0 25 0 1 0 668718015 1042362368 248 33554432000 134512640 135663704 4291135712 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26553/statm: 254483 248 113 282 0 254199 0
[pid=26554] ppid=26545 vsize=289352 CPUtime=0.01 cores=0-7
/proc/26554/stat : 26554 (python) S 26545 26545 25311 0 -1 4202560 908 0 0 0 1 0 0 0 18 0 1 0 668718017 296296448 5718 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 8364231247391588615 0 0 17 0 0 0 0
/proc/26554/statm: 72338 5718 370 364 0 8253 0
[pid=26556] ppid=26554 vsize=1017932 CPUtime=2.92 cores=0-7
/proc/26556/stat : 26556 (gnovelty+2) R 26554 26556 26556 0 -1 4202496 512 0 0 0 292 0 0 0 25 0 1 0 668718017 1042362368 248 33554432000 134512640 135663704 4291635456 18446744073709551615 134524916 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26556/statm: 254483 248 113 282 0 254199 0
[pid=26557] ppid=26545 vsize=299296 CPUtime=0.01 cores=0-7
/proc/26557/stat : 26557 (python) S 26545 26545 25311 0 -1 4202560 918 0 0 0 0 1 0 0 18 0 1 0 668718020 306479104 5640 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 2072377662268997893 0 0 17 0 0 0 0
/proc/26557/statm: 74824 5640 371 364 0 10736 0
[pid=26559] ppid=26557 vsize=416788 CPUtime=5.18 cores=0-7
/proc/26559/stat : 26559 (adaptg2wsat2009) R 26557 26559 26559 0 -1 4202496 629 0 0 0 518 0 0 0 25 0 1 0 668718021 426790912 364 33554432000 134512640 135107411 4291313792 18446744073709551615 134531707 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26559/statm: 104197 364 59 146 0 103073 0
[pid=26560] ppid=26545 vsize=310000 CPUtime=0.01 cores=0-7
/proc/26560/stat : 26560 (python) S 26545 26545 25311 0 -1 4202560 934 0 0 0 1 0 0 0 18 0 1 0 668718023 317440000 5744 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 2072385358850392326 0 0 17 0 0 0 0
/proc/26560/statm: 77500 5744 371 364 0 13409 0
[pid=26562] ppid=26560 vsize=416788 CPUtime=3 cores=0-7
/proc/26562/stat : 26562 (adaptg2wsat2009) R 26560 26562 26562 0 -1 4202496 627 0 0 0 300 0 0 0 25 0 1 0 668718023 426790912 363 33554432000 134512640 135107411 4292728896 18446744073709551615 134532347 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26562/statm: 104197 363 59 146 0 103073 0
[pid=26563] ppid=26545 vsize=385792 CPUtime=0.01 cores=0-7
/proc/26563/stat : 26563 (python) S 26545 26545 25311 0 -1 4202560 807 0 0 0 0 1 0 0 18 0 1 0 668718026 395051008 5921 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 3977130374542098693 0 0 17 0 0 0 0
/proc/26563/statm: 96448 5921 371 364 0 32354 0
[pid=26565] ppid=26563 vsize=416788 CPUtime=5.04 cores=0-7
/proc/26565/stat : 26565 (adaptg2wsat2009) R 26563 26565 26565 0 -1 4202496 622 0 0 0 504 0 0 0 25 0 1 0 668718029 426790912 362 33554432000 134512640 135107411 4294048704 18446744073709551615 134531797 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26565/statm: 104197 362 59 146 0 103073 0
[pid=26566] ppid=26545 vsize=396048 CPUtime=0.01 cores=0-7
/proc/26566/stat : 26566 (python) S 26545 26545 25311 0 -1 4202560 812 0 0 0 1 0 0 0 18 0 1 0 668718029 405553152 5902 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 17369789755906031878 0 0 17 0 0 0 0
/proc/26566/statm: 99012 5902 370 364 0 34915 0
[pid=26568] ppid=26566 vsize=1017932 CPUtime=4.83 cores=0-7
/proc/26568/stat : 26568 (gnovelty+2) R 26566 26568 26568 0 -1 4202496 507 0 0 0 483 0 0 0 25 0 1 0 668718029 1042362368 248 33554432000 134512640 135663704 4287235264 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26568/statm: 254483 248 113 282 0 254199 0
[pid=26569] ppid=26545 vsize=406304 CPUtime=0 cores=0-7
/proc/26569/stat : 26569 (python) S 26545 26545 25311 0 -1 4202560 822 0 0 0 0 0 0 0 18 0 1 0 668718038 416055296 5894 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 10414052149443920132 0 0 17 0 0 0 0

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

/proc/26608/stat : 26608 (python) S 26545 26545 25311 0 -1 4202560 1005 0 0 0 67 60 0 0 15 0 1 0 668732900 510574592 6069 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 7944270582139289862 0 0 17 4 0 0 0
/proc/26608/statm: 124652 6069 380 364 0 60525 0
[pid=26610] ppid=26608 vsize=3576 CPUtime=260.49 cores=0-7
/proc/26610/stat : 26610 (march_hi) R 26608 26610 26610 0 -1 4202496 1621 0 0 0 26049 0 0 0 25 0 1 0 668732901 3661824 671 33554432000 4194304 4955518 140733289937920 18446744073709551615 4285655 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26610/statm: 894 671 106 186 0 707 0
[pid=26616] ppid=26545 vsize=508864 CPUtime=0.76 cores=0-7
/proc/26616/stat : 26616 (python) S 26545 26545 25311 0 -1 4202560 922 0 0 0 42 34 0 0 15 0 1 0 668747578 521076736 6101 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 9233971333241471238 0 0 17 7 0 0 0
/proc/26616/statm: 127216 6101 373 364 0 63086 0
[pid=26618] ppid=26616 vsize=3236 CPUtime=191.93 cores=0-7
/proc/26618/stat : 26618 (march_hi) R 26616 26618 26618 0 -1 4202496 1558 0 0 0 19192 1 0 0 25 0 1 0 668747578 3313664 604 33554432000 4194304 4955518 140734523679872 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26618/statm: 809 604 106 186 0 622 0
[pid=26545/tid=26552] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26552/stat : 26552 (python) S 26543 26545 25311 0 -1 4202560 26 938 0 0 0 0 0 0 17 0 18 0 668718014 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 3 0 0 0
[pid=26545/tid=26555] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26555/stat : 26555 (python) S 26543 26545 25311 0 -1 4202560 22 938 0 0 0 0 0 0 18 0 18 0 668718017 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
[pid=26545/tid=26558] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26558/stat : 26558 (python) S 26543 26545 25311 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 18 0 668718020 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
[pid=26545/tid=26561] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26561/stat : 26561 (python) S 26543 26545 25311 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 18 0 668718023 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 6 0 0 0
[pid=26545/tid=26564] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26564/stat : 26564 (python) S 26543 26545 25311 0 -1 4202560 75 938 0 0 0 0 0 0 21 0 18 0 668718026 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 5 0 0 0
[pid=26545/tid=26567] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26567/stat : 26567 (python) S 26543 26545 25311 0 -1 4202560 32 938 0 0 0 0 0 0 22 0 18 0 668718029 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 0 0 0 0
[pid=26545/tid=26570] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26570/stat : 26570 (python) S 26543 26545 25311 0 -1 4202560 34 938 0 0 0 0 0 0 23 0 18 0 668718038 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 5 0 0 0
[pid=26545/tid=26573] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26573/stat : 26573 (python) S 26543 26545 25311 0 -1 4202560 35 938 0 0 0 0 0 0 24 0 18 0 668718051 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 5 0 0 0
[pid=26545/tid=26580] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26580/stat : 26580 (python) S 26543 26545 25311 0 -1 4202560 41 938 0 0 0 0 0 0 19 0 18 0 668728048 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 5 0 0 0
[pid=26545/tid=26584] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26584/stat : 26584 (python) S 26543 26545 25311 0 -1 4202560 36 938 0 0 0 0 0 0 19 0 18 0 668728053 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
[pid=26545/tid=26589] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26589/stat : 26589 (python) S 26543 26545 25311 0 -1 4202560 33 938 0 0 0 0 0 0 19 0 18 0 668728062 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 2 0 0 0
[pid=26545/tid=26592] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26592/stat : 26592 (python) S 26543 26545 25311 0 -1 4202560 35 938 0 0 0 0 0 0 21 0 18 0 668728071 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
[pid=26545/tid=26597] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26597/stat : 26597 (python) S 26543 26545 25311 0 -1 4202560 33 938 0 0 0 0 0 0 20 0 18 0 668731119 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
[pid=26545/tid=26602] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26602/stat : 26602 (python) S 26543 26545 25311 0 -1 4202560 35 938 0 0 0 0 0 0 19 0 18 0 668732868 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 4 0 0 0
[pid=26545/tid=26605] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26605/stat : 26605 (python) S 26543 26545 25311 0 -1 4202560 35 938 0 0 0 0 0 0 20 0 18 0 668732873 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 4 0 0 0
[pid=26545/tid=26609] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26609/stat : 26609 (python) S 26543 26545 25311 0 -1 4202560 34 938 0 0 0 0 0 0 19 0 18 0 668732900 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 2 0 0 0
[pid=26545/tid=26617] ppid=26543 vsize=519108 CPUtime=0 cores=0-7
/proc/26545/task/26617/stat : 26617 (python) S 26543 26545 25311 0 -1 4202560 35 938 0 0 0 0 0 0 19 0 18 0 668747578 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3437.88
Current children cumulated vsize (KiB) 13060872

[startup+510.702 s]
/proc/loadavg: 10.13 10.21 10.34 13/463 26624
/proc/meminfo: memFree=7102832/32950928 swapFree=64721852/67111528
[pid=26545] ppid=26543 vsize=519108 CPUtime=399.89 cores=0-7
/proc/26545/stat : 26545 (python) S 26543 26545 25311 0 -1 4202496 23764 7528 1 0 116 20 39791 62 17 0 18 0 668717916 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101528383 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26545/statm: 129777 7642 1910 364 0 65647 0
[pid=26554] ppid=26545 vsize=354888 CPUtime=0.45 cores=0-7
/proc/26554/stat : 26554 (python) S 26545 26545 25311 0 -1 4202560 1107 0 0 0 26 19 0 0 19 0 2 0 668718017 363405312 5750 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26554/statm: 88722 5750 400 364 0 24637 0
[pid=26556] ppid=26554 vsize=1017932 CPUtime=97.05 cores=0-7
/proc/26556/stat : 26556 (gnovelty+2) T 26554 26556 26556 0 -1 4202496 512 0 0 0 9705 0 0 0 25 0 1 0 668718017 1042362368 248 33554432000 134512640 135663704 4291635456 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26556/statm: 254483 248 113 282 0 254199 0
[pid=26554/tid=26599] ppid=26545 vsize=354888 CPUtime=0 cores=0-7
/proc/26554/task/26599/stat : 26599 (python) S 26545 26545 25311 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 668732862 363405312 5750 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 514 18446604463450077184 0 0 -1 7 0 0 0
[pid=26560] ppid=26545 vsize=310000 CPUtime=0.45 cores=0-7
/proc/26560/stat : 26560 (python) S 26545 26545 25311 0 -1 4202560 1138 0 0 0 25 20 0 0 19 0 2 0 668718023 317440000 5774 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26560/statm: 77500 5774 400 364 0 13409 0
[pid=26562] ppid=26560 vsize=416788 CPUtime=98.53 cores=0-7
/proc/26562/stat : 26562 (adaptg2wsat2009) T 26560 26562 26562 0 -1 4202496 627 0 0 0 9853 0 0 0 25 0 1 0 668718023 426790912 363 33554432000 134512640 135107411 4292728896 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26562/statm: 104197 363 59 146 0 103073 0
[pid=26560/tid=26600] ppid=26545 vsize=310000 CPUtime=0 cores=0-7
/proc/26560/task/26600/stat : 26600 (python) S 26545 26545 25311 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 668732867 317440000 5774 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 514 18446604466280109952 0 0 -1 0 0 0 0
[pid=26569] ppid=26545 vsize=406304 CPUtime=0.45 cores=0-7
/proc/26569/stat : 26569 (python) S 26545 26545 25311 0 -1 4202560 1000 0 0 0 23 22 0 0 19 0 2 0 668718038 416055296 5924 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26569/statm: 101576 5924 400 364 0 37476 0
[pid=26571] ppid=26569 vsize=246936 CPUtime=97.71 cores=0-7
/proc/26571/stat : 26571 (FH) T 26569 26571 26571 0 -1 4202496 591 0 0 0 9770 1 0 0 25 0 1 0 668718042 252862464 327 33554432000 134512640 134936988 4287076384 18446744073709551615 134552066 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26571/statm: 61734 327 41 104 0 61238 0
[pid=26569/tid=26607] ppid=26545 vsize=406304 CPUtime=0 cores=0-7
/proc/26569/task/26607/stat : 26607 (python) S 26545 26545 25311 0 -1 4202560 71 0 0 0 0 0 0 0 19 0 2 0 668732895 416055296 5924 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 514 18446604459632371008 0 0 -1 1 0 0 0
[pid=26572] ppid=26545 vsize=0 CPUtime=102.16 cores=0-7
/proc/26572/stat : 26572 (python) Z 26545 26545 25311 0 -1 4202588 1089 634 0 0 20 20 10176 0 16 0 1 0 668718051 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26572/statm: 0 0 0 0 0 0 0
[pid=26579] ppid=26545 vsize=426816 CPUtime=1.44 cores=0-7
/proc/26579/stat : 26579 (python) S 26545 26545 25311 0 -1 4202560 854 0 0 0 75 69 0 0 15 0 1 0 668728048 437059584 5960 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 5607387715428385029 0 0 17 2 0 0 0
/proc/26579/statm: 106704 5960 371 364 0 42598 0
[pid=26581] ppid=26579 vsize=4088 CPUtime=351.46 cores=0-7
/proc/26581/stat : 26581 (march_hi) R 26579 26581 26581 0 -1 4202496 1718 0 0 0 35146 0 0 0 25 0 1 0 668728048 4186112 780 33554432000 4194304 4955518 140734043419456 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26581/statm: 1022 780 106 186 0 835 0
[pid=26583] ppid=26545 vsize=437072 CPUtime=1.46 cores=0-7
/proc/26583/stat : 26583 (python) S 26545 26545 25311 0 -1 4202560 856 0 0 0 77 69 0 0 15 0 1 0 668728053 447561728 5983 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 10556872937455976710 0 0 17 1 0 0 0
/proc/26583/statm: 109268 5983 371 364 0 45159 0
[pid=26585] ppid=26583 vsize=4088 CPUtime=314.86 cores=0-7
/proc/26585/stat : 26585 (march_hi) R 26583 26585 26585 0 -1 4202496 1672 0 0 0 31486 0 0 0 25 0 1 0 668728053 4186112 732 33554432000 4194304 4955518 140736655267408 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26585/statm: 1022 732 106 186 0 835 0
[pid=26588] ppid=26545 vsize=447328 CPUtime=2.47 cores=0-7
/proc/26588/stat : 26588 (python) R 26545 26545 25311 0 -1 4202560 878 0 0 0 165 82 0 0 16 0 1 0 668728061 458063872 5983 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/26588/statm: 111832 5983 371 364 0 47720 0
[pid=26590] ppid=26588 vsize=0 CPUtime=372.83 cores=0-7
/proc/26590/stat : 26590 (march_hi) R 26588 26590 26590 0 -1 4202500 1760 0 0 0 37283 0 0 0 25 0 1 0 668728062 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/26590/statm: 0 0 0 0 0 0 0
[pid=26591] ppid=26545 vsize=0 CPUtime=376.5 cores=0-7
/proc/26591/stat : 26591 (python) Z 26545 26545 25311 0 -1 4202588 1167 1764 0 0 258 103 37289 0 19 0 1 0 668728071 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26591/statm: 0 0 0 0 0 0 0
[pid=26596] ppid=26545 vsize=467840 CPUtime=0.53 cores=0-7
/proc/26596/stat : 26596 (python) S 26545 26545 25311 0 -1 4202560 1053 0 0 0 24 29 0 0 19 0 2 0 668731119 479068160 6036 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26596/statm: 116960 6036 400 364 0 52842 0
[pid=26598] ppid=26596 vsize=416788 CPUtime=100.5 cores=0-7
/proc/26598/stat : 26598 (adaptg2wsat2009) T 26596 26598 26598 0 -1 4202496 633 0 0 0 10050 0 0 0 25 0 1 0 668731119 426790912 364 33554432000 134512640 135107411 4293752400 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26598/statm: 104197 364 59 146 0 103073 0
[pid=26596/tid=26615] ppid=26545 vsize=467840 CPUtime=0 cores=0-7
/proc/26596/task/26615/stat : 26615 (python) S 26545 26545 25311 0 -1 4202560 76 0 0 0 0 0 0 0 19 0 2 0 668747573 479068160 6036 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 514 18446604470963741696 0 0 -1 0 0 0 0
[pid=26601] ppid=26545 vsize=478096 CPUtime=1.29 cores=0-7
/proc/26601/stat : 26601 (python) S 26545 26545 25311 0 -1 4202560 894 0 0 0 70 59 0 0 15 0 1 0 668732868 489570304 6035 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 7551656970093035782 0 0 17 5 0 0 0
/proc/26601/statm: 119524 6035 371 364 0 55403 0
[pid=26603] ppid=26601 vsize=4088 CPUtime=324.39 cores=0-7
/proc/26603/stat : 26603 (march_hi) R 26601 26603 26603 0 -1 4202496 1689 0 0 0 32439 0 0 0 25 0 1 0 668732868 4186112 743 33554432000 4194304 4955518 140735448994912 18446744073709551615 4210346 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26603/statm: 1022 743 106 186 0 835 0
[pid=26604] ppid=26545 vsize=488352 CPUtime=1.28 cores=0-7
/proc/26604/stat : 26604 (python) S 26545 26545 25311 0 -1 4202560 997 0 0 0 69 59 0 0 15 0 1 0 668732873 500072448 6038 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 4308788161456079112 0 0 17 0 0 0 0
/proc/26604/statm: 122088 6038 380 364 0 57964 0
[pid=26606] ppid=26604 vsize=4088 CPUtime=339.68 cores=0-7
/proc/26606/stat : 26606 (march_hi) R 26604 26606 26606 0 -1 4202496 1715 0 0 0 33966 2 0 0 25 0 1 0 668732873 4186112 764 33554432000 4194304 4955518 140734196797264 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26606/statm: 1022 764 106 186 0 835 0
[pid=26608] ppid=26545 vsize=498608 CPUtime=1.27 cores=0-7
/proc/26608/stat : 26608 (python) S 26545 26545 25311 0 -1 4202560 1005 0 0 0 67 60 0 0 15 0 1 0 668732900 510574592 6069 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 7944270582139289862 0 0 17 4 0 0 0
/proc/26608/statm: 124652 6069 380 364 0 60525 0
[pid=26610] ppid=26608 vsize=3576 CPUtime=260.88 cores=0-7
/proc/26610/stat : 26610 (march_hi) R 26608 26610 26610 0 -1 4202496 1622 0 0 0 26088 0 0 0 25 0 1 0 668732901 3661824 672 33554432000 4194304 4955518 140733289937920 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26610/statm: 894 672 106 186 0 707 0
[pid=26616] ppid=26545 vsize=508864 CPUtime=0.76 cores=0-7
/proc/26616/stat : 26616 (python) S 26545 26545 25311 0 -1 4202560 922 0 0 0 42 34 0 0 15 0 1 0 668747578 521076736 6101 33554432000 4194304 5683644 140733291621776 18446744073709551615 248089718342 0 0 16781312 514 9233971333241471238 0 0 17 7 0 0 0
/proc/26616/statm: 127216 6101 373 364 0 63086 0
[pid=26618] ppid=26616 vsize=3236 CPUtime=192.31 cores=0-7
/proc/26618/stat : 26618 (march_hi) R 26616 26618 26618 0 -1 4202496 1558 0 0 0 19230 1 0 0 25 0 1 0 668747578 3313664 604 33554432000 4194304 4955518 140734523679872 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26618/statm: 809 604 106 186 0 622 0
[pid=26545/tid=26552] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26552/stat : 26552 (python) S 26543 26545 25311 0 -1 4202560 26 7528 0 0 0 0 39791 62 17 0 18 0 668718014 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 3 0 0 0
[pid=26545/tid=26555] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26555/stat : 26555 (python) S 26543 26545 25311 0 -1 4202560 22 7528 0 0 0 0 39791 62 18 0 18 0 668718017 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
[pid=26545/tid=26558] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26558/stat : 26558 (python) S 26543 26545 25311 0 -1 4202560 25 7528 0 0 0 0 39791 62 19 0 18 0 668718020 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
[pid=26545/tid=26561] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26561/stat : 26561 (python) S 26543 26545 25311 0 -1 4202560 25 7528 0 0 0 0 39791 62 20 0 18 0 668718023 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 6 0 0 0
[pid=26545/tid=26564] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26564/stat : 26564 (python) S 26543 26545 25311 0 -1 4202560 75 7528 0 0 0 0 39791 62 21 0 18 0 668718026 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 5 0 0 0
[pid=26545/tid=26567] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26567/stat : 26567 (python) S 26543 26545 25311 0 -1 4202560 32 7528 0 0 0 0 39791 62 22 0 18 0 668718029 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 0 0 0 0
[pid=26545/tid=26570] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26570/stat : 26570 (python) S 26543 26545 25311 0 -1 4202560 34 7528 0 0 0 0 39791 62 23 0 18 0 668718038 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 5 0 0 0
[pid=26545/tid=26573] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26573/stat : 26573 (python) S 26543 26545 25311 0 -1 4202560 35 7528 0 0 0 0 39791 62 24 0 18 0 668718051 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 5 0 0 0
[pid=26545/tid=26580] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26580/stat : 26580 (python) S 26543 26545 25311 0 -1 4202560 41 7528 0 0 0 0 39791 62 19 0 18 0 668728048 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 5 0 0 0
[pid=26545/tid=26584] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26584/stat : 26584 (python) S 26543 26545 25311 0 -1 4202560 36 7528 0 0 0 0 39791 62 19 0 18 0 668728053 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
[pid=26545/tid=26589] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26589/stat : 26589 (python) S 26543 26545 25311 0 -1 4202560 33 7528 0 0 0 0 39791 62 19 0 18 0 668728062 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 2 0 0 0
[pid=26545/tid=26592] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26592/stat : 26592 (python) S 26543 26545 25311 0 -1 4202560 35 7528 0 0 0 0 39791 62 21 0 18 0 668728071 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
[pid=26545/tid=26597] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26597/stat : 26597 (python) S 26543 26545 25311 0 -1 4202560 33 7528 0 0 0 0 39791 62 20 0 18 0 668731119 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
[pid=26545/tid=26602] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26602/stat : 26602 (python) S 26543 26545 25311 0 -1 4202560 35 7528 0 0 0 0 39791 62 19 0 18 0 668732868 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 4 0 0 0
[pid=26545/tid=26605] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26605/stat : 26605 (python) S 26543 26545 25311 0 -1 4202560 35 7528 0 0 0 0 39791 62 20 0 18 0 668732873 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 4 0 0 0
[pid=26545/tid=26609] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26609/stat : 26609 (python) S 26543 26545 25311 0 -1 4202560 34 7528 0 0 0 0 39791 62 19 0 18 0 668732900 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 2 0 0 0
[pid=26545/tid=26617] ppid=26543 vsize=519108 CPUtime=398.53 cores=0-7
/proc/26545/task/26617/stat : 26617 (python) S 26543 26545 25311 0 -1 4202560 35 7528 0 0 0 0 39791 62 19 0 18 0 668747578 531566592 7642 33554432000 4194304 5683644 140733291621776 18446744073709551615 248101521841 0 0 16781312 2 18446604458906144960 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3440.6
Current children cumulated vsize (KiB) 7464884

Child status: 0
Real time (s): 510.741
CPU time (s): 3440.96
CPU user time (s): 3433.5
CPU system time (s): 7.46087
CPU usage (%): 673.719
Max. virtual memory (cumulated for all children) (KiB): 13069812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3433.5
system time used= 7.46087
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65669
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10588
involuntary context switches= 29052

runsolver used 3.9164 second user time and 7.83881 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-16 20:39:41
IDJOB=3385626
IDBENCH=82891
IDSOLVER=1870
FILE ID=node123/3385626-1305571181
RUNJOBID= node123-1305564964-25325
PBS_JOBID= 13350127
Free space on /tmp= 73260 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1720200795-004.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385626-1305571181/watcher-3385626-1305571181 -o /tmp/evaluation-result-3385626-1305571181/solver-3385626-1305571181 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385626-1305571181.cnf -seed 417188905 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 3db6bd99841631bff4d8c3d33ccc1047
RANDOM SEED=417188905

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7218152 kB
Buffers:        341952 kB
Cached:        4864892 kB
SwapCached:      10524 kB
Active:       22008408 kB
Inactive:      3398652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7218152 kB
SwapTotal:    67111528 kB
SwapFree:     64721852 kB
Dirty:           31952 kB
Writeback:           0 kB
AnonPages:    20198020 kB
Mapped:          29176 kB
Slab:           183556 kB
PageTables:      70436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 106554472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73228 MiB
End job on node123 at 2011-05-16 20:48:12