Trace number 3322232

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-random? (exit code) 344.707 87.0402

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1617172756-030.SATISFIABLE.cnf
MD5SUM47049d4705301f4ac565d8b47d11d0a5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.008998
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.68	c INFO: solving HOME/instance-3322232-1304376440.cnf
0.36/0.68	c INFO: computing task features
0.36/0.69	c INFO: computed variable-clause graph statistics
0.36/0.69	c INFO: computed clause balance statistics
0.44/0.74	c INFO: computed variable balance statistics
0.44/0.78	c INFO: computed small-clause counts
0.44/0.78	c INFO: computed Horn-clause counts
0.44/0.79	c INFO: computed variable graph statistics
0.44/0.79	c INFO: collected features for HOME/instance-3322232-1304376440.cnf in 0.11 s
0.54/0.83	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.58)
0.54/0.86	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.07)
0.65/0.90	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.65/0.94	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.02)
0.65/0.98	c INFO: running march_hi@0 for 4754 with 39999 remaining (b = 0.72)
0.94/1.02	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.23)
0.94/1.06	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.21)
0.94/1.10	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.23)
0.94/1.10	Traceback (most recent call last):
0.94/1.10	  File "HOME/solve", line 33, in <module>
0.94/1.10	    plac.call(main)
0.94/1.10	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
0.94/1.10	    cmd, result = parser_from(obj).consume(arglist)
0.94/1.10	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
0.94/1.10	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.94/1.10	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.94/1.10	    (_, answer, _) = solver(input_path, budget, cores)
0.94/1.10	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.94/1.10	    process.die()
0.94/1.10	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.94/1.10	    os.kill(self._process.pid, signal.SIGUSR1)
0.94/1.10	OSError: [Errno 3] No such process

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3322232-1304376440/watcher-3322232-1304376440 -o /tmp/evaluation-result-3322232-1304376440/solver-3322232-1304376440 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322232-1304376440.cnf -seed 1923340374 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 9.07 9.12 9.16 2/326 20092
/proc/meminfo: memFree=21488048/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=15776 CPUtime=0 cores=0-7
/proc/20092/stat : 20092 (python) R 20090 20092 18999 0 -1 4202496 892 0 0 0 0 0 0 0 25 0 1 0 627874692 16154624 773 33554432000 4194304 5683644 140734780603104 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20092/statm: 3944 773 343 364 0 431 0

[startup+0.0614871 s]
/proc/loadavg: 9.07 9.12 9.16 2/326 20092
/proc/meminfo: memFree=21488048/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=29796 CPUtime=0.03 cores=0-7
/proc/20092/stat : 20092 (python) R 20090 20092 18999 0 -1 4202496 1453 0 0 0 3 0 0 0 25 0 1 0 627874692 30511104 1294 33554432000 4194304 5683644 140734780603104 18446744073709551615 4516241 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20092/statm: 7449 1294 443 364 0 819 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29796

[startup+0.100494 s]
/proc/loadavg: 9.07 9.12 9.16 2/326 20092
/proc/meminfo: memFree=21488048/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=85628 CPUtime=0.06 cores=0-7
/proc/20092/stat : 20092 (python) R 20090 20092 18999 0 -1 4202496 2631 0 0 0 4 2 0 0 25 0 1 0 627874692 87683072 2349 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415088121 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20092/statm: 21407 2349 713 364 0 1624 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85628

[startup+0.300477 s]
/proc/loadavg: 9.07 9.12 9.16 2/326 20092
/proc/meminfo: memFree=21488048/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=135752 CPUtime=0.19 cores=0-7
/proc/20092/stat : 20092 (python) S 20090 20092 18999 0 -1 4202496 5965 933 1 0 13 6 0 0 17 0 1 0 627874692 139010048 4151 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415387653 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/20092/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700374 s]
/proc/loadavg: 9.07 9.12 9.16 2/326 20092
/proc/meminfo: memFree=21488048/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=278604 CPUtime=0.44 cores=0-7
/proc/20092/stat : 20092 (python) R 20090 20092 18999 0 -1 4202496 9372 933 1 0 30 14 0 0 16 0 1 0 627874692 285290496 7041 33554432000 4194304 5683644 140734780603104 18446744073709551615 4602336 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20092/statm: 69651 7041 1826 364 0 5575 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278604

[startup+1.50015 s]
/proc/loadavg: 9.07 9.12 9.16 5/336 20115
/proc/meminfo: memFree=21455968/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=310140 CPUtime=1 cores=0-7
/proc/20092/stat : 20092 (python) S 20090 20092 18999 0 -1 4202496 16022 7124 1 0 68 15 15 2 18 0 1 0 627874692 317583360 7286 33554432000 4194304 5683644 140734780603104 18446744073709551615 256427221823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/20092/statm: 77535 7286 1891 364 0 13432 0
[pid=20102] ppid=20092 vsize=289412 CPUtime=0 cores=0-7
/proc/20102/stat : 20102 (python) S 20092 20092 18999 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 627874779 296357888 5709 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 16681029558865985795 0 0 17 0 0 0 0
/proc/20102/statm: 72353 5709 348 364 0 8268 0
[pid=20104] ppid=20102 vsize=2980 CPUtime=0.62 cores=0-7
/proc/20104/stat : 20104 (march_hi) R 20102 20104 20104 0 -1 4202496 788 0 0 0 62 0 0 0 22 0 1 0 627874779 3051520 526 33554432000 4194304 4955518 140734624541104 18446744073709551615 4235311 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20104/statm: 745 526 104 186 0 558 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 602532

