Trace number 3378299

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)? 3773.98 1199.52

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S250627100-039.UNKNOWN.cnf
MD5SUM68db236c1470208d12f1f4e80de80849
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56230

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3378299-1305464597.cnf
0.32/0.45	c INFO: computing task features
0.32/0.49	c INFO: computed variable-clause graph statistics
0.32/0.49	c INFO: computed clause balance statistics
0.60/0.71	c INFO: computed variable balance statistics
0.60/0.79	c INFO: computed small-clause counts
0.60/0.79	c INFO: computed Horn-clause counts
0.70/0.80	c INFO: computed variable graph statistics
0.70/0.80	c INFO: collected features for HOME/instance-3378299-1305464597.cnf in 0.35 s
0.70/0.81	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.54)
0.70/0.82	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.11)
0.70/0.83	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.05)
0.70/0.84	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
349.47/101.07	c INFO: running adaptg2wsat2009++@0 for 97 with 1099 remaining (b = 0.03)
349.80/101.12	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.03)
368.18/107.11	c INFO: running FH@0 for 97 with 1093 remaining (b = 0.02)
598.57/184.30	c INFO: running march_hi@0 for 485 with 1016 remaining (b = 0.10)
646.68/200.35	c INFO: running adaptg2wsat2009++@0 for 97 with 1000 remaining (b = 0.02)
664.85/206.42	c INFO: running march_hi@0 for 485 with 994 remaining (b = 0.09)
808.14/254.52	c INFO: running march_hi@0 for 485 with 945 remaining (b = 0.07)
1069.38/329.68	c INFO: running FH@0 for 97 with 870 remaining (b = 0.01)
1460.10/441.97	c INFO: running adaptg2wsat2009++@0 for 97 with 758 remaining (b = 0.01)
2051.51/640.48	c INFO: running march_hi@0 for 388 with 559 remaining (b = 0.05)
2328.80/720.13	c INFO: running march_hi@99 for 291 with 480 remaining (b = 0.04)
2509.20/780.65	c INFO: running march_hi@98 for 291 with 419 remaining (b = 0.04)
2842.26/890.68	c INFO: running march_hi@101 for 309 with 309 remaining (b = 0.04)
3304.68/1043.38	c INFO: running march_hi@589 for 157 with 157 remaining (b = 0.03)
3773.58/1199.49	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378299-1305464597/watcher-3378299-1305464597 -o /tmp/evaluation-result-3378299-1305464597/solver-3378299-1305464597 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378299-1305464597.cnf -seed 1909453270 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.07 9.11 8.00 7/375 26855
/proc/meminfo: memFree=19916780/32951124 swapFree=67056788/67111528
[pid=26855] ppid=26853 vsize=15916 CPUtime=0 cores=0,2,4,6
/proc/26855/stat : 26855 (python) R 26853 26855 25829 0 -1 4202496 949 0 0 0 0 0 0 0 25 0 1 0 658057580 16297984 827 33554432000 4194304 5683644 140733593541008 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26855/statm: 3979 828 357 364 0 466 0

[startup+0.029435 s]
/proc/loadavg: 9.07 9.11 8.00 7/375 26855
/proc/meminfo: memFree=19916780/32951124 swapFree=67056788/67111528
[pid=26855] ppid=26853 vsize=18888 CPUtime=0.01 cores=0,2,4,6
/proc/26855/stat : 26855 (python) R 26853 26855 25829 0 -1 4202496 1275 0 0 0 1 0 0 0 25 0 1 0 658057580 19341312 1129 33554432000 4194304 5683644 140733593541008 18446744073709551615 4867477 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26855/statm: 4722 1129 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.100506 s]
/proc/loadavg: 9.07 9.11 8.00 7/375 26855
/proc/meminfo: memFree=19916780/32951124 swapFree=67056788/67111528
[pid=26855] ppid=26853 vsize=104616 CPUtime=0.06 cores=0,2,4,6
/proc/26855/stat : 26855 (python) S 26853 26855 25829 0 -1 4202496 3142 0 0 0 5 1 0 0 17 0 1 0 658057580 107126784 2821 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 6 0 0 0
/proc/26855/statm: 26154 2821 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.304416 s]
/proc/loadavg: 9.07 9.11 8.00 7/375 26855
/proc/meminfo: memFree=19916780/32951124 swapFree=67056788/67111528
[pid=26855] ppid=26853 vsize=198920 CPUtime=0.24 cores=0,2,4,6
/proc/26855/stat : 26855 (python) R 26853 26855 25829 0 -1 4202496 7023 933 1 0 19 5 0 0 17 0 1 0 658057580 203694080 5053 33554432000 4194304 5683644 140733593541008 18446744073709551615 271553946544 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26855/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198920

