Trace number 3322128

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 60.3488 10.0872

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S428924146-076.UNKNOWN.cnf
MD5SUM8742ded32e7243c8b59546e2dc82a4b4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.40687
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.38/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.65	c INFO: solving HOME/instance-3322128-1304375019.cnf
0.38/0.65	c INFO: computing task features
0.38/0.66	c INFO: computed variable-clause graph statistics
0.38/0.66	c INFO: computed clause balance statistics
0.46/0.70	c INFO: computed variable balance statistics
0.46/0.72	c INFO: computed small-clause counts
0.46/0.72	c INFO: computed Horn-clause counts
0.46/0.72	c INFO: computed variable graph statistics
0.46/0.72	c INFO: collected features for HOME/instance-3322128-1304375019.cnf in 0.08 s
0.46/0.76	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.61)
0.56/0.80	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.43)
0.56/0.84	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.39)
0.56/0.87	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.13)
0.66/0.91	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.66/0.95	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.28)
0.66/0.99	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.31)
1.53/1.03	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.27)
59.69/10.06	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3322128-1304375019/watcher-3322128-1304375019 -o /tmp/evaluation-result-3322128-1304375019/solver-3322128-1304375019 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322128-1304375019.cnf -seed 204424174 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 10.13 10.06 10.06 3/331 29904
/proc/meminfo: memFree=21366476/32951124 swapFree=67111356/67111528
[pid=29904] ppid=29902 vsize=15776 CPUtime=0 cores=0-7
/proc/29904/stat : 29904 (python) S 29902 29904 28735 0 -1 4202496 896 0 0 0 0 0 0 0 25 0 1 0 549099652 16154624 777 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/29904/statm: 3944 777 343 364 0 431 0

[startup+0.026891 s]
/proc/loadavg: 10.13 10.06 10.06 3/331 29904
/proc/meminfo: memFree=21366476/32951124 swapFree=67111356/67111528
[pid=29904] ppid=29902 vsize=16396 CPUtime=0.01 cores=0-7
/proc/29904/stat : 29904 (python) S 29902 29904 28735 0 -1 4202496 1118 0 0 0 1 0 0 0 17 0 1 0 549099652 16789504 985 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905726821 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/29904/statm: 4099 985 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.10087 s]
/proc/loadavg: 10.13 10.06 10.06 3/331 29904
/proc/meminfo: memFree=21366476/32951124 swapFree=67111356/67111528
[pid=29904] ppid=29902 vsize=91828 CPUtime=0.06 cores=0-7
/proc/29904/stat : 29904 (python) S 29902 29904 28735 0 -1 4202496 2679 0 0 0 4 2 0 0 17 0 1 0 549099652 94031872 2394 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/29904/statm: 22957 2394 755 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91828

[startup+0.300845 s]
/proc/loadavg: 10.13 10.06 10.06 3/331 29904
/proc/meminfo: memFree=21366476/32951124 swapFree=67111356/67111528
[pid=29904] ppid=29902 vsize=135752 CPUtime=0.19 cores=0-7
/proc/29904/stat : 29904 (python) S 29902 29904 28735 0 -1 4202496 5967 934 1 0 13 6 0 0 17 0 1 0 549099652 139010048 4152 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905726981 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/29904/statm: 33938 4152 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.70076 s]
/proc/loadavg: 10.13 10.06 10.06 3/331 29904
/proc/meminfo: memFree=21366476/32951124 swapFree=67111356/67111528
[pid=29904] ppid=29902 vsize=278296 CPUtime=0.46 cores=0-7
/proc/29904/stat : 29904 (python) R 29902 29904 28735 0 -1 4202496 9310 934 1 0 32 14 0 0 15 0 1 0 549099652 284975104 6976 33554432000 4194304 5683644 140735256759936 18446744073709551615 4510784 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29904/statm: 69574 6976 1826 364 0 5498 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 278296

