Trace number 3317452

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 535.743 134.905

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1374457799-001.UNKNOWN.cnf
MD5SUM0448cdbfc0b1241b735cac942d079298
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.021
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3317452-1304269745.cnf
0.32/0.47	c INFO: computing task features
0.41/0.50	c INFO: computed variable-clause graph statistics
0.41/0.50	c INFO: computed clause balance statistics
0.51/0.68	c INFO: computed variable balance statistics
0.61/0.76	c INFO: computed small-clause counts
0.61/0.76	c INFO: computed Horn-clause counts
0.61/0.76	c INFO: computed variable graph statistics
0.61/0.76	c INFO: collected features for HOME/instance-3317452-1304269745.cnf in 0.29 s
0.61/0.79	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.57)
0.71/0.82	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.09)
0.71/0.85	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
0.71/0.88	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
400.04/100.99	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.02)
400.41/101.03	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.02)
400.41/101.06	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.38)
400.41/101.10	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.36)
535.23/134.88	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-3317452-1304269745/watcher-3317452-1304269745 -o /tmp/evaluation-result-3317452-1304269745/solver-3317452-1304269745 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317452-1304269745.cnf -seed 1199177234 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.11 9.08 8.12 7/247 29405
/proc/meminfo: memFree=28840176/32951132 swapFree=67080200/67111528
[pid=29405] ppid=29403 vsize=15760 CPUtime=0 cores=1,3,5,7
/proc/29405/stat : 29405 (python) S 29403 29405 28639 0 -1 4202496 845 0 0 0 0 0 0 0 25 0 1 0 538574092 16138240 727 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/29405/statm: 3940 727 334 364 0 427 0

[startup+0.0341829 s]
/proc/loadavg: 9.11 9.08 8.12 7/247 29405
/proc/meminfo: memFree=28840176/32951132 swapFree=67080200/67111528
[pid=29405] ppid=29403 vsize=18880 CPUtime=0.01 cores=1,3,5,7
/proc/29405/stat : 29405 (python) R 29403 29405 28639 0 -1 4202496 1284 0 0 0 1 0 0 0 25 0 1 0 538574092 19333120 1136 33554432000 4194304 5683644 140736157082096 18446744073709551615 4865408 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29405/statm: 4720 1136 421 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18880

[startup+0.100211 s]
/proc/loadavg: 9.11 9.08 8.12 7/247 29405
/proc/meminfo: memFree=28840176/32951132 swapFree=67080200/67111528
[pid=29405] ppid=29403 vsize=104220 CPUtime=0.07 cores=1,3,5,7
/proc/29405/stat : 29405 (python) R 29403 29405 28639 0 -1 4202496 3049 0 0 0 6 1 0 0 17 0 1 0 538574092 106721280 2733 33554432000 4194304 5683644 140736157082096 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29405/statm: 26055 2733 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.300153 s]
/proc/loadavg: 9.11 9.08 8.12 7/247 29405
/proc/meminfo: memFree=28840176/32951132 swapFree=67080200/67111528
[pid=29405] ppid=29403 vsize=170748 CPUtime=0.24 cores=1,3,5,7
/proc/29405/stat : 29405 (python) R 29403 29405 28639 0 -1 4202496 6743 933 1 0 17 7 0 0 17 0 1 0 538574092 174845952 4808 33554432000 4194304 5683644 140736157082096 18446744073709551615 210642222727 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/29405/statm: 42687 4808 1336 364 0 3452 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 170748

[startup+0.701084 s]
/proc/loadavg: 9.11 9.08 8.12 7/247 29405
/proc/meminfo: memFree=28840176/32951132 swapFree=67080200/67111528
[pid=29405] ppid=29403 vsize=279216 CPUtime=0.61 cores=1,3,5,7
/proc/29405/stat : 29405 (python) R 29403 29405 28639 0 -1 4202496 9532 933 1 0 52 9 0 0 17 0 1 0 538574092 285917184 7199 33554432000 4194304 5683644 140736157082096 18446744073709551615 47974585591647 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29405/statm: 69804 7199 1827 364 0 5728 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279216

