Trace number 3317261

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 533.348 134.23

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1027567260-047.UNKNOWN.cnf
MD5SUMdeef67012ed65265f92101778280c717
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.5169
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.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.47	c INFO: solving HOME/instance-3317261-1304268530.cnf
0.30/0.47	c INFO: computing task features
0.38/0.50	c INFO: computed variable-clause graph statistics
0.38/0.50	c INFO: computed clause balance statistics
0.48/0.66	c INFO: computed variable balance statistics
0.58/0.72	c INFO: computed small-clause counts
0.58/0.72	c INFO: computed Horn-clause counts
0.58/0.73	c INFO: computed variable graph statistics
0.58/0.73	c INFO: collected features for HOME/instance-3317261-1304268530.cnf in 0.26 s
0.58/0.75	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.58)
0.58/0.78	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.09)
0.68/0.81	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
0.68/0.84	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
400.36/100.94	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.02)
400.36/100.99	c INFO: running FH@0 for 97 with 4699 remaining (b = 0.02)
400.63/101.02	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.39)
400.63/101.06	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.37)
533.29/134.21	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-3317261-1304268530/watcher-3317261-1304268530 -o /tmp/evaluation-result-3317261-1304268530/solver-3317261-1304268530 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317261-1304268530.cnf -seed 1846542180 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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: 8.18 8.01 5.91 6/267 22110
/proc/meminfo: memFree=28478908/32951124 swapFree=67111348/67111528
[pid=22110] ppid=22108 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/22110/stat : 22110 (python) R 22108 22110 21419 0 -1 4202496 860 0 0 0 0 0 0 0 25 0 1 0 617083527 16154624 741 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458065552 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22110/statm: 3944 745 339 364 0 431 0

[startup+0.064755 s]
/proc/loadavg: 8.18 8.01 5.91 6/267 22110
/proc/meminfo: memFree=28478908/32951124 swapFree=67111348/67111528
[pid=22110] ppid=22108 vsize=50012 CPUtime=0.04 cores=0,2,4,6
/proc/22110/stat : 22110 (python) R 22108 22110 21419 0 -1 4202496 1948 0 0 0 3 1 0 0 25 0 1 0 617083527 51212288 1712 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458065552 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22110/statm: 12503 1713 476 364 0 1203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50012

[startup+0.100731 s]
/proc/loadavg: 8.18 8.01 5.91 6/267 22110
/proc/meminfo: memFree=28478908/32951124 swapFree=67111348/67111528
[pid=22110] ppid=22108 vsize=104228 CPUtime=0.07 cores=0,2,4,6
/proc/22110/stat : 22110 (python) R 22108 22110 21419 0 -1 4202496 3055 0 0 0 5 2 0 0 25 0 1 0 617083527 106729472 2738 33554432000 4194304 5683644 140736740266800 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22110/statm: 26057 2742 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300714 s]
/proc/loadavg: 8.18 8.01 5.91 6/267 22110
/proc/meminfo: memFree=28478908/32951124 swapFree=67111348/67111528
[pid=22110] ppid=22108 vsize=170752 CPUtime=0.23 cores=0,2,4,6
/proc/22110/stat : 22110 (python) R 22108 22110 21419 0 -1 4202496 6732 936 1 0 17 6 0 0 18 0 1 0 617083527 174850048 4805 33554432000 4194304 5683644 140736740266800 18446744073709551615 252457759725 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22110/statm: 42688 4805 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170752

[startup+0.700629 s]
/proc/loadavg: 8.18 8.01 5.91 6/267 22110
/proc/meminfo: memFree=28478908/32951124 swapFree=67111348/67111528
[pid=22110] ppid=22108 vsize=279216 CPUtime=0.58 cores=0,2,4,6
/proc/22110/stat : 22110 (python) R 22108 22110 21419 0 -1 4202496 9531 936 1 0 50 8 0 0 18 0 1 0 617083527 285917184 7199 33554432000 4194304 5683644 140736740266800 18446744073709551615 4567033 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22110/statm: 69804 7199 1827 364 0 5728 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 279216

