Trace number 3321948

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 317.653 46.4199

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 benchmark32.4201
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.39/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.67	c INFO: solving HOME/instance-3321948-1304369918.cnf
0.39/0.67	c INFO: computing task features
0.46/0.70	c INFO: computed variable-clause graph statistics
0.46/0.70	c INFO: computed clause balance statistics
0.56/0.86	c INFO: computed variable balance statistics
0.66/0.93	c INFO: computed small-clause counts
0.66/0.93	c INFO: computed Horn-clause counts
0.66/0.94	c INFO: computed variable graph statistics
0.66/0.94	c INFO: collected features for HOME/instance-3321948-1304369918.cnf in 0.27 s
0.66/0.97	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.58)
0.76/1.01	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.09)
0.76/1.05	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
0.76/1.09	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
1.13/1.13	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.02)
1.13/1.17	c INFO: running FH@0 for 97 with 39999 remaining (b = 0.02)
1.62/1.21	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.39)
1.62/1.25	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.37)
316.90/46.40	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-3321948-1304369918/watcher-3321948-1304369918 -o /tmp/evaluation-result-3321948-1304369918/solver-3321948-1304369918 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321948-1304369918.cnf -seed 1989211663 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 9.37 9.57 9.00 2/334 10508
/proc/meminfo: memFree=7323144/32950928 swapFree=67111448/67111528
[pid=10508] ppid=10506 vsize=15772 CPUtime=0 cores=0-7
/proc/10508/stat : 10508 (python) R 10506 10508 9896 0 -1 4202496 895 0 0 0 0 0 0 0 25 0 1 0 548590515 16150528 776 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814239888 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10508/statm: 3943 776 343 364 0 430 0

[startup+0.102338 s]
/proc/loadavg: 9.37 9.57 9.00 2/334 10508
/proc/meminfo: memFree=7323144/32950928 swapFree=67111448/67111528
[pid=10508] ppid=10506 vsize=91824 CPUtime=0.06 cores=0-7
/proc/10508/stat : 10508 (python) S 10506 10508 9896 0 -1 4202496 2678 0 0 0 5 1 0 0 25 0 1 0 548590515 94027776 2393 33554432000 4194304 5683644 140734263124192 18446744073709551615 251809316487 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/10508/statm: 23489 2393 755 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91824

[startup+0.200335 s]
/proc/loadavg: 9.37 9.57 9.00 2/334 10508
/proc/meminfo: memFree=7323144/32950928 swapFree=67111448/67111528
[pid=10508] ppid=10506 vsize=124228 CPUtime=0.13 cores=0-7
/proc/10508/stat : 10508 (python) S 10506 10508 9896 0 -1 4202496 4264 0 1 0 10 3 0 0 25 0 1 0 548590515 127209472 3871 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/10508/statm: 31057 3871 996 364 0 2868 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 124228

[startup+0.300315 s]
/proc/loadavg: 9.37 9.57 9.00 2/334 10508
/proc/meminfo: memFree=7323144/32950928 swapFree=67111448/67111528
[pid=10508] ppid=10506 vsize=135744 CPUtime=0.2 cores=0-7
/proc/10508/stat : 10508 (python) R 10506 10508 9896 0 -1 4202496 5963 935 1 0 15 5 0 0 25 0 1 0 548590515 139001856 4150 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814236165 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10508/statm: 33936 4150 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135744

[startup+0.700244 s]
/proc/loadavg: 9.37 9.57 9.00 2/334 10508
/proc/meminfo: memFree=7323144/32950928 swapFree=67111448/67111528
[pid=10508] ppid=10506 vsize=278980 CPUtime=0.46 cores=0-7
/proc/10508/stat : 10508 (python) R 10506 10508 9896 0 -1 4202496 9407 935 1 0 35 11 0 0 25 0 1 0 548590515 285675520 7087 33554432000 4194304 5683644 140734263124192 18446744073709551615 4455758 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10508/statm: 69745 7087 1761 364 0 5669 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 278980

