Trace number 3322069

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-randomUNSAT 3362.75 476.722

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1556216475-025.UNKNOWN.cnf
MD5SUM4227d784a99fd8c0304137876add0b08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark367.009
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.33/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.68	c INFO: solving HOME/instance-3322069-1304372459.cnf
0.33/0.68	c INFO: computing task features
0.40/0.72	c INFO: computed variable-clause graph statistics
0.40/0.72	c INFO: computed clause balance statistics
0.60/0.92	c INFO: computed variable balance statistics
0.60/1.00	c INFO: computed small-clause counts
0.60/1.00	c INFO: computed Horn-clause counts
0.60/1.00	c INFO: computed variable graph statistics
0.60/1.00	c INFO: collected features for HOME/instance-3322069-1304372459.cnf in 0.31 s
0.71/1.04	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.71/1.08	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.10)
0.80/1.11	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.05)
0.80/1.15	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
0.80/1.19	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
0.89/1.23	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.02)
0.89/1.26	c INFO: running FH@0 for 97 with 39999 remaining (b = 0.02)
0.99/1.31	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.01)
731.16/101.26	c INFO: running march_hi@0 for 2134 with 39899 remaining (b = 0.32)
731.82/101.31	c INFO: running march_hi@0 for 2134 with 39899 remaining (b = 0.31)
731.82/101.37	c INFO: running march_hi@0 for 388 with 39899 remaining (b = 0.11)
732.36/101.42	c INFO: running march_hi@0 for 2134 with 39899 remaining (b = 0.28)
732.36/101.48	c INFO: running march_hi@0 for 388 with 39899 remaining (b = 0.10)
732.73/101.53	c INFO: running adaptg2wsat2009++@0 for 97 with 39899 remaining (b = 0.01)
867.88/119.58	c INFO: running adaptg2wsat2009++@0 for 97 with 39881 remaining (b = 0.01)
1076.03/149.32	c INFO: running adaptg2wsat2009++@0 for 97 with 39851 remaining (b = 0.01)
1525.75/213.79	c INFO: running adaptg2wsat2009++@100 for 97 with 39786 remaining (b = 0.01)
1666.15/233.80	c INFO: running march_hi@0 for 485 with 39766 remaining (b = 0.09)
1964.33/276.55	c INFO: running FH@0 for 97 with 39724 remaining (b = 0.01)
2289.06/323.01	c INFO: running gnovelty+2@0 for 97 with 39677 remaining (b = 0.01)
2832.38/400.81	c INFO: running gnovelty+2@0 for 97 with 39599 remaining (b = 0.01)
3362.69/476.70	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: 935)

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-3322069-1304372459/watcher-3322069-1304372459 -o /tmp/evaluation-result-3322069-1304372459/solver-3322069-1304372459 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322069-1304372459.cnf -seed 1865037077 -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: 8.98 8.95 8.62 2/213 29404
/proc/meminfo: memFree=19542912/32951124 swapFree=67110188/67111528
[pid=29404] ppid=29402 vsize=15384 CPUtime=0 cores=0-7
/proc/29404/stat : 29404 (python) R 29402 29404 29040 0 -1 4202496 794 0 0 0 0 0 0 0 23 0 1 0 548846718 15753216 681 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921775104 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/29404/statm: 3846 681 322 364 0 333 0

[startup+0.0358629 s]
/proc/loadavg: 8.98 8.95 8.62 2/213 29404
/proc/meminfo: memFree=19542912/32951124 swapFree=67110188/67111528
[pid=29404] ppid=29402 vsize=16816 CPUtime=0.01 cores=0-7
/proc/29404/stat : 29404 (python) R 29402 29404 29040 0 -1 4202496 1227 0 0 0 1 0 0 0 17 0 1 0 548846718 17219584 1085 33554432000 4194304 5683644 140736618484688 18446744073709551615 4527934 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29404/statm: 4204 1085 417 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16816

[startup+0.100871 s]
/proc/loadavg: 8.98 8.95 8.62 2/213 29404
/proc/meminfo: memFree=19542912/32951124 swapFree=67110188/67111528
[pid=29404] ppid=29402 vsize=87708 CPUtime=0.06 cores=0-7
/proc/29404/stat : 29404 (python) R 29402 29404 29040 0 -1 4202496 2636 0 0 0 5 1 0 0 17 0 1 0 548846718 89812992 2353 33554432000 4194304 5683644 140736618484688 18446744073709551615 222916814312 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29404/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300914 s]
/proc/loadavg: 8.98 8.95 8.62 2/213 29404
/proc/meminfo: memFree=19542912/32951124 swapFree=67110188/67111528
[pid=29404] ppid=29402 vsize=135752 CPUtime=0.17 cores=0-7
/proc/29404/stat : 29404 (python) R 29402 29404 29040 0 -1 4202496 5961 935 1 0 13 4 0 0 17 0 1 0 548846718 139010048 4151 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921773061 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29404/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700764 s]
/proc/loadavg: 8.98 8.95 8.62 2/213 29404
/proc/meminfo: memFree=19542912/32951124 swapFree=67110188/67111528
[pid=29404] ppid=29402 vsize=278636 CPUtime=0.4 cores=0-7
/proc/29404/stat : 29404 (python) R 29402 29404 29040 0 -1 4202496 9303 935 1 0 30 10 0 0 15 0 1 0 548846718 285323264 6986 33554432000 4194304 5683644 140736618484688 18446744073709551615 4602580 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29404/statm: 69659 6987 1761 364 0 5583 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 278636

