Trace number 3385649

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 2620.21 463.056

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1336161514-068.UNKNOWN.cnf
MD5SUMbf9c7e319eca3277c9c5b6246acb470c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark390.66
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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-3385649-1305571725.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.40/0.53	c INFO: computed variable balance statistics
0.40/0.56	c INFO: computed small-clause counts
0.40/0.56	c INFO: computed Horn-clause counts
0.40/0.56	c INFO: computed variable graph statistics
0.40/0.56	c INFO: collected features for HOME/instance-3385649-1305571725.cnf in 0.10 s
0.40/0.59	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
0.49/0.62	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.19)
0.49/0.65	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.49/0.68	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.29)
0.59/0.72	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.30)
0.59/0.75	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.27)
0.59/0.79	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.68/0.82	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.18)
596.41/100.99	c INFO: running march_hi@0 for 388 with 4899 remaining (b = 0.15)
999.20/177.17	c INFO: running kcnfs-2006@0 for 582 with 4823 remaining (b = 0.19)
1259.77/221.41	c INFO: running march_hi@0 for 291 with 4779 remaining (b = 0.10)
2619.93/463.03	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: 961)

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

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

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


[startup+0 s]
/proc/loadavg: 9.59 10.08 10.29 4/403 26830
/proc/meminfo: memFree=7209100/32950928 swapFree=64721852/67111528
[pid=26830] ppid=26828 vsize=16240 CPUtime=0 cores=0-7
/proc/26830/stat : 26830 (python) R 26828 26830 25311 0 -1 4202496 1041 0 0 0 0 0 0 0 25 0 1 0 668772309 16629760 914 33554432000 4194304 5683644 140735778269104 18446744073709551615 5187280 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26830/statm: 4060 914 381 364 0 547 0

[startup+0.0669829 s]
/proc/loadavg: 9.59 10.08 10.29 4/403 26830
/proc/meminfo: memFree=7209100/32950928 swapFree=64721852/67111528
[pid=26830] ppid=26828 vsize=50336 CPUtime=0.05 cores=0-7
/proc/26830/stat : 26830 (python) S 26828 26830 25311 0 -1 4202496 2009 0 0 0 4 1 0 0 25 0 1 0 668772309 51544064 1770 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/26830/statm: 12584 1770 480 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50336

[startup+0.100976 s]
/proc/loadavg: 9.59 10.08 10.29 4/403 26830
/proc/meminfo: memFree=7209100/32950928 swapFree=64721852/67111528
[pid=26830] ppid=26828 vsize=104616 CPUtime=0.07 cores=0-7
/proc/26830/stat : 26830 (python) R 26828 26830 25311 0 -1 4202496 3098 0 0 0 5 2 0 0 25 0 1 0 668772309 107126784 2779 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26830/statm: 26154 2779 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.300941 s]
/proc/loadavg: 9.59 10.08 10.29 4/403 26830
/proc/meminfo: memFree=7209100/32950928 swapFree=64721852/67111528
[pid=26830] ppid=26828 vsize=198920 CPUtime=0.23 cores=0-7
/proc/26830/stat : 26830 (python) R 26828 26830 25311 0 -1 4202496 6986 936 1 0 17 6 0 0 25 0 1 0 668772309 203694080 5029 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089698048 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26830/statm: 49730 5032 1454 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700873 s]
/proc/loadavg: 9.59 10.08 10.29 4/403 26830
/proc/meminfo: memFree=7209100/32950928 swapFree=64721852/67111528
[pid=26830] ppid=26828 vsize=385568 CPUtime=0.59 cores=0-7
/proc/26830/stat : 26830 (python) R 26828 26830 25311 0 -1 4202496 12547 936 1 0 50 9 0 0 25 0 5 0 668772309 394821632 7333 33554432000 4194304 5683644 140735778269104 18446744073709551615 4567033 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26830/statm: 96392 7333 1879 364 0 32301 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 385568

