Trace number 3317562

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 97.8111 25.0021

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S496650424-021.UNKNOWN.cnf
MD5SUMfb063acde7d440560f4280457889aef8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.9601
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.47	c INFO: solving HOME/instance-3317562-1304270120.cnf
0.30/0.47	c INFO: computing task features
0.30/0.48	c INFO: computed variable-clause graph statistics
0.30/0.48	c INFO: computed clause balance statistics
0.39/0.51	c INFO: computed variable balance statistics
0.39/0.54	c INFO: computed small-clause counts
0.39/0.54	c INFO: computed Horn-clause counts
0.39/0.54	c INFO: computed variable graph statistics
0.39/0.54	c INFO: collected features for HOME/instance-3317562-1304270120.cnf in 0.07 s
0.39/0.57	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.56)
0.48/0.60	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.39)
0.48/0.63	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.38)
0.48/0.66	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.34)
97.40/24.98	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-3317562-1304270120/watcher-3317562-1304270120 -o /tmp/evaluation-result-3317562-1304270120/solver-3317562-1304270120 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317562-1304270120.cnf -seed 1298994025 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 8.27 8.18 7.72 5/293 13744
/proc/meminfo: memFree=27744120/32950928 swapFree=67111364/67111528
[pid=13744] ppid=13742 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/13744/stat : 13744 (python) R 13742 13744 12773 0 -1 4202496 901 0 0 0 0 0 0 0 25 0 1 0 617242646 16150528 782 33554432000 4194304 5683644 140736253746448 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13744/statm: 3943 783 346 364 0 430 0

[startup+0.103806 s]
/proc/loadavg: 8.27 8.18 7.72 5/293 13744
/proc/meminfo: memFree=27744120/32950928 swapFree=67111364/67111528
[pid=13744] ppid=13742 vsize=104612 CPUtime=0.07 cores=0,2,4,6
/proc/13744/stat : 13744 (python) S 13742 13744 12773 0 -1 4202496 3098 0 0 0 5 2 0 0 25 0 1 0 617242646 107122688 2778 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/13744/statm: 26153 2778 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.202013 s]
/proc/loadavg: 8.27 8.18 7.72 5/293 13744
/proc/meminfo: memFree=27744120/32950928 swapFree=67111364/67111528
[pid=13744] ppid=13742 vsize=128864 CPUtime=0.15 cores=0,2,4,6
/proc/13744/stat : 13744 (python) S 13742 13744 12773 0 -1 4202496 5582 935 1 0 11 4 0 0 18 0 1 0 617242646 131956736 4019 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/13744/statm: 32216 4019 1011 364 0 2995 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 128864

[startup+0.301618 s]
/proc/loadavg: 8.27 8.18 7.72 5/293 13744
/proc/meminfo: memFree=27744120/32950928 swapFree=67111364/67111528
[pid=13744] ppid=13742 vsize=170752 CPUtime=0.23 cores=0,2,4,6
/proc/13744/stat : 13744 (python) S 13742 13744 12773 0 -1 4202496 6729 935 1 0 16 7 0 0 17 0 1 0 617242646 174850048 4805 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/13744/statm: 42688 4805 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170752

[startup+0.700941 s]
/proc/loadavg: 8.27 8.18 7.72 5/293 13744
/proc/meminfo: memFree=27744120/32950928 swapFree=67111364/67111528
[pid=13744] ppid=13742 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/13744/stat : 13744 (python) S 13742 13744 12773 0 -1 4202496 12305 935 1 0 44 10 0 0 22 0 5 0 617242646 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13744/statm: 80052 7249 1881 364 0 15961 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 320208

