Trace number 3385580

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 56.5954 11.0875

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S60874767-043.UNKNOWN.cnf
MD5SUM1eb54569b93f0ee7ebd06f1e9e4582f9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.2309
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
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 51597
Number of clauses of size over 50

Solver Data

0.30/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.64	c INFO: solving HOME/instance-3385580-1305569094.cnf
0.30/0.64	c INFO: computing task features
0.30/0.65	c INFO: computed variable-clause graph statistics
0.30/0.65	c INFO: computed clause balance statistics
0.30/0.69	c INFO: computed variable balance statistics
0.39/0.72	c INFO: computed small-clause counts
0.39/0.72	c INFO: computed Horn-clause counts
0.39/0.72	c INFO: computed variable graph statistics
0.39/0.72	c INFO: collected features for HOME/instance-3385580-1305569094.cnf in 0.08 s
0.39/0.75	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.61)
0.39/0.78	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.38)
0.48/0.82	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.34)
0.48/0.85	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.34)
0.48/0.88	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.10)
0.58/0.91	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.08)
0.58/0.97	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
2.37/1.20	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
56.20/11.06	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 10.40 10.46 9.40 4/359 10721
/proc/meminfo: memFree=19688724/32951124 swapFree=57171160/67111528
[pid=10721] ppid=10719 vsize=15752 CPUtime=0 cores=0-7
/proc/10721/stat : 10721 (python) S 10719 10721 9950 0 -1 4202496 839 0 0 0 0 0 0 0 22 0 1 0 649325088 16130048 723 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/10721/statm: 3938 723 334 364 0 425 0

[startup+0.0624411 s]
/proc/loadavg: 10.40 10.46 9.40 4/359 10721
/proc/meminfo: memFree=19688724/32951124 swapFree=57171160/67111528
[pid=10721] ppid=10719 vsize=29788 CPUtime=0.03 cores=0-7
/proc/10721/stat : 10721 (python) S 10719 10721 9950 0 -1 4202496 1460 0 0 0 3 0 0 0 22 0 1 0 649325088 30502912 1300 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/10721/statm: 7447 1300 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100436 s]
/proc/loadavg: 10.40 10.46 9.40 4/359 10721
/proc/meminfo: memFree=19688724/32951124 swapFree=57171160/67111528
[pid=10721] ppid=10719 vsize=91828 CPUtime=0.05 cores=0-7
/proc/10721/stat : 10721 (python) R 10719 10721 9950 0 -1 4202496 2678 0 0 0 4 1 0 0 17 0 1 0 649325088 94031872 2394 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338381824 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10721/statm: 22957 2394 755 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 91828

[startup+0.300419 s]
/proc/loadavg: 10.40 10.46 9.40 4/359 10721
/proc/meminfo: memFree=19688724/32951124 swapFree=57171160/67111528
[pid=10721] ppid=10719 vsize=135748 CPUtime=0.16 cores=0-7
/proc/10721/stat : 10721 (python) R 10719 10721 9950 0 -1 4202496 5962 937 1 0 13 3 0 0 18 0 1 0 649325088 139005952 4151 33554432000 4194304 5683644 140734688377872 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10721/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135748

[startup+0.700337 s]
/proc/loadavg: 10.40 10.46 9.40 4/359 10721
/proc/meminfo: memFree=19688724/32951124 swapFree=57171160/67111528
[pid=10721] ppid=10719 vsize=278292 CPUtime=0.39 cores=0-7
/proc/10721/stat : 10721 (python) R 10719 10721 9950 0 -1 4202496 9307 937 1 0 33 6 0 0 17 0 1 0 649325088 284971008 6976 33554432000 4194304 5683644 140734688377872 18446744073709551615 4510800 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10721/statm: 69573 6976 1827 364 0 5497 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 278292