[startup+1.50173 s]
/proc/loadavg: 9.59 10.08 10.29 12/428 26859
/proc/meminfo: memFree=7155388/32950928 swapFree=64721852/67111528
[pid=26830] ppid=26828 vsize=426592 CPUtime=0.71 cores=0-7
/proc/26830/stat : 26830 (python) S 26828 26830 25311 0 -1 4202496 15341 936 1 0 61 10 0 0 25 0 9 0 668772309 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26830/statm: 106648 7406 1889 364 0 42545 0
[pid=26836] ppid=26830 vsize=278452 CPUtime=0 cores=0-7
/proc/26836/stat : 26836 (python) S 26830 26830 25311 0 -1 4202560 736 0 0 0 0 0 0 0 25 0 1 0 668772369 285134848 5551 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718287 0 0 16781312 514 2570191997105078271 0 0 17 2 0 0 0
/proc/26836/statm: 69613 5551 354 364 0 5531 0
[pid=26838] ppid=26836 vsize=1017800 CPUtime=0.9 cores=0-7
/proc/26838/stat : 26838 (gnovelty+2) R 26836 26838 26838 0 -1 4202496 433 0 0 0 90 0 0 0 25 0 1 0 668772369 1042227200 171 33554432000 134512640 135663704 4294703584 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26838/statm: 254450 171 113 282 0 254166 0
[pid=26839] ppid=26830 vsize=289276 CPUtime=0 cores=0-7
/proc/26839/stat : 26839 (python) S 26830 26830 25311 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 668772372 296218624 5676 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 3117462914714272004 0 0 17 2 0 0 0
/proc/26839/statm: 72319 5676 348 364 0 8234 0
[pid=26841] ppid=26839 vsize=1560 CPUtime=0.61 cores=0-7
/proc/26841/stat : 26841 (march_hi) R 26839 26841 26841 0 -1 4202496 504 0 0 0 61 0 0 0 25 0 1 0 668772372 1597440 241 33554432000 4194304 4955518 140735445409120 18446744073709551615 4285625 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26841/statm: 390 241 106 186 0 203 0
[pid=26842] ppid=26830 vsize=299532 CPUtime=0 cores=0-7
/proc/26842/stat : 26842 (python) S 26830 26830 25311 0 -1 4202560 743 0 0 0 0 0 0 0 25 0 1 0 668772375 306720768 5680 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 10848134117409685503 0 0 17 1 0 0 0
/proc/26842/statm: 74883 5680 348 364 0 10795 0
[pid=26844] ppid=26842 vsize=1017800 CPUtime=0.82 cores=0-7
/proc/26844/stat : 26844 (gnovelty+2) R 26842 26844 26844 0 -1 4202496 436 0 0 0 82 0 0 0 25 0 1 0 668772375 1042227200 172 33554432000 134512640 135663704 4287321456 18446744073709551615 134525107 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26844/statm: 254450 172 113 282 0 254166 0
[pid=26845] ppid=26830 vsize=375324 CPUtime=0 cores=0-7
/proc/26845/stat : 26845 (python) S 26830 26830 25311 0 -1 4202560 717 0 0 0 0 0 0 0 21 0 1 0 668772378 384331776 5857 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 16074156314938278151 0 0 17 1 0 0 0
/proc/26845/statm: 93831 5857 348 364 0 29740 0
[pid=26847] ppid=26845 vsize=1560 CPUtime=0.78 cores=0-7
/proc/26847/stat : 26847 (march_hi) R 26845 26847 26847 0 -1 4202496 492 0 0 0 78 0 0 0 25 0 1 0 668772381 1597440 240 33554432000 4194304 4955518 140736867705168 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26847/statm: 390 240 106 186 0 203 0
[pid=26848] ppid=26830 vsize=385580 CPUtime=0 cores=0-7
/proc/26848/stat : 26848 (python) S 26830 26830 25311 0 -1 4202560 728 0 0 0 0 0 0 0 19 0 1 0 668772381 394833920 5834 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 12046152641185546502 0 0 17 0 0 0 0
/proc/26848/statm: 96395 5834 348 364 0 32301 0
[pid=26850] ppid=26848 vsize=1560 CPUtime=0.24 cores=0-7
/proc/26850/stat : 26850 (march_hi) R 26848 26850 26850 0 -1 4202496 498 0 0 0 24 0 0 0 25 0 1 0 668772384 1597440 240 33554432000 4194304 4955518 140737008172368 18446744073709551615 4285311 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26850/statm: 390 240 106 186 0 203 0
[pid=26851] ppid=26830 vsize=395836 CPUtime=0 cores=0-7
/proc/26851/stat : 26851 (python) S 26830 26830 25311 0 -1 4202560 737 0 0 0 0 0 0 0 20 0 1 0 668772385 405336064 5834 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 6665441802012557573 0 0 17 0 0 0 0
/proc/26851/statm: 98959 5834 348 364 0 34862 0
[pid=26853] ppid=26851 vsize=1560 CPUtime=0.66 cores=0-7
/proc/26853/stat : 26853 (march_hi) R 26851 26853 26853 0 -1 4202496 502 0 0 0 66 0 0 0 25 0 1 0 668772387 1597440 241 33554432000 4194304 4955518 140733908063632 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26853/statm: 390 241 106 186 0 203 0
[pid=26854] ppid=26830 vsize=406092 CPUtime=0 cores=0-7
/proc/26854/stat : 26854 (python) S 26830 26830 25311 0 -1 4202560 744 0 0 0 0 0 0 0 20 0 1 0 668772389 415838208 5958 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 761416204576325894 0 0 17 0 0 0 0
/proc/26854/statm: 101523 5958 348 364 0 37423 0
[pid=26856] ppid=26854 vsize=1560 CPUtime=0.22 cores=0-7
/proc/26856/stat : 26856 (march_hi) R 26854 26856 26856 0 -1 4202496 503 0 0 0 22 0 0 0 25 0 1 0 668772391 1597440 241 33554432000 4194304 4955518 140735245932288 18446744073709551615 4210523 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26856/statm: 390 241 106 186 0 203 0
[pid=26857] ppid=26830 vsize=416348 CPUtime=0 cores=0-7
/proc/26857/stat : 26857 (python) S 26830 26830 25311 0 -1 4202560 786 0 0 0 0 0 0 0 21 0 1 0 668772392 426340352 5867 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 17154835507553730821 0 0 17 4 0 0 0
/proc/26857/statm: 104087 5867 354 364 0 39984 0
[pid=26859] ppid=26857 vsize=1560 CPUtime=0.29 cores=0-7
/proc/26859/stat : 26859 (march_hi) R 26857 26859 26859 0 -1 4202496 506 0 0 0 29 0 0 0 25 0 1 0 668772393 1597440 241 33554432000 4194304 4955518 140734268872832 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26859/statm: 390 241 106 186 0 203 0
[pid=26830/tid=26837] ppid=26828 vsize=426592 CPUtime=0 cores=0-7
/proc/26830/task/26837/stat : 26837 (python) S 26828 26830 25311 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 9 0 668772369 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 6 0 0 0
[pid=26830/tid=26840] ppid=26828 vsize=426592 CPUtime=0 cores=0-7
/proc/26830/task/26840/stat : 26840 (python) S 26828 26830 25311 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 9 0 668772372 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 2 0 0 0
[pid=26830/tid=26843] ppid=26828 vsize=426592 CPUtime=0 cores=0-7
/proc/26830/task/26843/stat : 26843 (python) S 26828 26830 25311 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 9 0 668772375 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 7 0 0 0
[pid=26830/tid=26846] ppid=26828 vsize=426592 CPUtime=0 cores=0-7
/proc/26830/task/26846/stat : 26846 (python) S 26828 26830 25311 0 -1 4202560 73 936 0 0 0 0 0 0 25 0 9 0 668772378 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 1 0 0 0
[pid=26830/tid=26849] ppid=26828 vsize=426592 CPUtime=0 cores=0-7
/proc/26830/task/26849/stat : 26849 (python) S 26828 26830 25311 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 668772382 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
[pid=26830/tid=26852] ppid=26828 vsize=426592 CPUtime=0 cores=0-7
/proc/26830/task/26852/stat : 26852 (python) S 26828 26830 25311 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 668772385 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
[pid=26830/tid=26855] ppid=26828 vsize=426592 CPUtime=0 cores=0-7
/proc/26830/task/26855/stat : 26855 (python) S 26828 26830 25311 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 668772389 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
[pid=26830/tid=26858] ppid=26828 vsize=426592 CPUtime=0 cores=0-7
/proc/26830/task/26858/stat : 26858 (python) S 26828 26830 25311 0 -1 4202560 33 936 0 0 0 0 0 0 25 0 9 0 668772392 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 5317992