[startup+1.50044 s]
/proc/loadavg: 7.85 7.94 5.90 9/280 22127
/proc/meminfo: memFree=28438504/32951124 swapFree=67111348/67111528
[pid=22110] ppid=22108 vsize=320640 CPUtime=0.73 cores=0,2,4,6
/proc/22110/stat : 22110 (python) S 22108 22110 21419 0 -1 4202496 12586 936 1 0 64 9 0 0 22 0 5 0 617083527 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22110/statm: 80160 7359 1883 364 0 16069 0
[pid=22116] ppid=22110 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/22116/stat : 22116 (python) S 22110 22110 21419 0 -1 4202560 740 0 0 0 0 0 0 0 20 0 1 0 617083603 285941760 5726 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085903 0 0 16781312 514 3907162952108605439 0 0 17 2 0 0 0
/proc/22116/statm: 69810 5726 354 364 0 5728 0
[pid=22118] ppid=22116 vsize=1017932 CPUtime=0.73 cores=0,2,4,6
/proc/22118/stat : 22118 (gnovelty+2) R 22116 22118 22118 0 -1 4202496 488 0 0 0 73 0 0 0 25 0 1 0 617083604 1042362368 226 33554432000 134512640 135663704 4294486512 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22118/statm: 254483 226 113 282 0 254199 0
[pid=22119] ppid=22110 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/22119/stat : 22119 (python) S 22110 22110 21419 0 -1 4202560 742 0 0 0 0 0 0 0 22 0 1 0 617083606 296841216 5812 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 4147947202498527231 0 0 17 0 0 0 0
/proc/22119/statm: 72471 5812 348 364 0 8386 0
[pid=22121] ppid=22119 vsize=1017932 CPUtime=0.7 cores=0,2,4,6
/proc/22121/stat : 22121 (gnovelty+2) R 22119 22121 22121 0 -1 4202496 491 0 0 0 70 0 0 0 25 0 1 0 617083606 1042362368 227 33554432000 134512640 135663704 4292801792 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22121/statm: 254483 227 113 282 0 254199 0
[pid=22122] ppid=22110 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/22122/stat : 22122 (python) S 22110 22110 21419 0 -1 4202560 724 0 0 0 0 0 0 0 19 0 1 0 617083609 307343360 5812 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 4115458283165188095 0 0 17 2 0 0 0
/proc/22122/statm: 75035 5812 344 364 0 10947 0
[pid=22124] ppid=22122 vsize=416524 CPUtime=0.67 cores=0,2,4,6
/proc/22124/stat : 22124 (adaptg2wsat2009) R 22122 22124 22124 0 -1 4202496 585 0 0 0 67 0 0 0 22 0 1 0 617083610 426520576 320 33554432000 134512640 135107411 4289670416 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22124/statm: 104131 320 59 146 0 103007 0
[pid=22125] ppid=22110 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/22125/stat : 22125 (python) S 22110 22110 21419 0 -1 4202560 734 0 0 0 0 0 0 0 21 0 1 0 617083612 317845504 5816 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 2622035894500065279 0 0 17 0 0 0 0
/proc/22125/statm: 77599 5816 344 364 0 13508 0
[pid=22127] ppid=22125 vsize=416524 CPUtime=0.64 cores=0,2,4,6
/proc/22127/stat : 22127 (adaptg2wsat2009) R 22125 22127 22127 0 -1 4202496 587 0 0 0 64 0 0 0 25 0 1 0 617083612 426520576 320 33554432000 134512640 135107411 4293028656 18446744073709551615 134531707 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22127/statm: 104131 320 59 146 0 103007 0
[pid=22110/tid=22117] ppid=22108 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22117/stat : 22117 (python) S 22108 22110 21419 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 5 0 617083603 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22120] ppid=22108 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22120/stat : 22120 (python) S 22108 22110 21419 0 -1 4202560 21 936 0 0 0 0 0 0 23 0 5 0 617083606 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22123] ppid=22108 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22123/stat : 22123 (python) S 22108 22110 21419 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617083609 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 0 0 0 0
[pid=22110/tid=22126] ppid=22108 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22126/stat : 22126 (python) S 22108 22110 21419 0 -1 4202560 28 936 0 0 0 0 0 0 22 0 5 0 617083612 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 4369212