[startup+3.10091 s]
/proc/loadavg: 8.75 9.05 9.13 6/335 20124
/proc/meminfo: memFree=21443328/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=310140 CPUtime=1 cores=0-7
/proc/20092/stat : 20092 (python) S 20090 20092 18999 0 -1 4202496 16022 7124 1 0 68 15 15 2 18 0 1 0 627874692 317583360 7286 33554432000 4194304 5683644 140734780603104 18446744073709551615 256427221823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/20092/statm: 77535 7286 1891 364 0 13432 0
[pid=20102] ppid=20092 vsize=289412 CPUtime=0 cores=0-7
/proc/20102/stat : 20102 (python) S 20092 20092 18999 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 627874779 296357888 5709 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 5490424236856049663 0 0 17 0 0 0 0
/proc/20102/statm: 72353 5709 348 364 0 8268 0
[pid=20104] ppid=20102 vsize=3300 CPUtime=2.22 cores=0-7
/proc/20104/stat : 20104 (march_hi) R 20102 20104 20104 0 -1 4202496 860 0 0 0 222 0 0 0 25 0 1 0 627874779 3379200 598 33554432000 4194304 4955518 140734624541104 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20104/statm: 825 598 104 186 0 638 0
[pid=20116] ppid=20092 vsize=330148 CPUtime=0 cores=0-7
/proc/20116/stat : 20116 (python) S 20092 20092 18999 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 627874794 338071552 5666 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 13114631652779196675 0 0 17 0 0 0 0
/proc/20116/statm: 82537 5666 348 364 0 18440 0
[pid=20118] ppid=20116 vsize=3300 CPUtime=2.06 cores=0-7
/proc/20118/stat : 20118 (march_hi) R 20116 20118 20118 0 -1 4202496 854 0 0 0 206 0 0 0 25 0 1 0 627874795 3379200 590 33554432000 4194304 4955518 140733536321520 18446744073709551615 4227022 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20118/statm: 825 590 104 186 0 638 0
[pid=20119] ppid=20092 vsize=340860 CPUtime=0 cores=0-7
/proc/20119/stat : 20119 (python) S 20092 20092 18999 0 -1 4202560 781 0 0 0 0 0 0 0 15 0 1 0 627874798 349040640 5755 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 17275768592469557508 0 0 17 0 0 0 0
/proc/20119/statm: 85215 5755 348 364 0 21115 0
[pid=20121] ppid=20119 vsize=3300 CPUtime=2.03 cores=0-7
/proc/20121/stat : 20121 (march_hi) R 20119 20121 20121 0 -1 4202496 857 0 0 0 203 0 0 0 25 0 1 0 627874799 3379200 589 33554432000 4194304 4955518 140735003421456 18446744073709551615 4261356 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20121/statm: 825 589 104 186 0 638 0
[pid=20122] ppid=20092 vsize=351116 CPUtime=0 cores=0-7
/proc/20122/stat : 20122 (python) S 20092 20092 18999 0 -1 4202560 812 0 0 0 0 0 0 0 15 0 1 0 627874802 359542784 5765 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 17649105566657642756 0 0 17 0 0 0 0
/proc/20122/statm: 87779 5765 354 364 0 23676 0
[pid=20124] ppid=20122 vsize=3300 CPUtime=1.98 cores=0-7
/proc/20124/stat : 20124 (march_hi) R 20122 20124 20124 0 -1 4202496 857 0 0 0 198 0 0 0 25 0 1 0 627874803 3379200 588 33554432000 4194304 4955518 140734818480432 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20124/statm: 825 588 104 186 0 638 0
Current children cumulated CPU time (s) 9.29
Current children cumulated vsize (KiB) 1634876