[startup+1.50056 s]
/proc/loadavg: 8.98 8.95 8.62 3/214 29409
/proc/meminfo: memFree=19518600/32951124 swapFree=67110188/67111528
[pid=29404] ppid=29402 vsize=361272 CPUtime=1 cores=0-7
/proc/29404/stat : 29404 (python) S 29402 29404 29040 0 -1 4202496 16263 935 1 0 87 13 0 0 22 0 9 0 548846718 369942528 7284 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29404/statm: 90318 7284 1891 364 0 26215 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 361272

[startup+3.10126 s]
/proc/loadavg: 8.98 8.95 8.62 10/238 29433
/proc/meminfo: memFree=19478464/32951124 swapFree=67110188/67111528
[pid=29404] ppid=29402 vsize=361272 CPUtime=1 cores=0-7
/proc/29404/stat : 29404 (python) S 29402 29404 29040 0 -1 4202496 16263 935 1 0 87 13 0 0 22 0 9 0 548846718 369942528 7284 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29404/statm: 90318 7284 1891 364 0 26215 0
[pid=29410] ppid=29404 vsize=278704 CPUtime=0 cores=0-7
/proc/29410/stat : 29410 (python) S 29404 29404 29040 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 548846823 285392896 5614 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797135 0 0 16781312 514 5631358537792717064 0 0 17 7 0 0 0
/proc/29410/statm: 69676 5614 354 364 0 5594 0
[pid=29412] ppid=29410 vsize=1017932 CPUtime=1.21 cores=0-7
/proc/29412/stat : 29412 (gnovelty+2) R 29410 29412 29412 0 -1 4202496 509 0 0 0 121 0 0 0 22 0 1 0 548846823 1042362368 248 33554432000 134512640 135663704 4289955536 18446744073709551615 134544189 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29412/statm: 254483 248 113 282 0 254199 0
[pid=29413] ppid=29404 vsize=289356 CPUtime=0 cores=0-7
/proc/29413/stat : 29413 (python) S 29404 29404 29040 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 548846826 296300544 5696 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 5631350841211322631 0 0 17 1 0 0 0
/proc/29413/statm: 72339 5696 348 364 0 8254 0
[pid=29415] ppid=29413 vsize=1017932 CPUtime=2.01 cores=0-7
/proc/29415/stat : 29415 (gnovelty+2) R 29413 29415 29415 0 -1 4202496 511 0 0 0 201 0 0 0 25 0 1 0 548846827 1042362368 248 33554432000 134512640 135663704 4292363056 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29415/statm: 254483 248 113 282 0 254199 0
[pid=29416] ppid=29404 vsize=299332 CPUtime=0 cores=0-7
/proc/29416/stat : 29416 (python) S 29404 29404 29040 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 548846830 306515968 5629 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 4451029506840330239 0 0 17 5 0 0 0
/proc/29416/statm: 74833 5629 348 364 0 10745 0
[pid=29418] ppid=29416 vsize=416788 CPUtime=1.97 cores=0-7
/proc/29418/stat : 29418 (adaptg2wsat2009) R 29416 29418 29418 0 -1 4202496 632 0 0 0 197 0 0 0 25 0 1 0 548846830 426790912 365 33554432000 134512640 135107411 4288962544 18446744073709551615 134531656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29418/statm: 104197 365 59 146 0 103073 0
[pid=29419] ppid=29404 vsize=310004 CPUtime=0 cores=0-7
/proc/29419/stat : 29419 (python) S 29404 29404 29040 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 548846834 317444096 5721 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 6109264565340471295 0 0 17 7 0 0 0
/proc/29419/statm: 77501 5721 348 364 0 13410 0
[pid=29421] ppid=29419 vsize=416788 CPUtime=1.93 cores=0-7
/proc/29421/stat : 29421 (adaptg2wsat2009) R 29419 29421 29421 0 -1 4202496 628 0 0 0 193 0 0 0 25 0 1 0 548846834 426790912 365 33554432000 134512640 135107411 4287448096 18446744073709551615 134531928 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29421/statm: 104197 365 59 146 0 103073 0
[pid=29422] ppid=29404 vsize=320260 CPUtime=0 cores=0-7
/proc/29422/stat : 29422 (python) S 29404 29404 29040 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 548846838 327946240 5725 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 4484534649795641343 0 0 17 1 0 0 0
/proc/29422/statm: 80065 5725 348 364 0 15971 0
[pid=29424] ppid=29422 vsize=416788 CPUtime=1.9 cores=0-7
/proc/29424/stat : 29424 (adaptg2wsat2009) R 29422 29424 29424 0 -1 4202496 631 0 0 0 190 0 0 0 25 0 1 0 548846838 426790912 365 33554432000 134512640 135107411 4291793520 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29424/statm: 104197 365 59 146 0 103073 0
[pid=29425] ppid=29404 vsize=330060 CPUtime=0 cores=0-7
/proc/29425/stat : 29425 (python) S 29404 29404 29040 0 -1 4202560 768 0 0 0 0 0 0 0 18 0 1 0 548846842 337981440 5641 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 6109256868759044359 0 0 17 7 0 0 0
/proc/29425/statm: 82515 5641 348 364 0 18418 0
[pid=29427] ppid=29425 vsize=1017932 CPUtime=1.84 cores=0-7
/proc/29427/stat : 29427 (gnovelty+2) R 29425 29427 29427 0 -1 4202496 514 0 0 0 184 0 0 0 25 0 1 0 548846842 1042362368 248 33554432000 134512640 135663704 4291598544 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29427/statm: 254483 248 113 282 0 254199 0
[pid=29428] ppid=29404 vsize=340772 CPUtime=0 cores=0-7
/proc/29428/stat : 29428 (python) S 29404 29404 29040 0 -1 4202560 770 0 0 0 0 0 0 0 18 0 1 0 548846845 348950528 5733 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 4532508816016670719 0 0 17 1 0 0 0
/proc/29428/statm: 85193 5733 348 364 0 21093 0
[pid=29430] ppid=29428 vsize=245448 CPUtime=0.83 cores=0-7
/proc/29430/stat : 29430 (FH) R 29428 29430 29430 0 -1 4202496 518 0 0 0 83 0 0 0 23 0 1 0 548846848 251338752 257 33554432000 134512640 134936988 4287714672 18446744073709551615 134523462 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29430/statm: 61362 257 37 104 0 60866 0
[pid=29431] ppid=29404 vsize=351028 CPUtime=0 cores=0-7
/proc/29431/stat : 29431 (python) S 29404 29404 29040 0 -1 4202560 811 0 0 0 0 0 0 0 18 0 1 0 548846849 359452672 5743 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 4509463327176392703 0 0 17 1 0 0 0
/proc/29431/statm: 87757 5743 354 364 0 23654 0
[pid=29433] ppid=29431 vsize=416788 CPUtime=1.78 cores=0-7
/proc/29433/stat : 29433 (adaptg2wsat2009) R 29431 29433 29433 0 -1 4202496 632 0 0 0 178 0 0 0 25 0 1 0 548846850 426790912 362 33554432000 134512640 135107411 4293323360 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29433/statm: 104197 362 59 146 0 103073 0
[pid=29404/tid=29411] ppid=29402 vsize=361272 CPUtime=0 cores=0-7
/proc/29404/task/29411/stat : 29411 (python) S 29402 29404 29040 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 548846823 369942528 7284 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 5 0 0 0
[pid=29404/tid=29414] ppid=29402 vsize=361272 CPUtime=0 cores=0-7
/proc/29404/task/29414/stat : 29414 (python) S 29402 29404 29040 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 548846827 369942528 7284 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 3 0 0 0
[pid=29404/tid=29417] ppid=29402 vsize=361272 CPUtime=0 cores=0-7
/proc/29404/task/29417/stat : 29417 (python) S 29402 29404 29040 0 -1 4202560 20 935 0 0 0 0 0 0 22 0 9 0 548846830 369942528 7284 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 1 0 0 0
[pid=29404/tid=29420] ppid=29402 vsize=361272 CPUtime=0 cores=0-7
/proc/29404/task/29420/stat : 29420 (python) S 29402 29404 29040 0 -1 4202560 26 935 0 0 0 0 0 0 24 0 9 0 548846834 369942528 7284 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 7 0 0 0
[pid=29404/tid=29423] ppid=29402 vsize=361272 CPUtime=0 cores=0-7
/proc/29404/task/29423/stat : 29423 (python) S 29402 29404 29040 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 548846838 369942528 7284 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 1 0 0 0
[pid=29404/tid=29426] ppid=29402 vsize=361272 CPUtime=0 cores=0-7
/proc/29404/task/29426/stat : 29426 (python) S 29402 29404 29040 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 548846842 369942528 7284 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 7 0 0 0
[pid=29404/tid=29429] ppid=29402 vsize=361272 CPUtime=0 cores=0-7
/proc/29404/task/29429/stat : 29429 (python) S 29402 29404 29040 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 548846846 369942528 7284 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 1 0 0 0
[pid=29404/tid=29432] ppid=29402 vsize=361272 CPUtime=0 cores=0-7
/proc/29404/task/29432/stat : 29432 (python) S 29402 29404 29040 0 -1 4202560 30 935 0 0 0 0 0 0 22 0 9 0 548846850 369942528 7284 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.47
Current children cumulated vsize (KiB) 7847184

