Trace number 3378320

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)? 4791.88 1202.87

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1565617179-002.UNKNOWN.cnf
MD5SUMc557851ca2e09c43aa7c0a50184336eb
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3378320-1305464726.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.48	c INFO: computed clause balance statistics
0.40/0.53	c INFO: computed variable balance statistics
0.40/0.57	c INFO: computed small-clause counts
0.40/0.57	c INFO: computed Horn-clause counts
0.40/0.57	c INFO: computed variable graph statistics
0.40/0.57	c INFO: collected features for HOME/instance-3378320-1305464726.cnf in 0.11 s
0.40/0.58	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.40/0.59	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.49/0.60	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.29)
0.49/0.61	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.35)
392.16/98.86	c INFO: running march_hi@0 for 679 with 1101 remaining (b = 0.32)
400.12/100.84	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.28)
1584.35/397.76	c INFO: running kcnfs-2006@0 for 582 with 802 remaining (b = 0.24)
2731.80/685.47	c INFO: running march_hi@0 for 515 with 515 remaining (b = 0.19)
3120.21/782.87	c INFO: running march_hi@0 for 417 with 417 remaining (b = 0.14)
3157.21/792.16	c INFO: running march_hi@0 for 291 with 408 remaining (b = 0.09)
3921.61/984.24	c INFO: running march_hi@391 for 97 with 216 remaining (b = 0.04)
4308.40/1081.50	c INFO: running kcnfs-2006@683 for 118 with 118 remaining (b = 0.04)
4332.33/1087.42	c INFO: running march_hi@584 for 113 with 113 remaining (b = 0.04)
4791.48/1202.85	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-3378320-1305464726/watcher-3378320-1305464726 -o /tmp/evaluation-result-3378320-1305464726/solver-3378320-1305464726 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378320-1305464726.cnf -seed 572127978 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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: 8.41 8.33 7.69 6/390 31947
/proc/meminfo: memFree=11131472/32951124 swapFree=66050672/67111528
[pid=31947] ppid=31945 vsize=16240 CPUtime=0 cores=1,3,5,7
/proc/31947/stat : 31947 (python) R 31945 31947 30970 0 -1 4202496 1031 0 0 0 0 0 0 0 17 0 1 0 658070440 16629760 903 33554432000 4194304 5683644 140735825467200 18446744073709551615 5177344 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31947/statm: 4060 906 380 364 0 547 0

[startup+0.073691 s]
/proc/loadavg: 8.41 8.33 7.69 6/390 31947
/proc/meminfo: memFree=11131472/32951124 swapFree=66050672/67111528
[pid=31947] ppid=31945 vsize=84524 CPUtime=0.05 cores=1,3,5,7
/proc/31947/stat : 31947 (python) R 31945 31947 30970 0 -1 4202496 2251 0 0 0 4 1 0 0 17 0 1 0 658070440 86552576 1999 33554432000 4194304 5683644 140735825467200 18446744073709551615 255372338664 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31947/statm: 21131 2001 620 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.100677 s]
/proc/loadavg: 8.41 8.33 7.69 6/390 31947
/proc/meminfo: memFree=11131472/32951124 swapFree=66050672/67111528
[pid=31947] ppid=31945 vsize=104228 CPUtime=0.07 cores=1,3,5,7
/proc/31947/stat : 31947 (python) S 31945 31947 30970 0 -1 4202496 3066 0 0 0 5 2 0 0 17 0 1 0 658070440 106729472 2748 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/31947/statm: 26058 2749 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300683 s]
/proc/loadavg: 8.41 8.33 7.69 6/390 31947
/proc/meminfo: memFree=11131472/32951124 swapFree=66050672/67111528
[pid=31947] ppid=31945 vsize=187688 CPUtime=0.23 cores=1,3,5,7
/proc/31947/stat : 31947 (python) S 31945 31947 30970 0 -1 4202496 6824 938 1 0 16 7 0 0 17 0 1 0 658070440 192192512 4882 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/31947/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187688

[startup+0.700539 s]
/proc/loadavg: 8.41 8.33 7.69 6/390 31947
/proc/meminfo: memFree=11131472/32951124 swapFree=66050672/67111528
[pid=31947] ppid=31945 vsize=320288 CPUtime=0.5 cores=1,3,5,7
/proc/31947/stat : 31947 (python) S 31945 31947 30970 0 -1 4202496 12202 938 1 0 41 9 0 0 19 0 5 0 658070440 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31947/statm: 80072 7269 1881 364 0 15981 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 320288