[startup+1.50105 s]
/proc/loadavg: 9.37 9.57 9.00 7/347 10525
/proc/meminfo: memFree=7283104/32950928 swapFree=67111448/67111528
[pid=10508] ppid=10506 vsize=361664 CPUtime=1 cores=0-7
/proc/10508/stat : 10508 (python) S 10506 10508 9896 0 -1 4202496 16192 935 1 0 88 12 0 0 25 0 9 0 548590515 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10508/statm: 90416 7383 1891 364 0 26313 0
[pid=10514] ppid=10508 vsize=279240 CPUtime=0 cores=0-7
/proc/10514/stat : 10514 (python) S 10508 10508 9896 0 -1 4202560 738 0 0 0 0 0 0 0 25 0 1 0 548590613 285941760 5726 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260239 0 0 16781312 514 12147969067185078271 0 0 17 2 0 0 0
/proc/10514/statm: 69810 5726 354 364 0 5728 0
[pid=10516] ppid=10514 vsize=1017932 CPUtime=0.51 cores=0-7
/proc/10516/stat : 10516 (gnovelty+2) R 10514 10516 10516 0 -1 4202496 490 0 0 0 51 0 0 0 25 0 1 0 548590613 1042362368 226 33554432000 134512640 135663704 4292338752 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10516/statm: 254483 226 113 282 0 254199 0
[pid=10517] ppid=10508 vsize=289884 CPUtime=0 cores=0-7
/proc/10517/stat : 10517 (python) S 10508 10508 9896 0 -1 4202560 741 0 0 0 0 0 0 0 25 0 1 0 548590617 296841216 5812 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 4645904473846185983 0 0 17 6 0 0 0
/proc/10517/statm: 72471 5812 348 364 0 8386 0
[pid=10519] ppid=10517 vsize=1017932 CPUtime=0.47 cores=0-7
/proc/10519/stat : 10519 (gnovelty+2) R 10517 10519 10519 0 -1 4202496 488 0 0 0 47 0 0 0 25 0 1 0 548590617 1042362368 227 33554432000 134512640 135663704 4287031008 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10519/statm: 254483 227 113 282 0 254199 0
[pid=10520] ppid=10508 vsize=300140 CPUtime=0 cores=0-7
/proc/10520/stat : 10520 (python) S 10508 10508 9896 0 -1 4202560 723 0 0 0 0 0 0 0 25 0 1 0 548590620 307343360 5812 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 7790211410901860351 0 0 17 2 0 0 0
/proc/10520/statm: 75035 5812 344 364 0 10947 0
[pid=10522] ppid=10520 vsize=416520 CPUtime=0.43 cores=0-7
/proc/10522/stat : 10522 (adaptg2wsat2009) R 10520 10522 10522 0 -1 4202496 531 0 0 0 43 0 0 0 25 0 1 0 548590621 426516480 266 33554432000 134512640 135107411 4290778512 18446744073709551615 134523232 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10522/statm: 104130 266 49 146 0 103006 0
[pid=10523] ppid=10508 vsize=310396 CPUtime=0 cores=0-7
/proc/10523/stat : 10523 (python) S 10508 10508 9896 0 -1 4202560 728 0 0 0 0 0 0 0 25 0 1 0 548590624 317845504 5816 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 12147972915475775487 0 0 17 6 0 0 0
/proc/10523/statm: 77599 5816 344 364 0 13508 0
[pid=10525] ppid=10523 vsize=416520 CPUtime=0.4 cores=0-7
/proc/10525/stat : 10525 (adaptg2wsat2009) R 10523 10525 10525 0 -1 4202496 530 0 0 0 40 0 0 0 25 0 1 0 548590625 426516480 265 33554432000 134512640 135107411 4288682976 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10525/statm: 104130 265 49 146 0 103006 0
[pid=10508/tid=10515] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10515/stat : 10515 (python) S 10506 10508 9896 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 548590613 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
[pid=10508/tid=10518] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10518/stat : 10518 (python) S 10506 10508 9896 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 548590617 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10521] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10521/stat : 10521 (python) S 10506 10508 9896 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 548590621 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10524] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10524/stat : 10524 (python) S 10506 10508 9896 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 548590625 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 4410228