[startup+1.50112 s]
/proc/loadavg: 10.40 10.46 9.40 11/379 10745
/proc/meminfo: memFree=19637272/32951124 swapFree=57171160/67111528
[pid=10721] ppid=10719 vsize=426288 CPUtime=0.67 cores=0-7
/proc/10721/stat : 10721 (python) S 10719 10721 9950 0 -1 4202496 15707 937 1 0 59 8 0 0 25 0 9 0 649325088 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10721/statm: 106572 7155 1889 364 0 42469 0
[pid=10727] ppid=10721 vsize=278452 CPUtime=0 cores=0-7
/proc/10727/stat : 10727 (python) S 10721 10721 9950 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 649325164 285134848 5532 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403855 0 0 16781312 514 3523476824724078591 0 0 17 6 0 0 0
/proc/10727/statm: 69613 5532 354 364 0 5531 0
[pid=10729] ppid=10727 vsize=1017800 CPUtime=0.73 cores=0-7
/proc/10729/stat : 10729 (gnovelty+2) R 10727 10729 10729 0 -1 4202496 426 0 0 0 73 0 0 0 21 0 1 0 649325164 1042227200 161 33554432000 134512640 135663704 4290440624 18446744073709551615 134545598 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10729/statm: 254450 161 113 282 0 254166 0
[pid=10730] ppid=10721 vsize=289232 CPUtime=0 cores=0-7
/proc/10730/stat : 10730 (python) S 10721 10721 9950 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 649325167 296173568 5665 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 6355577435072725251 0 0 17 2 0 0 0
/proc/10730/statm: 72308 5665 348 364 0 8223 0
[pid=10732] ppid=10730 vsize=1420 CPUtime=0.58 cores=0-7
/proc/10732/stat : 10732 (march_hi) R 10730 10732 10732 0 -1 4202496 472 0 0 0 58 0 0 0 23 0 1 0 649325167 1454080 210 33554432000 4194304 4955518 140736128387488 18446744073709551615 4208718 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10732/statm: 355 210 106 186 0 168 0
[pid=10733] ppid=10721 vsize=299048 CPUtime=0 cores=0-7
/proc/10733/stat : 10733 (python) S 10721 10721 9950 0 -1 4202560 757 0 0 0 0 0 0 0 16 0 1 0 649325170 306225152 5575 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 5607376574283219201 0 0 17 7 0 0 0
/proc/10733/statm: 74762 5575 348 364 0 10674 0
[pid=10735] ppid=10733 vsize=1420 CPUtime=0.65 cores=0-7
/proc/10735/stat : 10735 (march_hi) R 10733 10735 10735 0 -1 4202496 471 0 0 0 65 0 0 0 25 0 1 0 649325170 1454080 209 33554432000 4194304 4955518 140734366008112 18446744073709551615 4285675 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10735/statm: 355 209 106 186 0 168 0
[pid=10736] ppid=10721 vsize=375380 CPUtime=0 cores=0-7
/proc/10736/stat : 10736 (python) S 10721 10721 9950 0 -1 4202560 765 0 0 0 0 0 0 0 17 0 1 0 649325173 384389120 5701 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 1041928009101050115 0 0 17 3 0 0 0
/proc/10736/statm: 93845 5701 348 364 0 29754 0
[pid=10738] ppid=10736 vsize=1420 CPUtime=0.6 cores=0-7
/proc/10738/stat : 10738 (march_hi) R 10736 10738 10738 0 -1 4202496 472 0 0 0 60 0 0 0 25 0 1 0 649325174 1454080 210 33554432000 4194304 4955518 140735338627984 18446744073709551615 4297216 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10738/statm: 355 210 106 186 0 168 0
[pid=10739] ppid=10721 vsize=385636 CPUtime=0 cores=0-7
/proc/10739/stat : 10739 (python) S 10721 10721 9950 0 -1 4202560 769 0 0 0 0 0 0 0 18 0 1 0 649325177 394891264 5705 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 4067775212647579908 0 0 17 0 0 0 0
/proc/10739/statm: 96409 5705 348 364 0 32315 0
[pid=10741] ppid=10739 vsize=1420 CPUtime=0.5 cores=0-7
/proc/10741/stat : 10741 (march_hi) R 10739 10741 10741 0 -1 4202496 477 0 0 0 50 0 0 0 25 0 1 0 649325179 1454080 209 33554432000 4194304 4955518 140737303257088 18446744073709551615 4210475 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10741/statm: 355 209 106 186 0 168 0
[pid=10742] ppid=10721 vsize=395892 CPUtime=0 cores=0-7
/proc/10742/stat : 10742 (python) S 10721 10721 9950 0 -1 4202560 761 0 0 0 0 0 0 0 25 0 1 0 649325180 405393408 5709 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 1487442424094523391 0 0 17 1 0 0 0
/proc/10742/statm: 98973 5709 348 364 0 34876 0
[pid=10744] ppid=10721 vsize=406148 CPUtime=0 cores=0-7
/proc/10744/stat : 10744 (python) S 10721 10721 9950 0 -1 4202560 782 0 0 0 0 0 0 0 21 0 1 0 649325185 415895552 5713 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 4179872622122598657 0 0 17 0 0 0 0
/proc/10744/statm: 101537 5713 348 364 0 37437 0
[pid=10721/tid=10728] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10728/stat : 10728 (python) S 10719 10721 9950 0 -1 4202560 27 937 0 0 0 0 0 0 19 0 9 0 649325164 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 6 0 0 0
[pid=10721/tid=10731] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10731/stat : 10731 (python) S 10719 10721 9950 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 9 0 649325167 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 2 0 0 0
[pid=10721/tid=10734] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10734/stat : 10734 (python) S 10719 10721 9950 0 -1 4202560 19 937 0 0 0 0 0 0 18 0 9 0 649325170 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 7 0 0 0
[pid=10721/tid=10737] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10737/stat : 10737 (python) S 10719 10721 9950 0 -1 4202560 24 937 0 0 0 0 0 0 22 0 9 0 649325173 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 3 0 0 0
[pid=10721/tid=10740] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10740/stat : 10740 (python) S 10719 10721 9950 0 -1 4202560 24 937 0 0 0 0 0 0 24 0 9 0 649325177 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10743] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10743/stat : 10743 (python) S 10719 10721 9950 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 9 0 649325180 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10745] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10745/stat : 10745 (python) S 10719 10721 9950 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 9 0 649325186 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 3879556