[startup+1.50139 s]
/proc/loadavg: 8.41 8.33 7.69 9/403 31964
/proc/meminfo: memFree=11090308/32951124 swapFree=66050672/67111528
[pid=31947] ppid=31945 vsize=320288 CPUtime=0.5 cores=1,3,5,7
/proc/31947/stat : 31947 (python) S 31945 31947 30970 0 -1 4202496 12202 938 1 0 41 9 0 0 19 0 5 0 658070440 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31947/statm: 80072 7269 1881 364 0 15981 0
[pid=31953] ppid=31947 vsize=278620 CPUtime=0 cores=1,3,5,7
/proc/31953/stat : 31953 (python) S 31947 31947 30970 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 658070499 285306880 5568 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321487 0 0 16781312 514 17646117918687100927 0 0 17 3 0 0 0
/proc/31953/statm: 69655 5568 354 364 0 5573 0
[pid=31955] ppid=31953 vsize=1017936 CPUtime=0.9 cores=1,3,5,7
/proc/31955/stat : 31955 (gnovelty+2) R 31953 31955 31955 0 -1 4202496 462 0 0 0 90 0 0 0 21 0 1 0 658070499 1042366464 197 33554432000 134512640 135663704 4289308704 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31955/statm: 254484 197 113 282 0 254200 0
[pid=31956] ppid=31947 vsize=289396 CPUtime=0 cores=1,3,5,7
/proc/31956/stat : 31956 (python) S 31947 31947 30970 0 -1 4202560 732 0 0 0 0 0 0 0 19 0 1 0 658070499 296341504 5707 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 130274265122471935 0 0 17 7 0 0 0
/proc/31956/statm: 72349 5707 348 364 0 8264 0
[pid=31958] ppid=31956 vsize=1017936 CPUtime=0.9 cores=1,3,5,7
/proc/31958/stat : 31958 (gnovelty+2) R 31956 31958 31958 0 -1 4202496 460 0 0 0 90 0 0 0 23 0 1 0 658070500 1042366464 196 33554432000 134512640 135663704 4290360000 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31958/statm: 254484 196 113 282 0 254200 0
[pid=31959] ppid=31947 vsize=299788 CPUtime=0 cores=1,3,5,7
/proc/31959/stat : 31959 (python) S 31947 31947 30970 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 658070500 306982912 5728 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 18064026070608216327 0 0 17 7 0 0 0
/proc/31959/statm: 74947 5728 348 364 0 10859 0
[pid=31961] ppid=31959 vsize=2892 CPUtime=0.87 cores=1,3,5,7
/proc/31961/stat : 31961 (march_hi) R 31959 31961 31961 0 -1 4202496 773 0 0 0 87 0 0 0 25 0 1 0 658070501 2961408 511 33554432000 4194304 4955518 140736366534544 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31961/statm: 723 511 104 186 0 536 0
[pid=31962] ppid=31947 vsize=310044 CPUtime=0 cores=1,3,5,7
/proc/31962/stat : 31962 (python) S 31947 31947 30970 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 658070501 317485056 5732 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 3819738583560847622 0 0 17 3 0 0 0
/proc/31962/statm: 77511 5732 348 364 0 13420 0
[pid=31964] ppid=31962 vsize=2892 CPUtime=0.88 cores=1,3,5,7
/proc/31964/stat : 31964 (march_hi) R 31962 31964 31964 0 -1 4202496 773 0 0 0 88 0 0 0 23 0 1 0 658070502 2961408 512 33554432000 4194304 4955518 140734625190432 18446744073709551615 4227752 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31964/statm: 723 512 104 186 0 536 0
[pid=31947/tid=31954] ppid=31945 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31954/stat : 31954 (python) S 31945 31947 30970 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 5 0 658070499 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=31957] ppid=31945 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31957/stat : 31957 (python) S 31945 31947 30970 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 658070500 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 7 0 0 0
[pid=31947/tid=31960] ppid=31945 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31960/stat : 31960 (python) S 31945 31947 30970 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 658070501 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 7 0 0 0
[pid=31947/tid=31963] ppid=31945 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31963/stat : 31963 (python) S 31945 31947 30970 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 658070502 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 3539792