[startup+3.10178 s]
/proc/loadavg: 9.42 9.58 9.00 10/359 10537
/proc/meminfo: memFree=7259696/32950928 swapFree=67111448/67111528
[pid=10508] ppid=10506 vsize=361664 CPUtime=1 cores=0-7
/proc/10508/stat : 10508 (python) S 10506 10508 9896 0 -1 4202496 16192 935 1 0 88 12 0 0 25 0 9 0 548590515 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10508/statm: 90416 7383 1891 364 0 26313 0
[pid=10514] ppid=10508 vsize=279240 CPUtime=0 cores=0-7
/proc/10514/stat : 10514 (python) S 10508 10508 9896 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 548590613 285941760 5726 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260239 0 0 16781312 514 12147969067185045763 0 0 17 2 0 0 0
/proc/10514/statm: 69810 5726 354 364 0 5728 0
[pid=10516] ppid=10514 vsize=1017932 CPUtime=2.11 cores=0-7
/proc/10516/stat : 10516 (gnovelty+2) R 10514 10516 10516 0 -1 4202496 490 0 0 0 211 0 0 0 25 0 1 0 548590613 1042362368 226 33554432000 134512640 135663704 4292338752 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10516/statm: 254483 226 113 282 0 254199 0
[pid=10517] ppid=10508 vsize=289884 CPUtime=0 cores=0-7
/proc/10517/stat : 10517 (python) S 10508 10508 9896 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 548590617 296841216 5812 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 4645904473846153473 0 0 17 6 0 0 0
/proc/10517/statm: 72471 5812 348 364 0 8386 0
[pid=10519] ppid=10517 vsize=1017932 CPUtime=2.08 cores=0-7
/proc/10519/stat : 10519 (gnovelty+2) R 10517 10519 10519 0 -1 4202496 488 0 0 0 208 0 0 0 25 0 1 0 548590617 1042362368 227 33554432000 134512640 135663704 4287031008 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10519/statm: 254483 227 113 282 0 254199 0
[pid=10520] ppid=10508 vsize=300140 CPUtime=0 cores=0-7
/proc/10520/stat : 10520 (python) S 10508 10508 9896 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 548590620 307343360 5816 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 7790211410901827844 0 0 17 2 0 0 0
/proc/10520/statm: 75035 5816 348 364 0 10947 0
[pid=10522] ppid=10520 vsize=416524 CPUtime=2.03 cores=0-7
/proc/10522/stat : 10522 (adaptg2wsat2009) R 10520 10522 10522 0 -1 4202496 587 0 0 0 203 0 0 0 25 0 1 0 548590621 426520576 322 33554432000 134512640 135107411 4290778512 18446744073709551615 134532293 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10522/statm: 104131 322 59 146 0 103007 0
[pid=10523] ppid=10508 vsize=310396 CPUtime=0 cores=0-7
/proc/10523/stat : 10523 (python) S 10508 10508 9896 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 548590624 317845504 5820 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 12147972915475742979 0 0 17 6 0 0 0
/proc/10523/statm: 77599 5820 348 364 0 13508 0
[pid=10525] ppid=10523 vsize=416524 CPUtime=2 cores=0-7
/proc/10525/stat : 10525 (adaptg2wsat2009) R 10523 10525 10525 0 -1 4202496 585 0 0 0 200 0 0 0 25 0 1 0 548590625 426520576 320 33554432000 134512640 135107411 4288682976 18446744073709551615 134532313 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10525/statm: 104131 320 59 146 0 103007 0
[pid=10526] ppid=10508 vsize=320652 CPUtime=0 cores=0-7
/proc/10526/stat : 10526 (python) S 10508 10508 9896 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 548590628 328347648 5824 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 15814292514149498879 0 0 17 6 0 0 0
/proc/10526/statm: 80163 5824 348 364 0 16069 0
[pid=10528] ppid=10526 vsize=416524 CPUtime=1.94 cores=0-7
/proc/10528/stat : 10528 (adaptg2wsat2009) R 10526 10528 10528 0 -1 4202496 584 0 0 0 194 0 0 0 25 0 1 0 548590629 426520576 320 33554432000 134512640 135107411 4290940496 18446744073709551615 134532204 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10528/statm: 104131 320 59 146 0 103007 0
[pid=10529] ppid=10508 vsize=330908 CPUtime=0 cores=0-7
/proc/10529/stat : 10529 (python) S 10508 10508 9896 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 548590632 338849792 5828 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 14686370055667580927 0 0 17 6 0 0 0
/proc/10529/statm: 82727 5828 348 364 0 18630 0
[pid=10531] ppid=10529 vsize=246808 CPUtime=1.89 cores=0-7
/proc/10531/stat : 10531 (FH) R 10529 10531 10531 0 -1 4202496 550 0 0 0 189 0 0 0 25 0 1 0 548590633 252731392 287 33554432000 134512640 134936988 4290987696 18446744073709551615 134554594 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10531/statm: 61702 287 41 104 0 61206 0
[pid=10532] ppid=10508 vsize=341164 CPUtime=0 cores=0-7
/proc/10532/stat : 10532 (python) S 10508 10508 9896 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 548590636 349351936 5832 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 13300919708850028802 0 0 17 1 0 0 0
/proc/10532/statm: 85291 5832 348 364 0 21191 0
[pid=10537] ppid=10532 vsize=2264 CPUtime=0.81 cores=0-7
/proc/10537/stat : 10537 (march_hi) R 10532 10537 10537 0 -1 4202496 992 0 0 0 81 0 0 0 25 0 1 0 548590645 2318336 391 33554432000 4194304 4955518 140736449682960 18446744073709551615 4237738 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10537/statm: 566 391 106 186 0 379 0
[pid=10534] ppid=10508 vsize=351420 CPUtime=0 cores=0-7
/proc/10534/stat : 10534 (python) S 10508 10508 9896 0 -1 4202560 825 0 0 0 0 0 0 0 15 0 1 0 548590640 359854080 5842 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 6302915226148765953 0 0 17 2 0 0 0
/proc/10534/statm: 87855 5842 354 364 0 23752 0
[pid=10536] ppid=10534 vsize=2264 CPUtime=1.01 cores=0-7
/proc/10536/stat : 10536 (march_hi) R 10534 10536 10536 0 -1 4202496 997 0 0 0 101 0 0 0 25 0 1 0 548590641 2318336 391 33554432000 4194304 4955518 140737350148160 18446744073709551615 4224445 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10536/statm: 566 391 106 186 0 379 0
[pid=10508/tid=10515] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10515/stat : 10515 (python) S 10506 10508 9896 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 548590613 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
[pid=10508/tid=10518] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10518/stat : 10518 (python) S 10506 10508 9896 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 548590617 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10521] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10521/stat : 10521 (python) S 10506 10508 9896 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 548590621 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10524] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10524/stat : 10524 (python) S 10506 10508 9896 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 548590625 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
[pid=10508/tid=10527] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10527/stat : 10527 (python) S 10506 10508 9896 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 548590629 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10530] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10530/stat : 10530 (python) S 10506 10508 9896 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 548590633 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10533] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10533/stat : 10533 (python) S 10506 10508 9896 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 9 0 548590637 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
[pid=10508/tid=10535] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10535/stat : 10535 (python) S 10506 10508 9896 0 -1 4202560 29 935 0 0 0 0 0 0 25 0 9 0 548590641 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 6422240