[startup+3.1018 s]
/proc/loadavg: 10.40 10.46 9.40 12/384 10750
/proc/meminfo: memFree=19629668/32951124 swapFree=57171160/67111528
[pid=10721] ppid=10719 vsize=426288 CPUtime=0.67 cores=0-7
/proc/10721/stat : 10721 (python) S 10719 10721 9950 0 -1 4202496 15707 937 1 0 59 8 0 0 25 0 9 0 649325088 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10721/statm: 106572 7155 1889 364 0 42469 0
[pid=10727] ppid=10721 vsize=278452 CPUtime=0 cores=0-7
/proc/10727/stat : 10727 (python) S 10721 10721 9950 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 649325164 285134848 5532 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403855 0 0 16781312 514 3523476824724046083 0 0 17 6 0 0 0
/proc/10727/statm: 69613 5532 354 364 0 5531 0
[pid=10729] ppid=10727 vsize=1017800 CPUtime=2.34 cores=0-7
/proc/10729/stat : 10729 (gnovelty+2) R 10727 10729 10729 0 -1 4202496 426 0 0 0 234 0 0 0 25 0 1 0 649325164 1042227200 161 33554432000 134512640 135663704 4290440624 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10729/statm: 254450 161 113 282 0 254166 0
[pid=10730] ppid=10721 vsize=289232 CPUtime=0 cores=0-7
/proc/10730/stat : 10730 (python) S 10721 10721 9950 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 649325167 296173568 5665 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 6355577435072725251 0 0 17 2 0 0 0
/proc/10730/statm: 72308 5665 348 364 0 8223 0
[pid=10732] ppid=10730 vsize=1420 CPUtime=1.41 cores=0-7
/proc/10732/stat : 10732 (march_hi) R 10730 10732 10732 0 -1 4202496 472 0 0 0 141 0 0 0 25 0 1 0 649325167 1454080 210 33554432000 4194304 4955518 140736128387488 18446744073709551615 4307004 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10732/statm: 355 210 106 186 0 168 0
[pid=10733] ppid=10721 vsize=299048 CPUtime=0 cores=0-7
/proc/10733/stat : 10733 (python) S 10721 10721 9950 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 649325170 306225152 5575 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 10502460306020598017 0 0 17 7 0 0 0
/proc/10733/statm: 74762 5575 348 364 0 10674 0
[pid=10735] ppid=10733 vsize=1420 CPUtime=2.23 cores=0-7
/proc/10735/stat : 10735 (march_hi) R 10733 10735 10735 0 -1 4202496 471 0 0 0 223 0 0 0 25 0 1 0 649325170 1454080 209 33554432000 4194304 4955518 140734366008112 18446744073709551615 4224392 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10735/statm: 355 209 106 186 0 168 0
[pid=10736] ppid=10721 vsize=375380 CPUtime=0 cores=0-7
/proc/10736/stat : 10736 (python) S 10721 10721 9950 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 649325173 384389120 5701 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 1041928009101050115 0 0 17 3 0 0 0
/proc/10736/statm: 93845 5701 348 364 0 29754 0
[pid=10738] ppid=10736 vsize=1420 CPUtime=1.4 cores=0-7
/proc/10738/stat : 10738 (march_hi) R 10736 10738 10738 0 -1 4202496 472 0 0 0 140 0 0 0 25 0 1 0 649325174 1454080 210 33554432000 4194304 4955518 140735338627984 18446744073709551615 4297547 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10738/statm: 355 210 106 186 0 168 0
[pid=10739] ppid=10721 vsize=385636 CPUtime=0 cores=0-7
/proc/10739/stat : 10739 (python) S 10721 10721 9950 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 649325177 394891264 5705 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 4067775212647579908 0 0 17 0 0 0 0
/proc/10739/statm: 96409 5705 348 364 0 32315 0
[pid=10741] ppid=10739 vsize=1420 CPUtime=2.1 cores=0-7
/proc/10741/stat : 10741 (march_hi) R 10739 10741 10741 0 -1 4202496 477 0 0 0 210 0 0 0 25 0 1 0 649325179 1454080 209 33554432000 4194304 4955518 140737303257088 18446744073709551615 4237743 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10741/statm: 355 209 106 186 0 168 0
[pid=10742] ppid=10721 vsize=395892 CPUtime=0 cores=0-7
/proc/10742/stat : 10742 (python) S 10721 10721 9950 0 -1 4202560 761 0 0 0 0 0 0 0 18 0 1 0 649325180 405393408 5709 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 1487442424094490881 0 0 17 1 0 0 0
/proc/10742/statm: 98973 5709 348 364 0 34876 0
[pid=10746] ppid=10742 vsize=1017800 CPUtime=0.99 cores=0-7
/proc/10746/stat : 10746 (gnovelty+2) R 10742 10746 10746 0 -1 4202496 429 0 0 0 99 0 0 0 25 0 1 0 649325188 1042227200 162 33554432000 134512640 135663704 4289488704 18446744073709551615 134525316 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10746/statm: 254450 162 113 282 0 254166 0
[pid=10744] ppid=10721 vsize=406148 CPUtime=0 cores=0-7
/proc/10744/stat : 10744 (python) S 10721 10721 9950 0 -1 4202560 784 0 0 0 0 0 0 0 15 0 1 0 649325185 415895552 5713 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 4179872622122598657 0 0 17 0 0 0 0
/proc/10744/statm: 101537 5713 348 364 0 37437 0
[pid=10747] ppid=10744 vsize=1420 CPUtime=0.88 cores=0-7
/proc/10747/stat : 10747 (march_hi) R 10744 10747 10747 0 -1 4202496 478 0 0 0 88 0 0 0 25 0 1 0 649325198 1454080 210 33554432000 4194304 4955518 140736594844960 18446744073709551615 4208592 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10747/statm: 355 210 106 186 0 168 0
[pid=10748] ppid=10721 vsize=416044 CPUtime=0 cores=0-7
/proc/10748/stat : 10748 (python) S 10721 10721 9950 0 -1 4202560 829 0 0 0 0 0 0 0 15 0 1 0 649325209 426029056 5616 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 14488489023871353091 0 0 17 3 0 0 0
/proc/10748/statm: 104011 5616 354 364 0 39908 0
[pid=10750] ppid=10748 vsize=1420 CPUtime=0.82 cores=0-7
/proc/10750/stat : 10750 (march_hi) R 10748 10750 10750 0 -1 4202496 483 0 0 0 82 0 0 0 25 0 1 0 649325217 1454080 209 33554432000 4194304 4955518 140736043180400 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10750/statm: 355 209 106 186 0 168 0
[pid=10721/tid=10728] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10728/stat : 10728 (python) S 10719 10721 9950 0 -1 4202560 27 937 0 0 0 0 0 0 19 0 9 0 649325164 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 6 0 0 0
[pid=10721/tid=10731] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10731/stat : 10731 (python) S 10719 10721 9950 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 9 0 649325167 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 2 0 0 0
[pid=10721/tid=10734] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10734/stat : 10734 (python) S 10719 10721 9950 0 -1 4202560 19 937 0 0 0 0 0 0 18 0 9 0 649325170 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 7 0 0 0
[pid=10721/tid=10737] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10737/stat : 10737 (python) S 10719 10721 9950 0 -1 4202560 24 937 0 0 0 0 0 0 22 0 9 0 649325173 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 3 0 0 0
[pid=10721/tid=10740] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10740/stat : 10740 (python) S 10719 10721 9950 0 -1 4202560 24 937 0 0 0 0 0 0 24 0 9 0 649325177 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10743] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10743/stat : 10743 (python) S 10719 10721 9950 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 9 0 649325180 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10745] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10745/stat : 10745 (python) S 10719 10721 9950 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 9 0 649325186 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10749] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10749/stat : 10749 (python) S 10719 10721 9950 0 -1 4202560 28 937 0 0 0 0 0 0 25 0 9 0 649325209 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.84
Current children cumulated vsize (KiB) 5316240