[startup+1.50079 s]
/proc/loadavg: 8.27 8.18 7.72 9/306 13761
/proc/meminfo: memFree=27704816/32950928 swapFree=67111364/67111528
[pid=13744] ppid=13742 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/13744/stat : 13744 (python) S 13742 13744 12773 0 -1 4202496 12305 935 1 0 44 10 0 0 22 0 5 0 617242646 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13744/statm: 80052 7249 1881 364 0 15961 0
[pid=13750] ppid=13744 vsize=278440 CPUtime=0 cores=0,2,4,6
/proc/13750/stat : 13750 (python) S 13744 13744 12773 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 617242703 285122560 5545 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411727 0 0 16781312 514 2271322746443005951 0 0 17 6 0 0 0
/proc/13750/statm: 69610 5545 354 364 0 5528 0
[pid=13752] ppid=13750 vsize=1017800 CPUtime=0.91 cores=0,2,4,6
/proc/13752/stat : 13752 (gnovelty+2) R 13750 13752 13752 0 -1 4202496 435 0 0 0 91 0 0 0 21 0 1 0 617242704 1042227200 169 33554432000 134512640 135663704 4287939632 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13752/statm: 254450 169 113 282 0 254166 0
[pid=13753] ppid=13744 vsize=289284 CPUtime=0 cores=0,2,4,6
/proc/13753/stat : 13753 (python) S 13744 13744 12773 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 617242706 296226816 5679 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5252125157622776067 0 0 17 4 0 0 0
/proc/13753/statm: 72321 5679 348 364 0 8236 0
[pid=13755] ppid=13753 vsize=1972 CPUtime=0.89 cores=0,2,4,6
/proc/13755/stat : 13755 (march_hi) R 13753 13755 13755 0 -1 4202496 575 0 0 0 89 0 0 0 25 0 1 0 617242707 2019328 312 33554432000 4194304 4955518 140736630333248 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13755/statm: 493 312 104 186 0 306 0
[pid=13756] ppid=13744 vsize=299168 CPUtime=0 cores=0,2,4,6
/proc/13756/stat : 13756 (python) S 13744 13744 12773 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 617242709 306348032 5587 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 4013494522607534337 0 0 17 6 0 0 0
/proc/13756/statm: 74792 5587 348 364 0 10704 0
[pid=13758] ppid=13756 vsize=1972 CPUtime=0.86 cores=0,2,4,6
/proc/13758/stat : 13758 (march_hi) R 13756 13758 13758 0 -1 4202496 572 0 0 0 86 0 0 0 23 0 1 0 617242710 2019328 306 33554432000 4194304 4955518 140736820956224 18446744073709551615 4261393 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13758/statm: 493 306 104 186 0 306 0
[pid=13759] ppid=13744 vsize=309964 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (python) S 13744 13744 12773 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 617242712 317403136 5712 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 4020228481571880959 0 0 17 0 0 0 0
/proc/13759/statm: 77491 5712 348 364 0 13400 0
[pid=13761] ppid=13759 vsize=1972 CPUtime=0.83 cores=0,2,4,6
/proc/13761/stat : 13761 (march_hi) R 13759 13761 13761 0 -1 4202496 570 0 0 0 83 0 0 0 25 0 1 0 617242713 2019328 307 33554432000 4194304 4955518 140736954163360 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13761/statm: 493 307 104 186 0 306 0
[pid=13744/tid=13751] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13751/stat : 13751 (python) S 13742 13744 12773 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 617242703 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13754] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13754/stat : 13754 (python) S 13742 13744 12773 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617242706 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 4 0 0 0
[pid=13744/tid=13757] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13757/stat : 13757 (python) S 13742 13744 12773 0 -1 4202560 19 935 0 0 0 0 0 0 20 0 5 0 617242709 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13760] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13760/stat : 13760 (python) S 13742 13744 12773 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 617242712 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 2520780