[startup+0.700307 s]
/proc/loadavg: 9.07 9.11 8.00 7/375 26855
/proc/meminfo: memFree=19916780/32951124 swapFree=67056788/67111528
[pid=26855] ppid=26853 vsize=279752 CPUtime=0.6 cores=0,2,4,6
/proc/26855/stat : 26855 (python) R 26853 26855 25829 0 -1 4202496 10031 933 1 0 53 7 0 0 17 0 1 0 658057580 286466048 7322 33554432000 4194304 5683644 140733593541008 18446744073709551615 4643487 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26855/statm: 69938 7322 1826 364 0 5862 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279752

[startup+1.50116 s]
/proc/loadavg: 9.07 9.11 8.00 11/388 26872
/proc/meminfo: memFree=19876376/32951124 swapFree=67056788/67111528
[pid=26855] ppid=26853 vsize=320136 CPUtime=0.74 cores=0,2,4,6
/proc/26855/stat : 26855 (python) S 26853 26855 25829 0 -1 4202496 12860 933 1 0 66 8 0 0 24 0 5 0 658057580 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26855/statm: 80034 7240 1875 364 0 15943 0
[pid=26861] ppid=26855 vsize=278752 CPUtime=0 cores=0,2,4,6
/proc/26861/stat : 26861 (python) S 26855 26855 25829 0 -1 4202560 731 0 0 0 0 0 0 0 19 0 1 0 658057661 285442048 5626 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557711 0 0 16781312 514 16431989900296847359 0 0 17 2 0 0 0
/proc/26861/statm: 69688 5626 354 364 0 5606 0
[pid=26863] ppid=26861 vsize=1018076 CPUtime=0.68 cores=0,2,4,6
/proc/26863/stat : 26863 (gnovelty+2) R 26861 26863 26863 0 -1 4202496 535 0 0 0 68 0 0 0 22 0 1 0 658057661 1042509824 268 33554432000 134512640 135663704 4290942960 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26863/statm: 254519 268 113 282 0 254235 0
[pid=26864] ppid=26855 vsize=289380 CPUtime=0 cores=0,2,4,6
/proc/26864/stat : 26864 (python) S 26855 26855 25829 0 -1 4202560 736 0 0 0 0 0 0 0 19 0 1 0 658057662 296325120 5701 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557766 0 0 16781312 514 4179763770471481343 0 0 17 6 0 0 0
/proc/26864/statm: 72345 5701 348 364 0 8260 0
[pid=26866] ppid=26864 vsize=1018076 CPUtime=0.67 cores=0,2,4,6
/proc/26866/stat : 26866 (gnovelty+2) R 26864 26866 26866 0 -1 4202496 529 0 0 0 67 0 0 0 22 0 1 0 658057662 1042509824 267 33554432000 134512640 135663704 4293885280 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26866/statm: 254519 267 113 282 0 254235 0
[pid=26867] ppid=26855 vsize=299636 CPUtime=0 cores=0,2,4,6
/proc/26867/stat : 26867 (python) S 26855 26855 25829 0 -1 4202560 715 0 0 0 0 0 0 0 21 0 1 0 658057663 306827264 5701 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557766 0 0 16781312 514 16431982203715452927 0 0 17 2 0 0 0
/proc/26867/statm: 74909 5701 344 364 0 10821 0
[pid=26869] ppid=26867 vsize=416784 CPUtime=0.64 cores=0,2,4,6
/proc/26869/stat : 26869 (adaptg2wsat2009) R 26867 26869 26869 0 -1 4202496 603 0 0 0 64 0 0 0 25 0 1 0 658057663 426786816 340 33554432000 134512640 135107411 4287778560 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26869/statm: 104196 340 49 146 0 103072 0
[pid=26870] ppid=26855 vsize=309892 CPUtime=0 cores=0,2,4,6
/proc/26870/stat : 26870 (python) S 26855 26855 25829 0 -1 4202560 723 0 0 0 0 0 0 0 25 0 1 0 658057664 317329408 5705 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557766 0 0 16781312 514 7919398529607401471 0 0 17 2 0 0 0
/proc/26870/statm: 77473 5705 344 364 0 13382 0
[pid=26872] ppid=26870 vsize=416784 CPUtime=0.32 cores=0,2,4,6
/proc/26872/stat : 26872 (adaptg2wsat2009) R 26870 26872 26872 0 -1 4202496 601 0 0 0 32 0 0 0 25 0 1 0 658057664 426786816 340 33554432000 134512640 135107411 4287072848 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26872/statm: 104196 340 49 146 0 103072 0
[pid=26855/tid=26862] ppid=26853 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26862/stat : 26862 (python) S 26853 26855 25829 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658057661 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26865] ppid=26853 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26865/stat : 26865 (python) S 26853 26855 25829 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 658057662 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26868] ppid=26853 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26868/stat : 26868 (python) S 26853 26855 25829 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 5 0 658057663 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26871] ppid=26853 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26871/stat : 26871 (python) S 26853 26855 25829 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 658057664 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 4367516