[startup+6.30168 s]
/proc/loadavg: 8.98 8.95 8.62 10/238 29433
/proc/meminfo: memFree=19474864/32951124 swapFree=67110188/67111528
[pid=29404] ppid=29402 vsize=361272 CPUtime=1 cores=0-7
/proc/29404/stat : 29404 (python) S 29402 29404 29040 0 -1 4202496 16263 935 1 0 87 13 0 0 22 0 9 0 548846718 369942528 7284 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29404/statm: 90318 7284 1891 364 0 26215 0
[pid=29410] ppid=29404 vsize=278704 CPUtime=0 cores=0-7
/proc/29410/stat : 29410 (python) S 29404 29404 29040 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 548846823 285392896 5637 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797135 0 0 16781312 514 5631358537792717064 0 0 17 7 0 0 0
/proc/29410/statm: 69676 5637 377 364 0 5594 0
[pid=29412] ppid=29410 vsize=1017932 CPUtime=2.81 cores=0-7
/proc/29412/stat : 29412 (gnovelty+2) R 29410 29412 29412 0 -1 4202496 509 0 0 0 281 0 0 0 25 0 1 0 548846823 1042362368 248 33554432000 134512640 135663704 4289955536 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29412/statm: 254483 248 113 282 0 254199 0
[pid=29413] ppid=29404 vsize=289356 CPUtime=0 cores=0-7
/proc/29413/stat : 29413 (python) S 29404 29404 29040 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 548846826 296300544 5719 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 5631350841211322631 0 0 17 1 0 0 0
/proc/29413/statm: 72339 5719 371 364 0 8254 0
[pid=29415] ppid=29413 vsize=1017932 CPUtime=5.21 cores=0-7
/proc/29415/stat : 29415 (gnovelty+2) R 29413 29415 29415 0 -1 4202496 511 0 0 0 521 0 0 0 25 0 1 0 548846827 1042362368 248 33554432000 134512640 135663704 4292363056 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29415/statm: 254483 248 113 282 0 254199 0
[pid=29416] ppid=29404 vsize=299332 CPUtime=0 cores=0-7
/proc/29416/stat : 29416 (python) S 29404 29404 29040 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 1 0 548846830 306515968 5651 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 4451029506840297735 0 0 17 5 0 0 0
/proc/29416/statm: 74833 5651 370 364 0 10745 0
[pid=29418] ppid=29416 vsize=416788 CPUtime=5.17 cores=0-7
/proc/29418/stat : 29418 (adaptg2wsat2009) R 29416 29418 29418 0 -1 4202496 632 0 0 0 517 0 0 0 25 0 1 0 548846830 426790912 365 33554432000 134512640 135107411 4288962544 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29418/statm: 104197 365 59 146 0 103073 0
[pid=29419] ppid=29404 vsize=310004 CPUtime=0 cores=0-7
/proc/29419/stat : 29419 (python) S 29404 29404 29040 0 -1 4202560 940 0 0 0 0 0 0 0 18 0 1 0 548846834 317444096 5744 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 6109264565340438792 0 0 17 7 0 0 0
/proc/29419/statm: 77501 5744 371 364 0 13410 0
[pid=29421] ppid=29419 vsize=416788 CPUtime=5.1 cores=0-7
/proc/29421/stat : 29421 (adaptg2wsat2009) R 29419 29421 29421 0 -1 4202496 628 0 0 0 510 0 0 0 25 0 1 0 548846834 426790912 365 33554432000 134512640 135107411 4287448096 18446744073709551615 134531435 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29421/statm: 104197 365 59 146 0 103073 0
[pid=29422] ppid=29404 vsize=320260 CPUtime=0 cores=0-7
/proc/29422/stat : 29422 (python) S 29404 29404 29040 0 -1 4202560 938 0 0 0 0 0 0 0 18 0 1 0 548846838 327946240 5748 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 4484534649795608838 0 0 17 1 0 0 0
/proc/29422/statm: 80065 5748 371 364 0 15971 0
[pid=29424] ppid=29422 vsize=416788 CPUtime=5.08 cores=0-7
/proc/29424/stat : 29424 (adaptg2wsat2009) R 29422 29424 29424 0 -1 4202496 631 0 0 0 508 0 0 0 25 0 1 0 548846838 426790912 365 33554432000 134512640 135107411 4291793520 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29424/statm: 104197 365 59 146 0 103073 0
[pid=29425] ppid=29404 vsize=330060 CPUtime=0 cores=0-7
/proc/29425/stat : 29425 (python) S 29404 29404 29040 0 -1 4202560 949 0 0 0 0 0 0 0 18 0 1 0 548846842 337981440 5664 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 6109256868759044359 0 0 17 7 0 0 0
/proc/29425/statm: 82515 5664 371 364 0 18418 0
[pid=29427] ppid=29425 vsize=1017932 CPUtime=4.99 cores=0-7
/proc/29427/stat : 29427 (gnovelty+2) R 29425 29427 29427 0 -1 4202496 514 0 0 0 499 0 0 0 25 0 1 0 548846842 1042362368 248 33554432000 134512640 135663704 4291598544 18446744073709551615 134524972 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29427/statm: 254483 248 113 282 0 254199 0
[pid=29428] ppid=29404 vsize=340772 CPUtime=0 cores=0-7
/proc/29428/stat : 29428 (python) S 29404 29404 29040 0 -1 4202560 949 0 0 0 0 0 0 0 18 0 1 0 548846845 348950528 5755 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 4532508816016638214 0 0 17 1 0 0 0
/proc/29428/statm: 85193 5755 370 364 0 21093 0
[pid=29430] ppid=29428 vsize=246940 CPUtime=2.43 cores=0-7
/proc/29430/stat : 29430 (FH) R 29428 29430 29430 0 -1 4202496 590 0 0 0 243 0 0 0 25 0 1 0 548846848 252866560 327 33554432000 134512640 134936988 4287714672 18446744073709551615 134554242 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29430/statm: 61735 327 41 104 0 61239 0
[pid=29431] ppid=29404 vsize=351028 CPUtime=0 cores=0-7
/proc/29431/stat : 29431 (python) S 29404 29404 29040 0 -1 4202560 1002 0 0 0 0 0 0 0 18 0 1 0 548846849 359452672 5765 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 4509463327176392703 0 0 17 1 0 0 0
/proc/29431/statm: 87757 5765 376 364 0 23654 0
[pid=29433] ppid=29431 vsize=416788 CPUtime=4.98 cores=0-7
/proc/29433/stat : 29433 (adaptg2wsat2009) R 29431 29433 29433 0 -1 4202496 632 0 0 0 498 0 0 0 25 0 1 0 548846850 426790912 362 33554432000 134512640 135107411 4293323360 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29433/statm: 104197 362 59 146 0 103073 0

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