[startup+3.10114 s]
/proc/loadavg: 7.85 7.94 5.90 9/280 22127
/proc/meminfo: memFree=28437512/32951124 swapFree=67111348/67111528
[pid=22110] ppid=22108 vsize=320640 CPUtime=0.73 cores=0,2,4,6
/proc/22110/stat : 22110 (python) S 22108 22110 21419 0 -1 4202496 12586 936 1 0 64 9 0 0 22 0 5 0 617083527 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22110/statm: 80160 7359 1883 364 0 16069 0
[pid=22116] ppid=22110 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/22116/stat : 22116 (python) S 22110 22110 21419 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 617083603 285941760 5726 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085903 0 0 16781312 514 3907162952108572931 0 0 17 2 0 0 0
/proc/22116/statm: 69810 5726 354 364 0 5728 0
[pid=22118] ppid=22116 vsize=1017932 CPUtime=2.33 cores=0,2,4,6
/proc/22118/stat : 22118 (gnovelty+2) R 22116 22118 22118 0 -1 4202496 488 0 0 0 233 0 0 0 25 0 1 0 617083604 1042362368 226 33554432000 134512640 135663704 4294486512 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22118/statm: 254483 226 113 282 0 254199 0
[pid=22119] ppid=22110 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/22119/stat : 22119 (python) S 22110 22110 21419 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 617083606 296841216 5812 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 4147947202498494721 0 0 17 0 0 0 0
/proc/22119/statm: 72471 5812 348 364 0 8386 0
[pid=22121] ppid=22119 vsize=1017932 CPUtime=2.29 cores=0,2,4,6
/proc/22121/stat : 22121 (gnovelty+2) R 22119 22121 22121 0 -1 4202496 491 0 0 0 229 0 0 0 25 0 1 0 617083606 1042362368 227 33554432000 134512640 135663704 4292801792 18446744073709551615 134524681 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22121/statm: 254483 227 113 282 0 254199 0
[pid=22122] ppid=22110 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/22122/stat : 22122 (python) S 22110 22110 21419 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 617083609 307343360 5816 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 4115458283165155588 0 0 17 2 0 0 0
/proc/22122/statm: 75035 5816 348 364 0 10947 0
[pid=22124] ppid=22122 vsize=416524 CPUtime=2.27 cores=0,2,4,6
/proc/22124/stat : 22124 (adaptg2wsat2009) R 22122 22124 22124 0 -1 4202496 585 0 0 0 227 0 0 0 25 0 1 0 617083610 426520576 320 33554432000 134512640 135107411 4289670416 18446744073709551615 134531411 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22124/statm: 104131 320 59 146 0 103007 0
[pid=22125] ppid=22110 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/22125/stat : 22125 (python) S 22110 22110 21419 0 -1 4202560 754 0 0 0 0 0 0 0 18 0 1 0 617083612 317845504 5820 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 2622035894500032770 0 0 17 0 0 0 0
/proc/22125/statm: 77599 5820 348 364 0 13508 0
[pid=22127] ppid=22125 vsize=416524 CPUtime=2.25 cores=0,2,4,6
/proc/22127/stat : 22127 (adaptg2wsat2009) R 22125 22127 22127 0 -1 4202496 587 0 0 0 225 0 0 0 25 0 1 0 617083612 426520576 320 33554432000 134512640 135107411 4293028656 18446744073709551615 134531810 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22127/statm: 104131 320 59 146 0 103007 0
[pid=22110/tid=22117] ppid=22108 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22117/stat : 22117 (python) S 22108 22110 21419 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 5 0 617083603 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22120] ppid=22108 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22120/stat : 22120 (python) S 22108 22110 21419 0 -1 4202560 21 936 0 0 0 0 0 0 23 0 5 0 617083606 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22123] ppid=22108 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22123/stat : 22123 (python) S 22108 22110 21419 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617083609 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 0 0 0 0
[pid=22110/tid=22126] ppid=22108 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22126/stat : 22126 (python) S 22108 22110 21419 0 -1 4202560 28 936 0 0 0 0 0 0 22 0 5 0 617083612 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.87
Current children cumulated vsize (KiB) 4369212

[startup+6.30054 s]
/proc/loadavg: 7.86 7.94 5.91 9/280 22127
/proc/meminfo: memFree=28435120/32951124 swapFree=67111348/67111528
[pid=22110] ppid=22108 vsize=320640 CPUtime=0.73 cores=0,2,4,6
/proc/22110/stat : 22110 (python) S 22108 22110 21419 0 -1 4202496 12586 936 1 0 64 9 0 0 22 0 5 0 617083527 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22110/statm: 80160 7359 1883 364 0 16069 0
[pid=22116] ppid=22110 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/22116/stat : 22116 (python) S 22110 22110 21419 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 617083603 285941760 5749 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085903 0 0 16781312 514 3907162952108572931 0 0 17 2 0 0 0
/proc/22116/statm: 69810 5749 377 364 0 5728 0
[pid=22118] ppid=22116 vsize=1017932 CPUtime=5.51 cores=0,2,4,6
/proc/22118/stat : 22118 (gnovelty+2) R 22116 22118 22118 0 -1 4202496 488 0 0 0 551 0 0 0 25 0 1 0 617083604 1042362368 226 33554432000 134512640 135663704 4294486512 18446744073709551615 134525143 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22118/statm: 254483 226 113 282 0 254199 0
[pid=22119] ppid=22110 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/22119/stat : 22119 (python) S 22110 22110 21419 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 617083606 296841216 5835 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 4147947202498494721 0 0 17 0 0 0 0
/proc/22119/statm: 72471 5835 371 364 0 8386 0
[pid=22121] ppid=22119 vsize=1017932 CPUtime=5.47 cores=0,2,4,6
/proc/22121/stat : 22121 (gnovelty+2) R 22119 22121 22121 0 -1 4202496 491 0 0 0 547 0 0 0 25 0 1 0 617083606 1042362368 227 33554432000 134512640 135663704 4292801792 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22121/statm: 254483 227 113 282 0 254199 0
[pid=22122] ppid=22110 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/22122/stat : 22122 (python) S 22110 22110 21419 0 -1 4202560 894 0 0 0 0 0 0 0 18 0 1 0 617083609 307343360 5838 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 4115458283165155588 0 0 17 2 0 0 0
/proc/22122/statm: 75035 5838 370 364 0 10947 0
[pid=22124] ppid=22122 vsize=416524 CPUtime=5.47 cores=0,2,4,6
/proc/22124/stat : 22124 (adaptg2wsat2009) R 22122 22124 22124 0 -1 4202496 585 0 0 0 547 0 0 0 25 0 1 0 617083610 426520576 320 33554432000 134512640 135107411 4289670416 18446744073709551615 134532088 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22124/statm: 104131 320 59 146 0 103007 0
[pid=22125] ppid=22110 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/22125/stat : 22125 (python) S 22110 22110 21419 0 -1 4202560 927 0 0 0 0 0 0 0 18 0 1 0 617083612 317845504 5843 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 2622035894500032770 0 0 17 0 0 0 0
/proc/22125/statm: 77599 5843 371 364 0 13508 0
[pid=22127] ppid=22125 vsize=416524 CPUtime=5.42 cores=0,2,4,6
/proc/22127/stat : 22127 (adaptg2wsat2009) R 22125 22127 22127 0 -1 4202496 587 0 0 0 542 0 0 0 25 0 1 0 617083612 426520576 320 33554432000 134512640 135107411 4293028656 18446744073709551615 134531656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22127/statm: 104131 320 59 146 0 103007 0
[pid=22110/tid=22117] ppid=22108 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22117/stat : 22117 (python) S 22108 22110 21419 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 5 0 617083603 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22120] ppid=22108 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22120/stat : 22120 (python) S 22108 22110 21419 0 -1 4202560 21 936 0 0 0 0 0 0 23 0 5 0 617083606 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22123] ppid=22108 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22123/stat : 22123 (python) S 22108 22110 21419 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617083609 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 0 0 0 0
[pid=22110/tid=22126] ppid=22108 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22126/stat : 22126 (python) S 22108 22110 21419 0 -1 4202560 28 936 0 0 0 0 0 0 22 0 5 0 617083612 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.6
Current children cumulated vsize (KiB) 4369212