[startup+1.50158 s]
/proc/loadavg: 10.13 10.06 10.06 12/352 29929
/proc/meminfo: memFree=21314724/32951124 swapFree=67111356/67111528
[pid=29904] ppid=29902 vsize=426676 CPUtime=0.8 cores=0-7
/proc/29904/stat : 29904 (python) S 29902 29904 28735 0 -1 4202496 15411 934 1 0 64 16 0 0 25 0 9 0 549099652 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29904/statm: 106669 7498 1889 364 0 42566 0
[pid=29910] ppid=29904 vsize=278456 CPUtime=0 cores=0-7
/proc/29910/stat : 29910 (python) S 29904 29904 28735 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 549099729 285138944 5547 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751055 0 0 16781312 514 18405379625933864959 0 0 17 0 0 0 0
/proc/29910/statm: 69614 5547 354 364 0 5532 0
[pid=29912] ppid=29910 vsize=1017800 CPUtime=0.73 cores=0-7
/proc/29912/stat : 29912 (gnovelty+2) R 29910 29912 29912 0 -1 4202496 425 0 0 0 73 0 0 0 21 0 1 0 549099729 1042227200 162 33554432000 134512640 135663704 4287916176 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29912/statm: 254450 162 113 282 0 254166 0
[pid=29913] ppid=29904 vsize=289228 CPUtime=0 cores=0-7
/proc/29913/stat : 29913 (python) S 29904 29904 28735 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 549099733 296169472 5665 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 5107829649639964933 0 0 17 7 0 0 0
/proc/29913/statm: 72307 5665 348 364 0 8222 0
[pid=29915] ppid=29913 vsize=1420 CPUtime=0.51 cores=0-7
/proc/29915/stat : 29915 (march_hi) R 29913 29915 29915 0 -1 4202496 471 0 0 0 51 0 0 0 21 0 1 0 549099733 1454080 209 33554432000 4194304 4955518 140736877902256 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29915/statm: 355 209 106 186 0 168 0
[pid=29916] ppid=29904 vsize=299616 CPUtime=0 cores=0-7
/proc/29916/stat : 29916 (python) S 29904 29904 28735 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 549099736 306806784 5685 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 6167917188490428680 0 0 17 1 0 0 0
/proc/29916/statm: 74904 5685 348 364 0 10816 0
[pid=29918] ppid=29916 vsize=1420 CPUtime=0.64 cores=0-7
/proc/29918/stat : 29918 (march_hi) R 29916 29918 29918 0 -1 4202496 472 0 0 0 64 0 0 0 22 0 1 0 549099737 1454080 209 33554432000 4194304 4955518 140733560877472 18446744073709551615 4208812 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29918/statm: 355 209 106 186 0 168 0
[pid=29919] ppid=29904 vsize=309872 CPUtime=0 cores=0-7
/proc/29919/stat : 29919 (python) S 29904 29904 28735 0 -1 4202560 760 0 0 0 0 0 0 0 16 0 1 0 549099740 317308928 5689 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 718183407372173576 0 0 17 0 0 0 0
/proc/29919/statm: 77468 5689 348 364 0 13377 0
[pid=29921] ppid=29919 vsize=1420 CPUtime=0.61 cores=0-7
/proc/29921/stat : 29921 (march_hi) R 29919 29921 29921 0 -1 4202496 472 0 0 0 61 0 0 0 25 0 1 0 549099740 1454080 209 33554432000 4194304 4955518 140735187582368 18446744073709551615 4235627 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29921/statm: 355 209 106 186 0 168 0
[pid=29922] ppid=29904 vsize=385664 CPUtime=0 cores=0-7
/proc/29922/stat : 29922 (python) S 29904 29904 28735 0 -1 4202560 726 0 0 0 0 0 0 0 19 0 1 0 549099744 394919936 5866 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 13935372827570995199 0 0 17 0 0 0 0
/proc/29922/statm: 96416 5866 348 364 0 32322 0
[pid=29924] ppid=29922 vsize=1017800 CPUtime=0.55 cores=0-7
/proc/29924/stat : 29924 (gnovelty+2) R 29922 29924 29924 0 -1 4202496 416 0 0 0 55 0 0 0 22 0 1 0 549099746 1042227200 161 33554432000 134512640 135663704 4290184272 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29924/statm: 254450 161 113 282 0 254166 0
[pid=29925] ppid=29904 vsize=395920 CPUtime=0 cores=0-7
/proc/29925/stat : 29925 (python) S 29904 29904 28735 0 -1 4202560 736 0 0 0 0 0 0 0 16 0 1 0 549099748 405422080 5842 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 5602248061209248004 0 0 17 3 0 0 0
/proc/29925/statm: 98980 5842 348 364 0 34883 0
[pid=29927] ppid=29925 vsize=1420 CPUtime=0.21 cores=0-7
/proc/29927/stat : 29927 (march_hi) R 29925 29927 29927 0 -1 4202496 464 0 0 0 21 0 0 0 22 0 1 0 549099750 1454080 208 33554432000 4194304 4955518 140736944881360 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29927/statm: 355 208 106 186 0 168 0
[pid=29928] ppid=29904 vsize=406176 CPUtime=0 cores=0-7
/proc/29928/stat : 29928 (python) S 29904 29904 28735 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 549099752 415924224 5829 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 3426746739514638597 0 0 17 3 0 0 0
/proc/29928/statm: 101544 5829 348 364 0 37444 0
[pid=29904/tid=29911] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29911/stat : 29911 (python) S 29902 29904 28735 0 -1 4202560 25 934 0 0 0 0 0 0 17 0 9 0 549099729 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29914] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29914/stat : 29914 (python) S 29902 29904 28735 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 549099733 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29917] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29917/stat : 29917 (python) S 29902 29904 28735 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 549099737 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29920] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29920/stat : 29920 (python) S 29902 29904 28735 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 549099740 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 6 0 0 0
[pid=29904/tid=29923] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29923/stat : 29923 (python) S 29902 29904 28735 0 -1 4202560 84 934 0 0 0 0 0 0 19 0 9 0 549099744 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29926] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29926/stat : 29926 (python) S 29902 29904 28735 0 -1 4202560 30 934 0 0 0 0 0 0 21 0 9 0 549099748 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29929] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29929/stat : 29929 (python) S 29902 29904 28735 0 -1 4202560 30 934 0 0 0 0 0 0 23 0 9 0 549099752 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 4832888

