Trace number 3322282

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 1171.03 147.256

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S116041094-082.UNKNOWN.cnf
MD5SUMc3607b4797e262c1da0dfb143eedc361
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark145.128
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3322282-1304379686.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.41/0.50	c INFO: computed variable balance statistics
0.41/0.53	c INFO: computed small-clause counts
0.41/0.53	c INFO: computed Horn-clause counts
0.41/0.53	c INFO: computed variable graph statistics
0.41/0.53	c INFO: collected features for HOME/instance-3322282-1304379686.cnf in 0.07 s
0.41/0.57	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.51/0.61	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.37)
0.51/0.64	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.37)
0.51/0.68	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.12)
0.61/0.72	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.61/0.76	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.26)
0.70/0.80	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.23)
0.70/0.84	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
800.33/100.82	c INFO: running kcnfs-2006@0 for 582 with 39899 remaining (b = 0.21)
801.05/100.98	c INFO: running march_hi@0 for 388 with 39899 remaining (b = 0.14)
832.99/104.92	c INFO: running march_hi@0 for 97 with 39895 remaining (b = 0.04)
1170.58/147.23	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-3322282-1304379686/watcher-3322282-1304379686 -o /tmp/evaluation-result-3322282-1304379686/solver-3322282-1304379686 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322282-1304379686.cnf -seed 1034356869 -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: 5.26 6.97 7.67 1/295 31873
/proc/meminfo: memFree=6946872/32951124 swapFree=67111524/67111528
[pid=31873] ppid=31871 vsize=15772 CPUtime=0 cores=0-7
/proc/31873/stat : 31873 (python) S 31871 31873 30950 0 -1 4202496 927 0 0 0 0 0 0 0 17 0 1 0 282159870 16150528 806 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/31873/statm: 3943 806 356 364 0 430 0

[startup+0.094546 s]
/proc/loadavg: 5.26 6.97 7.67 1/295 31873
/proc/meminfo: memFree=6946872/32951124 swapFree=67111524/67111528
[pid=31873] ppid=31871 vsize=101740 CPUtime=0.06 cores=0-7
/proc/31873/stat : 31873 (python) S 31871 31873 30950 0 -1 4202496 2932 0 0 0 5 1 0 0 17 0 1 0 282159870 104181760 2626 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/31873/statm: 25435 2626 837 364 0 1735 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101740

[startup+0.100523 s]
/proc/loadavg: 5.26 6.97 7.67 1/295 31873
/proc/meminfo: memFree=6946872/32951124 swapFree=67111524/67111528
[pid=31873] ppid=31871 vsize=104228 CPUtime=0.07 cores=0-7
/proc/31873/stat : 31873 (python) R 31871 31873 30950 0 -1 4202496 3069 0 0 0 5 2 0 0 17 0 1 0 282159870 106729472 2750 33554432000 4194304 5683644 140736113623440 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31873/statm: 26056 2749 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300493 s]
/proc/loadavg: 5.26 6.97 7.67 1/295 31873
/proc/meminfo: memFree=6946872/32951124 swapFree=67111524/67111528
[pid=31873] ppid=31871 vsize=187684 CPUtime=0.23 cores=0-7
/proc/31873/stat : 31873 (python) S 31871 31873 30950 0 -1 4202496 6823 935 1 0 15 8 0 0 18 0 1 0 282159870 192188416 4881 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/31873/statm: 46921 4881 1399 364 0 3722 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187684

[startup+0.700362 s]
/proc/loadavg: 5.26 6.97 7.67 1/295 31873
/proc/meminfo: memFree=6946872/32951124 swapFree=67111524/67111528
[pid=31873] ppid=31871 vsize=385620 CPUtime=0.61 cores=0-7
/proc/31873/stat : 31873 (python) R 31871 31873 30950 0 -1 4202496 12558 935 1 0 49 12 0 0 21 0 5 0 282159870 394874880 7479 33554432000 4194304 5683644 140736113623440 18446744073709551615 268664144093 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31873/statm: 96405 7479 1880 364 0 32314 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 385620