[startup+1.5009 s]
/proc/loadavg: 8.86 9.03 8.11 10/260 29422
/proc/meminfo: memFree=28798656/32951132 swapFree=67080200/67111528
[pid=29405] ppid=29403 vsize=320640 CPUtime=0.79 cores=1,3,5,7
/proc/29405/stat : 29405 (python) S 29403 29405 28639 0 -1 4202496 12592 933 1 0 69 10 0 0 25 0 5 0 538574092 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29405/statm: 80160 7359 1883 364 0 16069 0
[pid=29411] ppid=29405 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/29411/stat : 29411 (python) S 29405 29405 28639 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 538574172 285941760 5726 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166479 0 0 16781312 514 14798028210247303167 0 0 17 5 0 0 0
/proc/29411/statm: 69810 5726 354 364 0 5728 0
[pid=29413] ppid=29411 vsize=1017932 CPUtime=0.69 cores=1,3,5,7
/proc/29413/stat : 29413 (gnovelty+2) R 29411 29413 29413 0 -1 4202496 491 0 0 0 69 0 0 0 22 0 1 0 538574172 1042362368 227 33554432000 134512640 135663704 4292042464 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29413/statm: 254483 227 113 282 0 254199 0
[pid=29414] ppid=29405 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (python) S 29405 29405 28639 0 -1 4202560 742 0 0 0 0 0 0 0 21 0 1 0 538574175 296841216 5812 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 3256168505581502463 0 0 17 3 0 0 0
/proc/29414/statm: 72471 5812 348 364 0 8386 0
[pid=29416] ppid=29414 vsize=1017932 CPUtime=0.66 cores=1,3,5,7
/proc/29416/stat : 29416 (gnovelty+2) R 29414 29416 29416 0 -1 4202496 492 0 0 0 66 0 0 0 25 0 1 0 538574175 1042362368 226 33554432000 134512640 135663704 4294516448 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29416/statm: 254483 226 113 282 0 254199 0
[pid=29417] ppid=29405 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/29417/stat : 29417 (python) S 29405 29405 28639 0 -1 4202560 720 0 0 0 0 0 0 0 23 0 1 0 538574177 307343360 5812 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 4656906736949526527 0 0 17 3 0 0 0
/proc/29417/statm: 75035 5812 344 364 0 10947 0
[pid=29419] ppid=29417 vsize=416524 CPUtime=0.64 cores=1,3,5,7
/proc/29419/stat : 29419 (adaptg2wsat2009) R 29417 29419 29419 0 -1 4202496 586 0 0 0 64 0 0 0 25 0 1 0 538574178 426520576 321 33554432000 134512640 135107411 4290248592 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29419/statm: 104131 321 59 146 0 103007 0
[pid=29420] ppid=29405 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/29420/stat : 29420 (python) S 29405 29405 28639 0 -1 4202560 735 0 0 0 0 0 0 0 25 0 1 0 538574181 317845504 5816 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 17223050583330521087 0 0 17 3 0 0 0
/proc/29420/statm: 77599 5816 344 364 0 13508 0
[pid=29422] ppid=29420 vsize=416524 CPUtime=0.61 cores=1,3,5,7
/proc/29422/stat : 29422 (adaptg2wsat2009) R 29420 29422 29422 0 -1 4202496 587 0 0 0 61 0 0 0 25 0 1 0 538574181 426520576 320 33554432000 134512640 135107411 4289960112 18446744073709551615 134531856 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29422/statm: 104131 320 59 146 0 103007 0
[pid=29405/tid=29412] ppid=29403 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29412/stat : 29412 (python) S 29403 29405 28639 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 538574172 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 7 0 0 0
[pid=29405/tid=29415] ppid=29403 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29415/stat : 29415 (python) S 29403 29405 28639 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 5 0 538574175 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 1 0 0 0
[pid=29405/tid=29418] ppid=29403 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29418/stat : 29418 (python) S 29403 29405 28639 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 5 0 538574178 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 3 0 0 0
[pid=29405/tid=29421] ppid=29403 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29421/stat : 29421 (python) S 29403 29405 28639 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 538574181 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 4369212