[startup+3.10145 s]
/proc/loadavg: 9.59 10.08 10.29 12/428 26859
/proc/meminfo: memFree=7154644/32950928 swapFree=64721852/67111528
[pid=26830] ppid=26828 vsize=426592 CPUtime=0.71 cores=0-7
/proc/26830/stat : 26830 (python) S 26828 26830 25311 0 -1 4202496 15341 936 1 0 61 10 0 0 25 0 9 0 668772309 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26830/statm: 106648 7406 1889 364 0 42545 0
[pid=26836] ppid=26830 vsize=278452 CPUtime=0 cores=0-7
/proc/26836/stat : 26836 (python) S 26830 26830 25311 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 668772369 285134848 5551 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718287 0 0 16781312 514 2570191997105045765 0 0 17 2 0 0 0
/proc/26836/statm: 69613 5551 354 364 0 5531 0
[pid=26838] ppid=26836 vsize=1017800 CPUtime=2.5 cores=0-7
/proc/26838/stat : 26838 (gnovelty+2) R 26836 26838 26838 0 -1 4202496 433 0 0 0 250 0 0 0 25 0 1 0 668772369 1042227200 171 33554432000 134512640 135663704 4294703584 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26838/statm: 254450 171 113 282 0 254166 0
[pid=26839] ppid=26830 vsize=289276 CPUtime=0 cores=0-7
/proc/26839/stat : 26839 (python) S 26830 26830 25311 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 668772372 296218624 5676 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 3117462914714272004 0 0 17 2 0 0 0
/proc/26839/statm: 72319 5676 348 364 0 8234 0
[pid=26841] ppid=26839 vsize=1560 CPUtime=1.43 cores=0-7
/proc/26841/stat : 26841 (march_hi) R 26839 26841 26841 0 -1 4202496 504 0 0 0 143 0 0 0 25 0 1 0 668772372 1597440 241 33554432000 4194304 4955518 140735445409120 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26841/statm: 390 241 106 186 0 203 0
[pid=26842] ppid=26830 vsize=299532 CPUtime=0 cores=0-7
/proc/26842/stat : 26842 (python) S 26830 26830 25311 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 668772375 306720768 5680 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 10848134117409652994 0 0 17 1 0 0 0
/proc/26842/statm: 74883 5680 348 364 0 10795 0
[pid=26844] ppid=26842 vsize=1017800 CPUtime=2.4 cores=0-7
/proc/26844/stat : 26844 (gnovelty+2) R 26842 26844 26844 0 -1 4202496 436 0 0 0 240 0 0 0 25 0 1 0 668772375 1042227200 172 33554432000 134512640 135663704 4287321456 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26844/statm: 254450 172 113 282 0 254166 0
[pid=26845] ppid=26830 vsize=375324 CPUtime=0 cores=0-7
/proc/26845/stat : 26845 (python) S 26830 26830 25311 0 -1 4202560 720 0 0 0 0 0 0 0 15 0 1 0 668772378 384331776 5857 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 16074156314938278151 0 0 17 1 0 0 0
/proc/26845/statm: 93831 5857 348 364 0 29740 0
[pid=26847] ppid=26845 vsize=1560 CPUtime=2.38 cores=0-7
/proc/26847/stat : 26847 (march_hi) R 26845 26847 26847 0 -1 4202496 492 0 0 0 238 0 0 0 25 0 1 0 668772381 1597440 240 33554432000 4194304 4955518 140736867705168 18446744073709551615 4307244 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26847/statm: 390 240 106 186 0 203 0
[pid=26848] ppid=26830 vsize=385580 CPUtime=0 cores=0-7
/proc/26848/stat : 26848 (python) S 26830 26830 25311 0 -1 4202560 730 0 0 0 0 0 0 0 15 0 1 0 668772381 394833920 5834 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 12046152641185546502 0 0 17 0 0 0 0
/proc/26848/statm: 96395 5834 348 364 0 32301 0
[pid=26850] ppid=26848 vsize=1560 CPUtime=1.01 cores=0-7
/proc/26850/stat : 26850 (march_hi) R 26848 26850 26850 0 -1 4202496 498 0 0 0 101 0 0 0 25 0 1 0 668772384 1597440 240 33554432000 4194304 4955518 140737008172368 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26850/statm: 390 240 106 186 0 203 0
[pid=26851] ppid=26830 vsize=395836 CPUtime=0 cores=0-7
/proc/26851/stat : 26851 (python) S 26830 26830 25311 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 668772385 405336064 5834 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 6665441802012557573 0 0 17 0 0 0 0
/proc/26851/statm: 98959 5834 348 364 0 34862 0
[pid=26853] ppid=26851 vsize=1560 CPUtime=2.26 cores=0-7
/proc/26853/stat : 26853 (march_hi) R 26851 26853 26853 0 -1 4202496 502 0 0 0 226 0 0 0 25 0 1 0 668772387 1597440 241 33554432000 4194304 4955518 140733908063632 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26853/statm: 390 241 106 186 0 203 0
[pid=26854] ppid=26830 vsize=406092 CPUtime=0 cores=0-7
/proc/26854/stat : 26854 (python) S 26830 26830 25311 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 668772389 415838208 5958 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 761416204576325894 0 0 17 0 0 0 0
/proc/26854/statm: 101523 5958 348 364 0 37423 0
[pid=26856] ppid=26854 vsize=1560 CPUtime=1.02 cores=0-7
/proc/26856/stat : 26856 (march_hi) R 26854 26856 26856 0 -1 4202496 503 0 0 0 102 0 0 0 25 0 1 0 668772391 1597440 241 33554432000 4194304 4955518 140735245932288 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26856/statm: 390 241 106 186 0 203 0
[pid=26857] ppid=26830 vsize=416348 CPUtime=0 cores=0-7
/proc/26857/stat : 26857 (python) S 26830 26830 25311 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 1 0 668772392 426340352 5867 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 17154835507553730821 0 0 17 4 0 0 0
/proc/26857/statm: 104087 5867 354 364 0 39984 0
[pid=26859] ppid=26857 vsize=1560 CPUtime=1.09 cores=0-7
/proc/26859/stat : 26859 (march_hi) R 26857 26859 26859 0 -1 4202496 506 0 0 0 109 0 0 0 25 0 1 0 668772393 1597440 241 33554432000 4194304 4955518 140734268872832 18446744073709551615 4210495 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26859/statm: 390 241 106 186 0 203 0
[pid=26830/tid=26837] ppid=26828 vsize=426592 CPUtime=0 cores=0-7
/proc/26830/task/26837/stat : 26837 (python) S 26828 26830 25311 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 9 0 668772369 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 6 0 0 0
[pid=26830/tid=26840] ppid=26828 vsize=426592 CPUtime=0 cores=0-7
/proc/26830/task/26840/stat : 26840 (python) S 26828 26830 25311 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 9 0 668772372 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 2 0 0 0
[pid=26830/tid=26843] ppid=26828 vsize=426592 CPUtime=0 cores=0-7
/proc/26830/task/26843/stat : 26843 (python) S 26828 26830 25311 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 9 0 668772375 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 7 0 0 0
[pid=26830/tid=26846] ppid=26828 vsize=426592 CPUtime=0 cores=0-7
/proc/26830/task/26846/stat : 26846 (python) S 26828 26830 25311 0 -1 4202560 73 936 0 0 0 0 0 0 25 0 9 0 668772378 436830208 7406 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 1 0 0 0
[pid=26830/tid=26849] ppid=26828 vsize=426592 CPUtime=0 cores=0-7

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