[startup+1.50122 s]
/proc/loadavg: 5.26 6.97 7.67 9/320 31902
/proc/meminfo: memFree=6891236/32951124 swapFree=67111524/67111528
[pid=31873] ppid=31871 vsize=426644 CPUtime=0.74 cores=0-7
/proc/31873/stat : 31873 (python) S 31871 31873 30950 0 -1 4202496 15288 935 1 0 62 12 0 0 19 0 9 0 282159870 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31873/statm: 106661 7521 1889 364 0 42558 0
[pid=31879] ppid=31873 vsize=278736 CPUtime=0 cores=0-7
/proc/31879/stat : 31879 (python) S 31873 31873 30950 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 282159928 285425664 5591 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682255 0 0 16781312 514 5296005842053627903 0 0 17 1 0 0 0
/proc/31879/statm: 69684 5591 354 364 0 5602 0
[pid=31881] ppid=31879 vsize=1017800 CPUtime=0.92 cores=0-7
/proc/31881/stat : 31881 (gnovelty+2) R 31879 31881 31881 0 -1 4202496 440 0 0 0 92 0 0 0 23 0 1 0 282159928 1042227200 174 33554432000 134512640 135663704 4293924128 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31881/statm: 254450 174 113 282 0 254166 0
[pid=31882] ppid=31873 vsize=289328 CPUtime=0 cores=0-7
/proc/31882/stat : 31882 (python) S 31873 31873 30950 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 282159931 296271872 5690 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 9126008087486890242 0 0 17 3 0 0 0
/proc/31882/statm: 72332 5690 348 364 0 8247 0
[pid=31884] ppid=31882 vsize=2296 CPUtime=0.88 cores=0-7
/proc/31884/stat : 31884 (march_hi) R 31882 31884 31884 0 -1 4202496 641 0 0 0 88 0 0 0 25 0 1 0 282159932 2351104 379 33554432000 4194304 4955518 140735997384000 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31884/statm: 574 379 104 186 0 387 0
[pid=31885] ppid=31873 vsize=365120 CPUtime=0 cores=0-7
/proc/31885/stat : 31885 (python) S 31873 31873 30950 0 -1 4202560 715 0 0 0 0 0 0 0 15 0 1 0 282159935 373882880 5867 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 9125999291393868036 0 0 17 7 0 0 0
/proc/31885/statm: 91280 5867 348 364 0 27192 0
[pid=31887] ppid=31885 vsize=2296 CPUtime=0.84 cores=0-7
/proc/31887/stat : 31887 (march_hi) R 31885 31887 31887 0 -1 4202496 630 0 0 0 84 0 0 0 23 0 1 0 282159935 2351104 377 33554432000 4194304 4955518 140734532763760 18446744073709551615 4261387 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31887/statm: 574 377 104 186 0 387 0
[pid=31888] ppid=31873 vsize=375376 CPUtime=0 cores=0-7
/proc/31888/stat : 31888 (python) S 31873 31873 30950 0 -1 4202560 722 0 0 0 0 0 0 0 15 0 1 0 282159939 384385024 5823 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 1287044335304409346 0 0 17 2 0 0 0
/proc/31888/statm: 93844 5823 348 364 0 29753 0
[pid=31890] ppid=31888 vsize=2296 CPUtime=0.79 cores=0-7
/proc/31890/stat : 31890 (march_hi) R 31888 31890 31890 0 -1 4202496 628 0 0 0 79 0 0 0 25 0 1 0 282159939 2351104 374 33554432000 4194304 4955518 140735880879472 18446744073709551615 4263575 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31890/statm: 574 374 104 186 0 387 0
[pid=31891] ppid=31873 vsize=385632 CPUtime=0 cores=0-7
/proc/31891/stat : 31891 (python) S 31873 31873 30950 0 -1 4202560 729 0 0 0 0 0 0 0 22 0 1 0 282159943 394887168 5947 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 4357703234752610303 0 0 17 2 0 0 0
/proc/31891/statm: 96408 5947 348 364 0 32314 0
[pid=31893] ppid=31891 vsize=1017800 CPUtime=0.75 cores=0-7
/proc/31893/stat : 31893 (gnovelty+2) R 31891 31893 31893 0 -1 4202496 429 0 0 0 75 0 0 0 25 0 1 0 282159943 1042227200 174 33554432000 134512640 135663704 4288759360 18446744073709551615 134546752 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31893/statm: 254450 174 113 282 0 254166 0
[pid=31894] ppid=31873 vsize=395888 CPUtime=0 cores=0-7
/proc/31894/stat : 31894 (python) S 31873 31873 30950 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 282159947 405389312 5848 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 10419297644542132483 0 0 17 2 0 0 0
/proc/31894/statm: 98972 5848 348 364 0 34875 0
[pid=31896] ppid=31894 vsize=2296 CPUtime=0.72 cores=0-7
/proc/31896/stat : 31896 (march_hi) R 31894 31896 31896 0 -1 4202496 627 0 0 0 72 0 0 0 23 0 1 0 282159947 2351104 371 33554432000 4194304 4955518 140735711329792 18446744073709551615 4235434 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31896/statm: 574 371 104 186 0 387 0
[pid=31897] ppid=31873 vsize=406144 CPUtime=0 cores=0-7
/proc/31897/stat : 31897 (python) S 31873 31873 30950 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 282159951 415891456 5972 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 10525039876808605953 0 0 17 1 0 0 0
/proc/31897/statm: 101536 5972 348 364 0 37436 0
[pid=31899] ppid=31897 vsize=2296 CPUtime=0.66 cores=0-7
/proc/31899/stat : 31899 (march_hi) R 31897 31899 31899 0 -1 4202496 626 0 0 0 66 0 0 0 22 0 1 0 282159953 2351104 369 33554432000 4194304 4955518 140736017162896 18446744073709551615 4290284 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31899/statm: 574 369 104 186 0 387 0
[pid=31900] ppid=31873 vsize=416400 CPUtime=0 cores=0-7
/proc/31900/stat : 31900 (python) S 31873 31873 30950 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 282159955 426393600 5982 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 3371027888265462019 0 0 17 1 0 0 0
/proc/31900/statm: 104100 5982 354 364 0 39997 0
[pid=31902] ppid=31900 vsize=2296 CPUtime=0.64 cores=0-7
/proc/31902/stat : 31902 (march_hi) R 31900 31902 31902 0 -1 4202496 630 0 0 0 64 0 0 0 24 0 1 0 282159955 2351104 368 33554432000 4194304 4955518 140734442310864 18446744073709551615 4227613 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31902/statm: 574 368 104 186 0 387 0
[pid=31873/tid=31880] ppid=31871 vsize=426644 CPUtime=0 cores=0-7
/proc/31873/task/31880/stat : 31880 (python) S 31871 31873 30950 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 9 0 282159928 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 0 0 0 0
[pid=31873/tid=31883] ppid=31871 vsize=426644 CPUtime=0 cores=0-7
/proc/31873/task/31883/stat : 31883 (python) S 31871 31873 30950 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 282159931 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 3 0 0 0
[pid=31873/tid=31886] ppid=31871 vsize=426644 CPUtime=0 cores=0-7
/proc/31873/task/31886/stat : 31886 (python) S 31871 31873 30950 0 -1 4202560 74 935 0 0 0 0 0 0 19 0 9 0 282159935 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 0 0 0 0
[pid=31873/tid=31889] ppid=31871 vsize=426644 CPUtime=0 cores=0-7
/proc/31873/task/31889/stat : 31889 (python) S 31871 31873 30950 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 282159939 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 2 0 0 0
[pid=31873/tid=31892] ppid=31871 vsize=426644 CPUtime=0 cores=0-7
/proc/31873/task/31892/stat : 31892 (python) S 31871 31873 30950 0 -1 4202560 34 935 0 0 0 0 0 0 23 0 9 0 282159943 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 2 0 0 0
[pid=31873/tid=31895] ppid=31871 vsize=426644 CPUtime=0 cores=0-7
/proc/31873/task/31895/stat : 31895 (python) S 31871 31873 30950 0 -1 4202560 35 935 0 0 0 0 0 0 20 0 9 0 282159947 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 2 0 0 0
[pid=31873/tid=31898] ppid=31871 vsize=426644 CPUtime=0 cores=0-7
/proc/31873/task/31898/stat : 31898 (python) S 31871 31873 30950 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 282159951 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 6 0 0 0
[pid=31873/tid=31901] ppid=31871 vsize=426644 CPUtime=0 cores=0-7
/proc/31873/task/31901/stat : 31901 (python) S 31871 31873 30950 0 -1 4202560 74 935 0 0 0 0 0 0 20 0 9 0 282159955 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 5388644