[startup+3.10063 s]
/proc/loadavg: 8.86 9.03 8.11 10/260 29422
/proc/meminfo: memFree=28796176/32951132 swapFree=67080200/67111528
[pid=29405] ppid=29403 vsize=320640 CPUtime=0.79 cores=1,3,5,7
/proc/29405/stat : 29405 (python) S 29403 29405 28639 0 -1 4202496 12592 933 1 0 69 10 0 0 25 0 5 0 538574092 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29405/statm: 80160 7359 1883 364 0 16069 0
[pid=29411] ppid=29405 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/29411/stat : 29411 (python) S 29405 29405 28639 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 538574172 285941760 5726 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166479 0 0 16781312 514 14798028210247270664 0 0 17 5 0 0 0
/proc/29411/statm: 69810 5726 354 364 0 5728 0
[pid=29413] ppid=29411 vsize=1017932 CPUtime=2.28 cores=1,3,5,7
/proc/29413/stat : 29413 (gnovelty+2) R 29411 29413 29413 0 -1 4202496 491 0 0 0 228 0 0 0 25 0 1 0 538574172 1042362368 227 33554432000 134512640 135663704 4292042464 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29413/statm: 254483 227 113 282 0 254199 0
[pid=29414] ppid=29405 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (python) S 29405 29405 28639 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 538574175 296841216 5812 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 3256168505581469959 0 0 17 3 0 0 0
/proc/29414/statm: 72471 5812 348 364 0 8386 0
[pid=29416] ppid=29414 vsize=1017932 CPUtime=2.26 cores=1,3,5,7
/proc/29416/stat : 29416 (gnovelty+2) R 29414 29416 29416 0 -1 4202496 492 0 0 0 226 0 0 0 25 0 1 0 538574175 1042362368 226 33554432000 134512640 135663704 4294516448 18446744073709551615 134525722 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29416/statm: 254483 226 113 282 0 254199 0
[pid=29417] ppid=29405 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/29417/stat : 29417 (python) S 29405 29405 28639 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 538574177 307343360 5816 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 4656906736949494022 0 0 17 3 0 0 0
/proc/29417/statm: 75035 5816 348 364 0 10947 0
[pid=29419] ppid=29417 vsize=416524 CPUtime=2.24 cores=1,3,5,7
/proc/29419/stat : 29419 (adaptg2wsat2009) R 29417 29419 29419 0 -1 4202496 586 0 0 0 224 0 0 0 25 0 1 0 538574178 426520576 321 33554432000 134512640 135107411 4290248592 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29419/statm: 104131 321 59 146 0 103007 0
[pid=29420] ppid=29405 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/29420/stat : 29420 (python) S 29405 29405 28639 0 -1 4202560 754 0 0 0 0 0 0 0 18 0 1 0 538574181 317845504 5820 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 17223050583330488582 0 0 17 3 0 0 0
/proc/29420/statm: 77599 5820 348 364 0 13508 0
[pid=29422] ppid=29420 vsize=416524 CPUtime=2.21 cores=1,3,5,7
/proc/29422/stat : 29422 (adaptg2wsat2009) R 29420 29422 29422 0 -1 4202496 587 0 0 0 221 0 0 0 25 0 1 0 538574181 426520576 320 33554432000 134512640 135107411 4289960112 18446744073709551615 134532217 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29422/statm: 104131 320 59 146 0 103007 0
[pid=29405/tid=29412] ppid=29403 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29412/stat : 29412 (python) S 29403 29405 28639 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 538574172 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 7 0 0 0
[pid=29405/tid=29415] ppid=29403 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29415/stat : 29415 (python) S 29403 29405 28639 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 5 0 538574175 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 1 0 0 0
[pid=29405/tid=29418] ppid=29403 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29418/stat : 29418 (python) S 29403 29405 28639 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 5 0 538574178 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 3 0 0 0
[pid=29405/tid=29421] ppid=29403 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29421/stat : 29421 (python) S 29403 29405 28639 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 538574181 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.78
Current children cumulated vsize (KiB) 4369212

[startup+6.30109 s]
/proc/loadavg: 9.03 9.06 8.12 11/260 29422
/proc/meminfo: memFree=28794100/32951132 swapFree=67080200/67111528
[pid=29405] ppid=29403 vsize=320640 CPUtime=0.79 cores=1,3,5,7
/proc/29405/stat : 29405 (python) S 29403 29405 28639 0 -1 4202496 12592 933 1 0 69 10 0 0 25 0 5 0 538574092 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29405/statm: 80160 7359 1883 364 0 16069 0
[pid=29411] ppid=29405 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/29411/stat : 29411 (python) S 29405 29405 28639 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 538574172 285941760 5749 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166479 0 0 16781312 514 14798028210247270664 0 0 17 5 0 0 0
/proc/29411/statm: 69810 5749 377 364 0 5728 0
[pid=29413] ppid=29411 vsize=1017932 CPUtime=5.46 cores=1,3,5,7
/proc/29413/stat : 29413 (gnovelty+2) R 29411 29413 29413 0 -1 4202496 491 0 0 0 546 0 0 0 25 0 1 0 538574172 1042362368 227 33554432000 134512640 135663704 4292042464 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29413/statm: 254483 227 113 282 0 254199 0
[pid=29414] ppid=29405 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (python) S 29405 29405 28639 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 538574175 296841216 5834 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 3256168505581469959 0 0 17 3 0 0 0
/proc/29414/statm: 72471 5834 370 364 0 8386 0
[pid=29416] ppid=29414 vsize=1017932 CPUtime=5.46 cores=1,3,5,7
/proc/29416/stat : 29416 (gnovelty+2) R 29414 29416 29416 0 -1 4202496 492 0 0 0 546 0 0 0 25 0 1 0 538574175 1042362368 226 33554432000 134512640 135663704 4294516448 18446744073709551615 134525160 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29416/statm: 254483 226 113 282 0 254199 0
[pid=29417] ppid=29405 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/29417/stat : 29417 (python) S 29405 29405 28639 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 538574177 307343360 5839 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 4656906736949494022 0 0 17 3 0 0 0
/proc/29417/statm: 75035 5839 371 364 0 10947 0
[pid=29419] ppid=29417 vsize=416524 CPUtime=5.43 cores=1,3,5,7
/proc/29419/stat : 29419 (adaptg2wsat2009) R 29417 29419 29419 0 -1 4202496 586 0 0 0 543 0 0 0 25 0 1 0 538574178 426520576 321 33554432000 134512640 135107411 4290248592 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29419/statm: 104131 321 59 146 0 103007 0
[pid=29420] ppid=29405 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/29420/stat : 29420 (python) S 29405 29405 28639 0 -1 4202560 929 0 0 0 0 0 0 0 18 0 1 0 538574181 317845504 5842 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 17223050583330488582 0 0 17 3 0 0 0
/proc/29420/statm: 77599 5842 370 364 0 13508 0
[pid=29422] ppid=29420 vsize=416524 CPUtime=5.38 cores=1,3,5,7
/proc/29422/stat : 29422 (adaptg2wsat2009) R 29420 29422 29422 0 -1 4202496 587 0 0 0 538 0 0 0 25 0 1 0 538574181 426520576 320 33554432000 134512640 135107411 4289960112 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29422/statm: 104131 320 59 146 0 103007 0
[pid=29405/tid=29412] ppid=29403 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29412/stat : 29412 (python) S 29403 29405 28639 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 538574172 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 7 0 0 0
[pid=29405/tid=29415] ppid=29403 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29415/stat : 29415 (python) S 29403 29405 28639 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 5 0 538574175 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 1 0 0 0
[pid=29405/tid=29418] ppid=29403 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29418/stat : 29418 (python) S 29403 29405 28639 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 5 0 538574178 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 3 0 0 0
[pid=29405/tid=29421] ppid=29403 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29421/stat : 29421 (python) S 29403 29405 28639 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 538574181 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.52
Current children cumulated vsize (KiB) 4369212