[startup+6.30117 s]
/proc/loadavg: 10.52 10.48 9.41 12/384 10750
/proc/meminfo: memFree=19629048/32951124 swapFree=57171160/67111528
[pid=10721] ppid=10719 vsize=426288 CPUtime=0.67 cores=0-7

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

[pid=10746] ppid=10742 vsize=1017800 CPUtime=4.77 cores=0-7
/proc/10746/stat : 10746 (gnovelty+2) R 10742 10746 10746 0 -1 4202496 429 0 0 0 477 0 0 0 25 0 1 0 649325188 1042227200 162 33554432000 134512640 135663704 4289488704 18446744073709551615 134524561 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10746/statm: 254450 162 113 282 0 254166 0
[pid=10744] ppid=10721 vsize=406148 CPUtime=0.03 cores=0-7
/proc/10744/stat : 10744 (python) S 10721 10721 9950 0 -1 4202560 967 0 0 0 1 2 0 0 15 0 1 0 649325185 415895552 5736 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 4179872622122598657 0 0 17 4 0 0 0
/proc/10744/statm: 101537 5736 371 364 0 37437 0
[pid=10747] ppid=10744 vsize=1420 CPUtime=4.64 cores=0-7
/proc/10747/stat : 10747 (march_hi) R 10744 10747 10747 0 -1 4202496 482 0 0 0 464 0 0 0 25 0 1 0 649325198 1454080 214 33554432000 4194304 4955518 140736594844960 18446744073709551615 4297502 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10747/statm: 355 214 106 186 0 168 0
[pid=10748] ppid=10721 vsize=416044 CPUtime=0.05 cores=0-7
/proc/10748/stat : 10748 (python) S 10721 10721 9950 0 -1 4202560 1000 0 0 0 3 2 0 0 15 0 1 0 649325209 426029056 5639 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 14488489023871353091 0 0 17 3 0 0 0
/proc/10748/statm: 104011 5639 377 364 0 39908 0
[pid=10750] ppid=10748 vsize=1556 CPUtime=7.2 cores=0-7
/proc/10750/stat : 10750 (march_hi) R 10748 10750 10750 0 -1 4202496 520 0 0 0 720 0 0 0 25 0 1 0 649325217 1593344 246 33554432000 4194304 4955518 140736043180400 18446744073709551615 4413732 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10750/statm: 389 246 106 186 0 202 0
[pid=10721/tid=10728] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10728/stat : 10728 (python) S 10719 10721 9950 0 -1 4202560 27 937 0 0 0 0 0 0 19 0 9 0 649325164 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 6 0 0 0
[pid=10721/tid=10731] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10731/stat : 10731 (python) S 10719 10721 9950 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 9 0 649325167 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 2 0 0 0
[pid=10721/tid=10734] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10734/stat : 10734 (python) S 10719 10721 9950 0 -1 4202560 19 937 0 0 0 0 0 0 18 0 9 0 649325170 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 7 0 0 0
[pid=10721/tid=10737] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10737/stat : 10737 (python) S 10719 10721 9950 0 -1 4202560 24 937 0 0 0 0 0 0 22 0 9 0 649325173 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 3 0 0 0
[pid=10721/tid=10740] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10740/stat : 10740 (python) S 10719 10721 9950 0 -1 4202560 24 937 0 0 0 0 0 0 24 0 9 0 649325177 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10743] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10743/stat : 10743 (python) S 10719 10721 9950 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 9 0 649325180 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10745] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10745/stat : 10745 (python) S 10719 10721 9950 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 9 0 649325186 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10749] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10749/stat : 10749 (python) S 10719 10721 9950 0 -1 4202560 28 937 0 0 0 0 0 0 25 0 9 0 649325209 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.49
Current children cumulated vsize (KiB) 5315092