[startup+3.10094 s]
/proc/loadavg: 5.26 6.97 7.67 9/320 31902
/proc/meminfo: memFree=6888632/32951124 swapFree=67111524/67111528
[pid=31873] ppid=31871 vsize=426644 CPUtime=0.74 cores=0-7
/proc/31873/stat : 31873 (python) S 31871 31873 30950 0 -1 4202496 15288 935 1 0 62 12 0 0 19 0 9 0 282159870 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31873/statm: 106661 7521 1889 364 0 42558 0
[pid=31879] ppid=31873 vsize=278736 CPUtime=0 cores=0-7
/proc/31879/stat : 31879 (python) S 31873 31873 30950 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 282159928 285425664 5591 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682255 0 0 16781312 514 5296005842053595396 0 0 17 1 0 0 0
/proc/31879/statm: 69684 5591 354 364 0 5602 0
[pid=31881] ppid=31879 vsize=1017800 CPUtime=2.52 cores=0-7
/proc/31881/stat : 31881 (gnovelty+2) R 31879 31881 31881 0 -1 4202496 440 0 0 0 252 0 0 0 25 0 1 0 282159928 1042227200 174 33554432000 134512640 135663704 4293924128 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31881/statm: 254450 174 113 282 0 254166 0
[pid=31882] ppid=31873 vsize=289328 CPUtime=0 cores=0-7
/proc/31882/stat : 31882 (python) S 31873 31873 30950 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 282159931 296271872 5690 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 9126008087486890242 0 0 17 3 0 0 0
/proc/31882/statm: 72332 5690 348 364 0 8247 0
[pid=31884] ppid=31882 vsize=2616 CPUtime=2.48 cores=0-7
/proc/31884/stat : 31884 (march_hi) R 31882 31884 31884 0 -1 4202496 704 0 0 0 248 0 0 0 25 0 1 0 282159932 2678784 442 33554432000 4194304 4955518 140735997384000 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31884/statm: 654 442 104 186 0 467 0
[pid=31885] ppid=31873 vsize=365120 CPUtime=0 cores=0-7
/proc/31885/stat : 31885 (python) S 31873 31873 30950 0 -1 4202560 717 0 0 0 0 0 0 0 15 0 1 0 282159935 373882880 5867 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 9125999291393868036 0 0 17 7 0 0 0
/proc/31885/statm: 91280 5867 348 364 0 27192 0
[pid=31887] ppid=31885 vsize=2616 CPUtime=2.44 cores=0-7
/proc/31887/stat : 31887 (march_hi) R 31885 31887 31887 0 -1 4202496 694 0 0 0 244 0 0 0 25 0 1 0 282159935 2678784 441 33554432000 4194304 4955518 140734532763760 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31887/statm: 654 441 104 186 0 467 0
[pid=31888] ppid=31873 vsize=375376 CPUtime=0 cores=0-7
/proc/31888/stat : 31888 (python) S 31873 31873 30950 0 -1 4202560 723 0 0 0 0 0 0 0 15 0 1 0 282159939 384385024 5823 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 1287044335304409346 0 0 17 2 0 0 0
/proc/31888/statm: 93844 5823 348 364 0 29753 0
[pid=31890] ppid=31888 vsize=2616 CPUtime=2.38 cores=0-7
/proc/31890/stat : 31890 (march_hi) R 31888 31890 31890 0 -1 4202496 692 0 0 0 238 0 0 0 25 0 1 0 282159939 2678784 438 33554432000 4194304 4955518 140735880879472 18446744073709551615 4227831 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31890/statm: 654 438 104 186 0 467 0
[pid=31891] ppid=31873 vsize=385632 CPUtime=0 cores=0-7
/proc/31891/stat : 31891 (python) S 31873 31873 30950 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 282159943 394887168 5947 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 4357703234752577793 0 0 17 2 0 0 0
/proc/31891/statm: 96408 5947 348 364 0 32314 0
[pid=31893] ppid=31891 vsize=1017800 CPUtime=2.35 cores=0-7
/proc/31893/stat : 31893 (gnovelty+2) R 31891 31893 31893 0 -1 4202496 429 0 0 0 235 0 0 0 25 0 1 0 282159943 1042227200 174 33554432000 134512640 135663704 4288759360 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31893/statm: 254450 174 113 282 0 254166 0
[pid=31894] ppid=31873 vsize=395888 CPUtime=0 cores=0-7
/proc/31894/stat : 31894 (python) S 31873 31873 30950 0 -1 4202560 738 0 0 0 0 0 0 0 15 0 1 0 282159947 405389312 5848 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 10419297644542132483 0 0 17 2 0 0 0
/proc/31894/statm: 98972 5848 348 364 0 34875 0
[pid=31896] ppid=31894 vsize=2616 CPUtime=2.32 cores=0-7
/proc/31896/stat : 31896 (march_hi) R 31894 31896 31896 0 -1 4202496 692 0 0 0 232 0 0 0 25 0 1 0 282159947 2678784 436 33554432000 4194304 4955518 140735711329792 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31896/statm: 654 436 104 186 0 467 0
[pid=31897] ppid=31873 vsize=406144 CPUtime=0 cores=0-7
/proc/31897/stat : 31897 (python) S 31873 31873 30950 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 282159951 415891456 5972 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 10525039876808605953 0 0 17 1 0 0 0
/proc/31897/statm: 101536 5972 348 364 0 37436 0
[pid=31899] ppid=31897 vsize=2616 CPUtime=2.26 cores=0-7
/proc/31899/stat : 31899 (march_hi) R 31897 31899 31899 0 -1 4202496 691 0 0 0 226 0 0 0 25 0 1 0 282159953 2678784 434 33554432000 4194304 4955518 140736017162896 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31899/statm: 654 434 104 186 0 467 0
[pid=31900] ppid=31873 vsize=416400 CPUtime=0 cores=0-7
/proc/31900/stat : 31900 (python) S 31873 31873 30950 0 -1 4202560 782 0 0 0 0 0 0 0 15 0 1 0 282159955 426393600 5982 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 3371027888265462019 0 0 17 1 0 0 0
/proc/31900/statm: 104100 5982 354 364 0 39997 0
[pid=31902] ppid=31900 vsize=2616 CPUtime=2.24 cores=0-7
/proc/31902/stat : 31902 (march_hi) R 31900 31902 31902 0 -1 4202496 695 0 0 0 224 0 0 0 25 0 1 0 282159955 2678784 433 33554432000 4194304 4955518 140734442310864 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31902/statm: 654 433 104 186 0 467 0
[pid=31873/tid=31880] ppid=31871 vsize=426644 CPUtime=0 cores=0-7
/proc/31873/task/31880/stat : 31880 (python) S 31871 31873 30950 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 9 0 282159928 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 0 0 0 0
[pid=31873/tid=31883] ppid=31871 vsize=426644 CPUtime=0 cores=0-7
/proc/31873/task/31883/stat : 31883 (python) S 31871 31873 30950 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 282159931 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 3 0 0 0
[pid=31873/tid=31886] ppid=31871 vsize=426644 CPUtime=0 cores=0-7
/proc/31873/task/31886/stat : 31886 (python) S 31871 31873 30950 0 -1 4202560 74 935 0 0 0 0 0 0 19 0 9 0 282159935 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 0 0 0 0
[pid=31873/tid=31889] ppid=31871 vsize=426644 CPUtime=0 cores=0-7
/proc/31873/task/31889/stat : 31889 (python) S 31871 31873 30950 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 282159939 436883456 7521 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 2 0 0 0
[pid=31873/tid=31892] ppid=31871 vsize=426644 CPUtime=0 cores=0-7

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