[startup+12.701 s]
/proc/loadavg: 9.19 9.10 8.14 10/260 29423
/proc/meminfo: memFree=28792112/32951132 swapFree=67080200/67111528
[pid=29405] ppid=29403 vsize=320640 CPUtime=0.79 cores=1,3,5,7
/proc/29405/stat : 29405 (python) S 29403 29405 28639 0 -1 4202496 12592 933 1 0 69 10 0 0 25 0 5 0 538574092 328335360 7359 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29405/statm: 80160 7359 1883 364 0 16069 0
[pid=29411] ppid=29405 vsize=279240 CPUtime=0.01 cores=1,3,5,7
/proc/29411/stat : 29411 (python) S 29405 29405 28639 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 538574172 285941760 5749 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166479 0 0 16781312 514 18344128852512440584 0 0 17 5 0 0 0
/proc/29411/statm: 69810 5749 377 364 0 5728 0
[pid=29413] ppid=29411 vsize=1017932 CPUtime=11.81 cores=1,3,5,7
/proc/29413/stat : 29413 (gnovelty+2) R 29411 29413 29413 0 -1 4202496 491 0 0 0 1181 0 0 0 25 0 1 0 538574172 1042362368 227 33554432000 134512640 135663704 4292042464 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29413/statm: 254483 227 113 282 0 254199 0
[pid=29414] ppid=29405 vsize=289884 CPUtime=0.01 cores=1,3,5,7

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