[startup+3.10087 s]
/proc/loadavg: 9.30 9.16 8.02 12/388 26872
/proc/meminfo: memFree=19874644/32951124 swapFree=67056788/67111528
[pid=26855] ppid=26853 vsize=320136 CPUtime=0.74 cores=0,2,4,6
/proc/26855/stat : 26855 (python) S 26853 26855 25829 0 -1 4202496 12860 933 1 0 66 8 0 0 24 0 5 0 658057580 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26855/statm: 80034 7240 1875 364 0 15943 0
[pid=26861] ppid=26855 vsize=278752 CPUtime=0 cores=0,2,4,6
/proc/26861/stat : 26861 (python) S 26855 26855 25829 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 658057661 285442048 5626 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557711 0 0 16781312 514 16431989900296814849 0 0 17 2 0 0 0
/proc/26861/statm: 69688 5626 354 364 0 5606 0
[pid=26863] ppid=26861 vsize=1018076 CPUtime=2.28 cores=0,2,4,6
/proc/26863/stat : 26863 (gnovelty+2) R 26861 26863 26863 0 -1 4202496 535 0 0 0 228 0 0 0 25 0 1 0 658057661 1042509824 268 33554432000 134512640 135663704 4290942960 18446744073709551615 134525699 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26863/statm: 254519 268 113 282 0 254235 0
[pid=26864] ppid=26855 vsize=289380 CPUtime=0 cores=0,2,4,6
/proc/26864/stat : 26864 (python) S 26855 26855 25829 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 658057662 296325120 5701 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557766 0 0 16781312 514 4179763770471448836 0 0 17 6 0 0 0
/proc/26864/statm: 72345 5701 348 364 0 8260 0
[pid=26866] ppid=26864 vsize=1018076 CPUtime=2.27 cores=0,2,4,6
/proc/26866/stat : 26866 (gnovelty+2) R 26864 26866 26866 0 -1 4202496 529 0 0 0 227 0 0 0 25 0 1 0 658057662 1042509824 267 33554432000 134512640 135663704 4293885280 18446744073709551615 134524901 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26866/statm: 254519 267 113 282 0 254235 0
[pid=26867] ppid=26855 vsize=299636 CPUtime=0 cores=0,2,4,6
/proc/26867/stat : 26867 (python) S 26855 26855 25829 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658057663 306827264 5705 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557766 0 0 16781312 514 16431982203715420417 0 0 17 2 0 0 0
/proc/26867/statm: 74909 5705 348 364 0 10821 0
[pid=26869] ppid=26867 vsize=416920 CPUtime=2.24 cores=0,2,4,6
/proc/26869/stat : 26869 (adaptg2wsat2009) R 26867 26869 26869 0 -1 4202496 668 0 0 0 224 0 0 0 25 0 1 0 658057663 426926080 405 33554432000 134512640 135107411 4287778560 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26869/statm: 104230 405 59 146 0 103106 0
[pid=26870] ppid=26855 vsize=309892 CPUtime=0 cores=0,2,4,6
/proc/26870/stat : 26870 (python) S 26855 26855 25829 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 658057664 317329408 5709 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557766 0 0 16781312 514 7919398529607368961 0 0 17 2 0 0 0
/proc/26870/statm: 77473 5709 348 364 0 13382 0
[pid=26872] ppid=26870 vsize=416920 CPUtime=1.11 cores=0,2,4,6
/proc/26872/stat : 26872 (adaptg2wsat2009) R 26870 26872 26872 0 -1 4202496 667 0 0 0 111 0 0 0 25 0 1 0 658057664 426926080 406 33554432000 134512640 135107411 4287072848 18446744073709551615 134532097 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26872/statm: 104230 406 59 146 0 103106 0
[pid=26855/tid=26862] ppid=26853 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26862/stat : 26862 (python) S 26853 26855 25829 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658057661 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26865] ppid=26853 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26865/stat : 26865 (python) S 26853 26855 25829 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 658057662 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26868] ppid=26853 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26868/stat : 26868 (python) S 26853 26855 25829 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 5 0 658057663 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26871] ppid=26853 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26871/stat : 26871 (python) S 26853 26855 25829 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 658057664 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 4367788