[startup+12.7014 s]
/proc/loadavg: 7.87 7.94 5.92 9/280 22127
/proc/meminfo: memFree=28434472/32951124 swapFree=67111348/67111528
[pid=22110] ppid=22108 vsize=320640 CPUtime=0.73 cores=0,2,4,6
/proc/22110/stat : 22110 (python) S 22108 22110 21419 0 -1 4202496 12586 936 1 0 64 9 0 0 22 0 5 0 617083527 328335360 7359 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22110/statm: 80160 7359 1883 364 0 16069 0
[pid=22116] ppid=22110 vsize=279240 CPUtime=0.01 cores=0,2,4,6
/proc/22116/stat : 22116 (python) S 22110 22110 21419 0 -1 4202560 899 0 0 0 1 0 0 0 18 0 1 0 617083603 285941760 5749 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085903 0 0 16781312 514 13459341737931538691 0 0 17 2 0 0 0
/proc/22116/statm: 69810 5749 377 364 0 5728 0
[pid=22118] ppid=22116 vsize=1017932 CPUtime=11.89 cores=0,2,4,6
/proc/22118/stat : 22118 (gnovelty+2) R 22116 22118 22118 0 -1 4202496 488 0 0 0 1189 0 0 0 25 0 1 0 617083604 1042362368 226 33554432000 134512640 135663704 4294486512 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22118/statm: 254483 226 113 282 0 254199 0
[pid=22119] ppid=22110 vsize=289884 CPUtime=0.01 cores=0,2,4,6

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