[startup+3.10109 s]
/proc/loadavg: 8.41 8.33 7.69 10/403 31964
/proc/meminfo: memFree=11089068/32951124 swapFree=66050672/67111528
[pid=31947] ppid=31945 vsize=320288 CPUtime=0.5 cores=1,3,5,7
/proc/31947/stat : 31947 (python) S 31945 31947 30970 0 -1 4202496 12202 938 1 0 41 9 0 0 19 0 5 0 658070440 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31947/statm: 80072 7269 1881 364 0 15981 0
[pid=31953] ppid=31947 vsize=278620 CPUtime=0 cores=1,3,5,7
/proc/31953/stat : 31953 (python) S 31947 31947 30970 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 658070499 285306880 5568 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321487 0 0 16781312 514 17646117918687068421 0 0 17 3 0 0 0
/proc/31953/statm: 69655 5568 354 364 0 5573 0
[pid=31955] ppid=31953 vsize=1017936 CPUtime=2.5 cores=1,3,5,7
/proc/31955/stat : 31955 (gnovelty+2) R 31953 31955 31955 0 -1 4202496 462 0 0 0 250 0 0 0 25 0 1 0 658070499 1042366464 197 33554432000 134512640 135663704 4289308704 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31955/statm: 254484 197 113 282 0 254200 0
[pid=31956] ppid=31947 vsize=289396 CPUtime=0 cores=1,3,5,7
/proc/31956/stat : 31956 (python) S 31947 31947 30970 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 658070499 296341504 5707 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 130274265122439430 0 0 17 7 0 0 0
/proc/31956/statm: 72349 5707 348 364 0 8264 0
[pid=31958] ppid=31956 vsize=1017936 CPUtime=2.5 cores=1,3,5,7
/proc/31958/stat : 31958 (gnovelty+2) R 31956 31958 31958 0 -1 4202496 460 0 0 0 250 0 0 0 25 0 1 0 658070500 1042366464 196 33554432000 134512640 135663704 4290360000 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31958/statm: 254484 196 113 282 0 254200 0
[pid=31959] ppid=31947 vsize=299788 CPUtime=0 cores=1,3,5,7
/proc/31959/stat : 31959 (python) S 31947 31947 30970 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 658070500 306982912 5728 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 18064026070608216327 0 0 17 7 0 0 0
/proc/31959/statm: 74947 5728 348 364 0 10859 0
[pid=31961] ppid=31959 vsize=3300 CPUtime=2.46 cores=1,3,5,7
/proc/31961/stat : 31961 (march_hi) R 31959 31961 31961 0 -1 4202496 840 0 0 0 246 0 0 0 25 0 1 0 658070501 3379200 578 33554432000 4194304 4955518 140736366534544 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31961/statm: 825 578 104 186 0 638 0
[pid=31962] ppid=31947 vsize=310044 CPUtime=0 cores=1,3,5,7
/proc/31962/stat : 31962 (python) S 31947 31947 30970 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 658070501 317485056 5732 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 3819738583560847622 0 0 17 3 0 0 0
/proc/31962/statm: 77511 5732 348 364 0 13420 0
[pid=31964] ppid=31962 vsize=3300 CPUtime=2.48 cores=1,3,5,7
/proc/31964/stat : 31964 (march_hi) R 31962 31964 31964 0 -1 4202496 841 0 0 0 248 0 0 0 25 0 1 0 658070502 3379200 580 33554432000 4194304 4955518 140734625190432 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31964/statm: 825 580 104 186 0 638 0
[pid=31947/tid=31954] ppid=31945 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31954/stat : 31954 (python) S 31945 31947 30970 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 5 0 658070499 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=31957] ppid=31945 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31957/stat : 31957 (python) S 31945 31947 30970 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 658070500 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 7 0 0 0
[pid=31947/tid=31960] ppid=31945 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31960/stat : 31960 (python) S 31945 31947 30970 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 658070501 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 7 0 0 0
[pid=31947/tid=31963] ppid=31945 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31963/stat : 31963 (python) S 31945 31947 30970 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 658070502 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.44
Current children cumulated vsize (KiB) 3540608

[startup+6.3005 s]
/proc/loadavg: 8.38 8.33 7.70 9/403 31964
/proc/meminfo: memFree=11086332/32951124 swapFree=66050672/67111528
[pid=31947] ppid=31945 vsize=320288 CPUtime=0.5 cores=1,3,5,7
/proc/31947/stat : 31947 (python) S 31945 31947 30970 0 -1 4202496 12202 938 1 0 41 9 0 0 19 0 5 0 658070440 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31947/statm: 80072 7269 1881 364 0 15981 0
[pid=31953] ppid=31947 vsize=278620 CPUtime=0 cores=1,3,5,7
/proc/31953/stat : 31953 (python) S 31947 31947 30970 0 -1 4202560 878 0 0 0 0 0 0 0 18 0 1 0 658070499 285306880 5591 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321487 0 0 16781312 514 17646117918687068421 0 0 17 3 0 0 0
/proc/31953/statm: 69655 5591 377 364 0 5573 0
[pid=31955] ppid=31953 vsize=1017936 CPUtime=5.7 cores=1,3,5,7
/proc/31955/stat : 31955 (gnovelty+2) R 31953 31955 31955 0 -1 4202496 462 0 0 0 570 0 0 0 25 0 1 0 658070499 1042366464 197 33554432000 134512640 135663704 4289308704 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31955/statm: 254484 197 113 282 0 254200 0
[pid=31956] ppid=31947 vsize=289396 CPUtime=0.01 cores=1,3,5,7
/proc/31956/stat : 31956 (python) S 31947 31947 30970 0 -1 4202560 909 0 0 0 1 0 0 0 18 0 1 0 658070499 296341504 5730 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 130274265122439430 0 0 17 7 0 0 0
/proc/31956/statm: 72349 5730 371 364 0 8264 0
[pid=31958] ppid=31956 vsize=1017936 CPUtime=5.7 cores=1,3,5,7
/proc/31958/stat : 31958 (gnovelty+2) R 31956 31958 31958 0 -1 4202496 460 0 0 0 570 0 0 0 25 0 1 0 658070500 1042366464 196 33554432000 134512640 135663704 4290360000 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31958/statm: 254484 196 113 282 0 254200 0
[pid=31959] ppid=31947 vsize=299788 CPUtime=0.01 cores=1,3,5,7
/proc/31959/stat : 31959 (python) S 31947 31947 30970 0 -1 4202560 908 0 0 0 1 0 0 0 15 0 1 0 658070500 306982912 5751 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 18064026070608216327 0 0 17 7 0 0 0
/proc/31959/statm: 74947 5751 371 364 0 10859 0
[pid=31961] ppid=31959 vsize=4024 CPUtime=5.59 cores=1,3,5,7
/proc/31961/stat : 31961 (march_hi) R 31959 31961 31961 0 -1 4202496 985 0 0 0 559 0 0 0 25 0 1 0 658070501 4120576 723 33554432000 4194304 4955518 140736366534544 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31961/statm: 1006 723 104 186 0 819 0
[pid=31962] ppid=31947 vsize=310044 CPUtime=0.01 cores=1,3,5,7
/proc/31962/stat : 31962 (python) S 31947 31947 30970 0 -1 4202560 917 0 0 0 0 1 0 0 15 0 1 0 658070501 317485056 5755 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 3819738583560847622 0 0 17 3 0 0 0
/proc/31962/statm: 77511 5755 371 364 0 13420 0
[pid=31964] ppid=31962 vsize=4024 CPUtime=5.64 cores=1,3,5,7
/proc/31964/stat : 31964 (march_hi) R 31962 31964 31964 0 -1 4202496 989 0 0 0 564 0 0 0 25 0 1 0 658070502 4120576 728 33554432000 4194304 4955518 140734625190432 18446744073709551615 4235311 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31964/statm: 1006 728 104 186 0 819 0
[pid=31947/tid=31954] ppid=31945 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31954/stat : 31954 (python) S 31945 31947 30970 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 5 0 658070499 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=31957] ppid=31945 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31957/stat : 31957 (python) S 31945 31947 30970 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 658070500 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 7 0 0 0
[pid=31947/tid=31960] ppid=31945 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31960/stat : 31960 (python) S 31945 31947 30970 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 658070501 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 7 0 0 0
[pid=31947/tid=31963] ppid=31945 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31963/stat : 31963 (python) S 31945 31947 30970 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 658070502 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.16
Current children cumulated vsize (KiB) 3542056