[startup+6.30129 s]
/proc/loadavg: 9.30 9.16 8.02 11/388 26872
/proc/meminfo: memFree=19873500/32951124 swapFree=67056788/67111528
[pid=26855] ppid=26853 vsize=320136 CPUtime=0.74 cores=0,2,4,6
/proc/26855/stat : 26855 (python) S 26853 26855 25829 0 -1 4202496 12860 933 1 0 66 8 0 0 24 0 5 0 658057580 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26855/statm: 80034 7240 1875 364 0 15943 0
[pid=26861] ppid=26855 vsize=278752 CPUtime=0.01 cores=0,2,4,6
/proc/26861/stat : 26861 (python) S 26855 26855 25829 0 -1 4202560 892 0 0 0 0 1 0 0 18 0 1 0 658057661 285442048 5649 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557711 0 0 16781312 514 16431989900296814849 0 0 17 2 0 0 0
/proc/26861/statm: 69688 5649 377 364 0 5606 0
[pid=26863] ppid=26861 vsize=1018076 CPUtime=5.48 cores=0,2,4,6
/proc/26863/stat : 26863 (gnovelty+2) R 26861 26863 26863 0 -1 4202496 535 0 0 0 548 0 0 0 25 0 1 0 658057661 1042509824 268 33554432000 134512640 135663704 4290942960 18446744073709551615 134525070 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26863/statm: 254519 268 113 282 0 254235 0
[pid=26864] ppid=26855 vsize=289380 CPUtime=0.01 cores=0,2,4,6
/proc/26864/stat : 26864 (python) S 26855 26855 25829 0 -1 4202560 902 0 0 0 0 1 0 0 18 0 1 0 658057662 296325120 5724 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557766 0 0 16781312 514 4179763770471448836 0 0 17 6 0 0 0
/proc/26864/statm: 72345 5724 371 364 0 8260 0
[pid=26866] ppid=26864 vsize=1018076 CPUtime=5.47 cores=0,2,4,6
/proc/26866/stat : 26866 (gnovelty+2) R 26864 26866 26866 0 -1 4202496 529 0 0 0 547 0 0 0 25 0 1 0 658057662 1042509824 267 33554432000 134512640 135663704 4293885280 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26866/statm: 254519 267 113 282 0 254235 0
[pid=26867] ppid=26855 vsize=299636 CPUtime=0.01 cores=0,2,4,6
/proc/26867/stat : 26867 (python) S 26855 26855 25829 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 658057663 306827264 5728 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557766 0 0 16781312 514 16431982203715420417 0 0 17 2 0 0 0
/proc/26867/statm: 74909 5728 371 364 0 10821 0
[pid=26869] ppid=26867 vsize=416920 CPUtime=5.4 cores=0,2,4,6
/proc/26869/stat : 26869 (adaptg2wsat2009) R 26867 26869 26869 0 -1 4202496 668 0 0 0 540 0 0 0 25 0 1 0 658057663 426926080 405 33554432000 134512640 135107411 4287778560 18446744073709551615 134531830 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26869/statm: 104230 405 59 146 0 103106 0
[pid=26870] ppid=26855 vsize=309892 CPUtime=0 cores=0,2,4,6
/proc/26870/stat : 26870 (python) S 26855 26855 25829 0 -1 4202560 906 0 0 0 0 0 0 0 18 0 1 0 658057664 317329408 5732 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557766 0 0 16781312 514 7919398529607368961 0 0 17 2 0 0 0
/proc/26870/statm: 77473 5732 371 364 0 13382 0
[pid=26872] ppid=26870 vsize=416920 CPUtime=2.71 cores=0,2,4,6
/proc/26872/stat : 26872 (adaptg2wsat2009) R 26870 26872 26872 0 -1 4202496 667 0 0 0 271 0 0 0 25 0 1 0 658057664 426926080 406 33554432000 134512640 135107411 4287072848 18446744073709551615 134532217 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26872/statm: 104230 406 59 146 0 103106 0
[pid=26855/tid=26862] ppid=26853 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26862/stat : 26862 (python) S 26853 26855 25829 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658057661 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26865] ppid=26853 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26865/stat : 26865 (python) S 26853 26855 25829 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 658057662 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26868] ppid=26853 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26868/stat : 26868 (python) S 26853 26855 25829 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 5 0 658057663 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26871] ppid=26853 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26871/stat : 26871 (python) S 26853 26855 25829 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 658057664 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19.83
Current children cumulated vsize (KiB) 4367788

[startup+12.7011 s]
/proc/loadavg: 9.41 9.19 8.04 12/391 26875
/proc/meminfo: memFree=19847360/32951124 swapFree=67056788/67111528
[pid=26855] ppid=26853 vsize=320136 CPUtime=0.74 cores=0,2,4,6
/proc/26855/stat : 26855 (python) S 26853 26855 25829 0 -1 4202496 12860 933 1 0 66 8 0 0 24 0 5 0 658057580 327819264 7240 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26855/statm: 80034 7240 1875 364 0 15943 0
[pid=26861] ppid=26855 vsize=278752 CPUtime=0.02 cores=0,2,4,6
/proc/26861/stat : 26861 (python) S 26855 26855 25829 0 -1 4202560 895 0 0 0 1 1 0 0 18 0 1 0 658057661 285442048 5649 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557711 0 0 16781312 514 4181416332153028865 0 0 17 2 0 0 0
/proc/26861/statm: 69688 5649 377 364 0 5606 0
[pid=26863] ppid=26861 vsize=1018076 CPUtime=11.88 cores=0,2,4,6
/proc/26863/stat : 26863 (gnovelty+2) R 26861 26863 26863 0 -1 4202496 535 0 0 0 1188 0 0 0 25 0 1 0 658057661 1042509824 268 33554432000 134512640 135663704 4290942960 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26863/statm: 254519 268 113 282 0 254235 0
[pid=26864] ppid=26855 vsize=289380 CPUtime=0.02 cores=0,2,4,6

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