[startup+6.30124 s]
/proc/loadavg: 9.42 9.58 9.00 10/359 10537
/proc/meminfo: memFree=7258332/32950928 swapFree=67111448/67111528
[pid=10508] ppid=10506 vsize=361664 CPUtime=1 cores=0-7
/proc/10508/stat : 10508 (python) S 10506 10508 9896 0 -1 4202496 16192 935 1 0 88 12 0 0 25 0 9 0 548590515 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10508/statm: 90416 7383 1891 364 0 26313 0
[pid=10514] ppid=10508 vsize=279240 CPUtime=0 cores=0-7
/proc/10514/stat : 10514 (python) S 10508 10508 9896 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 548590613 285941760 5749 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260239 0 0 16781312 514 12147969067185045763 0 0 17 2 0 0 0
/proc/10514/statm: 69810 5749 377 364 0 5728 0
[pid=10516] ppid=10514 vsize=1017932 CPUtime=5.31 cores=0-7
/proc/10516/stat : 10516 (gnovelty+2) R 10514 10516 10516 0 -1 4202496 490 0 0 0 531 0 0 0 25 0 1 0 548590613 1042362368 226 33554432000 134512640 135663704 4292338752 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10516/statm: 254483 226 113 282 0 254199 0
[pid=10517] ppid=10508 vsize=289884 CPUtime=0 cores=0-7
/proc/10517/stat : 10517 (python) S 10508 10508 9896 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 548590617 296841216 5835 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 4645904473846153473 0 0 17 6 0 0 0
/proc/10517/statm: 72471 5835 371 364 0 8386 0
[pid=10519] ppid=10517 vsize=1017932 CPUtime=5.28 cores=0-7
/proc/10519/stat : 10519 (gnovelty+2) R 10517 10519 10519 0 -1 4202496 488 0 0 0 528 0 0 0 25 0 1 0 548590617 1042362368 227 33554432000 134512640 135663704 4287031008 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10519/statm: 254483 227 113 282 0 254199 0
[pid=10520] ppid=10508 vsize=300140 CPUtime=0 cores=0-7
/proc/10520/stat : 10520 (python) S 10508 10508 9896 0 -1 4202560 894 0 0 0 0 0 0 0 18 0 1 0 548590620 307343360 5838 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 7790211410901827844 0 0 17 2 0 0 0
/proc/10520/statm: 75035 5838 370 364 0 10947 0
[pid=10522] ppid=10520 vsize=416524 CPUtime=5.23 cores=0-7

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

/proc/10508/task/10518/stat : 10518 (python) S 10506 10508 9896 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 548590617 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10521] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10521/stat : 10521 (python) S 10506 10508 9896 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 548590621 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10524] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10524/stat : 10524 (python) S 10506 10508 9896 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 548590625 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
[pid=10508/tid=10527] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10527/stat : 10527 (python) S 10506 10508 9896 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 548590629 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10530] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10530/stat : 10530 (python) S 10506 10508 9896 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 548590633 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10533] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10533/stat : 10533 (python) S 10506 10508 9896 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 9 0 548590637 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
[pid=10508/tid=10535] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10535/stat : 10535 (python) S 10506 10508 9896 0 -1 4202560 29 935 0 0 0 0 0 0 25 0 9 0 548590641 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 306.36
Current children cumulated vsize (KiB) 6422240