/proc/31884/statm: 6609 4619 104 186 0 6422 0
[pid=31885] ppid=31873 vsize=365120 CPUtime=0.89 cores=0-7
/proc/31885/stat : 31885 (python) R 31873 31873 30950 0 -1 4202560 813 0 0 0 67 22 0 0 16 0 1 0 282159935 373882880 5891 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/31885/statm: 91280 5891 372 364 0 27192 0
[pid=31887] ppid=31885 vsize=0 CPUtime=145.68 cores=0-7
/proc/31887/stat : 31887 (march_hi) R 31885 31887 31887 0 -1 4202500 4896 0 0 0 14568 0 0 0 25 0 1 0 282159935 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31887/statm: 0 0 0 0 0 0 0
[pid=31888] ppid=31873 vsize=375376 CPUtime=0.36 cores=0-7
/proc/31888/stat : 31888 (python) S 31873 31873 30950 0 -1 4202560 985 0 0 0 19 17 0 0 15 0 2 0 282159939 384385024 5877 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/31888/statm: 93844 5877 401 364 0 29753 0
[pid=31890] ppid=31888 vsize=26436 CPUtime=144.78 cores=0-7
/proc/31890/stat : 31890 (march_hi) R 31888 31890 31890 0 -1 4202496 4846 0 0 0 14477 1 0 0 25 0 1 0 282159939 27070464 4592 33554432000 4194304 4955518 140735880879472 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31890/statm: 6609 4592 104 186 0 6422 0
[pid=31888/tid=31914] ppid=31873 vsize=375376 CPUtime=0 cores=0-7
/proc/31888/task/31914/stat : 31914 (python) S 31873 31873 30950 0 -1 4202560 68 0 0 0 0 0 0 0 16 0 2 0 282170358 384385024 5877 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 514 18446604453927297408 0 0 -1 0 0 0 0
[pid=31891] ppid=31873 vsize=385632 CPUtime=0.22 cores=0-7
/proc/31891/stat : 31891 (python) S 31873 31873 30950 0 -1 4202560 986 0 0 0 12 10 0 0 19 0 2 0 282159943 394887168 6000 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31891/statm: 96408 6000 400 364 0 32314 0
[pid=31893] ppid=31891 vsize=1017800 CPUtime=100.18 cores=0-7
/proc/31893/stat : 31893 (gnovelty+2) T 31891 31893 31893 0 -1 4202496 429 0 0 0 10018 0 0 0 25 0 1 0 282159943 1042227200 174 33554432000 134512640 135663704 4288759360 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31893/statm: 254450 174 113 282 0 254166 0
[pid=31891/tid=31909] ppid=31873 vsize=385632 CPUtime=0 cores=0-7
/proc/31891/task/31909/stat : 31909 (python) S 31873 31873 30950 0 -1 4202560 71 0 0 0 0 0 0 0 19 0 2 0 282169964 394887168 6000 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 514 18446604453927300096 0 0 -1 2 0 0 0
[pid=31894] ppid=31873 vsize=395888 CPUtime=0.36 cores=0-7
/proc/31894/stat : 31894 (python) S 31873 31873 30950 0 -1 4202560 837 0 0 0 19 17 0 0 15 0 1 0 282159947 405389312 5872 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 10419297644542132483 0 0 17 2 0 0 0
/proc/31894/statm: 98972 5872 372 364 0 34875 0
[pid=31896] ppid=31894 vsize=26436 CPUtime=145.75 cores=0-7
/proc/31896/stat : 31896 (march_hi) R 31894 31896 31896 0 -1 4202496 4895 0 0 0 14575 0 0 0 25 0 1 0 282159947 27070464 4639 33554432000 4194304 4955518 140735711329792 18446744073709551615 4238449 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31896/statm: 6609 4639 104 186 0 6422 0
[pid=31897] ppid=31873 vsize=406144 CPUtime=0.36 cores=0-7
/proc/31897/stat : 31897 (python) S 31873 31873 30950 0 -1 4202560 833 0 0 0 19 17 0 0 15 0 1 0 282159951 415891456 5995 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 10525039876808605953 0 0 17 1 0 0 0
/proc/31897/statm: 101536 5995 371 364 0 37436 0
[pid=31899] ppid=31897 vsize=26436 CPUtime=146.26 cores=0-7
/proc/31899/stat : 31899 (march_hi) R 31897 31899 31899 0 -1 4202496 4876 0 0 0 14625 1 0 0 25 0 1 0 282159953 27070464 4619 33554432000 4194304 4955518 140736017162896 18446744073709551615 4227819 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31899/statm: 6609 4619 104 186 0 6422 0
[pid=31900] ppid=31873 vsize=416400 CPUtime=0.35 cores=0-7
/proc/31900/stat : 31900 (python) S 31873 31873 30950 0 -1 4202560 879 0 0 0 19 16 0 0 15 0 1 0 282159955 426393600 6005 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 5602268728591876355 0 0 17 1 0 0 0
/proc/31900/statm: 104100 6005 377 364 0 39997 0
[pid=31902] ppid=31900 vsize=26436 CPUtime=145.29 cores=0-7
/proc/31902/stat : 31902 (march_hi) R 31900 31902 31902 0 -1 4202496 4900 0 0 0 14528 1 0 0 25 0 1 0 282159955 27070464 4638 33554432000 4194304 4955518 140734442310864 18446744073709551615 4289835 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31902/statm: 6609 4638 104 186 0 6422 0
[pid=31906] ppid=31873 vsize=426656 CPUtime=0.1 cores=0-7
/proc/31906/stat : 31906 (python) S 31873 31873 30950 0 -1 4202560 838 0 0 0 6 4 0 0 18 0 1 0 282169953 436895744 5907 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 9540136938770497796 0 0 17 6 0 0 0
/proc/31906/statm: 106664 5907 371 364 0 42558 0
[pid=31908] ppid=31906 vsize=182448 CPUtime=46.13 cores=0-7
/proc/31908/stat : 31908 (kcnfs-2006) R 31906 31908 31908 0 -1 4202496 572 0 0 0 4613 0 0 0 25 0 1 0 282169953 186826752 309 33554432000 134512640 135163436 4288987984 18446744073709551615 134569550 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31908/statm: 45612 309 77 159 0 45452 0
[pid=31910] ppid=31873 vsize=436912 CPUtime=0.1 cores=0-7
/proc/31910/stat : 31910 (python) S 31873 31873 30950 0 -1 4202560 856 0 0 0 6 4 0 0 15 0 1 0 282169968 447397888 5945 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 9844521344052461828 0 0 17 6 0 0 0
/proc/31910/statm: 109228 5945 371 364 0 45119 0
[pid=31912] ppid=31910 vsize=9148 CPUtime=45.99 cores=0-7
/proc/31912/stat : 31912 (march_hi) R 31910 31912 31912 0 -1 4202496 2182 0 0 0 4599 0 0 0 25 0 1 0 282169969 9367552 1920 33554432000 4194304 4955518 140734485870480 18446744073709551615 4238349 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31912/statm: 2287 1920 104 186 0 2100 0
[pid=31873/tid=31880] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31880/stat : 31880 (python) S 31871 31873 30950 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 11 0 282159928 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 0 0 0 0
[pid=31873/tid=31883] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31883/stat : 31883 (python) S 31871 31873 30950 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 11 0 282159931 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 3 0 0 0
[pid=31873/tid=31886] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31886/stat : 31886 (python) S 31871 31873 30950 0 -1 4202560 74 935 0 0 0 0 0 0 19 0 11 0 282159935 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 0 0 0 0
[pid=31873/tid=31889] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31889/stat : 31889 (python) S 31871 31873 30950 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 11 0 282159939 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 2 0 0 0
[pid=31873/tid=31892] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31892/stat : 31892 (python) S 31871 31873 30950 0 -1 4202560 34 935 0 0 0 0 0 0 23 0 11 0 282159943 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 2 0 0 0
[pid=31873/tid=31895] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31895/stat : 31895 (python) S 31871 31873 30950 0 -1 4202560 35 935 0 0 0 0 0 0 20 0 11 0 282159947 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 2 0 0 0
[pid=31873/tid=31898] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31898/stat : 31898 (python) S 31871 31873 30950 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 11 0 282159951 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 6 0 0 0
[pid=31873/tid=31901] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31901/stat : 31901 (python) S 31871 31873 30950 0 -1 4202560 74 935 0 0 0 0 0 0 20 0 11 0 282159955 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 1 0 0 0
[pid=31873/tid=31907] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31907/stat : 31907 (python) S 31871 31873 30950 0 -1 4202560 38 935 0 0 0 0 0 0 20 0 11 0 282169953 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 1 0 0 0
[pid=31873/tid=31911] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31911/stat : 31911 (python) S 31871 31873 30950 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 11 0 282169969 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1169.78
Current children cumulated vsize (KiB) 6592968