[startup+12.7013 s]
/proc/loadavg: 8.35 8.32 7.70 9/403 31964
/proc/meminfo: memFree=11083764/32951124 swapFree=66050672/67111528
[pid=31947] ppid=31945 vsize=320288 CPUtime=0.5 cores=1,3,5,7
/proc/31947/stat : 31947 (python) S 31945 31947 30970 0 -1 4202496 12202 938 1 0 41 9 0 0 19 0 5 0 658070440 327974912 7269 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31947/statm: 80072 7269 1881 364 0 15981 0
[pid=31953] ppid=31947 vsize=278620 CPUtime=0.02 cores=1,3,5,7
/proc/31953/stat : 31953 (python) S 31947 31947 30970 0 -1 4202560 884 0 0 0 1 1 0 0 18 0 1 0 658070499 285306880 5591 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321487 0 0 16781312 514 8605657608277164293 0 0 17 3 0 0 0
/proc/31953/statm: 69655 5591 377 364 0 5573 0
[pid=31955] ppid=31953 vsize=1017936 CPUtime=12.1 cores=1,3,5,7
/proc/31955/stat : 31955 (gnovelty+2) R 31953 31955 31955 0 -1 4202496 462 0 0 0 1210 0 0 0 25 0 1 0 658070499 1042366464 197 33554432000 134512640 135663704 4289308704 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31955/statm: 254484 197 113 282 0 254200 0
[pid=31956] ppid=31947 vsize=289396 CPUtime=0.03 cores=1,3,5,7

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