[pid=26855/tid=26868] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26868/stat : 26868 (python) S 26853 26855 25829 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 14 0 658057663 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26871] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26871/stat : 26871 (python) S 26853 26855 25829 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 14 0 658057664 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26887] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26887/stat : 26887 (python) S 26853 26855 25829 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 14 0 658067687 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26891] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26891/stat : 26891 (python) S 26853 26855 25829 0 -1 4202560 27 933 0 0 0 0 0 0 21 0 14 0 658067693 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26895] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26895/stat : 26895 (python) S 26853 26855 25829 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 14 0 658068291 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26956] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26956/stat : 26956 (python) S 26853 26855 25829 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 14 0 658076010 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26960] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26960/stat : 26960 (python) S 26853 26855 25829 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 14 0 658077616 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26964] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26964/stat : 26964 (python) S 26853 26855 25829 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 14 0 658078223 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26969] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26969/stat : 26969 (python) S 26853 26855 25829 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 14 0 658083032 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26983] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26983/stat : 26983 (python) S 26853 26855 25829 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 14 0 658090548 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=27000] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/27000/stat : 27000 (python) S 26853 26855 25829 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 14 0 658121629 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3770.09
Current children cumulated vsize (KiB) 10092164

[startup+1199.1 s]
/proc/loadavg: 11.25 11.23 10.33 12/409 27023
/proc/meminfo: memFree=19561820/32951124 swapFree=67056788/67111528
[pid=26855] ppid=26853 vsize=413044 CPUtime=0.89 cores=0,2,4,6
/proc/26855/stat : 26855 (python) S 26853 26855 25829 0 -1 4202496 21503 933 1 0 79 10 0 0 18 0 14 0 658057580 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26855/statm: 103261 7462 1902 364 0 39143 0
[pid=26861] ppid=26855 vsize=288996 CPUtime=0.24 cores=0,2,4,6
/proc/26861/stat : 26861 (python) S 26855 26855 25829 0 -1 4202560 1166 0 0 0 13 11 0 0 19 0 2 0 658057661 295931904 5693 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26861/statm: 72249 5693 416 364 0 8167 0
[pid=26863] ppid=26861 vsize=1018076 CPUtime=100.22 cores=0,2,4,6
/proc/26863/stat : 26863 (gnovelty+2) T 26861 26863 26863 0 -1 4202496 535 0 0 0 10022 0 0 0 25 0 1 0 658057661 1042509824 268 33554432000 134512640 135663704 4290942960 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/26863/statm: 254519 268 113 282 0 254235 0
[pid=26861/tid=26885] ppid=26855 vsize=288996 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26885/stat : 26885 (python) S 26855 26855 25829 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658067686 295931904 5693 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 514 18446604448148629440 0 0 -1 2 0 0 0
[pid=26864] ppid=26855 vsize=289380 CPUtime=0.46 cores=0,2,4,6
/proc/26864/stat : 26864 (python) S 26855 26855 25829 0 -1 4202560 1110 0 0 0 24 22 0 0 19 0 2 0 658057662 296325120 5754 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26864/statm: 72345 5754 400 364 0 8260 0
[pid=26866] ppid=26864 vsize=1018076 CPUtime=98.14 cores=0,2,4,6
/proc/26866/stat : 26866 (gnovelty+2) T 26864 26866 26866 0 -1 4202496 529 0 0 0 9814 0 0 0 25 0 1 0 658057662 1042509824 267 33554432000 134512640 135663704 4293885280 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/26866/statm: 254519 267 113 282 0 254235 0
[pid=26864/tid=26954] ppid=26855 vsize=289380 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26954/stat : 26954 (python) S 26855 26855 25829 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 658076009 296325120 5754 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 514 18446604453885870336 0 0 -1 6 0 0 0
[pid=26867] ppid=26855 vsize=299636 CPUtime=0.78 cores=0,2,4,6
/proc/26867/stat : 26867 (python) S 26855 26855 25829 0 -1 4202560 1134 0 0 0 40 38 0 0 18 0 2 0 658057663 306827264 5758 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26867/statm: 74909 5758 400 364 0 10821 0
[pid=26869] ppid=26867 vsize=416920 CPUtime=196.86 cores=0,2,4,6
/proc/26869/stat : 26869 (adaptg2wsat2009) T 26867 26869 26869 0 -1 4202496 668 0 0 0 19686 0 0 0 25 0 1 0 658057663 426926080 405 33554432000 134512640 135107411 4287778560 18446744073709551615 134531696 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26869/statm: 104230 405 59 146 0 103106 0
[pid=26867/tid=26889] ppid=26855 vsize=299636 CPUtime=0 cores=0,2,4,6
/proc/26867/task/26889/stat : 26889 (python) S 26855 26855 25829 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 658067692 306827264 5758 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 514 18446604448148627648 0 0 -1 6 0 0 0
[pid=26870] ppid=26855 vsize=309892 CPUtime=0.26 cores=0,2,4,6
/proc/26870/stat : 26870 (python) S 26855 26855 25829 0 -1 4202560 1090 0 0 0 15 11 0 0 19 0 2 0 658057664 317329408 5762 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26870/statm: 77473 5762 400 364 0 13382 0
[pid=26872] ppid=26870 vsize=416920 CPUtime=97.9 cores=0,2,4,6
/proc/26872/stat : 26872 (adaptg2wsat2009) T 26870 26872 26872 0 -1 4202496 667 0 0 0 9790 0 0 0 25 0 1 0 658057664 426926080 406 33554432000 134512640 135107411 4287072848 18446744073709551615 134531720 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26872/statm: 104230 406 59 146 0 103106 0
[pid=26870/tid=26893] ppid=26855 vsize=309892 CPUtime=0 cores=0,2,4,6
/proc/26870/task/26893/stat : 26893 (python) S 26855 26855 25829 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658068290 317329408 5762 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 514 18446604446166637312 0 0 -1 2 0 0 0
[pid=26886] ppid=26855 vsize=320148 CPUtime=0.24 cores=0,2,4,6
/proc/26886/stat : 26886 (python) S 26855 26855 25829 0 -1 4202560 1108 0 0 0 12 12 0 0 19 0 2 0 658067687 327831552 5775 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26886/statm: 80037 5775 400 364 0 15943 0
[pid=26888] ppid=26886 vsize=416920 CPUtime=98.4 cores=0,2,4,6
/proc/26888/stat : 26888 (adaptg2wsat2009) T 26886 26888 26888 0 -1 4202496 668 0 0 0 9840 0 0 0 25 0 1 0 658067690 426926080 407 33554432000 134512640 135107411 4292829728 18446744073709551615 134532232 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26888/statm: 104230 407 59 146 0 103106 0
[pid=26886/tid=26958] ppid=26855 vsize=320148 CPUtime=0 cores=0,2,4,6
/proc/26886/task/26958/stat : 26958 (python) S 26855 26855 25829 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 658077614 327831552 5775 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 514 18446604448915485824 0 0 -1 2 0 0 0
[pid=26890] ppid=26855 vsize=330176 CPUtime=0.26 cores=0,2,4,6
/proc/26890/stat : 26890 (python) S 26855 26855 25829 0 -1 4202560 1091 0 0 0 16 10 0 0 19 0 2 0 658067693 338100224 5697 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26890/statm: 82544 5697 400 364 0 18447 0
[pid=26892] ppid=26890 vsize=1018076 CPUtime=98.81 cores=0,2,4,6
/proc/26892/stat : 26892 (gnovelty+2) T 26890 26892 26892 0 -1 4202496 525 0 0 0 9878 3 0 0 25 0 1 0 658067693 1042509824 267 33554432000 134512640 135663704 4293298608 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26892/statm: 254519 267 113 282 0 254235 0
[pid=26890/tid=26962] ppid=26855 vsize=330176 CPUtime=0 cores=0,2,4,6
/proc/26890/task/26962/stat : 26962 (python) S 26855 26855 25829 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658078221 338100224 5697 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 514 18446604440968394624 0 0 -1 6 0 0 0
[pid=26894] ppid=26855 vsize=340972 CPUtime=0.37 cores=0,2,4,6
/proc/26894/stat : 26894 (python) S 26855 26855 25829 0 -1 4202560 1126 0 0 0 21 16 0 0 19 0 2 0 658068291 349155328 5845 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26894/statm: 85243 5845 409 364 0 21143 0
[pid=26896] ppid=26894 vsize=247068 CPUtime=99.94 cores=0,2,4,6
/proc/26896/stat : 26896 (FH) T 26894 26896 26896 0 -1 4202496 628 0 0 0 9994 0 0 0 25 0 1 0 658068291 252997632 366 33554432000 134512640 134936988 4292244480 18446744073709551615 134553261 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26896/statm: 61767 366 41 104 0 61271 0
[pid=26894/tid=26967] ppid=26855 vsize=340972 CPUtime=0 cores=0,2,4,6
/proc/26894/task/26967/stat : 26967 (python) S 26855 26855 25829 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658083031 349155328 5845 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 514 18446604447743947712 0 0 -1 2 0 0 0
[pid=26955] ppid=26855 vsize=351228 CPUtime=2.7 cores=0,2,4,6
/proc/26955/stat : 26955 (python) S 26855 26855 25829 0 -1 4202560 1201 0 0 0 146 124 0 0 15 0 2 0 658076010 359657472 5846 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26955/statm: 87807 5846 406 364 0 23704 0
[pid=26957] ppid=26955 vsize=6176 CPUtime=698.8 cores=0,2,4,6
/proc/26957/stat : 26957 (march_hi) R 26955 26957 26957 0 -1 4202496 2236 0 0 0 69879 1 0 0 25 0 1 0 658076010 6324224 1082 33554432000 4194304 4955518 140736614630064 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26957/statm: 1544 1082 106 186 0 1357 0
[pid=26955/tid=27006] ppid=26855 vsize=351228 CPUtime=0 cores=0,2,4,6
/proc/26955/task/27006/stat : 27006 (python) S 26855 26855 25829 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658135644 359657472 5846 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 514 18446604441151211712 0 0 -1 6 0 0 0
[pid=26959] ppid=26855 vsize=360840 CPUtime=0.32 cores=0,2,4,6
/proc/26959/stat : 26959 (python) S 26855 26855 25829 0 -1 4202560 1147 0 0 0 16 16 0 0 18 0 2 0 658077615 369500160 5721 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26959/statm: 90210 5721 406 364 0 26104 0
[pid=26961] ppid=26959 vsize=416920 CPUtime=101.83 cores=0,2,4,6
/proc/26961/stat : 26961 (adaptg2wsat2009) T 26959 26961 26961 0 -1 4202496 673 0 0 0 10183 0 0 0 25 0 1 0 658077616 426926080 405 33554432000 134512640 135107411 4286676432 18446744073709551615 134532264 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26961/statm: 104230 405 59 146 0 103106 0
[pid=26959/tid=26981] ppid=26855 vsize=360840 CPUtime=0 cores=0,2,4,6
/proc/26959/task/26981/stat : 26981 (python) S 26855 26855 25829 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 658090547 369500160 5721 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 514 18446604448651565184 0 0 -1 2 0 0 0
[pid=26963] ppid=26855 vsize=371672 CPUtime=2.65 cores=0,2,4,6
/proc/26963/stat : 26963 (python) S 26855 26855 25829 0 -1 4202560 1175 0 0 0 144 121 0 0 15 0 2 0 658078222 380592128 5831 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26963/statm: 92918 5831 400 364 0 28809 0
[pid=26965] ppid=26963 vsize=6176 CPUtime=935.58 cores=0,2,4,6
/proc/26965/stat : 26965 (march_hi) R 26963 26965 26965 0 -1 4202496 2449 0 0 0 93557 1 0 0 25 0 1 0 658078223 6324224 1302 33554432000 4194304 4955518 140736586049680 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26965/statm: 1544 1302 106 186 0 1357 0
[pid=26963/tid=27004] ppid=26855 vsize=371672 CPUtime=0 cores=0,2,4,6
/proc/26963/task/27004/stat : 27004 (python) S 26855 26855 25829 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658129592 380592128 5831 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 514 18446604448651563392 0 0 -1 4 0 0 0
[pid=26968] ppid=26855 vsize=382148 CPUtime=2.58 cores=0,2,4,6
/proc/26968/stat : 26968 (python) S 26855 26855 25829 0 -1 4202560 1191 0 0 0 133 125 0 0 15 0 2 0 658083032 391319552 5890 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26968/statm: 95537 5890 400 364 0 31425 0
[pid=26970] ppid=26968 vsize=6176 CPUtime=763.94 cores=0,2,4,6
/proc/26970/stat : 26970 (march_hi) R 26968 26970 26970 0 -1 4202496 2295 0 0 0 76388 6 0 0 25 0 1 0 658083032 6324224 1142 33554432000 4194304 4955518 140736097172752 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26970/statm: 1544 1142 106 186 0 1357 0
[pid=26968/tid=27014] ppid=26855 vsize=382148 CPUtime=0 cores=0,2,4,6
/proc/26968/task/27014/stat : 27014 (python) S 26855 26855 25829 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658146647 391319552 5890 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 514 18446604448489607616 0 0 -1 0 0 0 0
[pid=26982] ppid=26855 vsize=392404 CPUtime=0.28 cores=0,2,4,6
/proc/26982/stat : 26982 (python) S 26855 26855 25829 0 -1 4202560 1140 0 0 0 16 12 0 0 19 0 2 0 658090548 401821696 5894 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26982/statm: 98101 5894 400 364 0 33986 0
[pid=26984] ppid=26982 vsize=247064 CPUtime=100 cores=0,2,4,6
/proc/26984/stat : 26984 (FH) T 26982 26984 26984 0 -1 4202496 634 0 0 0 10000 0 0 0 25 0 1 0 658090549 252993536 365 33554432000 134512640 134936988 4293062272 18446744073709551615 134546960 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26984/statm: 61766 365 41 104 0 61270 0
[pid=26982/tid=26988] ppid=26855 vsize=392404 CPUtime=0 cores=0,2,4,6
/proc/26982/task/26988/stat : 26988 (python) S 26855 26855 25829 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658101776 401821696 5894 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 514 18446604453953221632 0 0 -1 2 0 0 0
[pid=26999] ppid=26855 vsize=402800 CPUtime=1.56 cores=0,2,4,6
/proc/26999/stat : 26999 (python) S 26855 26855 25829 0 -1 4202560 1021 0 0 0 78 78 0 0 15 0 1 0 658121628 412467200 5903 33554432000 4194304 5683644 140733593541008 18446744073709551615 271550557766 0 0 16781312 514 4181416332153028867 0 0 17 2 0 0 0
/proc/26999/statm: 100700 5903 371 364 0 36582 0
[pid=27001] ppid=26999 vsize=4260 CPUtime=368.49 cores=0,2,4,6
/proc/27001/stat : 27001 (march_hi) R 26999 27001 27001 0 -1 4202496 1940 0 0 0 36849 0 0 0 25 0 1 0 658121638 4362240 787 33554432000 4194304 4955518 140737259308208 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27001/statm: 1065 787 106 186 0 878 0
[pid=26855/tid=26862] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26862/stat : 26862 (python) S 26853 26855 25829 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 14 0 658057661 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26865] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26865/stat : 26865 (python) S 26853 26855 25829 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 14 0 658057662 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26868] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26868/stat : 26868 (python) S 26853 26855 25829 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 14 0 658057663 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26871] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26871/stat : 26871 (python) S 26853 26855 25829 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 14 0 658057664 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26887] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26887/stat : 26887 (python) S 26853 26855 25829 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 14 0 658067687 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26891] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26891/stat : 26891 (python) S 26853 26855 25829 0 -1 4202560 27 933 0 0 0 0 0 0 21 0 14 0 658067693 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26895] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26895/stat : 26895 (python) S 26853 26855 25829 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 14 0 658068291 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26956] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26956/stat : 26956 (python) S 26853 26855 25829 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 14 0 658076010 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26960] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26960/stat : 26960 (python) S 26853 26855 25829 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 14 0 658077616 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26964] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26964/stat : 26964 (python) S 26853 26855 25829 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 14 0 658078223 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26969] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26969/stat : 26969 (python) S 26853 26855 25829 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 14 0 658083032 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=26983] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/26983/stat : 26983 (python) S 26853 26855 25829 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 14 0 658090548 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
[pid=26855/tid=27000] ppid=26853 vsize=413044 CPUtime=0 cores=0,2,4,6
/proc/26855/task/27000/stat : 27000 (python) S 26853 26855 25829 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 14 0 658121629 422957056 7462 33554432000 4194304 5683644 140733593541008 18446744073709551615 271562361265 0 0 16781312 2 18446604443723963392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3772.5
Current children cumulated vsize (KiB) 10092164