[pid=29413] ppid=29404 vsize=289356 CPUtime=0.39 cores=0-7
/proc/29413/stat : 29413 (python) S 29404 29404 29040 0 -1 4202560 1135 0 0 0 22 17 0 0 18 0 2 0 548846826 296300544 5749 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29413/statm: 72339 5749 400 364 0 8254 0
[pid=29415] ppid=29413 vsize=1017932 CPUtime=175.89 cores=0-7
/proc/29415/stat : 29415 (gnovelty+2) R 29413 29415 29415 0 -1 4202496 511 0 0 0 17589 0 0 0 25 0 1 0 548846827 1042362368 248 33554432000 134512640 135663704 4292363056 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29415/statm: 254483 248 113 282 0 254199 0
[pid=29413/tid=29436] ppid=29404 vsize=289356 CPUtime=0 cores=0-7
/proc/29413/task/29436/stat : 29436 (python) S 29404 29404 29040 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 548856841 296300544 5749 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 514 18446604454223844288 0 0 -1 3 0 0 0
[pid=29416] ppid=29404 vsize=299332 CPUtime=0.32 cores=0-7
/proc/29416/stat : 29416 (python) S 29404 29404 29040 0 -1 4202560 1139 0 0 0 18 14 0 0 18 0 2 0 548846830 306515968 5682 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29416/statm: 74833 5682 400 364 0 10745 0
[pid=29418] ppid=29416 vsize=416788 CPUtime=196.38 cores=0-7
/proc/29418/stat : 29418 (adaptg2wsat2009) T 29416 29418 29418 0 -1 4202496 632 0 0 0 19638 0 0 0 25 0 1 0 548846830 426790912 365 33554432000 134512640 135107411 4288962544 18446744073709551615 134532293 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29418/statm: 104197 365 59 146 0 103073 0
[pid=29416/tid=29437] ppid=29404 vsize=299332 CPUtime=0 cores=0-7
/proc/29416/task/29437/stat : 29437 (python) S 29404 29404 29040 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 548856844 306515968 5682 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 514 18446604471128898496 0 0 -1 5 0 0 0
[pid=29419] ppid=29404 vsize=375540 CPUtime=0.33 cores=0-7
/proc/29419/stat : 29419 (python) S 29404 29404 29040 0 -1 4202560 1127 0 0 0 18 15 0 0 18 0 2 0 548846834 384552960 5780 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29419/statm: 93885 5780 400 364 0 29794 0
[pid=29421] ppid=29419 vsize=416788 CPUtime=199.28 cores=0-7
/proc/29421/stat : 29421 (adaptg2wsat2009) T 29419 29421 29421 0 -1 4202496 628 0 0 0 19928 0 0 0 25 0 1 0 548846834 426790912 365 33554432000 134512640 135107411 4287448096 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29421/statm: 104197 365 59 146 0 103073 0
[pid=29419/tid=29440] ppid=29404 vsize=375540 CPUtime=0 cores=0-7
/proc/29419/task/29440/stat : 29440 (python) S 29404 29404 29040 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 548856848 384552960 5780 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 514 18446604467220019136 0 0 -1 0 0 0 0
[pid=29422] ppid=29404 vsize=385796 CPUtime=0.34 cores=0-7
/proc/29422/stat : 29422 (python) S 29404 29404 29040 0 -1 4202560 1137 0 0 0 18 16 0 0 18 0 2 0 548846838 395055104 5784 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29422/statm: 96449 5784 400 364 0 32355 0
[pid=29424] ppid=29422 vsize=416788 CPUtime=195.17 cores=0-7
/proc/29424/stat : 29424 (adaptg2wsat2009) T 29422 29424 29424 0 -1 4202496 631 0 0 0 19517 0 0 0 25 0 1 0 548846838 426790912 365 33554432000 134512640 135107411 4291793520 18446744073709551615 134531632 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29424/statm: 104197 365 59 146 0 103073 0
[pid=29422/tid=29444] ppid=29404 vsize=385796 CPUtime=0 cores=0-7
/proc/29422/task/29444/stat : 29444 (python) S 29404 29404 29040 0 -1 4202560 52 0 0 0 0 0 0 0 18 0 2 0 548856852 395055104 5784 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 514 18446604471136699520 0 0 -1 0 0 0 0
[pid=29425] ppid=29404 vsize=395596 CPUtime=0.27 cores=0-7
/proc/29425/stat : 29425 (python) S 29404 29404 29040 0 -1 4202560 1144 0 0 0 14 13 0 0 18 0 2 0 548846842 405090304 5700 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29425/statm: 98899 5700 400 364 0 34802 0
[pid=29427] ppid=29425 vsize=1017932 CPUtime=158.37 cores=0-7
/proc/29427/stat : 29427 (gnovelty+2) R 29425 29427 29427 0 -1 4202496 514 0 0 0 15837 0 0 0 25 0 1 0 548846842 1042362368 248 33554432000 134512640 135663704 4291598544 18446744073709551615 134544167 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29427/statm: 254483 248 113 282 0 254199 0
[pid=29425/tid=29448] ppid=29404 vsize=395596 CPUtime=0 cores=0-7
/proc/29425/task/29448/stat : 29448 (python) S 29404 29404 29040 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 548856859 405090304 5700 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 514 18446604467220017344 0 0 -1 0 0 0 0
[pid=29428] ppid=29404 vsize=340772 CPUtime=0.18 cores=0-7
/proc/29428/stat : 29428 (python) S 29404 29404 29040 0 -1 4202560 1135 0 0 0 11 7 0 0 19 0 2 0 548846845 348950528 5786 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29428/statm: 85193 5786 400 364 0 21093 0
[pid=29430] ppid=29428 vsize=246940 CPUtime=98.86 cores=0-7
/proc/29430/stat : 29430 (FH) T 29428 29430 29430 0 -1 4202496 590 0 0 0 9886 0 0 0 25 0 1 0 548846848 252866560 327 33554432000 134512640 134936988 4287714672 18446744073709551615 134545068 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29430/statm: 61735 327 41 104 0 61239 0
[pid=29428/tid=29458] ppid=29404 vsize=340772 CPUtime=0 cores=0-7
/proc/29428/task/29458/stat : 29458 (python) S 29404 29404 29040 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 548858671 348950528 5786 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 514 18446604471147869376 0 0 -1 1 0 0 0
[pid=29431] ppid=29404 vsize=351028 CPUtime=0.32 cores=0-7
/proc/29431/stat : 29431 (python) S 29404 29404 29040 0 -1 4202560 1228 0 0 0 17 15 0 0 18 0 2 0 548846849 359452672 5796 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29431/statm: 87757 5796 406 364 0 23654 0
[pid=29433] ppid=29431 vsize=416788 CPUtime=199.7 cores=0-7
/proc/29433/stat : 29433 (adaptg2wsat2009) T 29431 29433 29433 0 -1 4202496 632 0 0 0 19970 0 0 0 25 0 1 0 548846850 426790912 362 33554432000 134512640 135107411 4293323360 18446744073709551615 134532371 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29433/statm: 104197 362 59 146 0 103073 0
[pid=29431/tid=29453] ppid=29404 vsize=351028 CPUtime=0 cores=0-7
/proc/29431/task/29453/stat : 29453 (python) S 29404 29404 29040 0 -1 4202560 52 0 0 0 0 0 0 0 18 0 2 0 548856863 359452672 5796 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 514 18446604471142503680 0 0 -1 1 0 0 0
[pid=29438] ppid=29404 vsize=361284 CPUtime=0.67 cores=0-7
/proc/29438/stat : 29438 (python) S 29404 29404 29040 0 -1 4202560 1060 0 0 0 36 31 0 0 15 0 1 0 548856845 369954816 5764 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 3359799675522613512 0 0 17 3 0 0 0
/proc/29438/statm: 90321 5764 371 364 0 26215 0
[pid=29441] ppid=29438 vsize=3932 CPUtime=315.51 cores=0-7
/proc/29441/stat : 29441 (march_hi) R 29438 29441 29441 0 -1 4202496 1621 0 0 0 31551 0 0 0 25 0 1 0 548856848 4026368 717 33554432000 4194304 4955518 140733427649536 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29441/statm: 983 717 106 186 0 796 0
[pid=29442] ppid=29404 vsize=371688 CPUtime=0.68 cores=0-7
/proc/29442/stat : 29442 (python) S 29404 29404 29040 0 -1 4202560 1053 0 0 0 37 31 0 0 15 0 1 0 548856850 380608512 5805 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 2619819553936343304 0 0 17 6 0 0 0
/proc/29442/statm: 92922 5805 371 364 0 28813 0
[pid=29445] ppid=29442 vsize=3932 CPUtime=337.28 cores=0-7
/proc/29445/stat : 29445 (march_hi) R 29442 29445 29445 0 -1 4202496 1646 0 0 0 33728 0 0 0 25 0 1 0 548856852 4026368 744 33554432000 4194304 4955518 140733518792176 18446744073709551615 4282523 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29445/statm: 983 744 106 186 0 796 0
[pid=29446] ppid=29404 vsize=381944 CPUtime=0.7 cores=0-7
/proc/29446/stat : 29446 (python) S 29404 29404 29040 0 -1 4202560 1051 0 0 0 39 31 0 0 15 0 1 0 548856856 391110656 5809 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 5602239106202435848 0 0 17 1 0 0 0
/proc/29446/statm: 95486 5809 371 364 0 31374 0
[pid=29449] ppid=29446 vsize=4696 CPUtime=370.46 cores=0-7
/proc/29449/stat : 29449 (march_hi) R 29446 29449 29449 0 -1 4202496 1704 0 0 0 37046 0 0 0 25 0 1 0 548856859 4808704 799 33554432000 4194304 4955518 140735621303632 18446744073709551615 4224453 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29449/statm: 1174 799 106 186 0 987 0
[pid=29450] ppid=29404 vsize=392116 CPUtime=0.69 cores=0-7
/proc/29450/stat : 29450 (python) S 29404 29404 29040 0 -1 4202560 1079 0 0 0 38 31 0 0 15 0 1 0 548856861 401526784 5819 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 12784778164446396680 0 0 17 2 0 0 0
/proc/29450/statm: 98029 5819 371 364 0 33914 0
[pid=29452] ppid=29450 vsize=3932 CPUtime=363.7 cores=0-7
/proc/29452/stat : 29452 (march_hi) R 29450 29452 29452 0 -1 4202496 1690 0 0 0 36369 1 0 0 25 0 1 0 548856863 4026368 785 33554432000 4194304 4955518 140735517365824 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29452/statm: 983 785 106 186 0 796 0
[pid=29454] ppid=29404 vsize=402728 CPUtime=0.69 cores=0-7
/proc/29454/stat : 29454 (python) S 29404 29404 29040 0 -1 4202560 1046 0 0 0 37 32 0 0 15 0 1 0 548856866 412393472 5885 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 2619810757843321093 0 0 17 5 0 0 0
/proc/29454/statm: 100682 5885 371 364 0 36564 0
[pid=29456] ppid=29454 vsize=3932 CPUtime=344.36 cores=0-7
/proc/29456/stat : 29456 (march_hi) R 29454 29456 29456 0 -1 4202496 1659 0 0 0 34436 0 0 0 25 0 1 0 548856872 4026368 755 33554432000 4194304 4955518 140735983656640 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29456/statm: 983 755 106 186 0 796 0
[pid=29463] ppid=29404 vsize=412984 CPUtime=0.44 cores=0-7
/proc/29463/stat : 29463 (python) S 29404 29404 29040 0 -1 4202560 1053 0 0 0 26 18 0 0 15 0 1 0 548870099 422895616 5904 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921797190 0 0 16781312 514 6163004570537525511 0 0 17 0 0 0 0
/proc/29463/statm: 103246 5904 371 364 0 39125 0
[pid=29465] ppid=29463 vsize=3420 CPUtime=197.43 cores=0-7
/proc/29465/stat : 29465 (march_hi) R 29463 29465 29465 0 -1 4202496 1498 0 0 0 19742 1 0 0 25 0 1 0 548870099 3502080 590 33554432000 4194304 4955518 140735661629376 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29465/statm: 855 590 106 186 0 668 0
[pid=29467] ppid=29404 vsize=423240 CPUtime=0.2 cores=0-7
/proc/29467/stat : 29467 (python) S 29404 29404 29040 0 -1 4202560 1235 0 0 0 12 8 0 0 19 0 2 0 548874374 433397760 5946 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 105810 5946 408 364 0 41686 0
[pid=29469] ppid=29467 vsize=246940 CPUtime=100.9 cores=0-7
/proc/29469/stat : 29469 (FH) T 29467 29469 29469 0 -1 4202496 603 0 0 0 10090 0 0 0 25 0 1 0 548874375 252866560 327 33554432000 134512640 134936988 4291560992 18446744073709551615 134553435 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29469/statm: 61735 327 41 104 0 61239 0
[pid=29467/tid=29473] ppid=29404 vsize=423240 CPUtime=0 cores=0-7
/proc/29467/task/29473/stat : 29473 (python) S 29404 29404 29040 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 548886793 433397760 5946 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 514 18446604470276343936 0 0 -1 0 0 0 0
[pid=29404/tid=29411] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29411/stat : 29411 (python) S 29402 29404 29040 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 16 0 548846823 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 5 0 0 0
[pid=29404/tid=29414] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29414/stat : 29414 (python) S 29402 29404 29040 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 16 0 548846827 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 3 0 0 0
[pid=29404/tid=29417] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29417/stat : 29417 (python) S 29402 29404 29040 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 16 0 548846830 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 1 0 0 0
[pid=29404/tid=29420] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29420/stat : 29420 (python) S 29402 29404 29040 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 16 0 548846834 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 7 0 0 0
[pid=29404/tid=29423] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29423/stat : 29423 (python) S 29402 29404 29040 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 16 0 548846838 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 1 0 0 0
[pid=29404/tid=29426] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29426/stat : 29426 (python) S 29402 29404 29040 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 16 0 548846842 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 7 0 0 0
[pid=29404/tid=29429] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29429/stat : 29429 (python) S 29402 29404 29040 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 16 0 548846846 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 1 0 0 0
[pid=29404/tid=29432] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29432/stat : 29432 (python) S 29402 29404 29040 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 16 0 548846850 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 1 0 0 0
[pid=29404/tid=29439] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29439/stat : 29439 (python) S 29402 29404 29040 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 16 0 548856845 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 0 0 0 0
[pid=29404/tid=29443] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29443/stat : 29443 (python) S 29402 29404 29040 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 16 0 548856850 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 5 0 0 0
[pid=29404/tid=29447] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29447/stat : 29447 (python) S 29402 29404 29040 0 -1 4202560 22 935 0 0 0 0 0 0 24 0 16 0 548856856 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 7 0 0 0
[pid=29404/tid=29451] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29451/stat : 29451 (python) S 29402 29404 29040 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 16 0 548856861 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 7 0 0 0
[pid=29404/tid=29455] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29455/stat : 29455 (python) S 29402 29404 29040 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 16 0 548856867 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 7 0 0 0
[pid=29404/tid=29464] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29464/stat : 29464 (python) S 29402 29404 29040 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 16 0 548870099 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 7 0 0 0
[pid=29404/tid=29468] ppid=29402 vsize=433484 CPUtime=0 cores=0-7
/proc/29404/task/29468/stat : 29468 (python) S 29402 29404 29040 0 -1 4202560 29 935 0 0 0 0 0 0 19 0 16 0 548874374 443887616 7455 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3359.72
Current children cumulated vsize (KiB) 11144508