/proc/22121/statm: 254483 227 113 282 0 254199 0
[pid=22119/tid=22186] ppid=22110 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/22119/task/22186/stat : 22186 (python) S 22110 22110 21419 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617093622 296841216 5865 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 514 18446604453878462464 0 0 -1 0 0 0 0
[pid=22122] ppid=22110 vsize=300140 CPUtime=0.14 cores=0,2,4,6
/proc/22122/stat : 22122 (python) S 22110 22110 21419 0 -1 4202560 1089 0 0 0 8 6 0 0 19 0 2 0 617083609 307343360 5869 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22122/statm: 75035 5869 400 364 0 10947 0
[pid=22124] ppid=22122 vsize=416524 CPUtime=100.12 cores=0,2,4,6
/proc/22124/stat : 22124 (adaptg2wsat2009) T 22122 22124 22124 0 -1 4202496 585 0 0 0 10012 0 0 0 25 0 1 0 617083610 426520576 320 33554432000 134512640 135107411 4289670416 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22124/statm: 104131 320 59 146 0 103007 0
[pid=22122/tid=22190] ppid=22110 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/22122/task/22190/stat : 22190 (python) S 22110 22110 21419 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 617093624 307343360 5869 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 514 18446604453870898048 0 0 -1 4 0 0 0
[pid=22125] ppid=22110 vsize=310396 CPUtime=0.15 cores=0,2,4,6
/proc/22125/stat : 22125 (python) S 22110 22110 21419 0 -1 4202560 1117 0 0 0 9 6 0 0 19 0 2 0 617083612 317845504 5873 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22125/statm: 77599 5873 400 364 0 13508 0
[pid=22127] ppid=22125 vsize=416524 CPUtime=99.81 cores=0,2,4,6
/proc/22127/stat : 22127 (adaptg2wsat2009) T 22125 22127 22127 0 -1 4202496 587 0 0 0 9981 0 0 0 25 0 1 0 617083612 426520576 320 33554432000 134512640 135107411 4293028656 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22127/statm: 104131 320 59 146 0 103007 0
[pid=22125/tid=22192] ppid=22110 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/22125/task/22192/stat : 22192 (python) S 22110 22110 21419 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617093627 317845504 5873 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 514 18446604449228216256 0 0 -1 0 0 0 0
[pid=22187] ppid=22110 vsize=320652 CPUtime=0.04 cores=0,2,4,6
/proc/22187/stat : 22187 (python) S 22110 22110 21419 0 -1 4202560 942 0 0 0 3 1 0 0 18 0 1 0 617093622 328347648 5847 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 13459341737931538689 0 0 17 2 0 0 0
/proc/22187/statm: 80163 5847 371 364 0 16069 0
[pid=22189] ppid=22187 vsize=416524 CPUtime=32.87 cores=0,2,4,6
/proc/22189/stat : 22189 (adaptg2wsat2009) R 22187 22189 22189 0 -1 4202496 586 0 0 0 3287 0 0 0 25 0 1 0 617093623 426520576 322 33554432000 134512640 135107411 4289483808 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22189/statm: 104131 322 59 146 0 103007 0
[pid=22191] ppid=22110 vsize=330908 CPUtime=0.04 cores=0,2,4,6
/proc/22191/stat : 22191 (python) S 22110 22110 21419 0 -1 4202560 950 0 0 0 2 2 0 0 18 0 1 0 617093627 338849792 5851 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 13459341737931538689 0 0 17 4 0 0 0
/proc/22191/statm: 82727 5851 371 364 0 18630 0
[pid=22194] ppid=22191 vsize=246800 CPUtime=32.78 cores=0,2,4,6
/proc/22194/stat : 22194 (FH) R 22191 22194 22194 0 -1 4202496 551 0 0 0 3278 0 0 0 25 0 1 0 617093627 252723200 286 33554432000 134512640 134936988 4291310096 18446744073709551615 134554623 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22194/statm: 61700 286 41 104 0 61204 0
[pid=22195] ppid=22110 vsize=341164 CPUtime=0.06 cores=0,2,4,6
/proc/22195/stat : 22195 (python) S 22110 22110 21419 0 -1 4202560 974 0 0 0 4 2 0 0 15 0 1 0 617093630 349351936 5855 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 1928723719320994052 0 0 17 0 0 0 0
/proc/22195/statm: 85291 5855 371 364 0 21191 0
[pid=22197] ppid=22195 vsize=2264 CPUtime=32.81 cores=0,2,4,6
/proc/22197/stat : 22197 (march_hi) R 22195 22197 22197 0 -1 4202496 991 0 0 0 3281 0 0 0 25 0 1 0 617093631 2318336 391 33554432000 4194304 4955518 140736775400416 18446744073709551615 4245783 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22197/statm: 566 391 106 186 0 379 0
[pid=22198] ppid=22110 vsize=351420 CPUtime=0.07 cores=0,2,4,6
/proc/22198/stat : 22198 (python) S 22110 22110 21419 0 -1 4202560 1025 0 0 0 4 3 0 0 15 0 1 0 617093634 359854080 5865 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 5601791261372547330 0 0 17 4 0 0 0
/proc/22198/statm: 87855 5865 377 364 0 23752 0
[pid=22200] ppid=22198 vsize=2264 CPUtime=32.58 cores=0,2,4,6
/proc/22200/stat : 22200 (march_hi) R 22198 22200 22200 0 -1 4202496 997 0 0 0 3258 0 0 0 25 0 1 0 617093634 2318336 391 33554432000 4194304 4955518 140736557894752 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22200/statm: 566 391 106 186 0 379 0
[pid=22110/tid=22117] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22117/stat : 22117 (python) S 22108 22110 21419 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 9 0 617083603 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22120] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22120/stat : 22120 (python) S 22108 22110 21419 0 -1 4202560 21 936 0 0 0 0 0 0 23 0 9 0 617083606 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22123] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22123/stat : 22123 (python) S 22108 22110 21419 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 617083609 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 0 0 0 0
[pid=22110/tid=22126] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22126/stat : 22126 (python) S 22108 22110 21419 0 -1 4202560 28 936 0 0 0 0 0 0 22 0 9 0 617083612 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 0 0 0 0
[pid=22110/tid=22188] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22188/stat : 22188 (python) S 22108 22110 21419 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 617093622 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 2 0 0 0
[pid=22110/tid=22193] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22193/stat : 22193 (python) S 22108 22110 21419 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 9 0 617093627 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22196] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22196/stat : 22196 (python) S 22108 22110 21419 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 617093630 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 4 0 0 0
[pid=22110/tid=22199] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22199/stat : 22199 (python) S 22108 22110 21419 0 -1 4202560 30 936 0 0 0 0 0 0 22 0 9 0 617093634 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 531.95
Current children cumulated vsize (KiB) 6432476