[startup+10.9013 s]
/proc/loadavg: 10.64 10.51 9.43 15/384 10750
/proc/meminfo: memFree=19629072/32951124 swapFree=57171160/67111528
[pid=10721] ppid=10719 vsize=426288 CPUtime=0.67 cores=0-7
/proc/10721/stat : 10721 (python) S 10719 10721 9950 0 -1 4202496 15707 937 1 0 59 8 0 0 25 0 9 0 649325088 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10721/statm: 106572 7155 1889 364 0 42469 0
[pid=10727] ppid=10721 vsize=278452 CPUtime=0.02 cores=0-7
/proc/10727/stat : 10727 (python) S 10721 10721 9950 0 -1 4202560 896 0 0 0 1 1 0 0 18 0 1 0 649325164 285134848 5554 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403855 0 0 16781312 514 12815661242752401667 0 0 17 6 0 0 0
/proc/10727/statm: 69613 5554 376 364 0 5531 0
[pid=10729] ppid=10727 vsize=1017800 CPUtime=10.11 cores=0-7
/proc/10729/stat : 10729 (gnovelty+2) R 10727 10729 10729 0 -1 4202496 426 0 0 0 1011 0 0 0 25 0 1 0 649325164 1042227200 161 33554432000 134512640 135663704 4290440624 18446744073709551615 134525292 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10729/statm: 254450 161 113 282 0 254166 0
[pid=10730] ppid=10721 vsize=289232 CPUtime=0.04 cores=0-7
/proc/10730/stat : 10730 (python) S 10721 10721 9950 0 -1 4202560 921 0 0 0 2 2 0 0 15 0 1 0 649325167 296173568 5688 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 5607376617232892163 0 0 17 2 0 0 0
/proc/10730/statm: 72308 5688 371 364 0 8223 0
[pid=10732] ppid=10730 vsize=1420 CPUtime=5.31 cores=0-7
/proc/10732/stat : 10732 (march_hi) R 10730 10732 10732 0 -1 4202496 479 0 0 0 531 0 0 0 25 0 1 0 649325167 1454080 217 33554432000 4194304 4955518 140736128387488 18446744073709551615 4208620 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10732/statm: 355 217 106 186 0 168 0
[pid=10733] ppid=10721 vsize=299048 CPUtime=0.05 cores=0-7
/proc/10733/stat : 10733 (python) S 10721 10721 9950 0 -1 4202560 933 0 0 0 3 2 0 0 15 0 1 0 649325170 306225152 5598 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 10502460306020598017 0 0 17 7 0 0 0
/proc/10733/statm: 74762 5598 371 364 0 10674 0
[pid=10735] ppid=10733 vsize=1556 CPUtime=7.21 cores=0-7
/proc/10735/stat : 10735 (march_hi) R 10733 10735 10735 0 -1 4202496 508 0 0 0 721 0 0 0 25 0 1 0 649325170 1593344 246 33554432000 4194304 4955518 140734366008112 18446744073709551615 4208676 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10735/statm: 389 246 106 186 0 202 0
[pid=10736] ppid=10721 vsize=375380 CPUtime=0.03 cores=0-7
/proc/10736/stat : 10736 (python) S 10721 10721 9950 0 -1 4202560 951 0 0 0 2 1 0 0 15 0 1 0 649325173 384389120 5724 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 1041928009101050115 0 0 17 3 0 0 0
/proc/10736/statm: 93845 5724 371 364 0 29754 0
[pid=10738] ppid=10736 vsize=1420 CPUtime=5.17 cores=0-7
/proc/10738/stat : 10738 (march_hi) R 10736 10738 10738 0 -1 4202496 477 0 0 0 517 0 0 0 25 0 1 0 649325174 1454080 215 33554432000 4194304 4955518 140735338627984 18446744073709551615 4235627 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10738/statm: 355 215 106 186 0 168 0
[pid=10739] ppid=10721 vsize=385636 CPUtime=2.52 cores=0-7
/proc/10739/stat : 10739 (python) R 10721 10721 9950 0 -1 4202560 950 0 0 0 222 30 0 0 18 0 1 0 649325177 394891264 5728 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350213951 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/10739/statm: 96409 5728 371 364 0 32315 0
[pid=10741] ppid=10739 vsize=0 CPUtime=7.36 cores=0-7
/proc/10741/stat : 10741 (march_hi) R 10739 10741 10741 0 -1 4202500 516 0 0 0 736 0 0 0 25 0 1 0 649325179 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10741/statm: 0 0 0 0 0 0 0
[pid=10742] ppid=10721 vsize=395892 CPUtime=0.01 cores=0-7
/proc/10742/stat : 10742 (python) S 10721 10721 9950 0 -1 4202560 931 0 0 0 0 1 0 0 18 0 1 0 649325180 405393408 5732 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 1487442424094490881 0 0 17 1 0 0 0
/proc/10742/statm: 98973 5732 371 364 0 34876 0
[pid=10746] ppid=10742 vsize=1017800 CPUtime=4.88 cores=0-7
/proc/10746/stat : 10746 (gnovelty+2) R 10742 10746 10746 0 -1 4202496 429 0 0 0 488 0 0 0 25 0 1 0 649325188 1042227200 162 33554432000 134512640 135663704 4289488704 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10746/statm: 254450 162 113 282 0 254166 0
[pid=10744] ppid=10721 vsize=406148 CPUtime=0.03 cores=0-7
/proc/10744/stat : 10744 (python) S 10721 10721 9950 0 -1 4202560 967 0 0 0 1 2 0 0 15 0 1 0 649325185 415895552 5736 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 4179872622122598657 0 0 17 4 0 0 0
/proc/10744/statm: 101537 5736 371 364 0 37437 0
[pid=10747] ppid=10744 vsize=1420 CPUtime=4.75 cores=0-7
/proc/10747/stat : 10747 (march_hi) R 10744 10747 10747 0 -1 4202496 483 0 0 0 475 0 0 0 25 0 1 0 649325198 1454080 215 33554432000 4194304 4955518 140736594844960 18446744073709551615 4314679 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10747/statm: 355 215 106 186 0 168 0
[pid=10748] ppid=10721 vsize=416044 CPUtime=0.13 cores=0-7
/proc/10748/stat : 10748 (python) R 10721 10721 9950 0 -1 4202560 1001 0 0 0 10 3 0 0 15 0 1 0 649325209 426029056 5639 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350213951 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/10748/statm: 104011 5639 377 364 0 39908 0
[pid=10750] ppid=10748 vsize=0 CPUtime=7.34 cores=0-7
/proc/10750/stat : 10750 (march_hi) R 10748 10750 10750 0 -1 4202500 522 0 0 0 734 0 0 0 25 0 1 0 649325217 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10750/statm: 0 0 0 0 0 0 0
[pid=10721/tid=10728] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10728/stat : 10728 (python) S 10719 10721 9950 0 -1 4202560 27 937 0 0 0 0 0 0 19 0 9 0 649325164 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 6 0 0 0
[pid=10721/tid=10731] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10731/stat : 10731 (python) S 10719 10721 9950 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 9 0 649325167 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 2 0 0 0
[pid=10721/tid=10734] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10734/stat : 10734 (python) S 10719 10721 9950 0 -1 4202560 19 937 0 0 0 0 0 0 18 0 9 0 649325170 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 7 0 0 0
[pid=10721/tid=10737] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10737/stat : 10737 (python) S 10719 10721 9950 0 -1 4202560 24 937 0 0 0 0 0 0 22 0 9 0 649325173 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 3 0 0 0
[pid=10721/tid=10740] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10740/stat : 10740 (python) S 10719 10721 9950 0 -1 4202560 24 937 0 0 0 0 0 0 24 0 9 0 649325177 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10743] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10743/stat : 10743 (python) S 10719 10721 9950 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 9 0 649325180 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10745] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10745/stat : 10745 (python) S 10719 10721 9950 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 9 0 649325186 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10749] ppid=10719 vsize=426288 CPUtime=0 cores=0-7
/proc/10721/task/10749/stat : 10749 (python) S 10719 10721 9950 0 -1 4202560 28 937 0 0 0 0 0 0 25 0 9 0 649325209 436518912 7155 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 55.63
Current children cumulated vsize (KiB) 5313536