[startup+476.702 s]
/proc/loadavg: 9.21 9.11 8.81 10/268 29475
/proc/meminfo: memFree=19345384/32951124 swapFree=67110188/67111528
[pid=29404] ppid=29402 vsize=433432 CPUtime=2991.15 cores=0-7
/proc/29404/stat : 29404 (python) R 29402 29404 29040 0 -1 4202496 23586 30509 1 0 155 14 298673 273 17 0 15 0 548846718 443834368 7449 33554432000 4194304 5683644 140736618484688 18446744073709551615 222921433667 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29404/statm: 108356 7448 1899 364 0 44247 0
[pid=29446] ppid=29404 vsize=0 CPUtime=371.54 cores=0-7
/proc/29446/stat : 29446 (python) Z 29404 29404 29040 0 -1 4202588 1289 1705 0 0 50 34 37070 0 17 0 1 0 548856856 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29446/statm: 0 0 0 0 0 0 0
[pid=29404/tid=29411] ppid=29402 vsize=433412 CPUtime=2989.46 cores=0-7
/proc/29404/task/29411/stat : 29411 (python) S 29402 29404 29040 0 -1 4202560 26 30509 0 0 0 0 298673 273 18 0 15 0 548846823 443813888 7446 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 5 0 0 0
[pid=29404/tid=29414] ppid=29402 vsize=433412 CPUtime=2989.46 cores=0-7
/proc/29404/task/29414/stat : 29414 (python) R 29402 29404 29040 0 -1 4202560 27 30509 0 0 0 0 298673 273 18 0 15 0 548846827 443813888 7446 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 0 0 0 -1 3 0 0 0
[pid=29404/tid=29417] ppid=29402 vsize=433412 CPUtime=2989.46 cores=0-7
/proc/29404/task/29417/stat : 29417 (python) S 29402 29404 29040 0 -1 4202560 25 30509 0 0 0 0 298673 273 18 0 14 0 548846830 443813888 7446 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 1 0 0 0
[pid=29404/tid=29420] ppid=29402 vsize=433412 CPUtime=2989.46 cores=0-7
/proc/29404/task/29420/stat : 29420 (python) S 29402 29404 29040 0 -1 4202560 30 30509 0 0 0 0 298673 273 18 0 14 0 548846834 443813888 7446 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 7 0 0 0
[pid=29404/tid=29423] ppid=29402 vsize=433408 CPUtime=2989.46 cores=0-7
/proc/29404/task/29423/stat : 29423 (python) S 29402 29404 29040 0 -1 4202560 34 30509 0 0 0 0 298673 273 18 0 14 0 548846838 443809792 7445 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 1 0 0 0
[pid=29404/tid=29426] ppid=29402 vsize=433404 CPUtime=2989.46 cores=0-7
/proc/29404/task/29426/stat : 29426 (python) R 29402 29404 29040 0 -1 4202560 28 30509 0 0 0 0 298673 273 18 0 14 0 548846842 443805696 7445 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 0 0 0 -1 7 0 0 0
[pid=29404/tid=29429] ppid=29402 vsize=433396 CPUtime=2989.46 cores=0-7
/proc/29404/task/29429/stat : 29429 (python) S 29402 29404 29040 0 -1 4202560 26 30509 0 0 0 0 298673 273 20 0 14 0 548846846 443797504 7444 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 1 0 0 0
[pid=29404/tid=29432] ppid=29402 vsize=433396 CPUtime=2989.46 cores=0-7
/proc/29404/task/29432/stat : 29432 (python) R 29402 29404 29040 0 -1 4202560 35 30509 0 0 0 0 298673 273 18 0 14 0 548846850 443797504 7444 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 0 0 0 -1 1 0 0 0
[pid=29404/tid=29439] ppid=29402 vsize=433392 CPUtime=2989.46 cores=0-7
/proc/29404/task/29439/stat : 29439 (python) S 29402 29404 29040 0 -1 4202560 30 30509 0 0 0 0 298673 273 20 0 14 0 548856845 443793408 7443 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 0 0 0 0
[pid=29404/tid=29447] ppid=29402 vsize=433392 CPUtime=2989.46 cores=0-7
/proc/29404/task/29447/stat : 29447 (python) S 29402 29404 29040 0 -1 4202560 22 30509 0 0 0 0 298673 273 24 0 14 0 548856856 443793408 7443 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 18446604469097879424 0 0 -1 7 0 0 0
[pid=29404/tid=29455] ppid=29402 vsize=433392 CPUtime=2989.46 cores=0-7
/proc/29404/task/29455/stat : 29455 (python) R 29402 29404 29040 0 -1 4202560 23 30509 0 0 0 0 298673 273 18 0 13 0 548856867 443793408 7442 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 0 0 0 -1 7 0 0 0
[pid=29404/tid=29464] ppid=29402 vsize=433384 CPUtime=2989.46 cores=0-7
/proc/29404/task/29464/stat : 29464 (python) R 29402 29404 29040 0 -1 4202560 33 30509 0 0 0 0 298673 273 18 0 13 0 548870099 443785216 7442 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 0 0 0 -1 7 0 0 0
[pid=29404/tid=29468] ppid=29402 vsize=433384 CPUtime=2989.46 cores=0-7
/proc/29404/task/29468/stat : 29468 (python) R 29402 29404 29040 0 -1 4202560 29 30509 0 0 0 0 298673 273 18 0 13 0 548874374 443785216 7442 33554432000 4194304 5683644 140736618484688 18446744073709551615 222933600689 0 0 16781312 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3362.69
Current children cumulated vsize (KiB) 433432