[startup+6.3013 s]
/proc/loadavg: 8.75 9.05 9.13 6/335 20124
/proc/meminfo: memFree=21440972/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=310140 CPUtime=1 cores=0-7
/proc/20092/stat : 20092 (python) S 20090 20092 18999 0 -1 4202496 16022 7124 1 0 68 15 15 2 18 0 1 0 627874692 317583360 7286 33554432000 4194304 5683644 140734780603104 18446744073709551615 256427221823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/20092/statm: 77535 7286 1891 364 0 13432 0
[pid=20102] ppid=20092 vsize=289412 CPUtime=0.01 cores=0-7
/proc/20102/stat : 20102 (python) S 20092 20092 18999 0 -1 4202560 906 0 0 0 1 0 0 0 15 0 1 0 627874779 296357888 5732 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 16681029558865985795 0 0 17 0 0 0 0
/proc/20102/statm: 72353 5732 371 364 0 8268 0
[pid=20104] ppid=20102 vsize=4020 CPUtime=5.42 cores=0-7
/proc/20104/stat : 20104 (march_hi) R 20102 20104 20104 0 -1 4202496 1009 0 0 0 542 0 0 0 25 0 1 0 627874779 4116480 747 33554432000 4194304 4955518 140734624541104 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20104/statm: 1005 747 104 186 0 818 0
[pid=20116] ppid=20092 vsize=330148 CPUtime=0.01 cores=0-7
/proc/20116/stat : 20116 (python) S 20092 20092 18999 0 -1 4202560 934 0 0 0 0 1 0 0 15 0 1 0 627874794 338071552 5689 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 13114631652779196675 0 0 17 0 0 0 0
/proc/20116/statm: 82537 5689 371 364 0 18440 0
[pid=20118] ppid=20116 vsize=4020 CPUtime=5.25 cores=0-7
/proc/20118/stat : 20118 (march_hi) R 20116 20118 20118 0 -1 4202496 1001 0 0 0 525 0 0 0 25 0 1 0 627874795 4116480 737 33554432000 4194304 4955518 140733536321520 18446744073709551615 4210824 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20118/statm: 1005 737 104 186 0 818 0
[pid=20119] ppid=20092 vsize=340860 CPUtime=0.01 cores=0-7
/proc/20119/stat : 20119 (python) S 20092 20092 18999 0 -1 4202560 950 0 0 0 0 1 0 0 15 0 1 0 627874798 349040640 5778 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 17275768592469557508 0 0 17 0 0 0 0
/proc/20119/statm: 85215 5778 371 364 0 21115 0
[pid=20121] ppid=20119 vsize=4020 CPUtime=5.23 cores=0-7
/proc/20121/stat : 20121 (march_hi) R 20119 20121 20121 0 -1 4202496 1006 0 0 0 523 0 0 0 25 0 1 0 627874799 4116480 738 33554432000 4194304 4955518 140735003421456 18446744073709551615 4206520 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20121/statm: 1005 738 104 186 0 818 0
[pid=20122] ppid=20092 vsize=351116 CPUtime=0.01 cores=0-7
/proc/20122/stat : 20122 (python) S 20092 20092 18999 0 -1 4202560 975 0 0 0 1 0 0 0 15 0 1 0 627874802 359542784 5788 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 17649105566657642756 0 0 17 0 0 0 0
/proc/20122/statm: 87779 5788 377 364 0 23676 0
[pid=20124] ppid=20122 vsize=4020 CPUtime=5.19 cores=0-7
/proc/20124/stat : 20124 (march_hi) R 20122 20124 20124 0 -1 4202496 1005 0 0 0 519 0 0 0 25 0 1 0 627874803 4116480 736 33554432000 4194304 4955518 140734818480432 18446744073709551615 4209624 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20124/statm: 1005 736 104 186 0 818 0
Current children cumulated CPU time (s) 22.13
Current children cumulated vsize (KiB) 1637756

[startup+12.7011 s]
/proc/loadavg: 8.17 8.92 9.09 6/335 20125
/proc/meminfo: memFree=21437116/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=310140 CPUtime=1 cores=0-7
/proc/20092/stat : 20092 (python) S 20090 20092 18999 0 -1 4202496 16022 7124 1 0 68 15 15 2 18 0 1 0 627874692 317583360 7286 33554432000 4194304 5683644 140734780603104 18446744073709551615 256427221823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/20092/statm: 77535 7286 1891 364 0 13432 0
[pid=20102] ppid=20092 vsize=289412 CPUtime=0.03 cores=0-7
/proc/20102/stat : 20102 (python) S 20092 20092 18999 0 -1 4202560 908 0 0 0 2 1 0 0 15 0 1 0 627874779 296357888 5732 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 16681029558865985795 0 0 17 0 0 0 0
/proc/20102/statm: 72353 5732 371 364 0 8268 0
[pid=20104] ppid=20102 vsize=5448 CPUtime=11.82 cores=0-7
/proc/20104/stat : 20104 (march_hi) R 20102 20104 20104 0 -1 4202496 1277 0 0 0 1182 0 0 0 25 0 1 0 627874779 5578752 1015 33554432000 4194304 4955518 140734624541104 18446744073709551615 4286672 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20104/statm: 1362 1015 104 186 0 1175 0
[pid=20116] ppid=20092 vsize=330148 CPUtime=0.02 cores=0-7
/proc/20116/stat : 20116 (python) S 20092 20092 18999 0 -1 4202560 940 0 0 0 1 1 0 0 15 0 1 0 627874794 338071552 5689 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 13114631652779196675 0 0 17 0 0 0 0
/proc/20116/statm: 82537 5689 371 364 0 18440 0
[pid=20118] ppid=20116 vsize=5448 CPUtime=11.66 cores=0-7
/proc/20118/stat : 20118 (march_hi) R 20116 20118 20118 0 -1 4202496 1268 0 0 0 1165 1 0 0 25 0 1 0 627874795 5578752 1004 33554432000 4194304 4955518 140733536321520 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20118/statm: 1362 1004 104 186 0 1175 0
[pid=20119] ppid=20092 vsize=340860 CPUtime=0.02 cores=0-7
/proc/20119/stat : 20119 (python) S 20092 20092 18999 0 -1 4202560 954 0 0 0 1 1 0 0 15 0 1 0 627874798 349040640 5778 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 17275768592469557508 0 0 17 6 0 0 0
/proc/20119/statm: 85215 5778 371 364 0 21115 0
[pid=20121] ppid=20119 vsize=5448 CPUtime=11.63 cores=0-7
/proc/20121/stat : 20121 (march_hi) R 20119 20121 20121 0 -1 4202496 1273 0 0 0 1163 0 0 0 25 0 1 0 627874799 5578752 1005 33554432000 4194304 4955518 140735003421456 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20121/statm: 1362 1005 104 186 0 1175 0
[pid=20122] ppid=20092 vsize=351116 CPUtime=0.02 cores=0-7
/proc/20122/stat : 20122 (python) S 20092 20092 18999 0 -1 4202560 980 0 0 0 1 1 0 0 15 0 1 0 627874802 359542784 5788 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 17649105566657642756 0 0 17 0 0 0 0
/proc/20122/statm: 87779 5788 377 364 0 23676 0
[pid=20124] ppid=20122 vsize=5448 CPUtime=11.59 cores=0-7
/proc/20124/stat : 20124 (march_hi) R 20122 20124 20124 0 -1 4202496 1274 0 0 0 1159 0 0 0 25 0 1 0 627874803 5578752 1005 33554432000 4194304 4955518 140734818480432 18446744073709551615 4282234 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20124/statm: 1362 1005 104 186 0 1175 0
Current children cumulated CPU time (s) 47.79
Current children cumulated vsize (KiB) 1643468