[startup+3.10129 s]
/proc/loadavg: 10.13 10.06 10.06 11/356 29933
/proc/meminfo: memFree=21309980/32951124 swapFree=67111356/67111528
[pid=29904] ppid=29902 vsize=426676 CPUtime=0.8 cores=0-7
/proc/29904/stat : 29904 (python) S 29902 29904 28735 0 -1 4202496 15411 934 1 0 64 16 0 0 25 0 9 0 549099652 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29904/statm: 106669 7498 1889 364 0 42566 0
[pid=29910] ppid=29904 vsize=278456 CPUtime=0 cores=0-7
/proc/29910/stat : 29910 (python) S 29904 29904 28735 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 549099729 285138944 5547 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751055 0 0 16781312 514 18405379625933832453 0 0 17 0 0 0 0
/proc/29910/statm: 69614 5547 354 364 0 5532 0
[pid=29912] ppid=29910 vsize=1017800 CPUtime=2.33 cores=0-7
/proc/29912/stat : 29912 (gnovelty+2) R 29910 29912 29912 0 -1 4202496 425 0 0 0 233 0 0 0 25 0 1 0 549099729 1042227200 162 33554432000 134512640 135663704 4287916176 18446744073709551615 134525708 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29912/statm: 254450 162 113 282 0 254166 0
[pid=29913] ppid=29904 vsize=289228 CPUtime=0 cores=0-7
/proc/29913/stat : 29913 (python) S 29904 29904 28735 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 549099733 296169472 5665 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 5107829649639964933 0 0 17 7 0 0 0
/proc/29913/statm: 72307 5665 348 364 0 8222 0
[pid=29915] ppid=29913 vsize=1420 CPUtime=1.34 cores=0-7
/proc/29915/stat : 29915 (march_hi) R 29913 29915 29915 0 -1 4202496 471 0 0 0 134 0 0 0 23 0 1 0 549099733 1454080 209 33554432000 4194304 4955518 140736877902256 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29915/statm: 355 209 106 186 0 168 0
[pid=29916] ppid=29904 vsize=299616 CPUtime=0 cores=0-7
/proc/29916/stat : 29916 (python) S 29904 29904 28735 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 549099736 306806784 5685 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 6167917188490428680 0 0 17 1 0 0 0
/proc/29916/statm: 74904 5685 348 364 0 10816 0
[pid=29918] ppid=29916 vsize=1420 CPUtime=2.24 cores=0-7
/proc/29918/stat : 29918 (march_hi) R 29916 29918 29918 0 -1 4202496 472 0 0 0 224 0 0 0 25 0 1 0 549099737 1454080 209 33554432000 4194304 4955518 140733560877472 18446744073709551615 4208676 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29918/statm: 355 209 106 186 0 168 0
[pid=29919] ppid=29904 vsize=309872 CPUtime=0 cores=0-7
/proc/29919/stat : 29919 (python) S 29904 29904 28735 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 549099740 317308928 5689 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 718183407372173576 0 0 17 0 0 0 0
/proc/29919/statm: 77468 5689 348 364 0 13377 0
[pid=29921] ppid=29919 vsize=1420 CPUtime=2.21 cores=0-7
/proc/29921/stat : 29921 (march_hi) R 29919 29921 29921 0 -1 4202496 472 0 0 0 221 0 0 0 25 0 1 0 549099740 1454080 209 33554432000 4194304 4955518 140735187582368 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29921/statm: 355 209 106 186 0 168 0
[pid=29922] ppid=29904 vsize=385664 CPUtime=0 cores=0-7
/proc/29922/stat : 29922 (python) S 29904 29904 28735 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 549099744 394919936 5866 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 13935372827570962695 0 0 17 0 0 0 0
/proc/29922/statm: 96416 5866 348 364 0 32322 0
[pid=29924] ppid=29922 vsize=1017800 CPUtime=2.15 cores=0-7
/proc/29924/stat : 29924 (gnovelty+2) R 29922 29924 29924 0 -1 4202496 416 0 0 0 215 0 0 0 25 0 1 0 549099746 1042227200 161 33554432000 134512640 135663704 4290184272 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29924/statm: 254450 161 113 282 0 254166 0
[pid=29925] ppid=29904 vsize=395920 CPUtime=0 cores=0-7
/proc/29925/stat : 29925 (python) S 29904 29904 28735 0 -1 4202560 738 0 0 0 0 0 0 0 15 0 1 0 549099748 405422080 5842 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 15928572179327713540 0 0 17 3 0 0 0
/proc/29925/statm: 98980 5842 348 364 0 34883 0
[pid=29927] ppid=29925 vsize=1420 CPUtime=1.01 cores=0-7
/proc/29927/stat : 29927 (march_hi) R 29925 29927 29927 0 -1 4202496 464 0 0 0 101 0 0 0 25 0 1 0 549099750 1454080 208 33554432000 4194304 4955518 140736944881360 18446744073709551615 4245739 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29927/statm: 355 208 106 186 0 168 0
[pid=29928] ppid=29904 vsize=406176 CPUtime=0 cores=0-7
/proc/29928/stat : 29928 (python) S 29904 29904 28735 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 549099752 415924224 5829 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 3426746739514638597 0 0 17 3 0 0 0
/proc/29928/statm: 101544 5829 348 364 0 37444 0
[pid=29930] ppid=29928 vsize=1420 CPUtime=2.06 cores=0-7
/proc/29930/stat : 29930 (march_hi) R 29928 29930 29930 0 -1 4202496 466 0 0 0 206 0 0 0 25 0 1 0 549099754 1454080 209 33554432000 4194304 4955518 140735424290480 18446744073709551615 4237793 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29930/statm: 355 209 106 186 0 168 0
[pid=29931] ppid=29904 vsize=416432 CPUtime=0 cores=0-7
/proc/29931/stat : 29931 (python) S 29904 29904 28735 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 1 0 549099756 426426368 5959 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 17708061380138991879 0 0 17 3 0 0 0
/proc/29931/statm: 104108 5959 354 364 0 40005 0
[pid=29933] ppid=29931 vsize=1420 CPUtime=0.91 cores=0-7
/proc/29933/stat : 29933 (march_hi) R 29931 29933 29933 0 -1 4202496 470 0 0 0 91 0 0 0 25 0 1 0 549099756 1454080 209 33554432000 4194304 4955518 140735466346960 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29933/statm: 355 209 106 186 0 168 0
[pid=29904/tid=29911] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29911/stat : 29911 (python) S 29902 29904 28735 0 -1 4202560 25 934 0 0 0 0 0 0 17 0 9 0 549099729 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29914] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29914/stat : 29914 (python) S 29902 29904 28735 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 549099733 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29917] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29917/stat : 29917 (python) S 29902 29904 28735 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 549099737 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29920] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29920/stat : 29920 (python) S 29902 29904 28735 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 549099740 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 6 0 0 0
[pid=29904/tid=29923] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29923/stat : 29923 (python) S 29902 29904 28735 0 -1 4202560 84 934 0 0 0 0 0 0 19 0 9 0 549099744 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29926] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29926/stat : 29926 (python) S 29902 29904 28735 0 -1 4202560 30 934 0 0 0 0 0 0 21 0 9 0 549099748 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29929] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29929/stat : 29929 (python) S 29902 29904 28735 0 -1 4202560 30 934 0 0 0 0 0 0 23 0 9 0 549099752 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29932] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29932/stat : 29932 (python) S 29902 29904 28735 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 549099756 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 15.05
Current children cumulated vsize (KiB) 5252160