/proc/meminfo: memFree=28685288/32951132 swapFree=67080200/67111528
[pid=29405] ppid=29403 vsize=361664 CPUtime=0.92 cores=1,3,5,7
/proc/29405/stat : 29405 (python) S 29403 29405 28639 0 -1 4202496 16258 933 1 0 81 11 0 0 20 0 9 0 538574092 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29405/statm: 90416 7384 1892 364 0 26313 0
[pid=29411] ppid=29405 vsize=289484 CPUtime=0.16 cores=1,3,5,7
/proc/29411/stat : 29411 (python) S 29405 29405 28639 0 -1 4202560 1083 0 0 0 9 7 0 0 19 0 2 0 538574172 296431616 5787 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29411/statm: 72371 5787 410 364 0 8289 0
[pid=29413] ppid=29411 vsize=1017932 CPUtime=99.39 cores=1,3,5,7
/proc/29413/stat : 29413 (gnovelty+2) T 29411 29413 29413 0 -1 4202496 491 0 0 0 9939 0 0 0 25 0 1 0 538574172 1042362368 227 33554432000 134512640 135663704 4292042464 18446744073709551615 134564688 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29413/statm: 254483 227 113 282 0 254199 0
[pid=29411/tid=29429] ppid=29405 vsize=289484 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29429/stat : 29429 (python) S 29405 29405 28639 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538584188 296431616 5787 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 514 18446604469243029568 0 0 -1 5 0 0 0
[pid=29414] ppid=29405 vsize=289884 CPUtime=0.16 cores=1,3,5,7
/proc/29414/stat : 29414 (python) S 29405 29405 28639 0 -1 4202560 1090 0 0 0 8 8 0 0 19 0 2 0 538574175 296841216 5865 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29414/statm: 72471 5865 400 364 0 8386 0
[pid=29416] ppid=29414 vsize=1017932 CPUtime=99.98 cores=1,3,5,7
/proc/29416/stat : 29416 (gnovelty+2) T 29414 29416 29416 0 -1 4202496 492 0 0 0 9978 20 0 0 25 0 1 0 538574175 1042362368 226 33554432000 134512640 135663704 4294516448 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/29416/statm: 254483 226 113 282 0 254199 0
[pid=29414/tid=29430] ppid=29405 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/29414/task/29430/stat : 29430 (python) S 29405 29405 28639 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538584191 296841216 5865 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 514 18446604466555730944 0 0 -1 1 0 0 0
[pid=29417] ppid=29405 vsize=300140 CPUtime=0.16 cores=1,3,5,7
/proc/29417/stat : 29417 (python) S 29405 29405 28639 0 -1 4202560 1089 0 0 0 9 7 0 0 19 0 2 0 538574177 307343360 5869 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29417/statm: 75035 5869 400 364 0 10947 0
[pid=29419] ppid=29417 vsize=416524 CPUtime=99.98 cores=1,3,5,7
/proc/29419/stat : 29419 (adaptg2wsat2009) T 29417 29419 29419 0 -1 4202496 586 0 0 0 9998 0 0 0 25 0 1 0 538574178 426520576 321 33554432000 134512640 135107411 4290248592 18446744073709551615 134531401 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29419/statm: 104131 321 59 146 0 103007 0
[pid=29417/tid=29433] ppid=29405 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/29417/task/29433/stat : 29433 (python) S 29405 29405 28639 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 538584193 307343360 5869 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 514 18446604466881865728 0 0 -1 5 0 0 0
[pid=29420] ppid=29405 vsize=310396 CPUtime=0.16 cores=1,3,5,7
/proc/29420/stat : 29420 (python) S 29405 29405 28639 0 -1 4202560 1120 0 0 0 9 7 0 0 18 0 2 0 538574181 317845504 5873 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29420/statm: 77599 5873 400 364 0 13508 0
[pid=29422] ppid=29420 vsize=416524 CPUtime=99.69 cores=1,3,5,7
/proc/29422/stat : 29422 (adaptg2wsat2009) T 29420 29422 29422 0 -1 4202496 587 0 0 0 9969 0 0 0 25 0 1 0 538574181 426520576 320 33554432000 134512640 135107411 4289960112 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29422/statm: 104131 320 59 146 0 103007 0
[pid=29420/tid=29438] ppid=29405 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/29420/task/29438/stat : 29438 (python) S 29405 29405 28639 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538584198 317845504 5873 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 514 18446604456922747200 0 0 -1 7 0 0 0
[pid=29431] ppid=29405 vsize=320652 CPUtime=0.04 cores=1,3,5,7
/proc/29431/stat : 29431 (python) S 29405 29405 28639 0 -1 4202560 926 0 0 0 2 2 0 0 18 0 1 0 538584192 328347648 5847 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 18344128852512440583 0 0 17 3 0 0 0
/proc/29431/statm: 80163 5847 371 364 0 16069 0
[pid=29434] ppid=29431 vsize=416524 CPUtime=33.28 cores=1,3,5,7
/proc/29434/stat : 29434 (adaptg2wsat2009) R 29431 29434 29434 0 -1 4202496 587 0 0 0 3328 0 0 0 25 0 1 0 538584194 426520576 321 33554432000 134512640 135107411 4294801280 18446744073709551615 134531435 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29434/statm: 104131 321 59 146 0 103007 0
[pid=29435] ppid=29405 vsize=330908 CPUtime=0.05 cores=1,3,5,7
/proc/29435/stat : 29435 (python) S 29405 29405 28639 0 -1 4202560 940 0 0 0 2 3 0 0 18 0 1 0 538584195 338849792 5851 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 18344128852512440584 0 0 17 7 0 0 0
/proc/29435/statm: 82727 5851 371 364 0 18630 0
[pid=29437] ppid=29435 vsize=1017932 CPUtime=33.17 cores=1,3,5,7
/proc/29437/stat : 29437 (gnovelty+2) R 29435 29437 29437 0 -1 4202496 490 0 0 0 3317 0 0 0 25 0 1 0 538584196 1042362368 227 33554432000 134512640 135663704 4288118592 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29437/statm: 254483 227 113 282 0 254199 0
[pid=29439] ppid=29405 vsize=341164 CPUtime=0.07 cores=1,3,5,7
/proc/29439/stat : 29439 (python) S 29405 29405 28639 0 -1 4202560 963 0 0 0 4 3 0 0 15 0 1 0 538584199 349351936 5855 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 4488210866923077894 0 0 17 7 0 0 0
/proc/29439/statm: 85291 5855 371 364 0 21191 0
[pid=29441] ppid=29439 vsize=2264 CPUtime=32.83 cores=1,3,5,7
/proc/29441/stat : 29441 (march_hi) R 29439 29441 29441 0 -1 4202496 991 0 0 0 3283 0 0 0 25 0 1 0 538584199 2318336 392 33554432000 4194304 4955518 140734633212288 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29441/statm: 566 392 106 186 0 379 0
[pid=29442] ppid=29405 vsize=351420 CPUtime=0.06 cores=1,3,5,7
/proc/29442/stat : 29442 (python) S 29405 29405 28639 0 -1 4202560 1009 0 0 0 3 3 0 0 15 0 1 0 538584203 359854080 5865 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 3857311094905209092 0 0 17 1 0 0 0
/proc/29442/statm: 87855 5865 377 364 0 23752 0
[pid=29444] ppid=29442 vsize=2264 CPUtime=33.13 cores=1,3,5,7
/proc/29444/stat : 29444 (march_hi) R 29442 29444 29444 0 -1 4202496 994 0 0 0 3313 0 0 0 25 0 1 0 538584203 2318336 391 33554432000 4194304 4955518 140736117472144 18446744073709551615 4297366 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29444/statm: 566 391 106 186 0 379 0
[pid=29405/tid=29412] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29412/stat : 29412 (python) S 29403 29405 28639 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 538574172 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 7 0 0 0
[pid=29405/tid=29415] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29415/stat : 29415 (python) S 29403 29405 28639 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 9 0 538574175 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 1 0 0 0
[pid=29405/tid=29418] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29418/stat : 29418 (python) S 29403 29405 28639 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 9 0 538574178 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 3 0 0 0
[pid=29405/tid=29421] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29421/stat : 29421 (python) S 29403 29405 28639 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 9 0 538574181 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 3 0 0 0
[pid=29405/tid=29432] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29432/stat : 29432 (python) S 29403 29405 28639 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 538584192 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 3 0 0 0
[pid=29405/tid=29436] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29436/stat : 29436 (python) S 29403 29405 28639 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 538584196 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 1 0 0 0
[pid=29405/tid=29440] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29440/stat : 29440 (python) S 29403 29405 28639 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 538584199 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 7 0 0 0
[pid=29405/tid=29443] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29443/stat : 29443 (python) S 29403 29405 28639 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 538584203 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 533.23
Current children cumulated vsize (KiB) 7203608