[startup+3.10048 s]
/proc/loadavg: 8.25 8.18 7.72 9/306 13761
/proc/meminfo: memFree=27702460/32950928 swapFree=67111364/67111528
[pid=13744] ppid=13742 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/13744/stat : 13744 (python) S 13742 13744 12773 0 -1 4202496 12305 935 1 0 44 10 0 0 22 0 5 0 617242646 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13744/statm: 80052 7249 1881 364 0 15961 0
[pid=13750] ppid=13744 vsize=278440 CPUtime=0 cores=0,2,4,6
/proc/13750/stat : 13750 (python) S 13744 13744 12773 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 617242703 285122560 5545 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411727 0 0 16781312 514 2271322746442973442 0 0 17 6 0 0 0
/proc/13750/statm: 69610 5545 354 364 0 5528 0
[pid=13752] ppid=13750 vsize=1017800 CPUtime=2.5 cores=0,2,4,6
/proc/13752/stat : 13752 (gnovelty+2) R 13750 13752 13752 0 -1 4202496 435 0 0 0 250 0 0 0 25 0 1 0 617242704 1042227200 169 33554432000 134512640 135663704 4287939632 18446744073709551615 134525343 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13752/statm: 254450 169 113 282 0 254166 0
[pid=13753] ppid=13744 vsize=289284 CPUtime=0 cores=0,2,4,6
/proc/13753/stat : 13753 (python) S 13744 13744 12773 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 617242706 296226816 5679 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5252125157622776067 0 0 17 4 0 0 0
/proc/13753/statm: 72321 5679 348 364 0 8236 0
[pid=13755] ppid=13753 vsize=1972 CPUtime=2.48 cores=0,2,4,6
/proc/13755/stat : 13755 (march_hi) R 13753 13755 13755 0 -1 4202496 584 0 0 0 248 0 0 0 25 0 1 0 617242707 2019328 321 33554432000 4194304 4955518 140736630333248 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13755/statm: 493 321 104 186 0 306 0
[pid=13756] ppid=13744 vsize=299168 CPUtime=0 cores=0,2,4,6
/proc/13756/stat : 13756 (python) S 13744 13744 12773 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 617242709 306348032 5587 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 4013494522607534337 0 0 17 6 0 0 0
/proc/13756/statm: 74792 5587 348 364 0 10704 0
[pid=13758] ppid=13756 vsize=1972 CPUtime=2.46 cores=0,2,4,6
/proc/13758/stat : 13758 (march_hi) R 13756 13758 13758 0 -1 4202496 586 0 0 0 246 0 0 0 25 0 1 0 617242710 2019328 320 33554432000 4194304 4955518 140736820956224 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13758/statm: 493 320 104 186 0 306 0
[pid=13759] ppid=13744 vsize=309964 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (python) S 13744 13744 12773 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 617242712 317403136 5712 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5252111963483242754 0 0 17 0 0 0 0
/proc/13759/statm: 77491 5712 348 364 0 13400 0
[pid=13761] ppid=13759 vsize=1972 CPUtime=2.43 cores=0,2,4,6
/proc/13761/stat : 13761 (march_hi) R 13759 13761 13761 0 -1 4202496 584 0 0 0 243 0 0 0 25 0 1 0 617242713 2019328 321 33554432000 4194304 4955518 140736954163360 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13761/statm: 493 321 104 186 0 306 0
[pid=13744/tid=13751] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13751/stat : 13751 (python) S 13742 13744 12773 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 617242703 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13754] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13754/stat : 13754 (python) S 13742 13744 12773 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617242706 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 4 0 0 0
[pid=13744/tid=13757] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13757/stat : 13757 (python) S 13742 13744 12773 0 -1 4202560 19 935 0 0 0 0 0 0 20 0 5 0 617242709 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13760] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13760/stat : 13760 (python) S 13742 13744 12773 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 617242712 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.41
Current children cumulated vsize (KiB) 2520780

[startup+6.30087 s]
/proc/loadavg: 8.25 8.18 7.72 9/306 13761
/proc/meminfo: memFree=27700600/32950928 swapFree=67111364/67111528
[pid=13744] ppid=13742 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/13744/stat : 13744 (python) S 13742 13744 12773 0 -1 4202496 12305 935 1 0 44 10 0 0 22 0 5 0 617242646 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13744/statm: 80052 7249 1881 364 0 15961 0
[pid=13750] ppid=13744 vsize=278440 CPUtime=0 cores=0,2,4,6
/proc/13750/stat : 13750 (python) S 13744 13744 12773 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 617242703 285122560 5568 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411727 0 0 16781312 514 2271322746442973442 0 0 17 6 0 0 0
/proc/13750/statm: 69610 5568 377 364 0 5528 0
[pid=13752] ppid=13750 vsize=1017800 CPUtime=5.65 cores=0,2,4,6
/proc/13752/stat : 13752 (gnovelty+2) R 13750 13752 13752 0 -1 4202496 435 0 0 0 565 0 0 0 25 0 1 0 617242704 1042227200 169 33554432000 134512640 135663704 4287939632 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13752/statm: 254450 169 113 282 0 254166 0
[pid=13753] ppid=13744 vsize=289284 CPUtime=0.01 cores=0,2,4,6
/proc/13753/stat : 13753 (python) S 13744 13744 12773 0 -1 4202560 905 0 0 0 1 0 0 0 15 0 1 0 617242706 296226816 5702 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5252125157622776067 0 0 17 4 0 0 0
/proc/13753/statm: 72321 5702 371 364 0 8236 0
[pid=13755] ppid=13753 vsize=2152 CPUtime=5.67 cores=0,2,4,6
/proc/13755/stat : 13755 (march_hi) R 13753 13755 13755 0 -1 4202496 604 0 0 0 567 0 0 0 25 0 1 0 617242707 2203648 341 33554432000 4194304 4955518 140736630333248 18446744073709551615 4227811 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13755/statm: 538 341 104 186 0 351 0
[pid=13756] ppid=13744 vsize=299168 CPUtime=0.01 cores=0,2,4,6
/proc/13756/stat : 13756 (python) S 13744 13744 12773 0 -1 4202560 915 0 0 0 1 0 0 0 15 0 1 0 617242709 306348032 5610 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 4013494522607534337 0 0 17 6 0 0 0
/proc/13756/statm: 74792 5610 371 364 0 10704 0
[pid=13758] ppid=13756 vsize=2152 CPUtime=5.66 cores=0,2,4,6
/proc/13758/stat : 13758 (march_hi) R 13756 13758 13758 0 -1 4202496 606 0 0 0 566 0 0 0 25 0 1 0 617242710 2203648 340 33554432000 4194304 4955518 140736820956224 18446744073709551615 4244453 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13758/statm: 538 340 104 186 0 351 0
[pid=13759] ppid=13744 vsize=309964 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (python) S 13744 13744 12773 0 -1 4202560 931 0 0 0 0 0 0 0 15 0 1 0 617242712 317403136 5735 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5252111963483242754 0 0 17 0 0 0 0
/proc/13759/statm: 77491 5735 371 364 0 13400 0
[pid=13761] ppid=13759 vsize=2152 CPUtime=5.62 cores=0,2,4,6
/proc/13761/stat : 13761 (march_hi) R 13759 13761 13761 0 -1 4202496 604 0 0 0 562 0 0 0 25 0 1 0 617242713 2203648 341 33554432000 4194304 4955518 140736954163360 18446744073709551615 4261424 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13761/statm: 538 341 104 186 0 351 0
[pid=13744/tid=13751] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13751/stat : 13751 (python) S 13742 13744 12773 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 617242703 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13754] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13754/stat : 13754 (python) S 13742 13744 12773 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617242706 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 4 0 0 0
[pid=13744/tid=13757] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13757/stat : 13757 (python) S 13742 13744 12773 0 -1 4202560 19 935 0 0 0 0 0 0 20 0 5 0 617242709 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13760] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13760/stat : 13760 (python) S 13742 13744 12773 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 617242712 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.16
Current children cumulated vsize (KiB) 2521320