[startup+6.30171 s]

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

[pid=29931] ppid=29904 vsize=416432 CPUtime=0.01 cores=0-7
/proc/29931/stat : 29931 (python) S 29904 29904 28735 0 -1 4202560 874 0 0 0 1 0 0 0 15 0 1 0 549099756 426426368 5982 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 17708061380138991879 0 0 17 4 0 0 0
/proc/29931/statm: 104108 5982 377 364 0 40005 0
[pid=29933] ppid=29931 vsize=1420 CPUtime=4.06 cores=0-7
/proc/29933/stat : 29933 (march_hi) R 29931 29933 29933 0 -1 4202496 473 0 0 0 406 0 0 0 25 0 1 0 549099756 1454080 212 33554432000 4194304 4955518 140735466346960 18446744073709551615 4210552 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29933/statm: 355 212 106 186 0 168 0
[pid=29904/tid=29911] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29911/stat : 29911 (python) S 29902 29904 28735 0 -1 4202560 25 934 0 0 0 0 0 0 17 0 9 0 549099729 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29914] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29914/stat : 29914 (python) S 29902 29904 28735 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 549099733 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29917] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29917/stat : 29917 (python) S 29902 29904 28735 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 549099737 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29920] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29920/stat : 29920 (python) S 29902 29904 28735 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 549099740 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 6 0 0 0
[pid=29904/tid=29923] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29923/stat : 29923 (python) S 29902 29904 28735 0 -1 4202560 84 934 0 0 0 0 0 0 19 0 9 0 549099744 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29926] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29926/stat : 29926 (python) S 29902 29904 28735 0 -1 4202560 30 934 0 0 0 0 0 0 21 0 9 0 549099748 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29929] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29929/stat : 29929 (python) S 29902 29904 28735 0 -1 4202560 30 934 0 0 0 0 0 0 23 0 9 0 549099752 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29932] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29932/stat : 29932 (python) S 29902 29904 28735 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 549099756 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 56.5
Current children cumulated vsize (KiB) 5247900