[startup+45.6016 s]
/proc/loadavg: 9.35 9.54 9.01 10/359 10538
/proc/meminfo: memFree=7261068/32950928 swapFree=67111448/67111528
[pid=10508] ppid=10506 vsize=361664 CPUtime=1 cores=0-7
/proc/10508/stat : 10508 (python) S 10506 10508 9896 0 -1 4202496 16192 935 1 0 88 12 0 0 25 0 9 0 548590515 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10508/statm: 90416 7383 1891 364 0 26313 0
[pid=10514] ppid=10508 vsize=279240 CPUtime=0.1 cores=0-7
/proc/10514/stat : 10514 (python) S 10508 10508 9896 0 -1 4202560 912 0 0 0 5 5 0 0 18 0 1 0 548590613 285941760 5749 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260239 0 0 16781312 514 14753422943358779651 0 0 17 2 0 0 0
/proc/10514/statm: 69810 5749 377 364 0 5728 0
[pid=10516] ppid=10514 vsize=1017932 CPUtime=44.61 cores=0-7
/proc/10516/stat : 10516 (gnovelty+2) R 10514 10516 10516 0 -1 4202496 490 0 0 0 4461 0 0 0 25 0 1 0 548590613 1042362368 226 33554432000 134512640 135663704 4292338752 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10516/statm: 254483 226 113 282 0 254199 0
[pid=10517] ppid=10508 vsize=289884 CPUtime=0.1 cores=0-7
/proc/10517/stat : 10517 (python) S 10508 10508 9896 0 -1 4202560 916 0 0 0 5 5 0 0 18 0 1 0 548590617 296841216 5835 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 14753422943358779649 0 0 17 6 0 0 0
/proc/10517/statm: 72471 5835 371 364 0 8386 0
[pid=10519] ppid=10517 vsize=1017932 CPUtime=44.58 cores=0-7
/proc/10519/stat : 10519 (gnovelty+2) R 10517 10519 10519 0 -1 4202496 488 0 0 0 4458 0 0 0 25 0 1 0 548590617 1042362368 227 33554432000 134512640 135663704 4287031008 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10519/statm: 254483 227 113 282 0 254199 0
[pid=10520] ppid=10508 vsize=300140 CPUtime=0.1 cores=0-7
/proc/10520/stat : 10520 (python) S 10508 10508 9896 0 -1 4202560 910 0 0 0 5 5 0 0 18 0 1 0 548590620 307343360 5839 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 14753422943358779652 0 0 17 2 0 0 0
/proc/10520/statm: 75035 5839 371 364 0 10947 0
[pid=10522] ppid=10520 vsize=416524 CPUtime=44.53 cores=0-7
/proc/10522/stat : 10522 (adaptg2wsat2009) R 10520 10522 10522 0 -1 4202496 587 0 0 0 4453 0 0 0 25 0 1 0 548590621 426520576 322 33554432000 134512640 135107411 4290778512 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10522/statm: 104131 322 59 146 0 103007 0
[pid=10523] ppid=10508 vsize=310396 CPUtime=0.1 cores=0-7
/proc/10523/stat : 10523 (python) S 10508 10508 9896 0 -1 4202560 940 0 0 0 6 4 0 0 18 0 1 0 548590624 317845504 5843 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 14753422943358779651 0 0 17 6 0 0 0
/proc/10523/statm: 77599 5843 371 364 0 13508 0
[pid=10525] ppid=10523 vsize=416524 CPUtime=33.21 cores=0-7
/proc/10525/stat : 10525 (adaptg2wsat2009) R 10523 10525 10525 0 -1 4202496 585 0 0 0 3321 0 0 0 25 0 1 0 548590625 426520576 320 33554432000 134512640 135107411 4288682976 18446744073709551615 134531600 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10525/statm: 104131 320 59 146 0 103007 0
[pid=10526] ppid=10508 vsize=320652 CPUtime=0.1 cores=0-7
/proc/10526/stat : 10526 (python) S 10508 10508 9896 0 -1 4202560 942 0 0 0 5 5 0 0 18 0 1 0 548590628 328347648 5847 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 14753422943358779650 0 0 17 6 0 0 0
/proc/10526/statm: 80163 5847 371 364 0 16069 0
[pid=10528] ppid=10526 vsize=416524 CPUtime=43.93 cores=0-7
/proc/10528/stat : 10528 (adaptg2wsat2009) R 10526 10528 10528 0 -1 4202496 584 0 0 0 4393 0 0 0 25 0 1 0 548590629 426520576 320 33554432000 134512640 135107411 4290940496 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10528/statm: 104131 320 59 146 0 103007 0
[pid=10529] ppid=10508 vsize=330908 CPUtime=0.1 cores=0-7
/proc/10529/stat : 10529 (python) S 10508 10508 9896 0 -1 4202560 967 0 0 0 6 4 0 0 18 0 1 0 548590632 338849792 5851 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 14753422943358779652 0 0 17 6 0 0 0
/proc/10529/statm: 82727 5851 371 364 0 18630 0
[pid=10531] ppid=10529 vsize=246808 CPUtime=43.97 cores=0-7
/proc/10531/stat : 10531 (FH) R 10529 10531 10531 0 -1 4202496 550 0 0 0 4397 0 0 0 25 0 1 0 548590633 252731392 287 33554432000 134512640 134936988 4290987696 18446744073709551615 134554258 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10531/statm: 61702 287 41 104 0 61206 0
[pid=10532] ppid=10508 vsize=341164 CPUtime=0.13 cores=0-7
/proc/10532/stat : 10532 (python) S 10508 10508 9896 0 -1 4202560 990 0 0 0 7 6 0 0 15 0 1 0 548590636 349351936 5855 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 13300919708850028802 0 0 17 1 0 0 0
/proc/10532/statm: 85291 5855 371 364 0 21191 0
[pid=10537] ppid=10532 vsize=2264 CPUtime=21.99 cores=0-7
/proc/10537/stat : 10537 (march_hi) R 10532 10537 10537 0 -1 4202496 992 0 0 0 2199 0 0 0 25 0 1 0 548590645 2318336 391 33554432000 4194304 4955518 140736449682960 18446744073709551615 4208784 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10537/statm: 566 391 106 186 0 379 0
[pid=10534] ppid=10508 vsize=351420 CPUtime=0.39 cores=0-7
/proc/10534/stat : 10534 (python) R 10508 10508 9896 0 -1 4202560 1033 0 0 0 30 9 0 0 16 0 1 0 548590640 359854080 5865 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/10534/statm: 87855 5865 377 364 0 23752 0
[pid=10536] ppid=10534 vsize=0 CPUtime=33.01 cores=0-7
/proc/10536/stat : 10536 (march_hi) R 10534 10536 10536 0 -1 4202500 998 0 0 0 3301 0 0 0 25 0 1 0 548590641 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10536/statm: 0 0 0 0 0 0 0
[pid=10508/tid=10515] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10515/stat : 10515 (python) S 10506 10508 9896 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 548590613 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
[pid=10508/tid=10518] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10518/stat : 10518 (python) S 10506 10508 9896 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 548590617 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10521] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10521/stat : 10521 (python) S 10506 10508 9896 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 548590621 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10524] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10524/stat : 10524 (python) S 10506 10508 9896 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 548590625 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
[pid=10508/tid=10527] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10527/stat : 10527 (python) S 10506 10508 9896 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 548590629 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10530] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10530/stat : 10530 (python) S 10506 10508 9896 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 548590633 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10533] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10533/stat : 10533 (python) S 10506 10508 9896 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 9 0 548590637 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
[pid=10508/tid=10535] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10535/stat : 10535 (python) S 10506 10508 9896 0 -1 4202560 29 935 0 0 0 0 0 0 25 0 9 0 548590641 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 311.95
Current children cumulated vsize (KiB) 6419976