[startup+12.7006 s]
/proc/loadavg: 8.23 8.18 7.72 9/306 13761
/proc/meminfo: memFree=27698100/32950928 swapFree=67111364/67111528
[pid=13744] ppid=13742 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/13744/stat : 13744 (python) S 13742 13744 12773 0 -1 4202496 12305 935 1 0 44 10 0 0 22 0 5 0 617242646 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13744/statm: 80052 7249 1881 364 0 15961 0
[pid=13750] ppid=13744 vsize=278440 CPUtime=0.02 cores=0,2,4,6
/proc/13750/stat : 13750 (python) S 13744 13744 12773 0 -1 4202560 899 0 0 0 1 1 0 0 18 0 1 0 617242703 285122560 5568 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411727 0 0 16781312 514 7012034251071652098 0 0 17 6 0 0 0
/proc/13750/statm: 69610 5568 377 364 0 5528 0
[pid=13752] ppid=13750 vsize=1017800 CPUtime=11.97 cores=0,2,4,6
/proc/13752/stat : 13752 (gnovelty+2) R 13750 13752 13752 0 -1 4202496 435 0 0 0 1197 0 0 0 25 0 1 0 617242704 1042227200 169 33554432000 134512640 135663704 4287939632 18446744073709551615 134547254 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13752/statm: 254450 169 113 282 0 254166 0
[pid=13753] ppid=13744 vsize=289284 CPUtime=0.03 cores=0,2,4,6

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