[startup+9.91306 s]
/proc/loadavg: 10.11 10.06 10.06 14/356 29933
/proc/meminfo: memFree=21309896/32951124 swapFree=67111356/67111528
[pid=29904] ppid=29902 vsize=426676 CPUtime=0.8 cores=0-7
/proc/29904/stat : 29904 (python) S 29902 29904 28735 0 -1 4202496 15411 934 1 0 64 16 0 0 25 0 9 0 549099652 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29904/statm: 106669 7498 1889 364 0 42566 0
[pid=29910] ppid=29904 vsize=278456 CPUtime=0 cores=0-7
/proc/29910/stat : 29910 (python) S 29904 29904 28735 0 -1 4202560 888 0 0 0 0 0 0 0 18 0 1 0 549099729 285138944 5570 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751055 0 0 16781312 514 18405379625933832453 0 0 17 0 0 0 0
/proc/29910/statm: 69614 5570 377 364 0 5532 0
[pid=29912] ppid=29910 vsize=1017800 CPUtime=9.13 cores=0-7
/proc/29912/stat : 29912 (gnovelty+2) R 29910 29912 29912 0 -1 4202496 425 0 0 0 913 0 0 0 25 0 1 0 549099729 1042227200 162 33554432000 134512640 135663704 4287916176 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29912/statm: 254450 162 113 282 0 254166 0
[pid=29913] ppid=29904 vsize=289228 CPUtime=0.01 cores=0-7
/proc/29913/stat : 29913 (python) S 29904 29904 28735 0 -1 4202560 911 0 0 0 0 1 0 0 15 0 1 0 549099733 296169472 5688 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 5107829649639964933 0 0 17 7 0 0 0
/proc/29913/statm: 72307 5688 371 364 0 8222 0
[pid=29915] ppid=29913 vsize=1420 CPUtime=4.71 cores=0-7
/proc/29915/stat : 29915 (march_hi) R 29913 29915 29915 0 -1 4202496 476 0 0 0 471 0 0 0 25 0 1 0 549099733 1454080 214 33554432000 4194304 4955518 140736877902256 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29915/statm: 355 214 106 186 0 168 0
[pid=29916] ppid=29904 vsize=299616 CPUtime=1.61 cores=0-7
/proc/29916/stat : 29916 (python) R 29904 29904 28735 0 -1 4202560 942 0 0 0 138 23 0 0 17 0 1 0 549099736 306806784 5708 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/29916/statm: 74904 5708 371 364 0 10816 0
[pid=29918] ppid=29916 vsize=0 CPUtime=7.43 cores=0-7
/proc/29918/stat : 29918 (march_hi) R 29916 29918 29918 0 -1 4202500 511 0 0 0 743 0 0 0 25 0 1 0 549099737 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29918/statm: 0 0 0 0 0 0 0
[pid=29919] ppid=29904 vsize=309872 CPUtime=1.6 cores=0-7
/proc/29919/stat : 29919 (python) R 29904 29904 28735 0 -1 4202560 925 0 0 0 140 20 0 0 17 0 1 0 549099740 317308928 5712 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905774170 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/29919/statm: 77468 5712 371 364 0 13377 0
[pid=29921] ppid=29919 vsize=0 CPUtime=7.43 cores=0-7
/proc/29921/stat : 29921 (march_hi) R 29919 29921 29921 0 -1 4202500 511 0 0 0 743 0 0 0 25 0 1 0 549099740 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29921/statm: 0 0 0 0 0 0 0
[pid=29922] ppid=29904 vsize=385664 CPUtime=0.01 cores=0-7
/proc/29922/stat : 29922 (python) S 29904 29904 28735 0 -1 4202560 797 0 0 0 0 1 0 0 18 0 1 0 549099744 394919936 5889 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 13935372827570962695 0 0 17 0 0 0 0
/proc/29922/statm: 96416 5889 371 364 0 32322 0
[pid=29924] ppid=29922 vsize=1017800 CPUtime=8.91 cores=0-7
/proc/29924/stat : 29924 (gnovelty+2) R 29922 29924 29924 0 -1 4202496 416 0 0 0 891 0 0 0 25 0 1 0 549099746 1042227200 161 33554432000 134512640 135663704 4290184272 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29924/statm: 254450 161 113 282 0 254166 0
[pid=29925] ppid=29904 vsize=395920 CPUtime=0.01 cores=0-7
/proc/29925/stat : 29925 (python) S 29904 29904 28735 0 -1 4202560 811 0 0 0 1 0 0 0 15 0 1 0 549099748 405422080 5865 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 15928572179327713540 0 0 17 5 0 0 0
/proc/29925/statm: 98980 5865 371 364 0 34883 0
[pid=29927] ppid=29925 vsize=1420 CPUtime=4.41 cores=0-7
/proc/29927/stat : 29927 (march_hi) R 29925 29927 29927 0 -1 4202496 468 0 0 0 441 0 0 0 25 0 1 0 549099750 1454080 212 33554432000 4194304 4955518 140736944881360 18446744073709551615 4235572 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29927/statm: 355 212 106 186 0 168 0
[pid=29928] ppid=29904 vsize=406176 CPUtime=1.41 cores=0-7
/proc/29928/stat : 29928 (python) R 29904 29904 28735 0 -1 4202560 823 0 0 0 124 17 0 0 17 0 1 0 549099752 415924224 5852 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/29928/statm: 101544 5852 371 364 0 37444 0
[pid=29930] ppid=29928 vsize=0 CPUtime=7.41 cores=0-7
/proc/29930/stat : 29930 (march_hi) R 29928 29930 29930 0 -1 4202500 505 0 0 0 741 0 0 0 25 0 1 0 549099754 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29930/statm: 0 0 0 0 0 0 0
[pid=29931] ppid=29904 vsize=416432 CPUtime=0.01 cores=0-7
/proc/29931/stat : 29931 (python) S 29904 29904 28735 0 -1 4202560 874 0 0 0 1 0 0 0 15 0 1 0 549099756 426426368 5982 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 17708061380138991879 0 0 17 4 0 0 0
/proc/29931/statm: 104108 5982 377 364 0 40005 0
[pid=29933] ppid=29931 vsize=1420 CPUtime=4.26 cores=0-7
/proc/29933/stat : 29933 (march_hi) R 29931 29933 29933 0 -1 4202496 474 0 0 0 426 0 0 0 25 0 1 0 549099756 1454080 213 33554432000 4194304 4955518 140735466346960 18446744073709551615 4413781 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29933/statm: 355 213 106 186 0 168 0
[pid=29904/tid=29911] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29911/stat : 29911 (python) S 29902 29904 28735 0 -1 4202560 25 934 0 0 0 0 0 0 17 0 9 0 549099729 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29914] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29914/stat : 29914 (python) S 29902 29904 28735 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 549099733 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29917] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29917/stat : 29917 (python) S 29902 29904 28735 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 549099737 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29920] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29920/stat : 29920 (python) S 29902 29904 28735 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 549099740 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 6 0 0 0
[pid=29904/tid=29923] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29923/stat : 29923 (python) S 29902 29904 28735 0 -1 4202560 84 934 0 0 0 0 0 0 19 0 9 0 549099744 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29926] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29926/stat : 29926 (python) S 29902 29904 28735 0 -1 4202560 30 934 0 0 0 0 0 0 21 0 9 0 549099748 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29929] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29929/stat : 29929 (python) S 29902 29904 28735 0 -1 4202560 30 934 0 0 0 0 0 0 23 0 9 0 549099752 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29932] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29932/stat : 29932 (python) S 29902 29904 28735 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 549099756 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 59.15
Current children cumulated vsize (KiB) 5247900