[pid=26839] ppid=26830 vsize=289276 CPUtime=3.01 cores=0-7
/proc/26839/stat : 26839 (python) R 26830 26830 25311 0 -1 4202560 1147 0 0 0 206 95 0 0 17 0 2 0 668772372 296218624 5729 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26839/statm: 72319 5729 400 364 0 8234 0
[pid=26841] ppid=26839 vsize=0 CPUtime=395.16 cores=0-7
/proc/26841/stat : 26841 (march_hi) R 26839 26841 26841 0 -1 4202500 3205 0 0 0 39514 2 0 0 25 0 1 0 668772372 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26841/statm: 0 0 0 0 0 0 0
[pid=26839/tid=26874] ppid=26830 vsize=289276 CPUtime=0 cores=0-7
/proc/26839/task/26874/stat : 26874 (python) S 26830 26830 25311 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 668794447 296218624 5729 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 514 18446604446969386304 0 0 -1 1 0 0 0
[pid=26842] ppid=26830 vsize=299532 CPUtime=0.3 cores=0-7
/proc/26842/stat : 26842 (python) S 26830 26830 25311 0 -1 4202560 1084 0 0 0 14 16 0 0 19 0 2 0 668772375 306720768 5733 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26842/statm: 74883 5733 400 364 0 10795 0
[pid=26844] ppid=26842 vsize=1017800 CPUtime=98.91 cores=0-7
/proc/26844/stat : 26844 (gnovelty+2) T 26842 26844 26844 0 -1 4202496 436 0 0 0 9891 0 0 0 25 0 1 0 668772375 1042227200 172 33554432000 134512640 135663704 4287321456 18446744073709551615 134524518 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26844/statm: 254450 172 113 282 0 254166 0
[pid=26842/tid=26863] ppid=26830 vsize=299532 CPUtime=0 cores=0-7
/proc/26842/task/26863/stat : 26863 (python) S 26830 26830 25311 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 668782405 306720768 5733 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 514 18446604451143504000 0 0 -1 1 0 0 0
[pid=26845] ppid=26830 vsize=375324 CPUtime=1.6 cores=0-7
/proc/26845/stat : 26845 (python) S 26830 26830 25311 0 -1 4202560 804 0 0 0 82 78 0 0 15 0 1 0 668772378 384331776 5880 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 16074156314938278151 0 0 17 3 0 0 0
/proc/26845/statm: 93831 5880 371 364 0 29740 0
[pid=26847] ppid=26845 vsize=13516 CPUtime=361.21 cores=0-7
/proc/26847/stat : 26847 (march_hi) R 26845 26847 26847 0 -1 4202496 2704 0 0 0 36120 1 0 0 25 0 1 0 668772381 13840384 2452 33554432000 4194304 4955518 140736867705168 18446744073709551615 4208784 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26847/statm: 3379 2452 106 186 0 3192 0
[pid=26848] ppid=26830 vsize=385580 CPUtime=1.53 cores=0-7
/proc/26848/stat : 26848 (python) S 26830 26830 25311 0 -1 4202560 820 0 0 0 78 75 0 0 15 0 1 0 668772381 394833920 5859 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 12046152641185546502 0 0 17 2 0 0 0
/proc/26848/statm: 96395 5859 372 364 0 32301 0
[pid=26850] ppid=26848 vsize=6868 CPUtime=256.87 cores=0-7
/proc/26850/stat : 26850 (march_hi) R 26848 26850 26850 0 -1 4202496 1729 0 0 0 25686 1 0 0 25 0 1 0 668772384 7032832 1471 33554432000 4194304 4955518 140737008172368 18446744073709551615 4306973 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26850/statm: 1717 1471 106 186 0 1530 0
[pid=26851] ppid=26830 vsize=395836 CPUtime=1.56 cores=0-7
/proc/26851/stat : 26851 (python) S 26830 26830 25311 0 -1 4202560 830 0 0 0 82 74 0 0 15 0 1 0 668772385 405336064 5857 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 6665441802012557573 0 0 17 6 0 0 0
/proc/26851/statm: 98959 5857 371 364 0 34862 0
[pid=26853] ppid=26851 vsize=9456 CPUtime=317.49 cores=0-7
/proc/26853/stat : 26853 (march_hi) R 26851 26853 26853 0 -1 4202496 2227 0 0 0 31748 1 0 0 25 0 1 0 668772387 9682944 1966 33554432000 4194304 4955518 140733908063632 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26853/statm: 2364 1966 106 186 0 2177 0
[pid=26854] ppid=26830 vsize=406092 CPUtime=1.6 cores=0-7
/proc/26854/stat : 26854 (python) S 26830 26830 25311 0 -1 4202560 832 0 0 0 83 77 0 0 15 0 1 0 668772389 415838208 5981 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 14344158327221485830 0 0 17 3 0 0 0
/proc/26854/statm: 101523 5981 371 364 0 37423 0
[pid=26856] ppid=26854 vsize=6868 CPUtime=229.87 cores=0-7
/proc/26856/stat : 26856 (march_hi) R 26854 26856 26856 0 -1 4202496 1553 0 0 0 22987 0 0 0 25 0 1 0 668772391 7032832 1291 33554432000 4194304 4955518 140735245932288 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26856/statm: 1717 1291 106 186 0 1530 0
[pid=26857] ppid=26830 vsize=416348 CPUtime=1.55 cores=0-7
/proc/26857/stat : 26857 (python) S 26830 26830 25311 0 -1 4202560 878 0 0 0 83 72 0 0 15 0 1 0 668772392 426340352 5890 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 17154835507553730821 0 0 17 4 0 0 0
/proc/26857/statm: 104087 5890 377 364 0 39984 0
[pid=26859] ppid=26857 vsize=13516 CPUtime=370.6 cores=0-7
/proc/26859/stat : 26859 (march_hi) R 26857 26859 26859 0 -1 4202496 2851 0 0 0 37059 1 0 0 25 0 1 0 668772393 13840384 2586 33554432000 4194304 4955518 140734268872832 18446744073709551615 4297074 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26859/statm: 3379 2586 106 186 0 3192 0
[pid=26864] ppid=26830 vsize=426604 CPUtime=1.28 cores=0-7
/proc/26864/stat : 26864 (python) S 26830 26830 25311 0 -1 4202560 850 0 0 0 67 61 0 0 15 0 1 0 668782408 436842496 5925 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 4810697627349778689 0 0 17 1 0 0 0
/proc/26864/statm: 106651 5925 371 364 0 42545 0
[pid=26866] ppid=26864 vsize=6868 CPUtime=237.77 cores=0-7
/proc/26866/stat : 26866 (march_hi) R 26864 26866 26866 0 -1 4202496 1591 0 0 0 23776 1 0 0 25 0 1 0 668782409 7032832 1329 33554432000 4194304 4955518 140734721428128 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26866/statm: 1717 1329 106 186 0 1530 0
[pid=26870] ppid=26830 vsize=436860 CPUtime=0.84 cores=0-7
/proc/26870/stat : 26870 (python) S 26830 26830 25311 0 -1 4202560 849 0 0 0 48 36 0 0 18 0 1 0 668790026 447344640 5952 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 14344158327221485828 0 0 17 6 0 0 0
/proc/26870/statm: 109215 5952 371 364 0 45106 0
[pid=26872] ppid=26870 vsize=181248 CPUtime=237.03 cores=0-7
/proc/26872/stat : 26872 (kcnfs-2006) R 26870 26872 26872 0 -1 4202496 621 0 0 0 23703 0 0 0 25 0 1 0 668790027 185597952 359 33554432000 134512640 135163436 4286728848 18446744073709551615 134571103 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26872/statm: 45312 359 76 159 0 45152 0
[pid=26830/tid=26837] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26837/stat : 26837 (python) S 26828 26830 25311 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 11 0 668772369 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 6 0 0 0
[pid=26830/tid=26840] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26840/stat : 26840 (python) S 26828 26830 25311 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 11 0 668772372 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 2 0 0 0
[pid=26830/tid=26843] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26843/stat : 26843 (python) S 26828 26830 25311 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 11 0 668772375 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 7 0 0 0
[pid=26830/tid=26846] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26846/stat : 26846 (python) S 26828 26830 25311 0 -1 4202560 73 936 0 0 0 0 0 0 25 0 11 0 668772378 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 1 0 0 0
[pid=26830/tid=26849] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26849/stat : 26849 (python) S 26828 26830 25311 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 11 0 668772382 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
[pid=26830/tid=26852] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26852/stat : 26852 (python) S 26828 26830 25311 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 11 0 668772385 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
[pid=26830/tid=26855] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26855/stat : 26855 (python) S 26828 26830 25311 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 11 0 668772389 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
[pid=26830/tid=26858] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26858/stat : 26858 (python) S 26828 26830 25311 0 -1 4202560 33 936 0 0 0 0 0 0 25 0 11 0 668772392 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
[pid=26830/tid=26865] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26865/stat : 26865 (python) S 26828 26830 25311 0 -1 4202560 37 936 0 0 0 0 0 0 19 0 11 0 668782408 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
[pid=26830/tid=26871] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26871/stat : 26871 (python) S 26828 26830 25311 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 11 0 668790027 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2619.18
Current children cumulated vsize (KiB) 6441192