[startup+134.701 s]
/proc/loadavg: 9.10 9.10 8.25 10/280 29446
/proc/meminfo: memFree=28685288/32951132 swapFree=67080200/67111528
[pid=29405] ppid=29403 vsize=361664 CPUtime=0.92 cores=1,3,5,7
/proc/29405/stat : 29405 (python) S 29403 29405 28639 0 -1 4202496 16258 933 1 0 81 11 0 0 20 0 9 0 538574092 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29405/statm: 90416 7384 1892 364 0 26313 0
[pid=29411] ppid=29405 vsize=289484 CPUtime=0.16 cores=1,3,5,7
/proc/29411/stat : 29411 (python) S 29405 29405 28639 0 -1 4202560 1083 0 0 0 9 7 0 0 19 0 2 0 538574172 296431616 5787 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29411/statm: 72371 5787 410 364 0 8289 0
[pid=29413] ppid=29411 vsize=1017932 CPUtime=99.39 cores=1,3,5,7
/proc/29413/stat : 29413 (gnovelty+2) T 29411 29413 29413 0 -1 4202496 491 0 0 0 9939 0 0 0 25 0 1 0 538574172 1042362368 227 33554432000 134512640 135663704 4292042464 18446744073709551615 134564688 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29413/statm: 254483 227 113 282 0 254199 0
[pid=29411/tid=29429] ppid=29405 vsize=289484 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29429/stat : 29429 (python) S 29405 29405 28639 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538584188 296431616 5787 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 514 18446604469243029568 0 0 -1 5 0 0 0
[pid=29414] ppid=29405 vsize=289884 CPUtime=0.16 cores=1,3,5,7
/proc/29414/stat : 29414 (python) S 29405 29405 28639 0 -1 4202560 1090 0 0 0 8 8 0 0 19 0 2 0 538574175 296841216 5865 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29414/statm: 72471 5865 400 364 0 8386 0
[pid=29416] ppid=29414 vsize=1017932 CPUtime=99.98 cores=1,3,5,7
/proc/29416/stat : 29416 (gnovelty+2) T 29414 29416 29416 0 -1 4202496 492 0 0 0 9978 20 0 0 25 0 1 0 538574175 1042362368 226 33554432000 134512640 135663704 4294516448 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/29416/statm: 254483 226 113 282 0 254199 0
[pid=29414/tid=29430] ppid=29405 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/29414/task/29430/stat : 29430 (python) S 29405 29405 28639 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538584191 296841216 5865 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 514 18446604466555730944 0 0 -1 1 0 0 0
[pid=29417] ppid=29405 vsize=300140 CPUtime=0.16 cores=1,3,5,7
/proc/29417/stat : 29417 (python) S 29405 29405 28639 0 -1 4202560 1089 0 0 0 9 7 0 0 19 0 2 0 538574177 307343360 5869 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29417/statm: 75035 5869 400 364 0 10947 0
[pid=29419] ppid=29417 vsize=416524 CPUtime=99.98 cores=1,3,5,7
/proc/29419/stat : 29419 (adaptg2wsat2009) T 29417 29419 29419 0 -1 4202496 586 0 0 0 9998 0 0 0 25 0 1 0 538574178 426520576 321 33554432000 134512640 135107411 4290248592 18446744073709551615 134531401 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29419/statm: 104131 321 59 146 0 103007 0
[pid=29417/tid=29433] ppid=29405 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/29417/task/29433/stat : 29433 (python) S 29405 29405 28639 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 538584193 307343360 5869 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 514 18446604466881865728 0 0 -1 5 0 0 0
[pid=29420] ppid=29405 vsize=310396 CPUtime=0.16 cores=1,3,5,7
/proc/29420/stat : 29420 (python) S 29405 29405 28639 0 -1 4202560 1120 0 0 0 9 7 0 0 18 0 2 0 538574181 317845504 5873 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29420/statm: 77599 5873 400 364 0 13508 0
[pid=29422] ppid=29420 vsize=416524 CPUtime=99.69 cores=1,3,5,7
/proc/29422/stat : 29422 (adaptg2wsat2009) T 29420 29422 29422 0 -1 4202496 587 0 0 0 9969 0 0 0 25 0 1 0 538574181 426520576 320 33554432000 134512640 135107411 4289960112 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29422/statm: 104131 320 59 146 0 103007 0
[pid=29420/tid=29438] ppid=29405 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/29420/task/29438/stat : 29438 (python) S 29405 29405 28639 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538584198 317845504 5873 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 514 18446604456922747200 0 0 -1 7 0 0 0
[pid=29431] ppid=29405 vsize=320652 CPUtime=0.04 cores=1,3,5,7
/proc/29431/stat : 29431 (python) S 29405 29405 28639 0 -1 4202560 926 0 0 0 2 2 0 0 18 0 1 0 538584192 328347648 5847 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 18344128852512440583 0 0 17 3 0 0 0
/proc/29431/statm: 80163 5847 371 364 0 16069 0
[pid=29434] ppid=29431 vsize=416524 CPUtime=33.68 cores=1,3,5,7
/proc/29434/stat : 29434 (adaptg2wsat2009) R 29431 29434 29434 0 -1 4202496 587 0 0 0 3368 0 0 0 25 0 1 0 538584194 426520576 321 33554432000 134512640 135107411 4294801280 18446744073709551615 134532306 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29434/statm: 104131 321 59 146 0 103007 0
[pid=29435] ppid=29405 vsize=330908 CPUtime=0.05 cores=1,3,5,7
/proc/29435/stat : 29435 (python) S 29405 29405 28639 0 -1 4202560 940 0 0 0 2 3 0 0 18 0 1 0 538584195 338849792 5851 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 18344128852512440584 0 0 17 7 0 0 0
/proc/29435/statm: 82727 5851 371 364 0 18630 0
[pid=29437] ppid=29435 vsize=1017932 CPUtime=33.57 cores=1,3,5,7
/proc/29437/stat : 29437 (gnovelty+2) R 29435 29437 29437 0 -1 4202496 490 0 0 0 3357 0 0 0 25 0 1 0 538584196 1042362368 227 33554432000 134512640 135663704 4288118592 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29437/statm: 254483 227 113 282 0 254199 0
[pid=29439] ppid=29405 vsize=341164 CPUtime=0.07 cores=1,3,5,7
/proc/29439/stat : 29439 (python) S 29405 29405 28639 0 -1 4202560 963 0 0 0 4 3 0 0 15 0 1 0 538584199 349351936 5855 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 5601796479757811974 0 0 17 7 0 0 0
/proc/29439/statm: 85291 5855 371 364 0 21191 0
[pid=29441] ppid=29439 vsize=2264 CPUtime=33.23 cores=1,3,5,7
/proc/29441/stat : 29441 (march_hi) R 29439 29441 29441 0 -1 4202496 991 0 0 0 3323 0 0 0 25 0 1 0 538584199 2318336 392 33554432000 4194304 4955518 140734633212288 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29441/statm: 566 392 106 186 0 379 0
[pid=29442] ppid=29405 vsize=351420 CPUtime=0.06 cores=1,3,5,7
/proc/29442/stat : 29442 (python) S 29405 29405 28639 0 -1 4202560 1009 0 0 0 3 3 0 0 15 0 1 0 538584203 359854080 5865 33554432000 4194304 5683644 140736157082096 18446744073709551615 210647166534 0 0 16781312 514 3857311094905209092 0 0 17 1 0 0 0
/proc/29442/statm: 87855 5865 377 364 0 23752 0
[pid=29444] ppid=29442 vsize=2264 CPUtime=33.53 cores=1,3,5,7
/proc/29444/stat : 29444 (march_hi) R 29442 29444 29444 0 -1 4202496 994 0 0 0 3353 0 0 0 25 0 1 0 538584203 2318336 391 33554432000 4194304 4955518 140736117472144 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29444/statm: 566 391 106 186 0 379 0
[pid=29405/tid=29412] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29412/stat : 29412 (python) S 29403 29405 28639 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 538574172 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 7 0 0 0
[pid=29405/tid=29415] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29415/stat : 29415 (python) S 29403 29405 28639 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 9 0 538574175 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 1 0 0 0
[pid=29405/tid=29418] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29418/stat : 29418 (python) S 29403 29405 28639 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 9 0 538574178 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 3 0 0 0
[pid=29405/tid=29421] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29421/stat : 29421 (python) S 29403 29405 28639 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 9 0 538574181 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 3 0 0 0
[pid=29405/tid=29432] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29432/stat : 29432 (python) S 29403 29405 28639 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 538584192 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 3 0 0 0
[pid=29405/tid=29436] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29436/stat : 29436 (python) S 29403 29405 28639 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 538584196 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 1 0 0 0
[pid=29405/tid=29440] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29440/stat : 29440 (python) S 29403 29405 28639 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 538584199 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 7 0 0 0
[pid=29405/tid=29443] ppid=29403 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/29405/task/29443/stat : 29443 (python) S 29403 29405 28639 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 538584203 370343936 7384 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 2 18446604456433430720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 534.83
Current children cumulated vsize (KiB) 7203608