[startup+10.001 s]
/proc/loadavg: 10.11 10.06 10.06 14/356 29933
/proc/meminfo: memFree=21309896/32951124 swapFree=67111356/67111528
[pid=29904] ppid=29902 vsize=426676 CPUtime=0.8 cores=0-7
/proc/29904/stat : 29904 (python) S 29902 29904 28735 0 -1 4202496 15411 934 1 0 64 16 0 0 25 0 9 0 549099652 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29904/statm: 106669 7498 1889 364 0 42566 0
[pid=29910] ppid=29904 vsize=278456 CPUtime=0 cores=0-7
/proc/29910/stat : 29910 (python) S 29904 29904 28735 0 -1 4202560 888 0 0 0 0 0 0 0 18 0 1 0 549099729 285138944 5570 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751055 0 0 16781312 514 18405379625933832453 0 0 17 0 0 0 0
/proc/29910/statm: 69614 5570 377 364 0 5532 0
[pid=29912] ppid=29910 vsize=1017800 CPUtime=9.22 cores=0-7
/proc/29912/stat : 29912 (gnovelty+2) R 29910 29912 29912 0 -1 4202496 425 0 0 0 922 0 0 0 25 0 1 0 549099729 1042227200 162 33554432000 134512640 135663704 4287916176 18446744073709551615 134524840 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29912/statm: 254450 162 113 282 0 254166 0
[pid=29913] ppid=29904 vsize=289228 CPUtime=0.01 cores=0-7
/proc/29913/stat : 29913 (python) S 29904 29904 28735 0 -1 4202560 911 0 0 0 0 1 0 0 15 0 1 0 549099733 296169472 5688 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 5107829649639964933 0 0 17 7 0 0 0
/proc/29913/statm: 72307 5688 371 364 0 8222 0
[pid=29915] ppid=29913 vsize=1420 CPUtime=4.74 cores=0-7
/proc/29915/stat : 29915 (march_hi) R 29913 29915 29915 0 -1 4202496 476 0 0 0 474 0 0 0 25 0 1 0 549099733 1454080 214 33554432000 4194304 4955518 140736877902256 18446744073709551615 4224473 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29915/statm: 355 214 106 186 0 168 0
[pid=29916] ppid=29904 vsize=299616 CPUtime=1.7 cores=0-7
/proc/29916/stat : 29916 (python) R 29904 29904 28735 0 -1 4202560 942 0 0 0 146 24 0 0 17 0 1 0 549099736 306806784 5708 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/29916/statm: 74904 5708 371 364 0 10816 0
[pid=29918] ppid=29916 vsize=0 CPUtime=7.43 cores=0-7
/proc/29918/stat : 29918 (march_hi) R 29916 29918 29918 0 -1 4202500 511 0 0 0 743 0 0 0 25 0 1 0 549099737 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29918/statm: 0 0 0 0 0 0 0
[pid=29919] ppid=29904 vsize=309872 CPUtime=1.68 cores=0-7
/proc/29919/stat : 29919 (python) R 29904 29904 28735 0 -1 4202560 925 0 0 0 148 20 0 0 17 0 1 0 549099740 317308928 5712 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/29919/statm: 77468 5712 371 364 0 13377 0
[pid=29921] ppid=29919 vsize=0 CPUtime=7.43 cores=0-7
/proc/29921/stat : 29921 (march_hi) R 29919 29921 29921 0 -1 4202500 511 0 0 0 743 0 0 0 25 0 1 0 549099740 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29921/statm: 0 0 0 0 0 0 0
[pid=29922] ppid=29904 vsize=385664 CPUtime=0.01 cores=0-7
/proc/29922/stat : 29922 (python) S 29904 29904 28735 0 -1 4202560 797 0 0 0 0 1 0 0 18 0 1 0 549099744 394919936 5889 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 13935372827570962695 0 0 17 0 0 0 0
/proc/29922/statm: 96416 5889 371 364 0 32322 0
[pid=29924] ppid=29922 vsize=1017800 CPUtime=9 cores=0-7
/proc/29924/stat : 29924 (gnovelty+2) R 29922 29924 29924 0 -1 4202496 416 0 0 0 900 0 0 0 25 0 1 0 549099746 1042227200 161 33554432000 134512640 135663704 4290184272 18446744073709551615 134525334 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29924/statm: 254450 161 113 282 0 254166 0
[pid=29925] ppid=29904 vsize=395920 CPUtime=0.01 cores=0-7
/proc/29925/stat : 29925 (python) S 29904 29904 28735 0 -1 4202560 811 0 0 0 1 0 0 0 15 0 1 0 549099748 405422080 5865 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 15928572179327713540 0 0 17 5 0 0 0
/proc/29925/statm: 98980 5865 371 364 0 34883 0
[pid=29927] ppid=29925 vsize=1420 CPUtime=4.43 cores=0-7
/proc/29927/stat : 29927 (march_hi) R 29925 29927 29927 0 -1 4202496 468 0 0 0 443 0 0 0 25 0 1 0 549099750 1454080 212 33554432000 4194304 4955518 140736944881360 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29927/statm: 355 212 106 186 0 168 0
[pid=29928] ppid=29904 vsize=406176 CPUtime=1.5 cores=0-7
/proc/29928/stat : 29928 (python) R 29904 29904 28735 0 -1 4202560 823 0 0 0 132 18 0 0 17 0 1 0 549099752 415924224 5852 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/29928/statm: 101544 5852 371 364 0 37444 0
[pid=29930] ppid=29928 vsize=0 CPUtime=7.41 cores=0-7
/proc/29930/stat : 29930 (march_hi) R 29928 29930 29930 0 -1 4202500 505 0 0 0 741 0 0 0 25 0 1 0 549099754 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29930/statm: 0 0 0 0 0 0 0
[pid=29931] ppid=29904 vsize=416432 CPUtime=0.01 cores=0-7
/proc/29931/stat : 29931 (python) S 29904 29904 28735 0 -1 4202560 874 0 0 0 1 0 0 0 15 0 1 0 549099756 426426368 5982 33554432000 4194304 5683644 140735256759936 18446744073709551615 218905751110 0 0 16781312 514 17708061380138991879 0 0 17 4 0 0 0
/proc/29931/statm: 104108 5982 377 364 0 40005 0
[pid=29933] ppid=29931 vsize=1420 CPUtime=4.31 cores=0-7
/proc/29933/stat : 29933 (march_hi) R 29931 29933 29933 0 -1 4202496 474 0 0 0 431 0 0 0 25 0 1 0 549099756 1454080 213 33554432000 4194304 4955518 140735466346960 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29933/statm: 355 213 106 186 0 168 0
[pid=29904/tid=29911] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29911/stat : 29911 (python) S 29902 29904 28735 0 -1 4202560 25 934 0 0 0 0 0 0 17 0 9 0 549099729 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29914] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29914/stat : 29914 (python) S 29902 29904 28735 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 549099733 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29917] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29917/stat : 29917 (python) S 29902 29904 28735 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 549099737 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 1 0 0 0
[pid=29904/tid=29920] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29920/stat : 29920 (python) S 29902 29904 28735 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 549099740 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 6 0 0 0
[pid=29904/tid=29923] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29923/stat : 29923 (python) S 29902 29904 28735 0 -1 4202560 84 934 0 0 0 0 0 0 19 0 9 0 549099744 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29926] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29926/stat : 29926 (python) S 29902 29904 28735 0 -1 4202560 30 934 0 0 0 0 0 0 21 0 9 0 549099748 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29929] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29929/stat : 29929 (python) S 29902 29904 28735 0 -1 4202560 30 934 0 0 0 0 0 0 23 0 9 0 549099752 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
[pid=29904/tid=29932] ppid=29902 vsize=426676 CPUtime=0 cores=0-7
/proc/29904/task/29932/stat : 29932 (python) S 29902 29904 28735 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 549099756 436916224 7498 33554432000 4194304 5683644 140735256759936 18446744073709551615 218917554609 0 0 16781312 2 18446604468300013952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 59.69
Current children cumulated vsize (KiB) 5247900