/proc/13744/stat : 13744 (python) S 13742 13744 12773 0 -1 4202496 12305 935 1 0 44 10 0 0 22 0 5 0 617242646 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13744/statm: 80052 7249 1881 364 0 15961 0
[pid=13750] ppid=13744 vsize=278440 CPUtime=0.02 cores=0,2,4,6
/proc/13750/stat : 13750 (python) S 13744 13744 12773 0 -1 4202560 902 0 0 0 1 1 0 0 18 0 1 0 617242703 285122560 5568 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411727 0 0 16781312 514 7012034251071652098 0 0 17 6 0 0 0
/proc/13750/statm: 69610 5568 377 364 0 5528 0
[pid=13752] ppid=13750 vsize=1017800 CPUtime=18.41 cores=0,2,4,6
/proc/13752/stat : 13752 (gnovelty+2) R 13750 13752 13752 0 -1 4202496 435 0 0 0 1841 0 0 0 25 0 1 0 617242704 1042227200 169 33554432000 134512640 135663704 4287939632 18446744073709551615 134524686 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13752/statm: 254450 169 113 282 0 254166 0
[pid=13753] ppid=13744 vsize=289284 CPUtime=0.04 cores=0,2,4,6
/proc/13753/stat : 13753 (python) S 13744 13744 12773 0 -1 4202560 919 0 0 0 3 1 0 0 15 0 1 0 617242706 296226816 5702 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5252125157622776067 0 0 17 4 0 0 0
/proc/13753/statm: 72321 5702 371 364 0 8236 0
[pid=13755] ppid=13753 vsize=2548 CPUtime=18.54 cores=0,2,4,6
/proc/13755/stat : 13755 (march_hi) R 13753 13755 13755 0 -1 4202496 700 0 0 0 1854 0 0 0 25 0 1 0 617242707 2609152 436 33554432000 4194304 4955518 140736630333248 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13755/statm: 637 436 104 186 0 450 0
[pid=13756] ppid=13744 vsize=299168 CPUtime=0.03 cores=0,2,4,6
/proc/13756/stat : 13756 (python) S 13744 13744 12773 0 -1 4202560 925 0 0 0 2 1 0 0 15 0 1 0 617242709 306348032 5610 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 4013494522607534337 0 0 17 2 0 0 0
/proc/13756/statm: 74792 5610 371 364 0 10704 0
[pid=13758] ppid=13756 vsize=2548 CPUtime=18.54 cores=0,2,4,6
/proc/13758/stat : 13758 (march_hi) R 13756 13758 13758 0 -1 4202496 701 0 0 0 1854 0 0 0 25 0 1 0 617242710 2609152 434 33554432000 4194304 4955518 140736820956224 18446744073709551615 4298055 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13758/statm: 637 434 104 186 0 450 0
[pid=13759] ppid=13744 vsize=309964 CPUtime=0.02 cores=0,2,4,6
/proc/13759/stat : 13759 (python) S 13744 13744 12773 0 -1 4202560 946 0 0 0 1 1 0 0 15 0 1 0 617242712 317403136 5735 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5252111963483242754 0 0 17 0 0 0 0
/proc/13759/statm: 77491 5735 371 364 0 13400 0
[pid=13761] ppid=13759 vsize=2548 CPUtime=18.49 cores=0,2,4,6
/proc/13761/stat : 13761 (march_hi) R 13759 13761 13761 0 -1 4202496 699 0 0 0 1849 0 0 0 25 0 1 0 617242713 2609152 435 33554432000 4194304 4955518 140736954163360 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13761/statm: 637 435 104 186 0 450 0
[pid=13744/tid=13751] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13751/stat : 13751 (python) S 13742 13744 12773 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 617242703 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13754] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13754/stat : 13754 (python) S 13742 13744 12773 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617242706 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 4 0 0 0
[pid=13744/tid=13757] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13757/stat : 13757 (python) S 13742 13744 12773 0 -1 4202560 19 935 0 0 0 0 0 0 20 0 5 0 617242709 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13760] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13760/stat : 13760 (python) S 13742 13744 12773 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 617242712 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 74.63
Current children cumulated vsize (KiB) 2522508

