Trace number 3378615

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 195.87 49.7041

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1511266249-002.UNKNOWN.cnf
MD5SUM5f2e312544271c81369da327dc351a86
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.27
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.33/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.68	c INFO: solving HOME/instance-3378615-1307741793.cnf
0.33/0.68	c INFO: computing task features
0.33/0.69	c INFO: computed variable-clause graph statistics
0.33/0.69	c INFO: computed clause balance statistics
0.41/0.72	c INFO: computed variable balance statistics
0.41/0.75	c INFO: computed small-clause counts
0.41/0.75	c INFO: computed Horn-clause counts
0.41/0.75	c INFO: computed variable graph statistics
0.41/0.75	c INFO: collected features for HOME/instance-3378615-1307741793.cnf in 0.06 s
0.41/0.76	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.56)
0.41/0.77	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.38)
0.41/0.78	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.43)
0.41/0.79	c INFO: running march_hi@0 for 97 with 1199 remaining (b = 0.14)
195.44/49.68	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.1 (svn: 988)

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-3378615-1307741793/watcher-3378615-1307741793 -o /tmp/evaluation-result-3378615-1307741793/solver-3378615-1307741793 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378615-1307741793.cnf -seed 686673999 -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: 7.79 3.89 1.53 6/192 17774
/proc/meminfo: memFree=31826204/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/17774/stat : 17774 (python) S 17772 17774 17633 0 -1 4202496 724 0 0 0 0 0 0 0 25 0 1 0 885776360 15548416 614 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/17774/statm: 3796 614 321 364 0 283 0

[startup+0.0875289 s]
/proc/loadavg: 7.79 3.89 1.53 6/192 17774
/proc/meminfo: memFree=31826204/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=54540 CPUtime=0.05 cores=0,2,4,6
/proc/17774/stat : 17774 (python) S 17772 17774 17633 0 -1 4202496 2050 0 0 0 3 2 0 0 25 0 1 0 885776360 55848960 1808 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/17774/statm: 13635 1808 492 364 0 1285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54540

[startup+0.100516 s]
/proc/loadavg: 7.79 3.89 1.53 6/192 17774
/proc/meminfo: memFree=31826204/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=85624 CPUtime=0.07 cores=0,2,4,6
/proc/17774/stat : 17774 (python) R 17772 17774 17633 0 -1 4202496 2630 0 0 0 4 3 0 0 25 0 1 0 885776360 87678976 2348 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476692992 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/17774/statm: 21407 2349 713 364 0 1624 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85624

[startup+0.300458 s]
/proc/loadavg: 7.79 3.89 1.53 6/192 17774
/proc/meminfo: memFree=31826204/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=135752 CPUtime=0.19 cores=0,2,4,6
/proc/17774/stat : 17774 (python) S 17772 17774 17633 0 -1 4202496 5964 937 1 0 12 7 0 0 25 0 1 0 885776360 139010048 4151 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476690949 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/17774/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700418 s]
/proc/loadavg: 7.79 3.89 1.53 6/192 17774
/proc/meminfo: memFree=31826204/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=278260 CPUtime=0.41 cores=0,2,4,6
/proc/17774/stat : 17774 (python) R 17772 17774 17633 0 -1 4202496 9299 937 1 0 27 14 0 0 25 0 1 0 885776360 284938240 6967 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476343878 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17774/statm: 69565 6967 1826 364 0 5489 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 278260