[startup+463.002 s]
/proc/loadavg: 11.11 10.91 10.61 13/437 26880
/proc/meminfo: memFree=7107616/32950928 swapFree=64721852/67111528
[pid=26830] ppid=26828 vsize=447104 CPUtime=0.82 cores=0-7
/proc/26830/stat : 26830 (python) S 26828 26830 25311 0 -1 4202496 17585 936 1 0 71 11 0 0 17 0 11 0 668772309 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101528383 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26830/statm: 111776 7526 1894 364 0 47667 0
[pid=26836] ppid=26830 vsize=288696 CPUtime=0.53 cores=0-7
/proc/26836/stat : 26836 (python) S 26830 26830 25311 0 -1 4202560 1114 0 0 0 29 24 0 0 19 0 2 0 668772369 295624704 5612 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26836/statm: 72174 5612 410 364 0 8092 0
[pid=26838] ppid=26836 vsize=1017800 CPUtime=99.65 cores=0-7
/proc/26838/stat : 26838 (gnovelty+2) T 26836 26838 26838 0 -1 4202496 433 0 0 0 9965 0 0 0 25 0 1 0 668772369 1042227200 171 33554432000 134512640 135663704 4294703584 18446744073709551615 134545525 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26838/statm: 254450 171 113 282 0 254166 0
[pid=26836/tid=26869] ppid=26830 vsize=288696 CPUtime=0 cores=0-7
/proc/26836/task/26869/stat : 26869 (python) S 26830 26830 25311 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 668790023 295624704 5612 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 514 18446604449216145408 0 0 -1 2 0 0 0
[pid=26839] ppid=26830 vsize=0 CPUtime=398.28 cores=0-7
/proc/26839/stat : 26839 (python) Z 26830 26830 25311 0 -1 4202588 1221 3205 0 0 215 97 39514 2 17 0 1 0 668772372 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26839/statm: 0 0 0 0 0 0 0
[pid=26842] ppid=26830 vsize=299532 CPUtime=0.3 cores=0-7
/proc/26842/stat : 26842 (python) S 26830 26830 25311 0 -1 4202560 1088 0 0 0 14 16 0 0 18 0 2 0 668772375 306720768 5733 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101528383 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26842/statm: 74883 5733 400 364 0 10795 0
[pid=26844] ppid=26842 vsize=1017800 CPUtime=98.91 cores=0-7
/proc/26844/stat : 26844 (gnovelty+2) R 26842 26844 26844 0 -1 4202496 436 0 0 0 9891 0 0 0 18 0 1 0 668772375 1042227200 172 33554432000 134512640 135663704 4287321456 18446744073709551615 134524518 256 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26844/statm: 254450 172 113 282 0 254166 0
[pid=26842/tid=26863] ppid=26830 vsize=299532 CPUtime=0 cores=0-7
/proc/26842/task/26863/stat : 26863 (python) S 26830 26830 25311 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 668782405 306720768 5733 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781824 2 18446604451143504000 0 0 -1 1 0 0 0
[pid=26845] ppid=26830 vsize=375324 CPUtime=1.6 cores=0-7
/proc/26845/stat : 26845 (python) S 26830 26830 25311 0 -1 4202560 804 0 0 0 82 78 0 0 15 0 1 0 668772378 384331776 5880 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 16074156314938278151 0 0 17 3 0 0 0
/proc/26845/statm: 93831 5880 371 364 0 29740 0
[pid=26847] ppid=26845 vsize=13516 CPUtime=361.31 cores=0-7
/proc/26847/stat : 26847 (march_hi) R 26845 26847 26847 0 -1 4202496 2705 0 0 0 36130 1 0 0 25 0 1 0 668772381 13840384 2453 33554432000 4194304 4955518 140736867705168 18446744073709551615 4237796 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26847/statm: 3379 2453 106 186 0 3192 0
[pid=26848] ppid=26830 vsize=385580 CPUtime=1.53 cores=0-7
/proc/26848/stat : 26848 (python) S 26830 26830 25311 0 -1 4202560 820 0 0 0 78 75 0 0 15 0 1 0 668772381 394833920 5859 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 12046152641185546502 0 0 17 2 0 0 0
/proc/26848/statm: 96395 5859 372 364 0 32301 0
[pid=26850] ppid=26848 vsize=6868 CPUtime=256.93 cores=0-7
/proc/26850/stat : 26850 (march_hi) R 26848 26850 26850 0 -1 4202496 1729 0 0 0 25692 1 0 0 25 0 1 0 668772384 7032832 1471 33554432000 4194304 4955518 140737008172368 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26850/statm: 1717 1471 106 186 0 1530 0
[pid=26851] ppid=26830 vsize=395836 CPUtime=1.56 cores=0-7
/proc/26851/stat : 26851 (python) S 26830 26830 25311 0 -1 4202560 830 0 0 0 82 74 0 0 15 0 1 0 668772385 405336064 5857 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 6665441802012557573 0 0 17 6 0 0 0
/proc/26851/statm: 98959 5857 371 364 0 34862 0
[pid=26853] ppid=26851 vsize=9456 CPUtime=317.61 cores=0-7
/proc/26853/stat : 26853 (march_hi) R 26851 26853 26853 0 -1 4202496 2228 0 0 0 31760 1 0 0 25 0 1 0 668772387 9682944 1967 33554432000 4194304 4955518 140733908063632 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26853/statm: 2364 1967 106 186 0 2177 0
[pid=26854] ppid=26830 vsize=406092 CPUtime=1.6 cores=0-7
/proc/26854/stat : 26854 (python) S 26830 26830 25311 0 -1 4202560 832 0 0 0 83 77 0 0 15 0 1 0 668772389 415838208 5981 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 14344158327221485830 0 0 17 3 0 0 0
/proc/26854/statm: 101523 5981 371 364 0 37423 0
[pid=26856] ppid=26854 vsize=6868 CPUtime=229.97 cores=0-7
/proc/26856/stat : 26856 (march_hi) R 26854 26856 26856 0 -1 4202496 1553 0 0 0 22997 0 0 0 25 0 1 0 668772391 7032832 1291 33554432000 4194304 4955518 140735245932288 18446744073709551615 4208592 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26856/statm: 1717 1291 106 186 0 1530 0
[pid=26857] ppid=26830 vsize=416348 CPUtime=1.55 cores=0-7
/proc/26857/stat : 26857 (python) S 26830 26830 25311 0 -1 4202560 878 0 0 0 83 72 0 0 15 0 1 0 668772392 426340352 5890 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 17154835507553730821 0 0 17 4 0 0 0
/proc/26857/statm: 104087 5890 377 364 0 39984 0
[pid=26859] ppid=26857 vsize=13516 CPUtime=370.66 cores=0-7
/proc/26859/stat : 26859 (march_hi) R 26857 26859 26859 0 -1 4202496 2852 0 0 0 37065 1 0 0 25 0 1 0 668772393 13840384 2587 33554432000 4194304 4955518 140734268872832 18446744073709551615 4244426 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26859/statm: 3379 2587 106 186 0 3192 0
[pid=26864] ppid=26830 vsize=426604 CPUtime=1.28 cores=0-7
/proc/26864/stat : 26864 (python) S 26830 26830 25311 0 -1 4202560 850 0 0 0 67 61 0 0 15 0 1 0 668782408 436842496 5925 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 4810697627349778689 0 0 17 1 0 0 0
/proc/26864/statm: 106651 5925 371 364 0 42545 0
[pid=26866] ppid=26864 vsize=6868 CPUtime=237.85 cores=0-7
/proc/26866/stat : 26866 (march_hi) R 26864 26866 26866 0 -1 4202496 1591 0 0 0 23784 1 0 0 25 0 1 0 668782409 7032832 1329 33554432000 4194304 4955518 140734721428128 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26866/statm: 1717 1329 106 186 0 1530 0
[pid=26870] ppid=26830 vsize=436860 CPUtime=0.84 cores=0-7
/proc/26870/stat : 26870 (python) S 26830 26830 25311 0 -1 4202560 849 0 0 0 48 36 0 0 18 0 1 0 668790026 447344640 5952 33554432000 4194304 5683644 140735778269104 18446744073709551615 248089718342 0 0 16781312 514 14344158327221485828 0 0 17 6 0 0 0
/proc/26870/statm: 109215 5952 371 364 0 45106 0
[pid=26872] ppid=26870 vsize=181248 CPUtime=237.15 cores=0-7
/proc/26872/stat : 26872 (kcnfs-2006) R 26870 26872 26872 0 -1 4202496 621 0 0 0 23715 0 0 0 25 0 1 0 668790027 185597952 359 33554432000 134512640 135163436 4286728848 18446744073709551615 134604856 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26872/statm: 45312 359 76 159 0 45152 0
[pid=26830/tid=26837] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26837/stat : 26837 (python) S 26828 26830 25311 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 11 0 668772369 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 6 0 0 0
[pid=26830/tid=26840] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26840/stat : 26840 (python) S 26828 26830 25311 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 11 0 668772372 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 2 0 0 0
[pid=26830/tid=26843] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26843/stat : 26843 (python) S 26828 26830 25311 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 11 0 668772375 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 7 0 0 0
[pid=26830/tid=26846] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26846/stat : 26846 (python) S 26828 26830 25311 0 -1 4202560 73 936 0 0 0 0 0 0 25 0 11 0 668772378 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 1 0 0 0
[pid=26830/tid=26849] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26849/stat : 26849 (python) S 26828 26830 25311 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 11 0 668772382 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
[pid=26830/tid=26852] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26852/stat : 26852 (python) S 26828 26830 25311 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 11 0 668772385 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
[pid=26830/tid=26855] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26855/stat : 26855 (python) S 26828 26830 25311 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 11 0 668772389 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
[pid=26830/tid=26858] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26858/stat : 26858 (python) S 26828 26830 25311 0 -1 4202560 33 936 0 0 0 0 0 0 25 0 11 0 668772392 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
[pid=26830/tid=26865] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26865/stat : 26865 (python) S 26828 26830 25311 0 -1 4202560 37 936 0 0 0 0 0 0 19 0 11 0 668782408 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
[pid=26830/tid=26871] ppid=26828 vsize=447104 CPUtime=0 cores=0-7
/proc/26830/task/26871/stat : 26871 (python) S 26828 26830 25311 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 11 0 668790027 457834496 7526 33554432000 4194304 5683644 140735778269104 18446744073709551615 248101521841 0 0 16781312 2 18446604468461155520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2619.93
Current children cumulated vsize (KiB) 6151916