[startup+25.5007 s]
/proc/loadavg: 7.68 8.79 9.04 6/335 20125
/proc/meminfo: memFree=21430900/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=310140 CPUtime=1 cores=0-7
/proc/20092/stat : 20092 (python) S 20090 20092 18999 0 -1 4202496 16022 7124 1 0 68 15 15 2 18 0 1 0 627874692 317583360 7286 33554432000 4194304 5683644 140734780603104 18446744073709551615 256427221823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/20092/statm: 77535 7286 1891 364 0 13432 0
[pid=20102] ppid=20092 vsize=289412 CPUtime=0.05 cores=0-7
/proc/20102/stat : 20102 (python) S 20092 20092 18999 0 -1 4202560 911 0 0 0 3 2 0 0 15 0 1 0 627874779 296357888 5732 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440579 0 0 17 0 0 0 0
/proc/20102/statm: 72353 5732 371 364 0 8268 0
[pid=20104] ppid=20102 vsize=7512 CPUtime=24.62 cores=0-7
/proc/20104/stat : 20104 (march_hi) R 20102 20104 20104 0 -1 4202496 1786 0 0 0 2462 0 0 0 25 0 1 0 627874779 7692288 1524 33554432000 4194304 4955518 140734624541104 18446744073709551615 4227917 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20104/statm: 1878 1524 104 186 0 1691 0
[pid=20116] ppid=20092 vsize=330148 CPUtime=0.06 cores=0-7
/proc/20116/stat : 20116 (python) S 20092 20092 18999 0 -1 4202560 944 0 0 0 3 3 0 0 15 0 1 0 627874794 338071552 5689 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440579 0 0 17 0 0 0 0
/proc/20116/statm: 82537 5689 371 364 0 18440 0
[pid=20118] ppid=20116 vsize=7512 CPUtime=24.46 cores=0-7
/proc/20118/stat : 20118 (march_hi) R 20116 20118 20118 0 -1 4202496 1777 0 0 0 2445 1 0 0 25 0 1 0 627874795 7692288 1513 33554432000 4194304 4955518 140733536321520 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20118/statm: 1878 1513 104 186 0 1691 0
[pid=20119] ppid=20092 vsize=340860 CPUtime=0.05 cores=0-7
/proc/20119/stat : 20119 (python) S 20092 20092 18999 0 -1 4202560 961 0 0 0 3 2 0 0 15 0 1 0 627874798 349040640 5778 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440580 0 0 17 6 0 0 0
/proc/20119/statm: 85215 5778 371 364 0 21115 0
[pid=20121] ppid=20119 vsize=7512 CPUtime=24.42 cores=0-7

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