[startup+46.0016 s]
/proc/loadavg: 9.35 9.54 9.01 10/359 10538
/proc/meminfo: memFree=7261068/32950928 swapFree=67111448/67111528
[pid=10508] ppid=10506 vsize=361664 CPUtime=1 cores=0-7
/proc/10508/stat : 10508 (python) S 10506 10508 9896 0 -1 4202496 16192 935 1 0 88 12 0 0 25 0 9 0 548590515 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10508/statm: 90416 7383 1891 364 0 26313 0
[pid=10514] ppid=10508 vsize=279240 CPUtime=0.1 cores=0-7
/proc/10514/stat : 10514 (python) S 10508 10508 9896 0 -1 4202560 912 0 0 0 5 5 0 0 18 0 1 0 548590613 285941760 5749 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260239 0 0 16781312 514 14753422943358779651 0 0 17 2 0 0 0
/proc/10514/statm: 69810 5749 377 364 0 5728 0
[pid=10516] ppid=10514 vsize=1017932 CPUtime=45.01 cores=0-7
/proc/10516/stat : 10516 (gnovelty+2) R 10514 10516 10516 0 -1 4202496 490 0 0 0 4501 0 0 0 25 0 1 0 548590613 1042362368 226 33554432000 134512640 135663704 4292338752 18446744073709551615 134524916 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10516/statm: 254483 226 113 282 0 254199 0
[pid=10517] ppid=10508 vsize=289884 CPUtime=0.1 cores=0-7
/proc/10517/stat : 10517 (python) S 10508 10508 9896 0 -1 4202560 916 0 0 0 5 5 0 0 18 0 1 0 548590617 296841216 5835 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 14753422943358779649 0 0 17 6 0 0 0
/proc/10517/statm: 72471 5835 371 364 0 8386 0
[pid=10519] ppid=10517 vsize=1017932 CPUtime=44.98 cores=0-7
/proc/10519/stat : 10519 (gnovelty+2) R 10517 10519 10519 0 -1 4202496 488 0 0 0 4498 0 0 0 25 0 1 0 548590617 1042362368 227 33554432000 134512640 135663704 4287031008 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10519/statm: 254483 227 113 282 0 254199 0
[pid=10520] ppid=10508 vsize=300140 CPUtime=0.1 cores=0-7
/proc/10520/stat : 10520 (python) S 10508 10508 9896 0 -1 4202560 910 0 0 0 5 5 0 0 18 0 1 0 548590620 307343360 5839 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 14753422943358779652 0 0 17 2 0 0 0
/proc/10520/statm: 75035 5839 371 364 0 10947 0
[pid=10522] ppid=10520 vsize=416524 CPUtime=44.93 cores=0-7
/proc/10522/stat : 10522 (adaptg2wsat2009) R 10520 10522 10522 0 -1 4202496 587 0 0 0 4493 0 0 0 25 0 1 0 548590621 426520576 322 33554432000 134512640 135107411 4290778512 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10522/statm: 104131 322 59 146 0 103007 0
[pid=10523] ppid=10508 vsize=310396 CPUtime=0.1 cores=0-7
/proc/10523/stat : 10523 (python) S 10508 10508 9896 0 -1 4202560 940 0 0 0 6 4 0 0 18 0 1 0 548590624 317845504 5843 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 14753422943358779651 0 0 17 6 0 0 0
/proc/10523/statm: 77599 5843 371 364 0 13508 0
[pid=10525] ppid=10523 vsize=416524 CPUtime=33.41 cores=0-7
/proc/10525/stat : 10525 (adaptg2wsat2009) R 10523 10525 10525 0 -1 4202496 585 0 0 0 3341 0 0 0 25 0 1 0 548590625 426520576 320 33554432000 134512640 135107411 4288682976 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10525/statm: 104131 320 59 146 0 103007 0
[pid=10526] ppid=10508 vsize=320652 CPUtime=0.1 cores=0-7
/proc/10526/stat : 10526 (python) S 10508 10508 9896 0 -1 4202560 942 0 0 0 5 5 0 0 18 0 1 0 548590628 328347648 5847 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 14753422943358779650 0 0 17 6 0 0 0
/proc/10526/statm: 80163 5847 371 364 0 16069 0
[pid=10528] ppid=10526 vsize=416524 CPUtime=44.33 cores=0-7
/proc/10528/stat : 10528 (adaptg2wsat2009) R 10526 10528 10528 0 -1 4202496 584 0 0 0 4433 0 0 0 25 0 1 0 548590629 426520576 320 33554432000 134512640 135107411 4290940496 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10528/statm: 104131 320 59 146 0 103007 0
[pid=10529] ppid=10508 vsize=330908 CPUtime=0.1 cores=0-7
/proc/10529/stat : 10529 (python) S 10508 10508 9896 0 -1 4202560 967 0 0 0 6 4 0 0 18 0 1 0 548590632 338849792 5851 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 14753422943358779652 0 0 17 6 0 0 0
/proc/10529/statm: 82727 5851 371 364 0 18630 0
[pid=10531] ppid=10529 vsize=246808 CPUtime=44.37 cores=0-7
/proc/10531/stat : 10531 (FH) R 10529 10531 10531 0 -1 4202496 550 0 0 0 4437 0 0 0 25 0 1 0 548590633 252731392 287 33554432000 134512640 134936988 4290987696 18446744073709551615 134553297 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10531/statm: 61702 287 41 104 0 61206 0
[pid=10532] ppid=10508 vsize=341164 CPUtime=0.13 cores=0-7
/proc/10532/stat : 10532 (python) S 10508 10508 9896 0 -1 4202560 990 0 0 0 7 6 0 0 15 0 1 0 548590636 349351936 5855 33554432000 4194304 5683644 140734263124192 18446744073709551615 251814260294 0 0 16781312 514 13300919708850028802 0 0 17 1 0 0 0
/proc/10532/statm: 85291 5855 371 364 0 21191 0
[pid=10537] ppid=10532 vsize=2264 CPUtime=22.19 cores=0-7
/proc/10537/stat : 10537 (march_hi) R 10532 10537 10537 0 -1 4202496 992 0 0 0 2219 0 0 0 25 0 1 0 548590645 2318336 391 33554432000 4194304 4955518 140736449682960 18446744073709551615 4210525 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10537/statm: 566 391 106 186 0 379 0
[pid=10534] ppid=10508 vsize=351420 CPUtime=0.78 cores=0-7
/proc/10534/stat : 10534 (python) R 10508 10508 9896 0 -1 4202560 1033 0 0 0 65 13 0 0 16 0 1 0 548590640 359854080 5865 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/10534/statm: 87855 5865 377 364 0 23752 0
[pid=10536] ppid=10534 vsize=0 CPUtime=33.01 cores=0-7
/proc/10536/stat : 10536 (march_hi) R 10534 10536 10536 0 -1 4202500 998 0 0 0 3301 0 0 0 25 0 1 0 548590641 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10536/statm: 0 0 0 0 0 0 0
[pid=10508/tid=10515] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10515/stat : 10515 (python) S 10506 10508 9896 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 548590613 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
[pid=10508/tid=10518] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10518/stat : 10518 (python) S 10506 10508 9896 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 548590617 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10521] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10521/stat : 10521 (python) S 10506 10508 9896 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 548590621 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10524] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10524/stat : 10524 (python) S 10506 10508 9896 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 548590625 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
[pid=10508/tid=10527] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10527/stat : 10527 (python) S 10506 10508 9896 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 548590629 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10530] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10530/stat : 10530 (python) S 10506 10508 9896 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 548590633 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 6 0 0 0
[pid=10508/tid=10533] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10533/stat : 10533 (python) S 10506 10508 9896 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 9 0 548590637 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
[pid=10508/tid=10535] ppid=10506 vsize=361664 CPUtime=0 cores=0-7
/proc/10508/task/10535/stat : 10535 (python) S 10506 10508 9896 0 -1 4202560 29 935 0 0 0 0 0 0 25 0 9 0 548590641 370343936 7383 33554432000 4194304 5683644 140734263124192 18446744073709551615 251826063793 0 0 16781312 2 18446604440550642880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 314.74
Current children cumulated vsize (KiB) 6419976