/proc/31958/statm: 254484 196 113 282 0 254200 0
[pid=31956/tid=32157] ppid=31947 vsize=289396 CPUtime=0 cores=1,3,5,7
/proc/31956/task/32157/stat : 32157 (python) S 31947 31947 30970 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658080325 296341504 5760 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 514 18446604470122894272 0 0 -1 7 0 0 0
[pid=31959] ppid=31947 vsize=299788 CPUtime=2.2 cores=1,3,5,7
/proc/31959/stat : 31959 (python) S 31947 31947 30970 0 -1 4202560 1144 0 0 0 115 105 0 0 15 0 2 0 658070500 306982912 5781 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31959/statm: 74947 5781 400 364 0 10859 0
[pid=31961] ppid=31959 vsize=132052 CPUtime=795.45 cores=1,3,5,7
/proc/31961/stat : 31961 (march_hi) R 31959 31961 31961 0 -1 4202496 27959 0 0 0 79540 5 0 0 25 0 1 0 658070501 135221248 27697 33554432000 4194304 4955518 140736366534544 18446744073709551615 4295815 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31961/statm: 33013 27697 104 186 0 32826 0
[pid=31959/tid=32181] ppid=31947 vsize=299788 CPUtime=0 cores=1,3,5,7
/proc/31959/task/32181/stat : 32181 (python) S 31947 31947 30970 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 658110216 306982912 5781 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 514 18446604469906150336 0 0 -1 7 0 0 0
[pid=31962] ppid=31947 vsize=310044 CPUtime=1.84 cores=1,3,5,7
/proc/31962/stat : 31962 (python) S 31947 31947 30970 0 -1 4202560 1154 0 0 0 97 87 0 0 16 0 2 0 658070501 317485056 5785 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31962/statm: 77511 5785 400 364 0 13420 0
[pid=31964] ppid=31962 vsize=111716 CPUtime=683.47 cores=1,3,5,7
/proc/31964/stat : 31964 (march_hi) T 31962 31964 31964 0 -1 4202496 24550 0 0 0 68342 5 0 0 25 0 1 0 658070502 114397184 24289 33554432000 4194304 4955518 140734625190432 18446744073709551615 4224543 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31964/statm: 27929 24289 104 186 0 27742 0
[pid=31962/tid=32193] ppid=31947 vsize=310044 CPUtime=0 cores=1,3,5,7
/proc/31962/task/32193/stat : 32193 (python) S 31947 31947 30970 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658138986 317485056 5785 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 514 18446604469906149440 0 0 -1 1 0 0 0
[pid=32158] ppid=31947 vsize=320300 CPUtime=1.86 cores=1,3,5,7
/proc/32158/stat : 32158 (python) S 31947 31947 30970 0 -1 4202560 1150 0 0 0 102 84 0 0 16 0 2 0 658080326 327987200 5805 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32158/statm: 80075 5805 400 364 0 15981 0
[pid=32160] ppid=32158 vsize=111716 CPUtime=682.52 cores=1,3,5,7
/proc/32160/stat : 32160 (march_hi) T 32158 32160 32160 0 -1 4202496 24473 0 0 0 68249 3 0 0 25 0 1 0 658080327 114397184 24211 33554432000 4194304 4955518 140733990530464 18446744073709551615 4224541 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32160/statm: 27929 24211 104 186 0 27742 0
[pid=32158/tid=32200] ppid=31947 vsize=320300 CPUtime=0 cores=1,3,5,7
/proc/32158/task/32200/stat : 32200 (python) S 31947 31947 30970 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 658148727 327987200 5805 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 514 18446604469892552640 0 0 -1 5 0 0 0
[pid=32162] ppid=31947 vsize=330556 CPUtime=2.13 cores=1,3,5,7
/proc/32162/stat : 32162 (python) S 31947 31947 30970 0 -1 4202560 1137 0 0 0 115 98 0 0 15 0 2 0 658080524 338489344 5811 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32162/statm: 82639 5811 400 364 0 18542 0
[pid=32164] ppid=32162 vsize=132052 CPUtime=779.63 cores=1,3,5,7
/proc/32164/stat : 32164 (march_hi) T 32162 32164 32164 0 -1 4202496 27476 0 0 0 77958 5 0 0 25 0 1 0 658080524 135221248 27213 33554432000 4194304 4955518 140733731038976 18446744073709551615 4209701 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32164/statm: 33013 27213 104 186 0 32826 0
[pid=32162/tid=32204] ppid=31947 vsize=330556 CPUtime=0 cores=1,3,5,7
/proc/32162/task/32204/stat : 32204 (python) S 31947 31947 30970 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658149655 338489344 5811 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 514 18446604469892553536 0 0 -1 3 0 0 0
[pid=32182] ppid=31947 vsize=340536 CPUtime=1.87 cores=1,3,5,7
/proc/32182/stat : 32182 (python) S 31947 31947 30970 0 -1 4202560 1151 0 0 0 104 83 0 0 18 0 2 0 658110217 348708864 5728 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32182/statm: 85134 5728 400 364 0 21034 0
[pid=32184] ppid=32182 vsize=182584 CPUtime=706.15 cores=1,3,5,7
/proc/32184/stat : 32184 (kcnfs-2006) R 32182 32184 32184 0 -1 4202496 666 0 0 0 70615 0 0 0 25 0 1 0 658110217 186966016 406 33554432000 134512640 135163436 4289931696 18446744073709551615 134593042 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32184/statm: 45646 406 77 159 0 45486 0
[pid=32182/tid=32212] ppid=31947 vsize=340536 CPUtime=0 cores=1,3,5,7
/proc/32182/task/32212/stat : 32212 (python) S 31947 31947 30970 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658168863 348708864 5728 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 514 18446604468650176640 0 0 -1 1 0 0 0
[pid=32194] ppid=31947 vsize=351244 CPUtime=1.43 cores=1,3,5,7
/proc/32194/stat : 32194 (python) S 31947 31947 30970 0 -1 4202560 1050 0 0 0 78 65 0 0 15 0 1 0 658138987 359673856 5821 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 8605657608277164294 0 0 17 3 0 0 0
/proc/32194/statm: 87811 5821 377 364 0 23708 0
[pid=32196] ppid=32194 vsize=82248 CPUtime=516.46 cores=1,3,5,7
/proc/32196/stat : 32196 (march_hi) R 32194 32196 32196 0 -1 4202496 18916 0 0 0 51641 5 0 0 25 0 1 0 658138987 84221952 18645 33554432000 4194304 4955518 140734789550816 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32196/statm: 20562 18645 104 186 0 20375 0
[pid=32201] ppid=31947 vsize=361500 CPUtime=1.17 cores=1,3,5,7
/proc/32201/stat : 32201 (python) S 31947 31947 30970 0 -1 4202560 1026 0 0 0 66 51 0 0 15 0 1 0 658148728 370176000 5849 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 16725383857930469638 0 0 17 3 0 0 0
/proc/32201/statm: 90375 5849 377 364 0 26269 0
[pid=32203] ppid=32201 vsize=82248 CPUtime=415.35 cores=1,3,5,7
/proc/32203/stat : 32203 (march_hi) R 32201 32203 32203 0 -1 4202496 15531 0 0 0 41533 2 0 0 25 0 1 0 658148728 84221952 15267 33554432000 4194304 4955518 140736802833584 18446744073709551615 4263698 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32203/statm: 20562 15267 104 186 0 20375 0
[pid=31947/tid=31954] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31954/stat : 31954 (python) S 31945 31947 30970 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 10 0 658070499 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=31957] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31957/stat : 31957 (python) S 31945 31947 30970 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 10 0 658070500 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 7 0 0 0
[pid=31947/tid=31960] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31960/stat : 31960 (python) S 31945 31947 30970 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 10 0 658070501 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 7 0 0 0
[pid=31947/tid=31963] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31963/stat : 31963 (python) S 31945 31947 30970 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 10 0 658070502 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=32159] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/32159/stat : 32159 (python) S 31945 31947 30970 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 10 0 658080327 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=32163] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/32163/stat : 32163 (python) S 31945 31947 30970 0 -1 4202560 30 938 0 0 0 0 0 0 18 0 10 0 658080524 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=32183] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/32183/stat : 32183 (python) S 31945 31947 30970 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 10 0 658110217 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=32195] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/32195/stat : 32195 (python) S 31945 31947 30970 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 10 0 658138987 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=32202] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/32202/stat : 32202 (python) S 31945 31947 30970 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 10 0 658148728 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4791.08
Current children cumulated vsize (KiB) 6134648