[startup+1.50119 s]
/proc/loadavg: 8.04 4.01 1.58 11/205 17791
/proc/meminfo: memFree=31788060/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=320236 CPUtime=0.5 cores=0,2,4,6
/proc/17774/stat : 17774 (python) S 17772 17774 17633 0 -1 4202496 12183 937 1 0 35 15 0 0 25 0 5 0 885776360 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17774/statm: 80059 7247 1873 364 0 15968 0
[pid=17780] ppid=17774 vsize=278480 CPUtime=0 cores=0,2,4,6
/proc/17780/stat : 17780 (python) S 17774 17774 17633 0 -1 4202560 730 0 0 0 0 0 0 0 25 0 1 0 885776436 285163520 5543 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715023 0 0 16781312 514 4245341942486925311 0 0 17 2 0 0 0
/proc/17780/statm: 69620 5543 354 364 0 5538 0
[pid=17782] ppid=17780 vsize=1017800 CPUtime=0.73 cores=0,2,4,6
/proc/17782/stat : 17782 (gnovelty+2) R 17780 17782 17782 0 -1 4202496 431 0 0 0 73 0 0 0 25 0 1 0 885776437 1042227200 169 33554432000 134512640 135663704 4294658144 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17782/statm: 254450 169 113 282 0 254166 0
[pid=17783] ppid=17774 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/17783/stat : 17783 (python) S 17774 17774 17633 0 -1 4202560 752 0 0 0 0 0 0 0 20 0 1 0 885776437 296251392 5684 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 13343532381496115460 0 0 17 2 0 0 0
/proc/17783/statm: 72327 5684 348 364 0 8242 0
[pid=17785] ppid=17783 vsize=1972 CPUtime=0.71 cores=0,2,4,6
/proc/17785/stat : 17785 (march_hi) R 17783 17785 17785 0 -1 4202496 578 0 0 0 71 0 0 0 25 0 1 0 885776438 2019328 313 33554432000 4194304 4955518 140735161860000 18446744073709551615 4227583 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17785/statm: 493 313 104 186 0 306 0
[pid=17786] ppid=17774 vsize=299196 CPUtime=0 cores=0,2,4,6
/proc/17786/stat : 17786 (python) S 17774 17774 17633 0 -1 4202560 747 0 0 0 0 0 0 0 21 0 1 0 885776438 306376704 5579 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 4608136799187861764 0 0 17 6 0 0 0
/proc/17786/statm: 74799 5579 348 364 0 10711 0
[pid=17788] ppid=17786 vsize=1972 CPUtime=0.71 cores=0,2,4,6
/proc/17788/stat : 17788 (march_hi) R 17786 17788 17788 0 -1 4202496 574 0 0 0 71 0 0 0 25 0 1 0 885776438 2019328 313 33554432000 4194304 4955518 140734446859424 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17788/statm: 493 313 104 186 0 306 0
[pid=17789] ppid=17774 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/17789/stat : 17789 (python) S 17774 17774 17633 0 -1 4202560 750 0 0 0 0 0 0 0 21 0 1 0 885776439 317431808 5718 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 1349254703203975428 0 0 17 4 0 0 0
/proc/17789/statm: 77498 5718 348 364 0 13407 0
[pid=17791] ppid=17789 vsize=1972 CPUtime=0.7 cores=0,2,4,6
/proc/17791/stat : 17791 (march_hi) R 17789 17791 17791 0 -1 4202496 572 0 0 0 70 0 0 0 25 0 1 0 885776439 2019328 312 33554432000 4194304 4955518 140734460649584 18446744073709551615 4209669 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17791/statm: 493 312 104 186 0 306 0
[pid=17774/tid=17781] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17781/stat : 17781 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 6 0 0 0
[pid=17774/tid=17784] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17784/stat : 17784 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
[pid=17774/tid=17787] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17787/stat : 17787 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776438 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 2 0 0 0
[pid=17774/tid=17790] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17790/stat : 17790 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776439 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 2520928