[startup+147.202 s]
/proc/loadavg: 7.83 7.39 7.72 9/329 31915
/proc/meminfo: memFree=6772300/32951124 swapFree=67111524/67111528
[pid=31873] ppid=31871 vsize=447156 CPUtime=0.88 cores=0-7
/proc/31873/stat : 31873 (python) S 31871 31873 30950 0 -1 4202496 17558 935 1 0 75 13 0 0 18 0 11 0 282159870 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31873/statm: 111789 7495 1894 364 0 47680 0
[pid=31879] ppid=31873 vsize=288980 CPUtime=0.22 cores=0-7
/proc/31879/stat : 31879 (python) S 31873 31873 30950 0 -1 4202560 1081 0 0 0 12 10 0 0 19 0 2 0 282159928 295915520 5652 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31879/statm: 72245 5652 410 364 0 8163 0
[pid=31881] ppid=31879 vsize=1017800 CPUtime=100.2 cores=0-7
/proc/31881/stat : 31881 (gnovelty+2) T 31879 31881 31881 0 -1 4202496 440 0 0 0 10020 0 0 0 25 0 1 0 282159928 1042227200 174 33554432000 134512640 135663704 4293924128 18446744073709551615 134545793 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31881/statm: 254450 174 113 282 0 254166 0
[pid=31879/tid=31905] ppid=31873 vsize=288980 CPUtime=0 cores=0-7
/proc/31879/task/31905/stat : 31905 (python) S 31873 31873 30950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 282169949 295915520 5652 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 514 18446604441260863808 0 0 -1 4 0 0 0
[pid=31882] ppid=31873 vsize=289328 CPUtime=0.37 cores=0-7
/proc/31882/stat : 31882 (python) S 31873 31873 30950 0 -1 4202560 979 0 0 0 21 16 0 0 15 0 1 0 282159931 296271872 5713 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 9126008087486890242 0 0 17 3 0 0 0
/proc/31882/statm: 72332 5713 371 364 0 8247 0
[pid=31884] ppid=31882 vsize=26436 CPUtime=145.41 cores=0-7
/proc/31884/stat : 31884 (march_hi) R 31882 31884 31884 0 -1 4202496 4882 0 0 0 14541 0 0 0 25 0 1 0 282159932 27070464 4620 33554432000 4194304 4955518 140735997384000 18446744073709551615 4289805 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31884/statm: 6609 4620 104 186 0 6422 0
[pid=31885] ppid=31873 vsize=365120 CPUtime=0.99 cores=0-7
/proc/31885/stat : 31885 (python) R 31873 31873 30950 0 -1 4202560 813 0 0 0 76 23 0 0 16 0 1 0 282159935 373882880 5891 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/31885/statm: 91280 5891 372 364 0 27192 0
[pid=31887] ppid=31885 vsize=0 CPUtime=145.68 cores=0-7
/proc/31887/stat : 31887 (march_hi) R 31885 31887 31887 0 -1 4202500 4896 0 0 0 14568 0 0 0 25 0 1 0 282159935 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31887/statm: 0 0 0 0 0 0 0
[pid=31888] ppid=31873 vsize=375376 CPUtime=0.36 cores=0-7
/proc/31888/stat : 31888 (python) S 31873 31873 30950 0 -1 4202560 985 0 0 0 19 17 0 0 15 0 2 0 282159939 384385024 5877 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/31888/statm: 93844 5877 401 364 0 29753 0
[pid=31890] ppid=31888 vsize=26436 CPUtime=144.88 cores=0-7
/proc/31890/stat : 31890 (march_hi) R 31888 31890 31890 0 -1 4202496 4849 0 0 0 14487 1 0 0 25 0 1 0 282159939 27070464 4595 33554432000 4194304 4955518 140735880879472 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31890/statm: 6609 4595 104 186 0 6422 0
[pid=31888/tid=31914] ppid=31873 vsize=375376 CPUtime=0 cores=0-7
/proc/31888/task/31914/stat : 31914 (python) S 31873 31873 30950 0 -1 4202560 68 0 0 0 0 0 0 0 16 0 2 0 282170358 384385024 5877 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 514 18446604453927297408 0 0 -1 0 0 0 0
[pid=31891] ppid=31873 vsize=385632 CPUtime=0.22 cores=0-7
/proc/31891/stat : 31891 (python) S 31873 31873 30950 0 -1 4202560 986 0 0 0 12 10 0 0 19 0 2 0 282159943 394887168 6000 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31891/statm: 96408 6000 400 364 0 32314 0
[pid=31893] ppid=31891 vsize=1017800 CPUtime=100.18 cores=0-7
/proc/31893/stat : 31893 (gnovelty+2) T 31891 31893 31893 0 -1 4202496 429 0 0 0 10018 0 0 0 25 0 1 0 282159943 1042227200 174 33554432000 134512640 135663704 4288759360 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31893/statm: 254450 174 113 282 0 254166 0
[pid=31891/tid=31909] ppid=31873 vsize=385632 CPUtime=0 cores=0-7
/proc/31891/task/31909/stat : 31909 (python) S 31873 31873 30950 0 -1 4202560 71 0 0 0 0 0 0 0 19 0 2 0 282169964 394887168 6000 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 514 18446604453927300096 0 0 -1 2 0 0 0
[pid=31894] ppid=31873 vsize=395888 CPUtime=0.36 cores=0-7
/proc/31894/stat : 31894 (python) S 31873 31873 30950 0 -1 4202560 838 0 0 0 19 17 0 0 15 0 1 0 282159947 405389312 5872 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 10419297644542132483 0 0 17 2 0 0 0
/proc/31894/statm: 98972 5872 372 364 0 34875 0
[pid=31896] ppid=31894 vsize=26436 CPUtime=145.85 cores=0-7
/proc/31896/stat : 31896 (march_hi) R 31894 31896 31896 0 -1 4202496 4896 0 0 0 14585 0 0 0 25 0 1 0 282159947 27070464 4640 33554432000 4194304 4955518 140735711329792 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31896/statm: 6609 4640 104 186 0 6422 0
[pid=31897] ppid=31873 vsize=406144 CPUtime=0.36 cores=0-7
/proc/31897/stat : 31897 (python) S 31873 31873 30950 0 -1 4202560 833 0 0 0 19 17 0 0 15 0 1 0 282159951 415891456 5995 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 10525039876808605953 0 0 17 1 0 0 0
/proc/31897/statm: 101536 5995 371 364 0 37436 0
[pid=31899] ppid=31897 vsize=26436 CPUtime=146.36 cores=0-7
/proc/31899/stat : 31899 (march_hi) R 31897 31899 31899 0 -1 4202496 4877 0 0 0 14635 1 0 0 25 0 1 0 282159953 27070464 4620 33554432000 4194304 4955518 140736017162896 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31899/statm: 6609 4620 104 186 0 6422 0
[pid=31900] ppid=31873 vsize=416400 CPUtime=0.35 cores=0-7
/proc/31900/stat : 31900 (python) S 31873 31873 30950 0 -1 4202560 879 0 0 0 19 16 0 0 15 0 1 0 282159955 426393600 6005 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 3371027888265462019 0 0 17 1 0 0 0
/proc/31900/statm: 104100 6005 377 364 0 39997 0
[pid=31902] ppid=31900 vsize=26436 CPUtime=145.39 cores=0-7
/proc/31902/stat : 31902 (march_hi) R 31900 31902 31902 0 -1 4202496 4902 0 0 0 14538 1 0 0 25 0 1 0 282159955 27070464 4640 33554432000 4194304 4955518 140734442310864 18446744073709551615 4286856 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31902/statm: 6609 4640 104 186 0 6422 0
[pid=31906] ppid=31873 vsize=426656 CPUtime=0.1 cores=0-7
/proc/31906/stat : 31906 (python) S 31873 31873 30950 0 -1 4202560 838 0 0 0 6 4 0 0 18 0 1 0 282169953 436895744 5907 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 9540136938770497796 0 0 17 6 0 0 0
/proc/31906/statm: 106664 5907 371 364 0 42558 0
[pid=31908] ppid=31906 vsize=182448 CPUtime=46.23 cores=0-7
/proc/31908/stat : 31908 (kcnfs-2006) R 31906 31908 31908 0 -1 4202496 572 0 0 0 4623 0 0 0 25 0 1 0 282169953 186826752 309 33554432000 134512640 135163436 4288987984 18446744073709551615 134625190 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31908/statm: 45612 309 77 159 0 45452 0
[pid=31910] ppid=31873 vsize=436912 CPUtime=0.1 cores=0-7
/proc/31910/stat : 31910 (python) S 31873 31873 30950 0 -1 4202560 856 0 0 0 6 4 0 0 15 0 1 0 282169968 447397888 5945 33554432000 4194304 5683644 140736113623440 18446744073709551615 268660682310 0 0 16781312 514 9844521344052461828 0 0 17 6 0 0 0
/proc/31910/statm: 109228 5945 371 364 0 45119 0
[pid=31912] ppid=31910 vsize=9148 CPUtime=46.09 cores=0-7
/proc/31912/stat : 31912 (march_hi) R 31910 31912 31912 0 -1 4202496 2185 0 0 0 4609 0 0 0 25 0 1 0 282169969 9367552 1923 33554432000 4194304 4955518 140734485870480 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31912/statm: 2287 1923 104 186 0 2100 0
[pid=31873/tid=31880] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31880/stat : 31880 (python) S 31871 31873 30950 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 11 0 282159928 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 0 0 0 0
[pid=31873/tid=31883] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31883/stat : 31883 (python) S 31871 31873 30950 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 11 0 282159931 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 3 0 0 0
[pid=31873/tid=31886] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31886/stat : 31886 (python) S 31871 31873 30950 0 -1 4202560 74 935 0 0 0 0 0 0 19 0 11 0 282159935 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 0 0 0 0
[pid=31873/tid=31889] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31889/stat : 31889 (python) S 31871 31873 30950 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 11 0 282159939 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 2 0 0 0
[pid=31873/tid=31892] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31892/stat : 31892 (python) S 31871 31873 30950 0 -1 4202560 34 935 0 0 0 0 0 0 23 0 11 0 282159943 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 2 0 0 0
[pid=31873/tid=31895] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31895/stat : 31895 (python) S 31871 31873 30950 0 -1 4202560 35 935 0 0 0 0 0 0 20 0 11 0 282159947 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 2 0 0 0
[pid=31873/tid=31898] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31898/stat : 31898 (python) S 31871 31873 30950 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 11 0 282159951 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 6 0 0 0
[pid=31873/tid=31901] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31901/stat : 31901 (python) S 31871 31873 30950 0 -1 4202560 74 935 0 0 0 0 0 0 20 0 11 0 282159955 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 1 0 0 0
[pid=31873/tid=31907] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31907/stat : 31907 (python) S 31871 31873 30950 0 -1 4202560 38 935 0 0 0 0 0 0 20 0 11 0 282169953 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 1 0 0 0
[pid=31873/tid=31911] ppid=31871 vsize=447156 CPUtime=0 cores=0-7
/proc/31873/task/31911/stat : 31911 (python) S 31871 31873 30950 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 11 0 282169969 457887744 7495 33554432000 4194304 5683644 140736113623440 18446744073709551615 268672485809 0 0 16781312 2 18446604453955375424 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1170.58
Current children cumulated vsize (KiB) 6592968