[pid=20116] ppid=20092 vsize=330148 CPUtime=0.2 cores=0-7
/proc/20116/stat : 20116 (python) S 20092 20092 18999 0 -1 4202560 965 0 0 0 11 9 0 0 15 0 1 0 627874794 338071552 5689 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 13114631652779196675 0 0 17 0 0 0 0
/proc/20116/statm: 82537 5689 371 364 0 18440 0
[pid=20118] ppid=20116 vsize=17052 CPUtime=75.66 cores=0-7
/proc/20118/stat : 20118 (march_hi) R 20116 20118 20118 0 -1 4202496 3740 0 0 0 7565 1 0 0 25 0 1 0 627874795 17461248 3476 33554432000 4194304 4955518 140733536321520 18446744073709551615 4261328 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20118/statm: 4263 3476 104 186 0 4076 0
[pid=20119] ppid=20092 vsize=340860 CPUtime=0.18 cores=0-7
/proc/20119/stat : 20119 (python) S 20092 20092 18999 0 -1 4202560 982 0 0 0 12 6 0 0 15 0 1 0 627874798 349040640 5778 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 17275768592469557508 0 0 17 6 0 0 0
/proc/20119/statm: 85215 5778 371 364 0 21115 0
[pid=20121] ppid=20119 vsize=17052 CPUtime=75.61 cores=0-7
/proc/20121/stat : 20121 (march_hi) R 20119 20121 20121 0 -1 4202496 3739 0 0 0 7561 0 0 0 25 0 1 0 627874799 17461248 3471 33554432000 4194304 4955518 140735003421456 18446744073709551615 4346464 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20121/statm: 4263 3471 104 186 0 4076 0
[pid=20122] ppid=20092 vsize=351116 CPUtime=0.18 cores=0-7
/proc/20122/stat : 20122 (python) S 20092 20092 18999 0 -1 4202560 1005 0 0 0 10 8 0 0 15 0 1 0 627874802 359542784 5788 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 17649105566657642756 0 0 17 6 0 0 0
/proc/20122/statm: 87779 5788 377 364 0 23676 0
[pid=20124] ppid=20122 vsize=17052 CPUtime=75.58 cores=0-7
/proc/20124/stat : 20124 (march_hi) R 20122 20124 20124 0 -1 4202496 3752 0 0 0 7557 1 0 0 25 0 1 0 627874803 17461248 3483 33554432000 4194304 4955518 140734818480432 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20124/statm: 4263 3483 104 186 0 4076 0
Current children cumulated CPU time (s) 304.43
Current children cumulated vsize (KiB) 1689884

[startup+83.1008 s]
/proc/loadavg: 5.98 8.10 8.79 6/335 20126
/proc/meminfo: memFree=21394904/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=310140 CPUtime=1 cores=0-7
/proc/20092/stat : 20092 (python) S 20090 20092 18999 0 -1 4202496 16022 7124 1 0 68 15 15 2 18 0 1 0 627874692 317583360 7286 33554432000 4194304 5683644 140734780603104 18446744073709551615 256427221823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/20092/statm: 77535 7286 1891 364 0 13432 0
[pid=20102] ppid=20092 vsize=289412 CPUtime=0.21 cores=0-7
/proc/20102/stat : 20102 (python) S 20092 20092 18999 0 -1 4202560 932 0 0 0 10 11 0 0 15 0 1 0 627874779 296357888 5732 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440579 0 0 17 0 0 0 0
/proc/20102/statm: 72353 5732 371 364 0 8268 0
[pid=20104] ppid=20102 vsize=17052 CPUtime=82.22 cores=0-7
/proc/20104/stat : 20104 (march_hi) R 20102 20104 20104 0 -1 4202496 4016 0 0 0 8222 0 0 0 25 0 1 0 627874779 17461248 3754 33554432000 4194304 4955518 140734624541104 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20104/statm: 4263 3754 104 186 0 4076 0
[pid=20116] ppid=20092 vsize=330148 CPUtime=0.21 cores=0-7
/proc/20116/stat : 20116 (python) S 20092 20092 18999 0 -1 4202560 967 0 0 0 12 9 0 0 15 0 1 0 627874794 338071552 5689 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440579 0 0 17 0 0 0 0
/proc/20116/statm: 82537 5689 371 364 0 18440 0
[pid=20118] ppid=20116 vsize=17052 CPUtime=82.06 cores=0-7
/proc/20118/stat : 20118 (march_hi) R 20116 20118 20118 0 -1 4202496 3995 0 0 0 8205 1 0 0 25 0 1 0 627874795 17461248 3731 33554432000 4194304 4955518 140733536321520 18446744073709551615 4238710 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20118/statm: 4263 3731 104 186 0 4076 0
[pid=20119] ppid=20092 vsize=340860 CPUtime=0.19 cores=0-7
/proc/20119/stat : 20119 (python) S 20092 20092 18999 0 -1 4202560 984 0 0 0 12 7 0 0 15 0 1 0 627874798 349040640 5778 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440580 0 0 17 6 0 0 0
/proc/20119/statm: 85215 5778 371 364 0 21115 0
[pid=20121] ppid=20119 vsize=17052 CPUtime=82.01 cores=0-7
/proc/20121/stat : 20121 (march_hi) R 20119 20121 20121 0 -1 4202496 3993 0 0 0 8201 0 0 0 25 0 1 0 627874799 17461248 3725 33554432000 4194304 4955518 140735003421456 18446744073709551615 4228031 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20121/statm: 4263 3725 104 186 0 4076 0
[pid=20122] ppid=20092 vsize=351116 CPUtime=0.2 cores=0-7
/proc/20122/stat : 20122 (python) S 20092 20092 18999 0 -1 4202560 1008 0 0 0 11 9 0 0 15 0 1 0 627874802 359542784 5788 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440580 0 0 17 6 0 0 0
/proc/20122/statm: 87779 5788 377 364 0 23676 0
[pid=20124] ppid=20122 vsize=17052 CPUtime=81.98 cores=0-7
/proc/20124/stat : 20124 (march_hi) R 20122 20124 20124 0 -1 4202496 4008 0 0 0 8197 1 0 0 25 0 1 0 627874803 17461248 3739 33554432000 4194304 4955518 140734818480432 18446744073709551615 4227715 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20124/statm: 4263 3739 104 186 0 4076 0
Current children cumulated CPU time (s) 330.08
Current children cumulated vsize (KiB) 1689884