[startup+11.0152 s]
/proc/loadavg: 10.64 10.51 9.43 15/384 10750
/proc/meminfo: memFree=19629072/32951124 swapFree=57171160/67111528
[pid=10721] ppid=10719 vsize=426288 CPUtime=10.91 cores=0-7
/proc/10721/stat : 10721 (python) S 10719 10721 9950 0 -1 4202496 15749 2305 1 0 59 8 1022 2 18 0 9 0 649325088 436518912 7156 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350213951 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10721/statm: 106572 7156 1890 364 0 42469 0
[pid=10730] ppid=10721 vsize=289232 CPUtime=0.04 cores=0-7
/proc/10730/stat : 10730 (python) S 10721 10721 9950 0 -1 4202560 921 0 0 0 2 2 0 0 15 0 1 0 649325167 296173568 5688 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 6355577435072725251 0 0 17 2 0 0 0
/proc/10730/statm: 72308 5688 371 364 0 8223 0
[pid=10732] ppid=10730 vsize=1420 CPUtime=5.34 cores=0-7
/proc/10732/stat : 10732 (march_hi) R 10730 10732 10732 0 -1 4202496 479 0 0 0 534 0 0 0 25 0 1 0 649325167 1454080 217 33554432000 4194304 4955518 140736128387488 18446744073709551615 4224503 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10732/statm: 355 217 106 186 0 168 0
[pid=10733] ppid=10721 vsize=299048 CPUtime=0.05 cores=0-7
/proc/10733/stat : 10733 (python) S 10721 10721 9950 0 -1 4202560 933 0 0 0 3 2 0 0 15 0 1 0 649325170 306225152 5598 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 10502460306020598017 0 0 17 7 0 0 0
/proc/10733/statm: 74762 5598 371 364 0 10674 0
[pid=10735] ppid=10733 vsize=1556 CPUtime=7.27 cores=0-7
/proc/10735/stat : 10735 (march_hi) R 10733 10735 10735 0 -1 4202496 508 0 0 0 727 0 0 0 25 0 1 0 649325170 1593344 246 33554432000 4194304 4955518 140734366008112 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10735/statm: 389 246 106 186 0 202 0
[pid=10736] ppid=10721 vsize=375380 CPUtime=0.03 cores=0-7
/proc/10736/stat : 10736 (python) S 10721 10721 9950 0 -1 4202560 968 0 0 0 2 1 0 0 15 0 1 0 649325173 384389120 5729 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350213951 0 0 16781824 2 18446744071562232103 0 0 17 0 0 0 0
/proc/10736/statm: 93845 5729 376 364 0 29754 0
[pid=10738] ppid=10736 vsize=1420 CPUtime=5.22 cores=0-7
/proc/10738/stat : 10738 (march_hi) R 10736 10738 10738 0 -1 4202496 477 0 0 0 522 0 0 0 25 0 1 0 649325174 1454080 215 33554432000 4194304 4955518 140735338627984 18446744073709551615 4237810 256 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10738/statm: 355 215 106 186 0 168 0
[pid=10739] ppid=10721 vsize=0 CPUtime=9.98 cores=0-7
/proc/10739/stat : 10739 (python) Z 10721 10721 9950 0 -1 4202588 1184 516 0 0 231 31 736 0 19 0 1 0 649325177 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10739/statm: 0 0 0 0 0 0 0
[pid=10742] ppid=10721 vsize=395892 CPUtime=0.01 cores=0-7
/proc/10742/stat : 10742 (python) S 10721 10721 9950 0 -1 4202560 931 0 0 0 0 1 0 0 18 0 1 0 649325180 405393408 5732 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 1487442424094490881 0 0 17 1 0 0 0
/proc/10742/statm: 98973 5732 371 364 0 34876 0
[pid=10746] ppid=10742 vsize=1017800 CPUtime=4.92 cores=0-7
/proc/10746/stat : 10746 (gnovelty+2) R 10742 10746 10746 0 -1 4202496 429 0 0 0 492 0 0 0 25 0 1 0 649325188 1042227200 162 33554432000 134512640 135663704 4289488704 18446744073709551615 134544240 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10746/statm: 254450 162 113 282 0 254166 0
[pid=10744] ppid=10721 vsize=406148 CPUtime=0.03 cores=0-7
/proc/10744/stat : 10744 (python) S 10721 10721 9950 0 -1 4202560 967 0 0 0 1 2 0 0 15 0 1 0 649325185 415895552 5736 33554432000 4194304 5683644 140734688377872 18446744073709551615 270338403910 0 0 16781312 514 4179872622122598657 0 0 17 4 0 0 0
/proc/10744/statm: 101537 5736 371 364 0 37437 0
[pid=10747] ppid=10744 vsize=1420 CPUtime=4.83 cores=0-7
/proc/10747/stat : 10747 (march_hi) R 10744 10747 10747 0 -1 4202496 483 0 0 0 483 0 0 0 25 0 1 0 649325198 1454080 215 33554432000 4194304 4955518 140736594844960 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10747/statm: 355 215 106 186 0 168 0
[pid=10748] ppid=10721 vsize=416044 CPUtime=0.23 cores=0-7
/proc/10748/stat : 10748 (python) R 10721 10721 9950 0 -1 4202560 1001 0 0 0 19 4 0 0 16 0 1 0 649325209 426029056 5639 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350213951 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/10748/statm: 104011 5639 377 364 0 39908 0
[pid=10750] ppid=10748 vsize=0 CPUtime=7.34 cores=0-7
/proc/10750/stat : 10750 (march_hi) R 10748 10750 10750 0 -1 4202500 522 0 0 0 734 0 0 0 25 0 1 0 649325217 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10750/statm: 0 0 0 0 0 0 0
[pid=10721/tid=10728] ppid=10719 vsize=426288 CPUtime=10.24 cores=0-7
/proc/10721/task/10728/stat : 10728 (python) S 10719 10721 9950 0 -1 4202560 27 2305 0 0 0 0 1022 2 19 0 9 0 649325164 436518912 7156 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 6 0 0 0
[pid=10721/tid=10731] ppid=10719 vsize=426288 CPUtime=10.24 cores=0-7
/proc/10721/task/10731/stat : 10731 (python) S 10719 10721 9950 0 -1 4202560 23 2305 0 0 0 0 1022 2 20 0 9 0 649325167 436518912 7156 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 2 0 0 0
[pid=10721/tid=10734] ppid=10719 vsize=426288 CPUtime=10.24 cores=0-7
/proc/10721/task/10734/stat : 10734 (python) S 10719 10721 9950 0 -1 4202560 19 2305 0 0 0 0 1022 2 18 0 9 0 649325170 436518912 7156 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 7 0 0 0
[pid=10721/tid=10737] ppid=10719 vsize=426288 CPUtime=10.24 cores=0-7
/proc/10721/task/10737/stat : 10737 (python) S 10719 10721 9950 0 -1 4202560 24 2305 0 0 0 0 1022 2 22 0 9 0 649325173 436518912 7156 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 3 0 0 0
[pid=10721/tid=10740] ppid=10719 vsize=426288 CPUtime=10.24 cores=0-7
/proc/10721/task/10740/stat : 10740 (python) S 10719 10721 9950 0 -1 4202560 24 2305 0 0 0 0 1022 2 24 0 9 0 649325177 436518912 7156 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10743] ppid=10719 vsize=426288 CPUtime=10.24 cores=0-7
/proc/10721/task/10743/stat : 10743 (python) S 10719 10721 9950 0 -1 4202560 22 2305 0 0 0 0 1022 2 25 0 9 0 649325180 436518912 7156 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10745] ppid=10719 vsize=426288 CPUtime=10.24 cores=0-7
/proc/10721/task/10745/stat : 10745 (python) S 10719 10721 9950 0 -1 4202560 26 2305 0 0 0 0 1022 2 25 0 9 0 649325186 436518912 7156 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
[pid=10721/tid=10749] ppid=10719 vsize=426288 CPUtime=10.24 cores=0-7
/proc/10721/task/10749/stat : 10749 (python) S 10719 10721 9950 0 -1 4202560 28 2305 0 0 0 0 1022 2 25 0 9 0 649325209 436518912 7156 33554432000 4194304 5683644 140734688377872 18446744073709551615 270350207409 0 0 16781312 2 18446604453920579776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.2
Current children cumulated vsize (KiB) 3631648