[startup+134.102 s]
/proc/loadavg: 8.10 8.01 6.19 9/260 22201
/proc/meminfo: memFree=28452500/32951124 swapFree=67111348/67111528
[pid=22110] ppid=22108 vsize=361664 CPUtime=0.86 cores=0,2,4,6
/proc/22110/stat : 22110 (python) S 22108 22110 21419 0 -1 4202496 16265 936 1 0 76 10 0 0 22 0 9 0 617083527 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22110/statm: 90416 7384 1892 364 0 26313 0
[pid=22116] ppid=22110 vsize=289484 CPUtime=0.15 cores=0,2,4,6
/proc/22116/stat : 22116 (python) S 22110 22110 21419 0 -1 4202560 1082 0 0 0 8 7 0 0 19 0 2 0 617083603 296431616 5787 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22116/statm: 72371 5787 410 364 0 8289 0
[pid=22118] ppid=22116 vsize=1017932 CPUtime=99.84 cores=0,2,4,6
/proc/22118/stat : 22118 (gnovelty+2) T 22116 22118 22118 0 -1 4202496 488 0 0 0 9984 0 0 0 25 0 1 0 617083604 1042362368 226 33554432000 134512640 135663704 4294486512 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22118/statm: 254483 226 113 282 0 254199 0
[pid=22116/tid=22185] ppid=22110 vsize=289484 CPUtime=0 cores=0,2,4,6
/proc/22116/task/22185/stat : 22185 (python) S 22110 22110 21419 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617093618 296431616 5787 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 514 18446604453822400512 0 0 -1 2 0 0 0
[pid=22119] ppid=22110 vsize=289884 CPUtime=0.15 cores=0,2,4,6
/proc/22119/stat : 22119 (python) S 22110 22110 21419 0 -1 4202560 1090 0 0 0 8 7 0 0 19 0 2 0 617083606 296841216 5865 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22119/statm: 72471 5865 400 364 0 8386 0
[pid=22121] ppid=22119 vsize=1017932 CPUtime=99.48 cores=0,2,4,6
/proc/22121/stat : 22121 (gnovelty+2) T 22119 22121 22121 0 -1 4202496 491 0 0 0 9948 0 0 0 25 0 1 0 617083606 1042362368 227 33554432000 134512640 135663704 4292801792 18446744073709551615 134547185 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22121/statm: 254483 227 113 282 0 254199 0
[pid=22119/tid=22186] ppid=22110 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/22119/task/22186/stat : 22186 (python) S 22110 22110 21419 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617093622 296841216 5865 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 514 18446604453878462464 0 0 -1 0 0 0 0
[pid=22122] ppid=22110 vsize=300140 CPUtime=0.14 cores=0,2,4,6
/proc/22122/stat : 22122 (python) S 22110 22110 21419 0 -1 4202560 1089 0 0 0 8 6 0 0 19 0 2 0 617083609 307343360 5869 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22122/statm: 75035 5869 400 364 0 10947 0
[pid=22124] ppid=22122 vsize=416524 CPUtime=100.12 cores=0,2,4,6
/proc/22124/stat : 22124 (adaptg2wsat2009) T 22122 22124 22124 0 -1 4202496 585 0 0 0 10012 0 0 0 25 0 1 0 617083610 426520576 320 33554432000 134512640 135107411 4289670416 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22124/statm: 104131 320 59 146 0 103007 0
[pid=22122/tid=22190] ppid=22110 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/22122/task/22190/stat : 22190 (python) S 22110 22110 21419 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 617093624 307343360 5869 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 514 18446604453870898048 0 0 -1 4 0 0 0
[pid=22125] ppid=22110 vsize=310396 CPUtime=0.15 cores=0,2,4,6
/proc/22125/stat : 22125 (python) S 22110 22110 21419 0 -1 4202560 1117 0 0 0 9 6 0 0 19 0 2 0 617083612 317845504 5873 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22125/statm: 77599 5873 400 364 0 13508 0
[pid=22127] ppid=22125 vsize=416524 CPUtime=99.81 cores=0,2,4,6
/proc/22127/stat : 22127 (adaptg2wsat2009) T 22125 22127 22127 0 -1 4202496 587 0 0 0 9981 0 0 0 25 0 1 0 617083612 426520576 320 33554432000 134512640 135107411 4293028656 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22127/statm: 104131 320 59 146 0 103007 0
[pid=22125/tid=22192] ppid=22110 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/22125/task/22192/stat : 22192 (python) S 22110 22110 21419 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617093627 317845504 5873 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 514 18446604449228216256 0 0 -1 0 0 0 0
[pid=22187] ppid=22110 vsize=320652 CPUtime=0.04 cores=0,2,4,6
/proc/22187/stat : 22187 (python) S 22110 22110 21419 0 -1 4202560 942 0 0 0 3 1 0 0 18 0 1 0 617093622 328347648 5847 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 13459341737931538689 0 0 17 2 0 0 0
/proc/22187/statm: 80163 5847 371 364 0 16069 0
[pid=22189] ppid=22187 vsize=416524 CPUtime=33.07 cores=0,2,4,6
/proc/22189/stat : 22189 (adaptg2wsat2009) R 22187 22189 22189 0 -1 4202496 586 0 0 0 3307 0 0 0 25 0 1 0 617093623 426520576 322 33554432000 134512640 135107411 4289483808 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22189/statm: 104131 322 59 146 0 103007 0
[pid=22191] ppid=22110 vsize=330908 CPUtime=0.04 cores=0,2,4,6
/proc/22191/stat : 22191 (python) S 22110 22110 21419 0 -1 4202560 950 0 0 0 2 2 0 0 18 0 1 0 617093627 338849792 5851 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 13459341737931538689 0 0 17 4 0 0 0
/proc/22191/statm: 82727 5851 371 364 0 18630 0
[pid=22194] ppid=22191 vsize=246800 CPUtime=32.99 cores=0,2,4,6
/proc/22194/stat : 22194 (FH) R 22191 22194 22194 0 -1 4202496 551 0 0 0 3299 0 0 0 25 0 1 0 617093627 252723200 286 33554432000 134512640 134936988 4291310096 18446744073709551615 134553238 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22194/statm: 61700 286 41 104 0 61204 0
[pid=22195] ppid=22110 vsize=341164 CPUtime=0.06 cores=0,2,4,6
/proc/22195/stat : 22195 (python) S 22110 22110 21419 0 -1 4202560 974 0 0 0 4 2 0 0 15 0 1 0 617093630 349351936 5855 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 1928723719320994052 0 0 17 0 0 0 0
/proc/22195/statm: 85291 5855 371 364 0 21191 0
[pid=22197] ppid=22195 vsize=2264 CPUtime=33.02 cores=0,2,4,6
/proc/22197/stat : 22197 (march_hi) R 22195 22197 22197 0 -1 4202496 991 0 0 0 3302 0 0 0 25 0 1 0 617093631 2318336 391 33554432000 4194304 4955518 140736775400416 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22197/statm: 566 391 106 186 0 379 0
[pid=22198] ppid=22110 vsize=351420 CPUtime=0.07 cores=0,2,4,6
/proc/22198/stat : 22198 (python) S 22110 22110 21419 0 -1 4202560 1027 0 0 0 4 3 0 0 15 0 1 0 617093634 359854080 5865 33554432000 4194304 5683644 140736740266800 18446744073709551615 252458085958 0 0 16781312 514 13557884372354302210 0 0 17 4 0 0 0
/proc/22198/statm: 87855 5865 377 364 0 23752 0
[pid=22200] ppid=22198 vsize=2264 CPUtime=32.78 cores=0,2,4,6
/proc/22200/stat : 22200 (march_hi) R 22198 22200 22200 0 -1 4202496 997 0 0 0 3278 0 0 0 25 0 1 0 617093634 2318336 391 33554432000 4194304 4955518 140736557894752 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22200/statm: 566 391 106 186 0 379 0
[pid=22110/tid=22117] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22117/stat : 22117 (python) S 22108 22110 21419 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 9 0 617083603 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22120] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22120/stat : 22120 (python) S 22108 22110 21419 0 -1 4202560 21 936 0 0 0 0 0 0 23 0 9 0 617083606 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22123] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22123/stat : 22123 (python) S 22108 22110 21419 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 617083609 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 0 0 0 0
[pid=22110/tid=22126] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22126/stat : 22126 (python) S 22108 22110 21419 0 -1 4202560 28 936 0 0 0 0 0 0 22 0 9 0 617083612 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 0 0 0 0
[pid=22110/tid=22188] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22188/stat : 22188 (python) S 22108 22110 21419 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 617093622 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 2 0 0 0
[pid=22110/tid=22193] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22193/stat : 22193 (python) S 22108 22110 21419 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 9 0 617093627 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22196] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22196/stat : 22196 (python) S 22108 22110 21419 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 617093630 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 4 0 0 0
[pid=22110/tid=22199] ppid=22108 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22110/task/22199/stat : 22199 (python) S 22108 22110 21419 0 -1 4202560 30 936 0 0 0 0 0 0 22 0 9 0 617093634 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 532.77
Current children cumulated vsize (KiB) 6432476