[startup+3.10088 s]
/proc/loadavg: 8.04 4.01 1.58 10/205 17791
/proc/meminfo: memFree=31787440/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=320236 CPUtime=0.5 cores=0,2,4,6
/proc/17774/stat : 17774 (python) S 17772 17774 17633 0 -1 4202496 12183 937 1 0 35 15 0 0 25 0 5 0 885776360 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17774/statm: 80059 7247 1873 364 0 15968 0
[pid=17780] ppid=17774 vsize=278480 CPUtime=0 cores=0,2,4,6
/proc/17780/stat : 17780 (python) S 17774 17774 17633 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 885776436 285163520 5543 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715023 0 0 16781312 514 4245341942486892801 0 0 17 2 0 0 0
/proc/17780/statm: 69620 5543 354 364 0 5538 0
[pid=17782] ppid=17780 vsize=1017800 CPUtime=2.33 cores=0,2,4,6
/proc/17782/stat : 17782 (gnovelty+2) R 17780 17782 17782 0 -1 4202496 431 0 0 0 233 0 0 0 25 0 1 0 885776437 1042227200 169 33554432000 134512640 135663704 4294658144 18446744073709551615 134545761 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17782/statm: 254450 169 113 282 0 254166 0
[pid=17783] ppid=17774 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/17783/stat : 17783 (python) S 17774 17774 17633 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 885776437 296251392 5684 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 13343532381496115460 0 0 17 2 0 0 0
/proc/17783/statm: 72327 5684 348 364 0 8242 0
[pid=17785] ppid=17783 vsize=1972 CPUtime=2.31 cores=0,2,4,6
/proc/17785/stat : 17785 (march_hi) R 17783 17785 17785 0 -1 4202496 595 0 0 0 231 0 0 0 25 0 1 0 885776438 2019328 330 33554432000 4194304 4955518 140735161860000 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17785/statm: 493 330 104 186 0 306 0
[pid=17786] ppid=17774 vsize=299196 CPUtime=0 cores=0,2,4,6
/proc/17786/stat : 17786 (python) S 17774 17774 17633 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 885776438 306376704 5579 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 4608136799187861764 0 0 17 6 0 0 0
/proc/17786/statm: 74799 5579 348 364 0 10711 0
[pid=17788] ppid=17786 vsize=1972 CPUtime=2.31 cores=0,2,4,6
/proc/17788/stat : 17788 (march_hi) R 17786 17788 17788 0 -1 4202496 591 0 0 0 231 0 0 0 25 0 1 0 885776438 2019328 330 33554432000 4194304 4955518 140734446859424 18446744073709551615 4238626 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17788/statm: 493 330 104 186 0 306 0
[pid=17789] ppid=17774 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/17789/stat : 17789 (python) S 17774 17774 17633 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 885776439 317431808 5718 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 5616708249727238404 0 0 17 4 0 0 0
/proc/17789/statm: 77498 5718 348 364 0 13407 0
[pid=17791] ppid=17789 vsize=1972 CPUtime=2.3 cores=0,2,4,6
/proc/17791/stat : 17791 (march_hi) R 17789 17791 17791 0 -1 4202496 589 0 0 0 230 0 0 0 25 0 1 0 885776439 2019328 329 33554432000 4194304 4955518 140734460649584 18446744073709551615 4263567 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17791/statm: 493 329 104 186 0 306 0
[pid=17774/tid=17781] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17781/stat : 17781 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 6 0 0 0
[pid=17774/tid=17784] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17784/stat : 17784 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
[pid=17774/tid=17787] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17787/stat : 17787 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776438 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 2 0 0 0
[pid=17774/tid=17790] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17790/stat : 17790 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776439 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.75
Current children cumulated vsize (KiB) 2520928