Child status: 0
Real time (s): 476.722
CPU time (s): 3362.75
CPU user time (s): 3359.52
CPU system time (s): 3.23851
CPU usage (%): 705.39
Max. virtual memory (cumulated for all children) (KiB): 11144508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3359.52
system time used= 3.23851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61092
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= 9425
involuntary context switches= 26741

runsolver used 2.05869 second user time and 4.73928 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-02 23:41:00
IDJOB=3322069
IDBENCH=82847
IDSOLVER=1712
FILE ID=node109/3322069-1304372459
RUNJOBID= node109-1304371481-29054
PBS_JOBID= 13181774
Free space on /tmp= 73248 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1556216475-025.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-3322069-1304372459/watcher-3322069-1304372459 -o /tmp/evaluation-result-3322069-1304372459/solver-3322069-1304372459 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322069-1304372459.cnf -seed 1865037077 -budget 40000 -cores 8

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

MD5SUM BENCH= 4227d784a99fd8c0304137876add0b08
RANDOM SEED=1865037077

node109.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.809
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.61
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.809
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	: 5332.75
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.809
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.74
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.809
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.75
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.809
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.82
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.809
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.75
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19543192 kB
Buffers:        865120 kB
Cached:        2825908 kB
SwapCached:        712 kB
Active:        9705032 kB
Inactive:      3282016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19543192 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           31864 kB
Writeback:           0 kB
AnonPages:     9295828 kB
Mapped:          19896 kB
Slab:           333628 kB
PageTables:      24916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10519056 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= 73216 MiB
End job on node109 at 2011-05-02 23:48:57