[startup+84.7125 s]
/proc/loadavg: 5.98 8.10 8.79 6/335 20126
/proc/meminfo: memFree=21393416/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=310140 CPUtime=1 cores=0-7
/proc/20092/stat : 20092 (python) S 20090 20092 18999 0 -1 4202496 16022 7124 1 0 68 15 15 2 18 0 1 0 627874692 317583360 7286 33554432000 4194304 5683644 140734780603104 18446744073709551615 256427221823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/20092/statm: 77535 7286 1891 364 0 13432 0
[pid=20102] ppid=20092 vsize=289412 CPUtime=0.21 cores=0-7
/proc/20102/stat : 20102 (python) S 20092 20092 18999 0 -1 4202560 932 0 0 0 10 11 0 0 15 0 1 0 627874779 296357888 5732 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440579 0 0 17 0 0 0 0
/proc/20102/statm: 72353 5732 371 364 0 8268 0
[pid=20104] ppid=20102 vsize=17052 CPUtime=83.83 cores=0-7
/proc/20104/stat : 20104 (march_hi) R 20102 20104 20104 0 -1 4202496 4080 0 0 0 8383 0 0 0 25 0 1 0 627874779 17461248 3818 33554432000 4194304 4955518 140734624541104 18446744073709551615 4307065 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20104/statm: 4263 3818 104 186 0 4076 0
[pid=20116] ppid=20092 vsize=330148 CPUtime=0.23 cores=0-7
/proc/20116/stat : 20116 (python) S 20092 20092 18999 0 -1 4202560 969 0 0 0 13 10 0 0 15 0 1 0 627874794 338071552 5689 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440579 0 0 17 0 0 0 0
/proc/20116/statm: 82537 5689 371 364 0 18440 0
[pid=20118] ppid=20116 vsize=17052 CPUtime=83.67 cores=0-7
/proc/20118/stat : 20118 (march_hi) R 20116 20118 20118 0 -1 4202496 4056 0 0 0 8366 1 0 0 25 0 1 0 627874795 17461248 3792 33554432000 4194304 4955518 140733536321520 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20118/statm: 4263 3792 104 186 0 4076 0
[pid=20119] ppid=20092 vsize=340860 CPUtime=0.21 cores=0-7
/proc/20119/stat : 20119 (python) S 20092 20092 18999 0 -1 4202560 986 0 0 0 13 8 0 0 15 0 1 0 627874798 349040640 5778 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440580 0 0 17 6 0 0 0
/proc/20119/statm: 85215 5778 371 364 0 21115 0
[pid=20121] ppid=20119 vsize=17052 CPUtime=83.62 cores=0-7
/proc/20121/stat : 20121 (march_hi) R 20119 20121 20121 0 -1 4202496 4057 0 0 0 8362 0 0 0 25 0 1 0 627874799 17461248 3789 33554432000 4194304 4955518 140735003421456 18446744073709551615 4298080 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20121/statm: 4263 3789 104 186 0 4076 0
[pid=20122] ppid=20092 vsize=351116 CPUtime=0.21 cores=0-7
/proc/20122/stat : 20122 (python) S 20092 20092 18999 0 -1 4202560 1010 0 0 0 12 9 0 0 15 0 1 0 627874802 359542784 5788 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440580 0 0 17 6 0 0 0
/proc/20122/statm: 87779 5788 377 364 0 23676 0
[pid=20124] ppid=20122 vsize=17052 CPUtime=83.59 cores=0-7
/proc/20124/stat : 20124 (march_hi) R 20122 20124 20124 0 -1 4202496 4071 0 0 0 8358 1 0 0 25 0 1 0 627874803 17461248 3802 33554432000 4194304 4955518 140734818480432 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20124/statm: 4263 3802 104 186 0 4076 0
Current children cumulated CPU time (s) 336.57
Current children cumulated vsize (KiB) 1689884