[startup+134.902 s]
/proc/loadavg: 9.10 9.10 8.25 10/280 29446
/proc/meminfo: memFree=28685288/32951132 swapFree=67080200/67111528
[pid=29405] ppid=29403 vsize=320584 CPUtime=535.73 cores=1,3,5,7
/proc/29405/stat : 29405 (python) R 29403 29405 28639 0 -1 4202496 20494 14847 1 0 83 12 53412 66 17 0 2 0 538574092 328278016 7353 33554432000 4194304 5683644 140736157082096 18446744073709551615 210646802512 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29405/statm: 80146 7353 1877 364 0 16069 0
[pid=29405/tid=29443] ppid=29403 vsize=320584 CPUtime=534.78 cores=1,3,5,7
/proc/29405/task/29443/stat : 29443 (python) S 29403 29405 28639 0 -1 4202560 29 14847 0 0 0 0 53412 66 18 0 2 0 538584203 328278016 7353 33554432000 4194304 5683644 140736157082096 18446744073709551615 210658970033 0 0 16781312 0 18446604456433430720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 535.73
Current children cumulated vsize (KiB) 320584

Child status: 0
Real time (s): 134.905
CPU time (s): 535.743
CPU user time (s): 534.958
CPU system time (s): 0.78488
CPU usage (%): 397.127
Max. virtual memory (cumulated for all children) (KiB): 7203608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 534.958
system time used= 0.78488
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35509
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= 2695
involuntary context switches= 5760

runsolver used 0.303953 second user time and 0.685895 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-01 19:09:05
IDJOB=3317452
IDBENCH=82917
IDSOLVER=1705
FILE ID=node129/3317452-1304269745
RUNJOBID= node129-1304267282-28658
PBS_JOBID= 13173950
Free space on /tmp= 67300 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1374457799-001.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-3317452-1304269745/watcher-3317452-1304269745 -o /tmp/evaluation-result-3317452-1304269745/solver-3317452-1304269745 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317452-1304269745.cnf -seed 1199177234 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0448cdbfc0b1241b735cac942d079298
RANDOM SEED=1199177234

node129.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.831
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.66
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.831
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.83
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.831
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.831
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.831
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.831
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.83
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.831
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.75
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.831
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:     32951132 kB
MemFree:      28840332 kB
Buffers:        314376 kB
Cached:        1732384 kB
SwapCached:       5128 kB
Active:        1993744 kB
Inactive:      1746640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28840332 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:           31752 kB
Writeback:           0 kB
AnonPages:     1690660 kB
Mapped:          22888 kB
Slab:           292944 kB
PageTables:      17376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 26284880 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67268 MiB
End job on node129 at 2011-05-01 19:11:20