[startup+1202.8 s]
/proc/loadavg: 9.32 9.25 8.77 10/403 32219
/proc/meminfo: memFree=9970072/32951124 swapFree=66050672/67111528
[pid=31947] ppid=31945 vsize=371932 CPUtime=0.58 cores=1,3,5,7
/proc/31947/stat : 31947 (python) S 31945 31947 30970 0 -1 4202496 17012 938 1 0 48 10 0 0 18 0 10 0 658070440 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31947/statm: 92983 7391 1892 364 0 28877 0
[pid=31953] ppid=31947 vsize=288864 CPUtime=0.24 cores=1,3,5,7
/proc/31953/stat : 31953 (python) S 31947 31947 30970 0 -1 4202560 1161 0 0 0 12 12 0 0 19 0 2 0 658070499 295796736 5644 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31953/statm: 72216 5644 425 364 0 8134 0
[pid=31955] ppid=31953 vsize=1017936 CPUtime=100.23 cores=1,3,5,7
/proc/31955/stat : 31955 (gnovelty+2) T 31953 31955 31955 0 -1 4202496 462 0 0 0 10023 0 0 0 25 0 1 0 658070499 1042366464 197 33554432000 134512640 135663704 4289308704 18446744073709551615 134545534 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31955/statm: 254484 197 113 282 0 254200 0
[pid=31953/tid=32161] ppid=31947 vsize=288864 CPUtime=0 cores=1,3,5,7
/proc/31953/task/32161/stat : 32161 (python) S 31947 31947 30970 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658080523 295796736 5644 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 514 18446604469906152128 0 0 -1 3 0 0 0
[pid=31956] ppid=31947 vsize=289396 CPUtime=0.25 cores=1,3,5,7
/proc/31956/stat : 31956 (python) S 31947 31947 30970 0 -1 4202560 1094 0 0 0 15 10 0 0 19 0 2 0 658070499 296341504 5760 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31956/statm: 72349 5760 400 364 0 8264 0
[pid=31958] ppid=31956 vsize=1017936 CPUtime=98.25 cores=1,3,5,7
/proc/31958/stat : 31958 (gnovelty+2) T 31956 31958 31958 0 -1 4202496 460 0 0 0 9825 0 0 0 25 0 1 0 658070500 1042366464 196 33554432000 134512640 135663704 4290360000 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31958/statm: 254484 196 113 282 0 254200 0
[pid=31956/tid=32157] ppid=31947 vsize=289396 CPUtime=0 cores=1,3,5,7
/proc/31956/task/32157/stat : 32157 (python) S 31947 31947 30970 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658080325 296341504 5760 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 514 18446604470122894272 0 0 -1 7 0 0 0
[pid=31959] ppid=31947 vsize=299788 CPUtime=2.2 cores=1,3,5,7
/proc/31959/stat : 31959 (python) S 31947 31947 30970 0 -1 4202560 1144 0 0 0 115 105 0 0 15 0 2 0 658070500 306982912 5781 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31959/statm: 74947 5781 400 364 0 10859 0
[pid=31961] ppid=31959 vsize=132052 CPUtime=795.55 cores=1,3,5,7
/proc/31961/stat : 31961 (march_hi) R 31959 31961 31961 0 -1 4202496 27962 0 0 0 79550 5 0 0 25 0 1 0 658070501 135221248 27700 33554432000 4194304 4955518 140736366534544 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31961/statm: 33013 27700 104 186 0 32826 0
[pid=31959/tid=32181] ppid=31947 vsize=299788 CPUtime=0 cores=1,3,5,7
/proc/31959/task/32181/stat : 32181 (python) S 31947 31947 30970 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 658110216 306982912 5781 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 514 18446604469906150336 0 0 -1 7 0 0 0
[pid=31962] ppid=31947 vsize=310044 CPUtime=1.84 cores=1,3,5,7
/proc/31962/stat : 31962 (python) S 31947 31947 30970 0 -1 4202560 1154 0 0 0 97 87 0 0 16 0 2 0 658070501 317485056 5785 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31962/statm: 77511 5785 400 364 0 13420 0
[pid=31964] ppid=31962 vsize=111716 CPUtime=683.47 cores=1,3,5,7
/proc/31964/stat : 31964 (march_hi) T 31962 31964 31964 0 -1 4202496 24550 0 0 0 68342 5 0 0 25 0 1 0 658070502 114397184 24289 33554432000 4194304 4955518 140734625190432 18446744073709551615 4224543 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31964/statm: 27929 24289 104 186 0 27742 0
[pid=31962/tid=32193] ppid=31947 vsize=310044 CPUtime=0 cores=1,3,5,7
/proc/31962/task/32193/stat : 32193 (python) S 31947 31947 30970 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658138986 317485056 5785 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 514 18446604469906149440 0 0 -1 1 0 0 0
[pid=32158] ppid=31947 vsize=320300 CPUtime=1.86 cores=1,3,5,7
/proc/32158/stat : 32158 (python) S 31947 31947 30970 0 -1 4202560 1150 0 0 0 102 84 0 0 16 0 2 0 658080326 327987200 5805 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32158/statm: 80075 5805 400 364 0 15981 0
[pid=32160] ppid=32158 vsize=111716 CPUtime=682.52 cores=1,3,5,7
/proc/32160/stat : 32160 (march_hi) T 32158 32160 32160 0 -1 4202496 24473 0 0 0 68249 3 0 0 25 0 1 0 658080327 114397184 24211 33554432000 4194304 4955518 140733990530464 18446744073709551615 4224541 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32160/statm: 27929 24211 104 186 0 27742 0
[pid=32158/tid=32200] ppid=31947 vsize=320300 CPUtime=0 cores=1,3,5,7
/proc/32158/task/32200/stat : 32200 (python) S 31947 31947 30970 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 658148727 327987200 5805 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 514 18446604469892552640 0 0 -1 5 0 0 0
[pid=32162] ppid=31947 vsize=330556 CPUtime=2.13 cores=1,3,5,7
/proc/32162/stat : 32162 (python) S 31947 31947 30970 0 -1 4202560 1137 0 0 0 115 98 0 0 15 0 2 0 658080524 338489344 5811 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32162/statm: 82639 5811 400 364 0 18542 0
[pid=32164] ppid=32162 vsize=132052 CPUtime=779.63 cores=1,3,5,7
/proc/32164/stat : 32164 (march_hi) T 32162 32164 32164 0 -1 4202496 27476 0 0 0 77958 5 0 0 25 0 1 0 658080524 135221248 27213 33554432000 4194304 4955518 140733731038976 18446744073709551615 4209701 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32164/statm: 33013 27213 104 186 0 32826 0
[pid=32162/tid=32204] ppid=31947 vsize=330556 CPUtime=0 cores=1,3,5,7
/proc/32162/task/32204/stat : 32204 (python) S 31947 31947 30970 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658149655 338489344 5811 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 514 18446604469892553536 0 0 -1 3 0 0 0
[pid=32182] ppid=31947 vsize=340536 CPUtime=1.87 cores=1,3,5,7
/proc/32182/stat : 32182 (python) R 31947 31947 30970 0 -1 4202560 1151 0 0 0 104 83 0 0 18 0 2 0 658110217 348708864 5728 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377344647 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32182/statm: 85134 5728 400 364 0 21034 0
[pid=32184] ppid=32182 vsize=182584 CPUtime=706.25 cores=1,3,5,7
/proc/32184/stat : 32184 (kcnfs-2006) R 32182 32184 32184 0 -1 4202496 666 0 0 0 70625 0 0 0 25 0 1 0 658110217 186966016 406 33554432000 134512640 135163436 4289931696 18446744073709551615 134675200 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32184/statm: 45646 406 77 159 0 45486 0
[pid=32182/tid=32212] ppid=31947 vsize=340540 CPUtime=0 cores=1,3,5,7
/proc/32182/task/32212/stat : 32212 (python) S 31947 31947 30970 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658168863 348712960 5728 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 514 18446604468650176640 0 0 -1 1 0 0 0
[pid=32194] ppid=31947 vsize=351244 CPUtime=1.43 cores=1,3,5,7
/proc/32194/stat : 32194 (python) S 31947 31947 30970 0 -1 4202560 1050 0 0 0 78 65 0 0 15 0 1 0 658138987 359673856 5821 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 8605657608277164294 0 0 17 3 0 0 0
/proc/32194/statm: 87811 5821 377 364 0 23708 0
[pid=32196] ppid=32194 vsize=82248 CPUtime=516.56 cores=1,3,5,7
/proc/32196/stat : 32196 (march_hi) R 32194 32196 32196 0 -1 4202496 18920 0 0 0 51651 5 0 0 25 0 1 0 658138987 84221952 18649 33554432000 4194304 4955518 140734789550816 18446744073709551615 4239013 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32196/statm: 20562 18649 104 186 0 20375 0
[pid=32201] ppid=31947 vsize=361500 CPUtime=1.17 cores=1,3,5,7
/proc/32201/stat : 32201 (python) S 31947 31947 30970 0 -1 4202560 1026 0 0 0 66 51 0 0 15 0 1 0 658148728 370176000 5849 33554432000 4194304 5683644 140735825467200 18446744073709551615 255377321542 0 0 16781312 514 16725383857930469638 0 0 17 3 0 0 0
/proc/32201/statm: 90375 5849 377 364 0 26269 0
[pid=32203] ppid=32201 vsize=82248 CPUtime=415.45 cores=1,3,5,7
/proc/32203/stat : 32203 (march_hi) R 32201 32203 32203 0 -1 4202496 15535 0 0 0 41543 2 0 0 25 0 1 0 658148728 84221952 15271 33554432000 4194304 4955518 140736802833584 18446744073709551615 4227939 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32203/statm: 20562 15271 104 186 0 20375 0
[pid=31947/tid=31954] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31954/stat : 31954 (python) S 31945 31947 30970 0 -1 4202560 25 938 0 0 0 0 0 0 19 0 10 0 658070499 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=31957] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31957/stat : 31957 (python) S 31945 31947 30970 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 10 0 658070500 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 7 0 0 0
[pid=31947/tid=31960] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31960/stat : 31960 (python) S 31945 31947 30970 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 10 0 658070501 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 7 0 0 0
[pid=31947/tid=31963] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31963/stat : 31963 (python) S 31945 31947 30970 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 10 0 658070502 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=32159] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/32159/stat : 32159 (python) S 31945 31947 30970 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 10 0 658080327 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=32163] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/32163/stat : 32163 (python) S 31945 31947 30970 0 -1 4202560 30 938 0 0 0 0 0 0 18 0 10 0 658080524 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=32183] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/32183/stat : 32183 (python) S 31945 31947 30970 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 10 0 658110217 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=32195] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/32195/stat : 32195 (python) S 31945 31947 30970 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 10 0 658138987 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
[pid=31947/tid=32202] ppid=31945 vsize=371932 CPUtime=0 cores=1,3,5,7
/proc/31947/task/32202/stat : 32202 (python) S 31945 31947 30970 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 10 0 658148728 380858368 7391 33554432000 4194304 5683644 140735825467200 18446744073709551615 255389125041 0 0 16781312 2 18446604470122893376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4791.48
Current children cumulated vsize (KiB) 6134648