[startup+6.30127 s]
/proc/loadavg: 8.04 4.01 1.58 10/205 17792
/proc/meminfo: memFree=31785148/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=320236 CPUtime=0.5 cores=0,2,4,6
/proc/17774/stat : 17774 (python) S 17772 17774 17633 0 -1 4202496 12183 937 1 0 35 15 0 0 25 0 5 0 885776360 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17774/statm: 80059 7247 1873 364 0 15968 0
[pid=17780] ppid=17774 vsize=278480 CPUtime=0 cores=0,2,4,6
/proc/17780/stat : 17780 (python) S 17774 17774 17633 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 885776436 285163520 5565 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715023 0 0 16781312 514 4245341942486892801 0 0 17 2 0 0 0
/proc/17780/statm: 69620 5565 376 364 0 5538 0
[pid=17782] ppid=17780 vsize=1017800 CPUtime=5.53 cores=0,2,4,6
/proc/17782/stat : 17782 (gnovelty+2) R 17780 17782 17782 0 -1 4202496 431 0 0 0 553 0 0 0 25 0 1 0 885776437 1042227200 169 33554432000 134512640 135663704 4294658144 18446744073709551615 134525506 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17782/statm: 254450 169 113 282 0 254166 0
[pid=17783] ppid=17774 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/17783/stat : 17783 (python) S 17774 17774 17633 0 -1 4202560 919 0 0 0 0 0 0 0 15 0 1 0 885776437 296251392 5707 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 13343532381496115460 0 0 17 6 0 0 0
/proc/17783/statm: 72327 5707 371 364 0 8242 0
[pid=17785] ppid=17783 vsize=2112 CPUtime=5.47 cores=0,2,4,6
/proc/17785/stat : 17785 (march_hi) R 17783 17785 17785 0 -1 4202496 612 0 0 0 547 0 0 0 25 0 1 0 885776438 2162688 347 33554432000 4194304 4955518 140735161860000 18446744073709551615 4224738 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17785/statm: 528 347 104 186 0 341 0
[pid=17786] ppid=17774 vsize=299196 CPUtime=0 cores=0,2,4,6
/proc/17786/stat : 17786 (python) S 17774 17774 17633 0 -1 4202560 900 0 0 0 0 0 0 0 15 0 1 0 885776438 306376704 5602 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 4608136799187861764 0 0 17 6 0 0 0
/proc/17786/statm: 74799 5602 371 364 0 10711 0
[pid=17788] ppid=17786 vsize=2112 CPUtime=5.5 cores=0,2,4,6
/proc/17788/stat : 17788 (march_hi) R 17786 17788 17788 0 -1 4202496 608 0 0 0 550 0 0 0 25 0 1 0 885776438 2162688 347 33554432000 4194304 4955518 140734446859424 18446744073709551615 4238710 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17788/statm: 528 347 104 186 0 341 0
[pid=17789] ppid=17774 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/17789/stat : 17789 (python) S 17774 17774 17633 0 -1 4202560 911 0 0 0 0 0 0 0 15 0 1 0 885776439 317431808 5741 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 1349254703203975428 0 0 17 4 0 0 0
/proc/17789/statm: 77498 5741 371 364 0 13407 0
[pid=17791] ppid=17789 vsize=2112 CPUtime=5.49 cores=0,2,4,6
/proc/17791/stat : 17791 (march_hi) R 17789 17791 17791 0 -1 4202496 606 0 0 0 549 0 0 0 25 0 1 0 885776439 2162688 346 33554432000 4194304 4955518 140734460649584 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17791/statm: 528 346 104 186 0 341 0
[pid=17774/tid=17781] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17781/stat : 17781 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 6 0 0 0
[pid=17774/tid=17784] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17784/stat : 17784 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
[pid=17774/tid=17787] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17787/stat : 17787 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776438 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 2 0 0 0
[pid=17774/tid=17790] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17790/stat : 17790 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776439 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.49
Current children cumulated vsize (KiB) 2521348