[startup+134.209 s]
/proc/loadavg: 8.10 8.01 6.19 9/260 22201
/proc/meminfo: memFree=28452500/32951124 swapFree=67111348/67111528
[pid=22110] ppid=22108 vsize=361664 CPUtime=500.12 cores=0,2,4,6
/proc/22110/stat : 22110 (python) R 22108 22110 21419 0 -1 4202496 16352 12756 1 0 76 10 49887 39 17 0 9 0 617083527 370343936 7384 33554432000 4194304 5683644 140736740266800 18446744073709551615 5293305 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22110/statm: 90416 7384 1892 364 0 26313 0
[pid=22195] ppid=22110 vsize=0 CPUtime=33.17 cores=0,2,4,6
/proc/22195/stat : 22195 (python) Z 22110 22110 21419 0 -1 4202588 1241 992 0 0 4 2 3311 0 15 0 1 0 617093630 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22195/statm: 0 0 0 0 0 0 0
[pid=22110/tid=22117] ppid=22108 vsize=361648 CPUtime=499.26 cores=0,2,4,6
/proc/22110/task/22117/stat : 22117 (python) S 22108 22110 21419 0 -1 4202560 26 12756 0 0 0 0 49887 39 21 0 9 0 617083603 370327552 7382 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22120] ppid=22108 vsize=361640 CPUtime=499.26 cores=0,2,4,6
/proc/22110/task/22120/stat : 22120 (python) S 22108 22110 21419 0 -1 4202560 21 12756 0 0 0 0 49887 39 23 0 9 0 617083606 370319360 7381 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 6 0 0 0
[pid=22110/tid=22123] ppid=22108 vsize=361640 CPUtime=499.26 cores=0,2,4,6
/proc/22110/task/22123/stat : 22123 (python) S 22108 22110 21419 0 -1 4202560 24 12756 0 0 0 0 49887 39 20 0 9 0 617083609 370319360 7381 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 0 0 0 0
[pid=22110/tid=22126] ppid=22108 vsize=361640 CPUtime=499.26 cores=0,2,4,6
/proc/22110/task/22126/stat : 22126 (python) S 22108 22110 21419 0 -1 4202560 30 12756 0 0 0 0 49887 39 18 0 9 0 617083612 370319360 7381 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 0 0 0 0
[pid=22110/tid=22188] ppid=22108 vsize=361632 CPUtime=499.26 cores=0,2,4,6
/proc/22110/task/22188/stat : 22188 (python) R 22108 22110 21419 0 -1 4202560 30 12756 0 0 0 0 49887 39 18 0 9 0 617093622 370311168 7380 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 0 0 0 -1 2 0 0 0
[pid=22110/tid=22193] ppid=22108 vsize=361632 CPUtime=499.26 cores=0,2,4,6
/proc/22110/task/22193/stat : 22193 (python) R 22108 22110 21419 0 -1 4202560 26 12756 0 0 0 0 49887 39 18 0 9 0 617093627 370311168 7379 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 0 0 0 -1 6 0 0 0
[pid=22110/tid=22196] ppid=22108 vsize=361624 CPUtime=499.26 cores=0,2,4,6
/proc/22110/task/22196/stat : 22196 (python) S 22108 22110 21419 0 -1 4202560 25 12756 0 0 0 0 49887 39 20 0 9 0 617093630 370302976 7379 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 4 0 0 0
[pid=22110/tid=22199] ppid=22108 vsize=361624 CPUtime=499.26 cores=0,2,4,6
/proc/22110/task/22199/stat : 22199 (python) S 22108 22110 21419 0 -1 4202560 30 12756 0 0 0 0 49887 39 22 0 9 0 617093634 370302976 7379 33554432000 4194304 5683644 140736740266800 18446744073709551615 252469889457 0 0 16781312 2 18446604449228215360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 533.29
Current children cumulated vsize (KiB) 361664

Child status: 0
Real time (s): 134.23
CPU time (s): 533.348
CPU user time (s): 532.818
CPU system time (s): 0.529919
CPU usage (%): 397.34
Max. virtual memory (cumulated for all children) (KiB): 6432480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 532.818
system time used= 0.529919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35662
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= 2561
involuntary context switches= 5593

runsolver used 0.301954 second user time and 0.625904 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-01 18:48:50
IDJOB=3317261
IDBENCH=82726
IDSOLVER=1705
FILE ID=node111/3317261-1304268530
RUNJOBID= node111-1304267292-21437
PBS_JOBID= 13173967
Free space on /tmp= 72504 MiB

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

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

MD5SUM BENCH= deef67012ed65265f92101778280c717
RANDOM SEED=1846542180

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:     32951124 kB
MemFree:      28479064 kB
Buffers:       1050416 kB
Cached:        2486324 kB
SwapCached:          0 kB
Active:         809012 kB
Inactive:      3186896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28479064 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           32364 kB
Writeback:           0 kB
AnonPages:      458964 kB
Mapped:          23996 kB
Slab:           394864 kB
PageTables:      20524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 25648520 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= 72464 MiB
End job on node111 at 2011-05-01 18:51:05