Child status: 0
Real time (s): 11.0875
CPU time (s): 56.5954
CPU user time (s): 55.9935
CPU system time (s): 0.601908
CPU usage (%): 510.444
Max. virtual memory (cumulated for all children) (KiB): 5316376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.9935
system time used= 0.601908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32992
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= 5150
involuntary context switches= 2682

runsolver used 0.072988 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-16 20:04:55
IDJOB=3385580
IDBENCH=82845
IDSOLVER=1870
FILE ID=node143/3385580-1305569094
RUNJOBID= node143-1305564961-9964
PBS_JOBID= 13350107
Free space on /tmp= 73512 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S60874767-043.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-3385580-1305569094/watcher-3385580-1305569094 -o /tmp/evaluation-result-3385580-1305569094/solver-3385580-1305569094 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385580-1305569094.cnf -seed 831721295 -budget 40000 -cores 8

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

MD5SUM BENCH= 1eb54569b93f0ee7ebd06f1e9e4582f9
RANDOM SEED=831721295

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      19689012 kB
Buffers:        207392 kB
Cached:        1600144 kB
SwapCached:      39776 kB
Active:        5160624 kB
Inactive:      7826440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19689012 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:           31856 kB
Writeback:           0 kB
AnonPages:    11140208 kB
Mapped:          24488 kB
Slab:           137452 kB
PageTables:      69280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84371436 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= 73484 MiB
End job on node143 at 2011-05-16 20:05:06