Child status: 0
Real time (s): 147.256
CPU time (s): 1171.03
CPU user time (s): 1169.39
CPU system time (s): 1.63775
CPU usage (%): 795.231
Max. virtual memory (cumulated for all children) (KiB): 6619408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1169.39
system time used= 1.63775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65554
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= 5861
involuntary context switches= 9543

runsolver used 0.611906 second user time and 1.22881 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-03 01:41:26
IDJOB=3322282
IDBENCH=83060
IDSOLVER=1712
FILE ID=node107/3322282-1304379686
RUNJOBID= node107-1304371484-30964
PBS_JOBID= 13181776
Free space on /tmp= 72916 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S116041094-082.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-3322282-1304379686/watcher-3322282-1304379686 -o /tmp/evaluation-result-3322282-1304379686/solver-3322282-1304379686 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322282-1304379686.cnf -seed 1034356869 -budget 40000 -cores 8

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

MD5SUM BENCH= c3607b4797e262c1da0dfb143eedc361
RANDOM SEED=1034356869

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6947276 kB
Buffers:        313776 kB
Cached:        3181968 kB
SwapCached:          4 kB
Active:       22329520 kB
Inactive:      3275172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6947276 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           32164 kB
Writeback:           0 kB
AnonPages:    22109524 kB
Mapped:          26976 kB
Slab:           268372 kB
PageTables:      62152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 61695944 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= 72884 MiB
End job on node107 at 2011-05-03 01:43:53