[startup+1199.5 s]
/proc/loadavg: 11.25 11.23 10.33 12/409 27023
/proc/meminfo: memFree=19561820/32951124 swapFree=67056788/67111528
[pid=26855] ppid=26853 vsize=309316 CPUtime=3773.95 cores=0,2,4,6
/proc/26855/stat : 26855 (python) R 26853 26855 25829 0 -1 4202496 23394 30492 1 0 81 10 376684 620 17 0 1 0 658057580 316739584 7123 33554432000 4194304 5683644 140733593541008 18446744073709551615 5114052 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26855/statm: 77329 7123 1875 364 0 13253 0
Current children cumulated CPU time (s) 3773.95
Current children cumulated vsize (KiB) 309316

Child status: 0
Real time (s): 1199.52
CPU time (s): 3773.98
CPU user time (s): 3767.67
CPU system time (s): 6.30804
CPU usage (%): 314.624
Max. virtual memory (cumulated for all children) (KiB): 10092168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3767.67
system time used= 6.30804
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56084
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= 7572
involuntary context switches= 68885

runsolver used 7.2339 second user time and 15.8286 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 15:03:17
IDJOB=3378299
IDBENCH=82708
IDSOLVER=1859
FILE ID=node133/3378299-1305464597
RUNJOBID= node133-1305462765-25847
PBS_JOBID= 13324974
Free space on /tmp= 73604 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S250627100-039.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-3378299-1305464597/watcher-3378299-1305464597 -o /tmp/evaluation-result-3378299-1305464597/solver-3378299-1305464597 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378299-1305464597.cnf -seed 1909453270 -budget 4800 -cores 4

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

MD5SUM BENCH= 68db236c1470208d12f1f4e80de80849
RANDOM SEED=1909453270

node133.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.834
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.66
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.834
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.834
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.82
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.834
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	: 6741.12
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.834
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.834
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.83
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.834
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19916944 kB
Buffers:        306292 kB
Cached:        4202452 kB
SwapCached:       8724 kB
Active:        9554092 kB
Inactive:      3167632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19916944 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           32588 kB
Writeback:           0 kB
AnonPages:     8210208 kB
Mapped:          33296 kB
Slab:           204028 kB
PageTables:      44092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64239416 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73564 MiB
End job on node133 at 2011-05-15 15:23:17