[startup+86.3012 s]
/proc/loadavg: 5.98 8.10 8.79 6/335 20127
/proc/meminfo: memFree=21392920/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=310140 CPUtime=86.63 cores=0-7
/proc/20092/stat : 20092 (python) S 20090 20092 18999 0 -1 4202496 16022 12461 1 0 68 15 8564 16 15 0 1 0 627874692 317583360 7286 33554432000 4194304 5683644 140734780603104 18446744073709551615 256427221823 0 0 16781312 2 18446744071562232103 0 0 17 0 0 0 0
/proc/20092/statm: 77535 7286 1891 364 0 13432 0
[pid=20116] ppid=20092 vsize=330148 CPUtime=0.23 cores=0-7
/proc/20116/stat : 20116 (python) S 20092 20092 18999 0 -1 4202560 969 0 0 0 13 10 0 0 15 0 1 0 627874794 338071552 5689 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440579 0 0 17 0 0 0 0
/proc/20116/statm: 82537 5689 371 364 0 18440 0
[pid=20118] ppid=20116 vsize=17052 CPUtime=85.26 cores=0-7
/proc/20118/stat : 20118 (march_hi) R 20116 20118 20118 0 -1 4202496 4118 0 0 0 8525 1 0 0 25 0 1 0 627874795 17461248 3854 33554432000 4194304 4955518 140733536321520 18446744073709551615 4227752 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20118/statm: 4263 3854 104 186 0 4076 0
[pid=20119] ppid=20092 vsize=340860 CPUtime=0.21 cores=0-7
/proc/20119/stat : 20119 (python) S 20092 20092 18999 0 -1 4202560 986 0 0 0 13 8 0 0 15 0 1 0 627874798 349040640 5778 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440580 0 0 17 6 0 0 0
/proc/20119/statm: 85215 5778 371 364 0 21115 0
[pid=20121] ppid=20119 vsize=17052 CPUtime=85.21 cores=0-7
/proc/20121/stat : 20121 (march_hi) R 20119 20121 20121 0 -1 4202496 4117 0 0 0 8521 0 0 0 25 0 1 0 627874799 17461248 3849 33554432000 4194304 4955518 140735003421456 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20121/statm: 4263 3849 104 186 0 4076 0
[pid=20122] ppid=20092 vsize=351116 CPUtime=0.21 cores=0-7
/proc/20122/stat : 20122 (python) S 20092 20092 18999 0 -1 4202560 1010 0 0 0 12 9 0 0 15 0 1 0 627874802 359542784 5788 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440580 0 0 17 6 0 0 0
/proc/20122/statm: 87779 5788 377 364 0 23676 0
[pid=20124] ppid=20122 vsize=17052 CPUtime=85.18 cores=0-7
/proc/20124/stat : 20124 (march_hi) R 20122 20124 20124 0 -1 4202496 4131 0 0 0 8517 1 0 0 25 0 1 0 627874803 17461248 3862 33554432000 4194304 4955518 140734818480432 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20124/statm: 4263 3862 104 186 0 4076 0
Current children cumulated CPU time (s) 342.93
Current children cumulated vsize (KiB) 1383420

[startup+86.7012 s]
/proc/loadavg: 5.98 8.10 8.79 6/335 20127
/proc/meminfo: memFree=21392920/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=310140 CPUtime=172.41 cores=0-7
/proc/20092/stat : 20092 (python) S 20090 20092 18999 0 -1 4202496 16022 17880 1 0 68 15 17131 27 15 0 1 0 627874692 317583360 7286 33554432000 4194304 5683644 140734780603104 18446744073709551615 256427221823 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/20092/statm: 77535 7286 1891 364 0 13432 0
[pid=20116] ppid=20092 vsize=330148 CPUtime=0.23 cores=0-7
/proc/20116/stat : 20116 (python) S 20092 20092 18999 0 -1 4202560 969 0 0 0 13 10 0 0 15 0 1 0 627874794 338071552 5689 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440579 0 0 17 0 0 0 0
/proc/20116/statm: 82537 5689 371 364 0 18440 0
[pid=20118] ppid=20116 vsize=17052 CPUtime=85.66 cores=0-7
/proc/20118/stat : 20118 (march_hi) R 20116 20118 20118 0 -1 4202496 4132 0 0 0 8565 1 0 0 25 0 1 0 627874795 17461248 3868 33554432000 4194304 4955518 140733536321520 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20118/statm: 4263 3868 104 186 0 4076 0
[pid=20119] ppid=20092 vsize=340860 CPUtime=0.21 cores=0-7
/proc/20119/stat : 20119 (python) S 20092 20092 18999 0 -1 4202560 986 0 0 0 13 8 0 0 15 0 1 0 627874798 349040640 5778 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440580 0 0 17 6 0 0 0
/proc/20119/statm: 85215 5778 371 364 0 21115 0
[pid=20121] ppid=20119 vsize=17052 CPUtime=85.61 cores=0-7
/proc/20121/stat : 20121 (march_hi) R 20119 20121 20121 0 -1 4202496 4132 0 0 0 8561 0 0 0 25 0 1 0 627874799 17461248 3864 33554432000 4194304 4955518 140735003421456 18446744073709551615 4261404 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20121/statm: 4263 3864 104 186 0 4076 0
Current children cumulated CPU time (s) 344.12
Current children cumulated vsize (KiB) 1015252