[startup+12.701 s]
/proc/loadavg: 8.04 4.14 1.65 10/209 17796
/proc/meminfo: memFree=31746348/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=320236 CPUtime=0.5 cores=0,2,4,6
/proc/17774/stat : 17774 (python) S 17772 17774 17633 0 -1 4202496 12183 937 1 0 35 15 0 0 25 0 5 0 885776360 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17774/statm: 80059 7247 1873 364 0 15968 0
[pid=17780] ppid=17774 vsize=278480 CPUtime=0 cores=0,2,4,6
/proc/17780/stat : 17780 (python) S 17774 17774 17633 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 885776436 285163520 5566 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715023 0 0 16781312 514 17838670163084280065 0 0 17 2 0 0 0
/proc/17780/statm: 69620 5566 377 364 0 5538 0
[pid=17782] ppid=17780 vsize=1017800 CPUtime=11.93 cores=0,2,4,6
/proc/17782/stat : 17782 (gnovelty+2) R 17780 17782 17782 0 -1 4202496 431 0 0 0 1193 0 0 0 25 0 1 0 885776437 1042227200 169 33554432000 134512640 135663704 4294658144 18446744073709551615 134525237 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17782/statm: 254450 169 113 282 0 254166 0
[pid=17783] ppid=17774 vsize=289308 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=31744700/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=320236 CPUtime=0.5 cores=0,2,4,6
/proc/17774/stat : 17774 (python) S 17772 17774 17633 0 -1 4202496 12183 937 1 0 35 15 0 0 25 0 5 0 885776360 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17774/statm: 80059 7247 1873 364 0 15968 0
[pid=17780] ppid=17774 vsize=278480 CPUtime=0.04 cores=0,2,4,6
/proc/17780/stat : 17780 (python) S 17774 17774 17633 0 -1 4202560 899 0 0 0 2 2 0 0 18 0 1 0 885776436 285163520 5566 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715023 0 0 16781312 514 17838670163084280065 0 0 17 2 0 0 0
/proc/17780/statm: 69620 5566 377 364 0 5538 0
[pid=17782] ppid=17780 vsize=1017800 CPUtime=43.93 cores=0,2,4,6
/proc/17782/stat : 17782 (gnovelty+2) R 17780 17782 17782 0 -1 4202496 431 0 0 0 4393 0 0 0 25 0 1 0 885776437 1042227200 169 33554432000 134512640 135663704 4294658144 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17782/statm: 254450 169 113 282 0 254166 0
[pid=17783] ppid=17774 vsize=289308 CPUtime=0.06 cores=0,2,4,6
/proc/17783/stat : 17783 (python) S 17774 17774 17633 0 -1 4202560 954 0 0 0 4 2 0 0 15 0 1 0 885776437 296251392 5707 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 13343532381496115460 0 0 17 6 0 0 0
/proc/17783/statm: 72327 5707 371 364 0 8242 0
[pid=17785] ppid=17783 vsize=3296 CPUtime=43.58 cores=0,2,4,6
/proc/17785/stat : 17785 (march_hi) R 17783 17785 17785 0 -1 4202496 827 0 0 0 4358 0 0 0 25 0 1 0 885776438 3375104 562 33554432000 4194304 4955518 140735161860000 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17785/statm: 824 562 104 186 0 637 0
[pid=17786] ppid=17774 vsize=299196 CPUtime=0.07 cores=0,2,4,6
/proc/17786/stat : 17786 (python) S 17774 17774 17633 0 -1 4202560 928 0 0 0 4 3 0 0 15 0 1 0 885776438 306376704 5602 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 4608136799187861764 0 0 17 2 0 0 0
/proc/17786/statm: 74799 5602 371 364 0 10711 0
[pid=17788] ppid=17786 vsize=3296 CPUtime=43.8 cores=0,2,4,6
/proc/17788/stat : 17788 (march_hi) R 17786 17788 17788 0 -1 4202496 827 0 0 0 4380 0 0 0 25 0 1 0 885776438 3375104 566 33554432000 4194304 4955518 140734446859424 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17788/statm: 824 566 104 186 0 637 0
[pid=17789] ppid=17774 vsize=309992 CPUtime=0.06 cores=0,2,4,6
/proc/17789/stat : 17789 (python) S 17774 17774 17633 0 -1 4202560 939 0 0 0 4 2 0 0 15 0 1 0 885776439 317431808 5741 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 1349254703203975428 0 0 17 4 0 0 0
/proc/17789/statm: 77498 5741 371 364 0 13407 0
[pid=17791] ppid=17789 vsize=3296 CPUtime=43.83 cores=0,2,4,6
/proc/17791/stat : 17791 (march_hi) R 17789 17791 17791 0 -1 4202496 826 0 0 0 4383 0 0 0 25 0 1 0 885776439 3375104 566 33554432000 4194304 4955518 140734460649584 18446744073709551615 4206496 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17791/statm: 824 566 104 186 0 637 0
[pid=17774/tid=17781] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17781/stat : 17781 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 6 0 0 0
[pid=17774/tid=17784] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17784/stat : 17784 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
[pid=17774/tid=17787] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17787/stat : 17787 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776438 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 2 0 0 0
[pid=17774/tid=17790] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17790/stat : 17790 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776439 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 175.87
Current children cumulated vsize (KiB) 2524900