Child status: 0
Real time (s): 10.0872
CPU time (s): 60.3488
CPU user time (s): 59.41
CPU system time (s): 0.938857
CPU usage (%): 598.273
Max. virtual memory (cumulated for all children) (KiB): 5252568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.41
system time used= 0.938857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32345
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= 5042
involuntary context switches= 2399

runsolver used 0.045993 second user time and 0.078987 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-03 00:23:39
IDJOB=3322128
IDBENCH=82906
IDSOLVER=1712
FILE ID=node137/3322128-1304375019
RUNJOBID= node137-1304366465-28749
PBS_JOBID= 13181736
Free space on /tmp= 73608 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S428924146-076.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-3322128-1304375019/watcher-3322128-1304375019 -o /tmp/evaluation-result-3322128-1304375019/solver-3322128-1304375019 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322128-1304375019.cnf -seed 204424174 -budget 40000 -cores 8

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

MD5SUM BENCH= 8742ded32e7243c8b59546e2dc82a4b4
RANDOM SEED=204424174

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.844
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.83
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.844
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:     32951124 kB
MemFree:      21366640 kB
Buffers:        964700 kB
Cached:        2716280 kB
SwapCached:         48 kB
Active:        7974156 kB
Inactive:      3107348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21366640 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           31884 kB
Writeback:           0 kB
AnonPages:     7401060 kB
Mapped:          27856 kB
Slab:           401028 kB
PageTables:      34676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69144352 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= 73576 MiB
End job on node137 at 2011-05-03 00:23:50