[startup+22.4008 s]
/proc/loadavg: 8.27 8.19 7.73 9/306 13762
/proc/meminfo: memFree=27694980/32950928 swapFree=67111364/67111528
[pid=13744] ppid=13742 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/13744/stat : 13744 (python) S 13742 13744 12773 0 -1 4202496 12305 935 1 0 44 10 0 0 22 0 5 0 617242646 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13744/statm: 80052 7249 1881 364 0 15961 0
[pid=13750] ppid=13744 vsize=278440 CPUtime=0.04 cores=0,2,4,6
/proc/13750/stat : 13750 (python) S 13744 13744 12773 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 617242703 285122560 5568 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411727 0 0 16781312 514 7012034251071652098 0 0 17 6 0 0 0
/proc/13750/statm: 69610 5568 377 364 0 5528 0
[pid=13752] ppid=13750 vsize=1017800 CPUtime=21.57 cores=0,2,4,6
/proc/13752/stat : 13752 (gnovelty+2) R 13750 13752 13752 0 -1 4202496 435 0 0 0 2157 0 0 0 25 0 1 0 617242704 1042227200 169 33554432000 134512640 135663704 4287939632 18446744073709551615 134525339 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13752/statm: 254450 169 113 282 0 254166 0
[pid=13753] ppid=13744 vsize=289284 CPUtime=0.05 cores=0,2,4,6
/proc/13753/stat : 13753 (python) S 13744 13744 12773 0 -1 4202560 925 0 0 0 3 2 0 0 15 0 1 0 617242706 296226816 5702 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5252125157622776067 0 0 17 4 0 0 0
/proc/13753/statm: 72321 5702 371 364 0 8236 0
[pid=13755] ppid=13753 vsize=2548 CPUtime=21.72 cores=0,2,4,6
/proc/13755/stat : 13755 (march_hi) R 13753 13755 13755 0 -1 4202496 724 0 0 0 2172 0 0 0 25 0 1 0 617242707 2609152 460 33554432000 4194304 4955518 140736630333248 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13755/statm: 637 460 104 186 0 450 0
[pid=13756] ppid=13744 vsize=299168 CPUtime=0.04 cores=0,2,4,6
/proc/13756/stat : 13756 (python) S 13744 13744 12773 0 -1 4202560 928 0 0 0 3 1 0 0 15 0 1 0 617242709 306348032 5610 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 4013494522607534337 0 0 17 2 0 0 0
/proc/13756/statm: 74792 5610 371 364 0 10704 0
[pid=13758] ppid=13756 vsize=2548 CPUtime=21.72 cores=0,2,4,6
/proc/13758/stat : 13758 (march_hi) R 13756 13758 13758 0 -1 4202496 726 0 0 0 2172 0 0 0 25 0 1 0 617242710 2609152 459 33554432000 4194304 4955518 140736820956224 18446744073709551615 4209760 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13758/statm: 637 459 104 186 0 450 0
[pid=13759] ppid=13744 vsize=309964 CPUtime=0.04 cores=0,2,4,6
/proc/13759/stat : 13759 (python) S 13744 13744 12773 0 -1 4202560 949 0 0 0 2 2 0 0 15 0 1 0 617242712 317403136 5735 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5252111963483242754 0 0 17 0 0 0 0
/proc/13759/statm: 77491 5735 371 364 0 13400 0
[pid=13761] ppid=13759 vsize=2548 CPUtime=21.68 cores=0,2,4,6
/proc/13761/stat : 13761 (march_hi) R 13759 13761 13761 0 -1 4202496 724 0 0 0 2168 0 0 0 25 0 1 0 617242713 2609152 460 33554432000 4194304 4955518 140736954163360 18446744073709551615 4209672 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13761/statm: 637 460 104 186 0 450 0
[pid=13744/tid=13751] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13751/stat : 13751 (python) S 13742 13744 12773 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 617242703 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13754] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13754/stat : 13754 (python) S 13742 13744 12773 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617242706 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 4 0 0 0
[pid=13744/tid=13757] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13757/stat : 13757 (python) S 13742 13744 12773 0 -1 4202560 19 935 0 0 0 0 0 0 20 0 5 0 617242709 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13760] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13760/stat : 13760 (python) S 13742 13744 12773 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 617242712 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 87.4
Current children cumulated vsize (KiB) 2522508