[startup+46.4015 s]
/proc/loadavg: 9.35 9.54 9.01 11/359 10538
/proc/meminfo: memFree=7261688/32950928 swapFree=67111448/67111528
[pid=10508] ppid=10506 vsize=310336 CPUtime=317.61 cores=0-7
/proc/10508/stat : 10508 (python) R 10506 10508 9896 0 -1 4202496 17681 14393 1 0 88 13 31600 60 17 0 1 0 548590515 317784064 7347 33554432000 4194304 5683644 140734263124192 18446744073709551615 5116756 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10508/statm: 77584 7347 1875 364 0 13508 0
Current children cumulated CPU time (s) 317.61
Current children cumulated vsize (KiB) 310336

Child status: 0
Real time (s): 46.4199
CPU time (s): 317.653
CPU user time (s): 316.907
CPU system time (s): 0.745886
CPU usage (%): 684.303
Max. virtual memory (cumulated for all children) (KiB): 6422244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 316.907
system time used= 0.745886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34994
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= 4266
involuntary context switches= 2966

runsolver used 0.201969 second user time and 0.363944 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-02 22:58:38
IDJOB=3321948
IDBENCH=82726
IDSOLVER=1712
FILE ID=node126/3321948-1304369918
RUNJOBID= node126-1304366466-9910
PBS_JOBID= 13181745
Free space on /tmp= 73616 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-3321948-1304369918/watcher-3321948-1304369918 -o /tmp/evaluation-result-3321948-1304369918/solver-3321948-1304369918 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321948-1304369918.cnf -seed 1989211663 -budget 40000 -cores 8

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

MD5SUM BENCH= deef67012ed65265f92101778280c717
RANDOM SEED=1989211663

node126.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.783
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.56
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.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.74
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.783
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.80
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.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7323424 kB
Buffers:        347604 kB
Cached:        2046564 kB
SwapCached:         76 kB
Active:       23357416 kB
Inactive:      1869284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7323424 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           31928 kB
Writeback:           4 kB
AnonPages:    22832468 kB
Mapped:          27340 kB
Slab:           264792 kB
PageTables:      65928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 68309100 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= 73584 MiB
End job on node126 at 2011-05-02 22:59:25