[startup+47.9013 s]
/proc/loadavg: 8.07 4.58 1.89 9/209 17797
/proc/meminfo: memFree=31744076/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=320236 CPUtime=0.5 cores=0,2,4,6
/proc/17774/stat : 17774 (python) S 17772 17774 17633 0 -1 4202496 12183 937 1 0 35 15 0 0 25 0 5 0 885776360 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17774/statm: 80059 7247 1873 364 0 15968 0
[pid=17780] ppid=17774 vsize=278480 CPUtime=0.05 cores=0,2,4,6
/proc/17780/stat : 17780 (python) S 17774 17774 17633 0 -1 4202560 902 0 0 0 3 2 0 0 18 0 1 0 885776436 285163520 5566 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715023 0 0 16781312 514 17838670163084280065 0 0 17 0 0 0 0
/proc/17780/statm: 69620 5566 377 364 0 5538 0
[pid=17782] ppid=17780 vsize=1017800 CPUtime=47.13 cores=0,2,4,6
/proc/17782/stat : 17782 (gnovelty+2) R 17780 17782 17782 0 -1 4202496 431 0 0 0 4713 0 0 0 25 0 1 0 885776437 1042227200 169 33554432000 134512640 135663704 4294658144 18446744073709551615 134545183 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17782/statm: 254450 169 113 282 0 254166 0
[pid=17783] ppid=17774 vsize=289308 CPUtime=0.08 cores=0,2,4,6
/proc/17783/stat : 17783 (python) S 17774 17774 17633 0 -1 4202560 964 0 0 0 5 3 0 0 15 0 1 0 885776437 296251392 5707 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 13343532381496115460 0 0 17 6 0 0 0
/proc/17783/statm: 72327 5707 371 364 0 8242 0
[pid=17785] ppid=17783 vsize=3296 CPUtime=46.75 cores=0,2,4,6
/proc/17785/stat : 17785 (march_hi) R 17783 17785 17785 0 -1 4202496 868 0 0 0 4675 0 0 0 25 0 1 0 885776438 3375104 603 33554432000 4194304 4955518 140735161860000 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17785/statm: 824 603 104 186 0 637 0
[pid=17786] ppid=17774 vsize=299196 CPUtime=0.35 cores=0,2,4,6
/proc/17786/stat : 17786 (python) R 17774 17774 17633 0 -1 4202560 933 0 0 0 29 6 0 0 16 0 1 0 885776438 306376704 5602 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488525119 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/17786/statm: 74799 5602 371 364 0 10711 0
[pid=17788] ppid=17786 vsize=0 CPUtime=46.71 cores=0,2,4,6
/proc/17788/stat : 17788 (march_hi) R 17786 17788 17788 0 -1 4202500 868 0 0 0 4671 0 0 0 25 0 1 0 885776438 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17788/statm: 0 0 0 0 0 0 0
[pid=17789] ppid=17774 vsize=309992 CPUtime=0.42 cores=0,2,4,6
/proc/17789/stat : 17789 (python) R 17774 17774 17633 0 -1 4202560 942 0 0 0 34 8 0 0 16 0 1 0 885776439 317431808 5741 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488525119 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/17789/statm: 77498 5741 371 364 0 13407 0
[pid=17791] ppid=17789 vsize=0 CPUtime=46.67 cores=0,2,4,6
/proc/17791/stat : 17791 (march_hi) R 17789 17791 17791 0 -1 4202500 866 0 0 0 4667 0 0 0 25 0 1 0 885776439 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/17791/statm: 0 0 0 0 0 0 0
[pid=17774/tid=17781] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17781/stat : 17781 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 6 0 0 0
[pid=17774/tid=17784] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17784/stat : 17784 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
[pid=17774/tid=17787] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17787/stat : 17787 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776438 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 2 0 0 0
[pid=17774/tid=17790] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17790/stat : 17790 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776439 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 188.66
Current children cumulated vsize (KiB) 2518308