[startup+24.0005 s]
/proc/loadavg: 8.25 8.18 7.73 9/306 13762
/proc/meminfo: memFree=27694608/32950928 swapFree=67111364/67111528
[pid=13744] ppid=13742 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/13744/stat : 13744 (python) S 13742 13744 12773 0 -1 4202496 12305 935 1 0 44 10 0 0 22 0 5 0 617242646 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13744/statm: 80052 7249 1881 364 0 15961 0
[pid=13750] ppid=13744 vsize=278440 CPUtime=0.04 cores=0,2,4,6
/proc/13750/stat : 13750 (python) S 13744 13744 12773 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 617242703 285122560 5568 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411727 0 0 16781312 514 7012034251071652098 0 0 17 6 0 0 0
/proc/13750/statm: 69610 5568 377 364 0 5528 0
[pid=13752] ppid=13750 vsize=1017800 CPUtime=23.16 cores=0,2,4,6
/proc/13752/stat : 13752 (gnovelty+2) R 13750 13752 13752 0 -1 4202496 435 0 0 0 2316 0 0 0 25 0 1 0 617242704 1042227200 169 33554432000 134512640 135663704 4287939632 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13752/statm: 254450 169 113 282 0 254166 0
[pid=13753] ppid=13744 vsize=289284 CPUtime=0.06 cores=0,2,4,6
/proc/13753/stat : 13753 (python) S 13744 13744 12773 0 -1 4202560 926 0 0 0 4 2 0 0 15 0 1 0 617242706 296226816 5702 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5252125157622776067 0 0 17 4 0 0 0
/proc/13753/statm: 72321 5702 371 364 0 8236 0
[pid=13755] ppid=13753 vsize=2776 CPUtime=23.32 cores=0,2,4,6
/proc/13755/stat : 13755 (march_hi) R 13753 13755 13755 0 -1 4202496 739 0 0 0 2332 0 0 0 25 0 1 0 617242707 2842624 475 33554432000 4194304 4955518 140736630333248 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13755/statm: 694 475 104 186 0 507 0
[pid=13756] ppid=13744 vsize=299168 CPUtime=0.05 cores=0,2,4,6
/proc/13756/stat : 13756 (python) S 13744 13744 12773 0 -1 4202560 928 0 0 0 3 2 0 0 15 0 1 0 617242709 306348032 5610 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 4013494522607534337 0 0 17 2 0 0 0
/proc/13756/statm: 74792 5610 371 364 0 10704 0
[pid=13758] ppid=13756 vsize=2776 CPUtime=23.32 cores=0,2,4,6
/proc/13758/stat : 13758 (march_hi) R 13756 13758 13758 0 -1 4202496 741 0 0 0 2332 0 0 0 25 0 1 0 617242710 2842624 474 33554432000 4194304 4955518 140736820956224 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13758/statm: 694 474 104 186 0 507 0
[pid=13759] ppid=13744 vsize=309964 CPUtime=0.04 cores=0,2,4,6
/proc/13759/stat : 13759 (python) S 13744 13744 12773 0 -1 4202560 949 0 0 0 2 2 0 0 15 0 1 0 617242712 317403136 5735 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5252111963483242754 0 0 17 0 0 0 0
/proc/13759/statm: 77491 5735 371 364 0 13400 0
[pid=13761] ppid=13759 vsize=2776 CPUtime=23.28 cores=0,2,4,6
/proc/13761/stat : 13761 (march_hi) R 13759 13761 13761 0 -1 4202496 739 0 0 0 2328 0 0 0 25 0 1 0 617242713 2842624 475 33554432000 4194304 4955518 140736954163360 18446744073709551615 4298048 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13761/statm: 694 475 104 186 0 507 0
[pid=13744/tid=13751] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13751/stat : 13751 (python) S 13742 13744 12773 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 617242703 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13754] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13754/stat : 13754 (python) S 13742 13744 12773 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617242706 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 4 0 0 0
[pid=13744/tid=13757] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13757/stat : 13757 (python) S 13742 13744 12773 0 -1 4202560 19 935 0 0 0 0 0 0 20 0 5 0 617242709 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13760] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13760/stat : 13760 (python) S 13742 13744 12773 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 617242712 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 93.81
Current children cumulated vsize (KiB) 2523192