[startup+86.9121 s]
/proc/loadavg: 5.82 8.03 8.76 4/331 20129
/proc/meminfo: memFree=21427548/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=310140 CPUtime=172.41 cores=0-7
/proc/20092/stat : 20092 (python) S 20090 20092 18999 0 -1 4202496 16022 17880 1 0 68 15 17131 27 15 0 1 0 627874692 317583360 7286 33554432000 4194304 5683644 140734780603104 18446744073709551615 256427221823 0 0 16781312 2 18446744071562232103 0 0 17 0 0 0 0
/proc/20092/statm: 77535 7286 1891 364 0 13432 0
[pid=20116] ppid=20092 vsize=0 CPUtime=86.07 cores=0-7
/proc/20116/stat : 20116 (python) Z 20092 20092 18999 0 -1 4202588 1225 4155 0 0 13 11 8582 1 16 0 1 0 627874794 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20116/statm: 0 0 0 0 0 0 0
[pid=20119] ppid=20092 vsize=340860 CPUtime=0.21 cores=0-7
/proc/20119/stat : 20119 (python) S 20092 20092 18999 0 -1 4202560 986 0 0 0 13 8 0 0 15 0 1 0 627874798 349040640 5778 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440580 0 0 17 6 0 0 0
/proc/20119/statm: 85215 5778 371 364 0 21115 0
[pid=20121] ppid=20119 vsize=17052 CPUtime=85.82 cores=0-7
/proc/20121/stat : 20121 (march_hi) R 20119 20121 20121 0 -1 4202496 4140 0 0 0 8582 0 0 0 25 0 1 0 627874799 17461248 3872 33554432000 4194304 4955518 140735003421456 18446744073709551615 4238539 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20121/statm: 4263 3872 104 186 0 4076 0
Current children cumulated CPU time (s) 344.51
Current children cumulated vsize (KiB) 668052

[startup+87.0011 s]
/proc/loadavg: 5.82 8.03 8.76 4/331 20129
/proc/meminfo: memFree=21427548/32950928 swapFree=67111364/67111528
[pid=20092] ppid=20090 vsize=310140 CPUtime=172.41 cores=0-7
/proc/20092/stat : 20092 (python) S 20090 20092 18999 0 -1 4202496 16022 17880 1 0 68 15 17131 27 15 0 1 0 627874692 317583360 7286 33554432000 4194304 5683644 140734780603104 18446744073709551615 256427221823 0 0 16781312 2 18446744071562232103 0 0 17 0 0 0 0
/proc/20092/statm: 77535 7286 1891 364 0 13432 0
[pid=20116] ppid=20092 vsize=0 CPUtime=86.07 cores=0-7
/proc/20116/stat : 20116 (python) Z 20092 20092 18999 0 -1 4202588 1225 4155 0 0 13 11 8582 1 16 0 1 0 627874794 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20116/statm: 0 0 0 0 0 0 0
[pid=20119] ppid=20092 vsize=340860 CPUtime=0.21 cores=0-7
/proc/20119/stat : 20119 (python) S 20092 20092 18999 0 -1 4202560 986 0 0 0 13 8 0 0 15 0 1 0 627874798 349040640 5778 33554432000 4194304 5683644 140734780603104 18446744073709551615 256415411782 0 0 16781312 514 4600233505312440580 0 0 17 6 0 0 0
/proc/20119/statm: 85215 5778 371 364 0 21115 0
[pid=20121] ppid=20119 vsize=17052 CPUtime=85.91 cores=0-7
/proc/20121/stat : 20121 (march_hi) R 20119 20121 20121 0 -1 4202496 4143 0 0 0 8591 0 0 0 25 0 1 0 627874799 17461248 3875 33554432000 4194304 4955518 140735003421456 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20121/statm: 4263 3875 104 186 0 4076 0
Current children cumulated CPU time (s) 344.6
Current children cumulated vsize (KiB) 668052

Child status: 1
Real time (s): 87.0402
CPU time (s): 344.707
CPU user time (s): 344.049
CPU system time (s): 0.657899
CPU usage (%): 396.031
Max. virtual memory (cumulated for all children) (KiB): 1689888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 344.049
system time used= 0.657899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48929
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= 4059
involuntary context switches= 1258

runsolver used 0.224965 second user time and 0.662899 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-03 00:47:20
IDJOB=3322232
IDBENCH=83010
IDSOLVER=1712
FILE ID=node115/3322232-1304376440
RUNJOBID= node115-1304367627-19013
PBS_JOBID= 13181769
Free space on /tmp= 73484 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1617172756-030.SATISFIABLE.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-3322232-1304376440/watcher-3322232-1304376440 -o /tmp/evaluation-result-3322232-1304376440/solver-3322232-1304376440 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322232-1304376440.cnf -seed 1923340374 -budget 40000 -cores 8

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

MD5SUM BENCH= 47049d4705301f4ac565d8b47d11d0a5
RANDOM SEED=1923340374

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:      21488212 kB
Buffers:        905652 kB
Cached:        2637084 kB
SwapCached:          0 kB
Active:        7949632 kB
Inactive:      3037116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21488212 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           31824 kB
Writeback:           0 kB
AnonPages:     7444324 kB
Mapped:          26432 kB
Slab:           373756 kB
PageTables:      34860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 61795028 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= 73452 MiB
End job on node115 at 2011-05-03 00:48:47