[startup+48.7011 s]
/proc/loadavg: 8.07 4.58 1.89 12/209 17797
/proc/meminfo: memFree=31748416/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=320236 CPUtime=0.5 cores=0,2,4,6
/proc/17774/stat : 17774 (python) S 17772 17774 17633 0 -1 4202496 12183 937 1 0 35 15 0 0 25 0 5 0 885776360 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17774/statm: 80059 7247 1873 364 0 15968 0
[pid=17780] ppid=17774 vsize=278480 CPUtime=0.05 cores=0,2,4,6
/proc/17780/stat : 17780 (python) S 17774 17774 17633 0 -1 4202560 902 0 0 0 3 2 0 0 18 0 1 0 885776436 285163520 5566 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715023 0 0 16781312 514 17838670163084280065 0 0 17 0 0 0 0
/proc/17780/statm: 69620 5566 377 364 0 5538 0
[pid=17782] ppid=17780 vsize=1017800 CPUtime=47.93 cores=0,2,4,6
/proc/17782/stat : 17782 (gnovelty+2) R 17780 17782 17782 0 -1 4202496 431 0 0 0 4793 0 0 0 25 0 1 0 885776437 1042227200 169 33554432000 134512640 135663704 4294658144 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17782/statm: 254450 169 113 282 0 254166 0
[pid=17783] ppid=17774 vsize=289308 CPUtime=0.7 cores=0,2,4,6
/proc/17783/stat : 17783 (python) R 17774 17774 17633 0 -1 4202560 968 0 0 0 58 12 0 0 16 0 1 0 885776437 296251392 5707 33554432000 4194304 5683644 140737295063744 18446744073709551615 47338787999553 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/17783/statm: 72327 5707 371 364 0 8242 0
[pid=17785] ppid=17783 vsize=0 CPUtime=46.92 cores=0,2,4,6
/proc/17785/stat : 17785 (march_hi) R 17783 17785 17785 0 -1 4202500 872 0 0 0 4692 0 0 0 25 0 1 0 885776438 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/17785/statm: 0 0 0 0 0 0 0
[pid=17786] ppid=17774 vsize=299196 CPUtime=1.15 cores=0,2,4,6
/proc/17786/stat : 17786 (python) R 17774 17774 17633 0 -1 4202560 933 0 0 0 99 16 0 0 17 0 1 0 885776438 306376704 5602 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488525119 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/17786/statm: 74799 5602 371 364 0 10711 0
[pid=17788] ppid=17786 vsize=0 CPUtime=46.71 cores=0,2,4,6
/proc/17788/stat : 17788 (march_hi) R 17786 17788 17788 0 -1 4202500 868 0 0 0 4671 0 0 0 25 0 1 0 885776438 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17788/statm: 0 0 0 0 0 0 0
[pid=17789] ppid=17774 vsize=309992 CPUtime=1.22 cores=0,2,4,6
/proc/17789/stat : 17789 (python) R 17774 17774 17633 0 -1 4202560 942 0 0 0 104 18 0 0 17 0 1 0 885776439 317431808 5741 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715078 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/17789/statm: 77498 5741 371 364 0 13407 0
[pid=17791] ppid=17789 vsize=0 CPUtime=46.67 cores=0,2,4,6
/proc/17791/stat : 17791 (march_hi) R 17789 17791 17791 0 -1 4202500 866 0 0 0 4667 0 0 0 25 0 1 0 885776439 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/17791/statm: 0 0 0 0 0 0 0
[pid=17774/tid=17781] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17781/stat : 17781 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 6 0 0 0
[pid=17774/tid=17784] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17784/stat : 17784 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
[pid=17774/tid=17787] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17787/stat : 17787 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776438 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 2 0 0 0
[pid=17774/tid=17790] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17790/stat : 17790 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776439 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 191.85
Current children cumulated vsize (KiB) 2515012