[startup+24.8013 s]
/proc/loadavg: 8.25 8.18 7.73 9/306 13762
/proc/meminfo: memFree=27694112/32950928 swapFree=67111364/67111528
[pid=13744] ppid=13742 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/13744/stat : 13744 (python) S 13742 13744 12773 0 -1 4202496 12305 935 1 0 44 10 0 0 22 0 5 0 617242646 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13744/statm: 80052 7249 1881 364 0 15961 0
[pid=13750] ppid=13744 vsize=278440 CPUtime=0.04 cores=0,2,4,6
/proc/13750/stat : 13750 (python) S 13744 13744 12773 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 617242703 285122560 5568 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411727 0 0 16781312 514 7012034251071652098 0 0 17 6 0 0 0
/proc/13750/statm: 69610 5568 377 364 0 5528 0
[pid=13752] ppid=13750 vsize=1017800 CPUtime=23.95 cores=0,2,4,6
/proc/13752/stat : 13752 (gnovelty+2) R 13750 13752 13752 0 -1 4202496 435 0 0 0 2395 0 0 0 25 0 1 0 617242704 1042227200 169 33554432000 134512640 135663704 4287939632 18446744073709551615 134546940 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13752/statm: 254450 169 113 282 0 254166 0
[pid=13753] ppid=13744 vsize=289284 CPUtime=0.06 cores=0,2,4,6
/proc/13753/stat : 13753 (python) S 13744 13744 12773 0 -1 4202560 931 0 0 0 4 2 0 0 15 0 1 0 617242706 296226816 5702 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5601797622219112707 0 0 17 4 0 0 0
/proc/13753/statm: 72321 5702 371 364 0 8236 0
[pid=13755] ppid=13753 vsize=2776 CPUtime=24.12 cores=0,2,4,6
/proc/13755/stat : 13755 (march_hi) R 13753 13755 13755 0 -1 4202496 749 0 0 0 2412 0 0 0 25 0 1 0 617242707 2842624 485 33554432000 4194304 4955518 140736630333248 18446744073709551615 4263531 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13755/statm: 694 485 104 186 0 507 0
[pid=13756] ppid=13744 vsize=299168 CPUtime=0.06 cores=0,2,4,6
/proc/13756/stat : 13756 (python) S 13744 13744 12773 0 -1 4202560 928 0 0 0 4 2 0 0 15 0 1 0 617242709 306348032 5610 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5601797622219112705 0 0 17 2 0 0 0
/proc/13756/statm: 74792 5610 371 364 0 10704 0
[pid=13758] ppid=13756 vsize=2776 CPUtime=24.11 cores=0,2,4,6
/proc/13758/stat : 13758 (march_hi) R 13756 13758 13758 0 -1 4202496 751 0 0 0 2411 0 0 0 25 0 1 0 617242710 2842624 484 33554432000 4194304 4955518 140736820956224 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13758/statm: 694 484 104 186 0 507 0
[pid=13759] ppid=13744 vsize=309964 CPUtime=0.04 cores=0,2,4,6
/proc/13759/stat : 13759 (python) S 13744 13744 12773 0 -1 4202560 949 0 0 0 2 2 0 0 15 0 1 0 617242712 317403136 5735 33554432000 4194304 5683644 140736253746448 18446744073709551615 256415411782 0 0 16781312 514 5252111963483242754 0 0 17 0 0 0 0
/proc/13759/statm: 77491 5735 371 364 0 13400 0
[pid=13761] ppid=13759 vsize=2776 CPUtime=24.07 cores=0,2,4,6
/proc/13761/stat : 13761 (march_hi) R 13759 13761 13761 0 -1 4202496 748 0 0 0 2407 0 0 0 25 0 1 0 617242713 2842624 484 33554432000 4194304 4955518 140736954163360 18446744073709551615 4224646 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13761/statm: 694 484 104 186 0 507 0
[pid=13744/tid=13751] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13751/stat : 13751 (python) S 13742 13744 12773 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 617242703 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13754] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13754/stat : 13754 (python) S 13742 13744 12773 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617242706 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 4 0 0 0
[pid=13744/tid=13757] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13757/stat : 13757 (python) S 13742 13744 12773 0 -1 4202560 19 935 0 0 0 0 0 0 20 0 5 0 617242709 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 6 0 0 0
[pid=13744/tid=13760] ppid=13742 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/13744/task/13760/stat : 13760 (python) S 13742 13744 12773 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 617242712 327892992 7249 33554432000 4194304 5683644 140736253746448 18446744073709551615 256427215281 0 0 16781312 2 18446604453872420672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 96.99
Current children cumulated vsize (KiB) 2523192

[startup+25.0014 s]
/proc/loadavg: 8.25 8.18 7.73 9/306 13762
/proc/meminfo: memFree=27694112/32950928 swapFree=67111364/67111528
[pid=13744] ppid=13742 vsize=0 CPUtime=97.79 cores=0,2,4,6
/proc/13744/stat : 13744 (python) Z 13742 13744 12773 0 -1 4202524 16680 7949 1 0 46 10 9705 18 17 0 2 0 617242646 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13744/statm: 0 0 0 0 0 0 0
[pid=13744/tid=13760] ppid=13742 vsize=0 CPUtime=97.23 cores=0,2,4,6
/proc/13744/task/13760/stat : 13760 (python) R 13742 13744 12773 0 -1 4203588 27 7949 0 0 0 0 9705 18 17 0 2 0 617242712 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 97.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 25.0021
CPU time (s): 97.8111
CPU user time (s): 97.5182
CPU system time (s): 0.292955
CPU usage (%): 391.212
Max. virtual memory (cumulated for all children) (KiB): 2523192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.5182
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24629
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= 2898
involuntary context switches= 2502

runsolver used 0.05999 second user time and 0.148977 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-01 19:15:20
IDJOB=3317562
IDBENCH=83027
IDSOLVER=1705
FILE ID=node115/3317562-1304270120
RUNJOBID= node115-1304267285-12791
PBS_JOBID= 13173964
Free space on /tmp= 73112 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S496650424-021.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-3317562-1304270120/watcher-3317562-1304270120 -o /tmp/evaluation-result-3317562-1304270120/solver-3317562-1304270120 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317562-1304270120.cnf -seed 1298994025 -budget 4800 -cores 4

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

MD5SUM BENCH= fb063acde7d440560f4280457889aef8
RANDOM SEED=1298994025

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27744400 kB
Buffers:        878260 kB
Cached:        2121612 kB
SwapCached:          0 kB
Active:        2132248 kB
Inactive:      2612240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27744400 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           31844 kB
Writeback:           0 kB
AnonPages:     1744580 kB
Mapped:          24844 kB
Slab:           374520 kB
PageTables:      25936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 30030224 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= 73080 MiB
End job on node115 at 2011-05-01 19:15:45