Child status: 0
Real time (s): 463.056
CPU time (s): 2620.21
CPU user time (s): 2613.81
CPU system time (s): 6.40003
CPU usage (%): 565.853
Max. virtual memory (cumulated for all children) (KiB): 6454708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2613.81
system time used= 6.40003
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49678
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= 7689
involuntary context switches= 25557

runsolver used 2.82257 second user time and 6.85396 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-16 20:48:45
IDJOB=3385649
IDBENCH=82914
IDSOLVER=1870
FILE ID=node123/3385649-1305571725
RUNJOBID= node123-1305564964-25325
PBS_JOBID= 13350127
Free space on /tmp= 73256 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1336161514-068.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-3385649-1305571725/watcher-3385649-1305571725 -o /tmp/evaluation-result-3385649-1305571725/solver-3385649-1305571725 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385649-1305571725.cnf -seed 968968629 -budget 40000 -cores 8

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

MD5SUM BENCH= bf9c7e319eca3277c9c5b6246acb470c
RANDOM SEED=968968629

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.838
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.838
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.80
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.838
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.74
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.838
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:     32950928 kB
MemFree:       7209256 kB
Buffers:        343136 kB
Cached:        4869564 kB
SwapCached:      10524 kB
Active:       22015652 kB
Inactive:      3398672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7209256 kB
SwapTotal:    67111528 kB
SwapFree:     64721852 kB
Dirty:           37072 kB
Writeback:           0 kB
AnonPages:    20200040 kB
Mapped:          29832 kB
Slab:           184228 kB
PageTables:      71540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 106970276 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= 73224 MiB
End job on node123 at 2011-05-16 20:56:28