Child status: 0
Real time (s): 1202.87
CPU time (s): 4791.88
CPU user time (s): 4785.45
CPU system time (s): 6.43602
CPU usage (%): 398.369
Max. virtual memory (cumulated for all children) (KiB): 6134648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4785.45
system time used= 6.43602
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172867
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= 7937
involuntary context switches= 41948

runsolver used 5.2832 second user time and 12.4851 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-15 15:05:26
IDJOB=3378320
IDBENCH=82729
IDSOLVER=1859
FILE ID=node135/3378320-1305464726
RUNJOBID= node135-1305462647-30989
PBS_JOBID= 13324970
Free space on /tmp= 73320 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1565617179-002.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378320-1305464726/watcher-3378320-1305464726 -o /tmp/evaluation-result-3378320-1305464726/solver-3378320-1305464726 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378320-1305464726.cnf -seed 572127978 -budget 4800 -cores 4

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

MD5SUM BENCH= c557851ca2e09c43aa7c0a50184336eb
RANDOM SEED=572127978

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11131752 kB
Buffers:        299440 kB
Cached:        6349900 kB
SwapCached:      50684 kB
Active:       10689608 kB
Inactive:     10857752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11131752 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:           31528 kB
Writeback:          32 kB
AnonPages:    14852904 kB
Mapped:          27960 kB
Slab:           145424 kB
PageTables:      62812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82227132 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= 73280 MiB
End job on node135 at 2011-05-15 15:25:29