[startup+49.507 s]
/proc/loadavg: 8.07 4.58 1.89 14/209 17797
/proc/meminfo: memFree=31748464/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=320236 CPUtime=0.5 cores=0,2,4,6
/proc/17774/stat : 17774 (python) S 17772 17774 17633 0 -1 4202496 12183 937 1 0 35 15 0 0 25 0 5 0 885776360 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17774/statm: 80059 7247 1873 364 0 15968 0
[pid=17780] ppid=17774 vsize=278480 CPUtime=0.05 cores=0,2,4,6
/proc/17780/stat : 17780 (python) S 17774 17774 17633 0 -1 4202560 902 0 0 0 3 2 0 0 18 0 1 0 885776436 285163520 5566 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476715023 0 0 16781312 514 17838670163084280065 0 0 17 0 0 0 0
/proc/17780/statm: 69620 5566 377 364 0 5538 0
[pid=17782] ppid=17780 vsize=1017800 CPUtime=48.74 cores=0,2,4,6
/proc/17782/stat : 17782 (gnovelty+2) R 17780 17782 17782 0 -1 4202496 431 0 0 0 4874 0 0 0 25 0 1 0 885776437 1042227200 169 33554432000 134512640 135663704 4294658144 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17782/statm: 254450 169 113 282 0 254166 0
[pid=17783] ppid=17774 vsize=289308 CPUtime=1.49 cores=0,2,4,6
/proc/17783/stat : 17783 (python) R 17774 17774 17633 0 -1 4202560 968 0 0 0 129 20 0 0 17 0 1 0 885776437 296251392 5707 33554432000 4194304 5683644 140737295063744 18446744073709551615 239476457360 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/17783/statm: 72327 5707 371 364 0 8242 0
[pid=17785] ppid=17783 vsize=0 CPUtime=46.92 cores=0,2,4,6
/proc/17785/stat : 17785 (march_hi) R 17783 17785 17785 0 -1 4202500 872 0 0 0 4692 0 0 0 25 0 1 0 885776438 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/17785/statm: 0 0 0 0 0 0 0
[pid=17786] ppid=17774 vsize=299196 CPUtime=1.95 cores=0,2,4,6
/proc/17786/stat : 17786 (python) R 17774 17774 17633 0 -1 4202560 933 0 0 0 169 26 0 0 18 0 1 0 885776438 306376704 5602 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488525119 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/17786/statm: 74799 5602 371 364 0 10711 0
[pid=17788] ppid=17786 vsize=0 CPUtime=46.71 cores=0,2,4,6
/proc/17788/stat : 17788 (march_hi) R 17786 17788 17788 0 -1 4202500 868 0 0 0 4671 0 0 0 25 0 1 0 885776438 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17788/statm: 0 0 0 0 0 0 0
[pid=17789] ppid=17774 vsize=309992 CPUtime=2.02 cores=0,2,4,6
/proc/17789/stat : 17789 (python) R 17774 17774 17633 0 -1 4202560 942 0 0 0 175 27 0 0 18 0 1 0 885776439 317431808 5741 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488525119 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/17789/statm: 77498 5741 371 364 0 13407 0
[pid=17791] ppid=17789 vsize=0 CPUtime=46.67 cores=0,2,4,6
/proc/17791/stat : 17791 (march_hi) R 17789 17791 17791 0 -1 4202500 866 0 0 0 4667 0 0 0 25 0 1 0 885776439 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/17791/statm: 0 0 0 0 0 0 0
[pid=17774/tid=17781] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17781/stat : 17781 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 6 0 0 0
[pid=17774/tid=17784] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17784/stat : 17784 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776437 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
[pid=17774/tid=17787] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17787/stat : 17787 (python) S 17772 17774 17633 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 885776438 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 2 0 0 0
[pid=17774/tid=17790] ppid=17772 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/17774/task/17790/stat : 17790 (python) S 17772 17774 17633 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 885776439 327921664 7247 33554432000 4194304 5683644 140737295063744 18446744073709551615 239488518577 0 0 16781312 2 18446604453925202816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 195.05
Current children cumulated vsize (KiB) 2515012

[startup+49.701 s]
/proc/loadavg: 8.07 4.58 1.89 14/209 17797
/proc/meminfo: memFree=31748464/32950928 swapFree=67055428/67111528
[pid=17774] ppid=17772 vsize=309932 CPUtime=195.85 cores=0,2,4,6
/proc/17774/stat : 17774 (python) R 17772 17774 17633 0 -1 4202496 16393 8153 1 0 37 15 19447 86 17 0 1 0 885776360 317370368 7236 33554432000 4194304 5683644 140737295063744 18446744073709551615 4501813 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17774/statm: 77483 7236 1866 364 0 13407 0
Current children cumulated CPU time (s) 195.85
Current children cumulated vsize (KiB) 309932

Child status: 0
Real time (s): 49.7041
CPU time (s): 195.87
CPU user time (s): 194.846
CPU system time (s): 1.02384
CPU usage (%): 394.072
Max. virtual memory (cumulated for all children) (KiB): 2524900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.846
system time used= 1.02384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24715
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= 4806
involuntary context switches= 2581

runsolver used 0.082987 second user time and 0.19497 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-10 23:36:33
IDJOB=3378615
IDBENCH=83024
IDSOLVER=1859
FILE ID=node148/3378615-1307741793
RUNJOBID= node148-1307741578-17651
PBS_JOBID= 13550752
Free space on /tmp= 74008 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1511266249-002.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-3378615-1307741793/watcher-3378615-1307741793 -o /tmp/evaluation-result-3378615-1307741793/solver-3378615-1307741793 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378615-1307741793.cnf -seed 686673999 -budget 4800 -cores 4

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

MD5SUM BENCH= 5f2e312544271c81369da327dc351a86
RANDOM SEED=686673999

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:      31826632 kB
Buffers:         85508 kB
Cached:         641896 kB
SwapCached:       8800 kB
Active:         523968 kB
Inactive:       453872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31826632 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           31464 kB
Writeback:           0 kB
AnonPages:      248564 kB
Mapped:          18900 kB
Slab:            78160 kB
PageTables:       8564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1773744 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= 73976 MiB
End job on node148 at 2011-06-10 23:37:23