Trace number 3378305

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)? 4775.12 1199.24

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S826445785-043.UNKNOWN.cnf
MD5SUM75e4af5315c8af778f17bf3a82042c9e
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.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.47	c INFO: solving HOME/instance-3378305-1305464603.cnf
0.30/0.47	c INFO: computing task features
0.30/0.48	c INFO: computed variable-clause graph statistics
0.30/0.48	c INFO: computed clause balance statistics
0.39/0.53	c INFO: computed variable balance statistics
0.39/0.57	c INFO: computed small-clause counts
0.39/0.57	c INFO: computed Horn-clause counts
0.39/0.58	c INFO: computed variable graph statistics
0.39/0.58	c INFO: collected features for HOME/instance-3378305-1305464603.cnf in 0.11 s
0.39/0.59	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.39/0.60	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.49/0.61	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.28)
0.49/0.62	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.35)
396.19/99.94	c INFO: running march_hi@0 for 679 with 1100 remaining (b = 0.31)
400.16/100.91	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.28)
1552.72/390.11	c INFO: running kcnfs-2006@0 for 582 with 810 remaining (b = 0.23)
2747.35/689.91	c INFO: running march_hi@0 for 388 with 510 remaining (b = 0.17)
3129.81/785.92	c INFO: running march_hi@0 for 291 with 414 remaining (b = 0.11)
3136.64/787.62	c INFO: running march_hi@99 for 291 with 412 remaining (b = 0.12)
3910.90/982.01	c INFO: running march_hi@388 for 97 with 218 remaining (b = 0.05)
4291.76/1077.78	c INFO: running march_hi@100 for 122 with 122 remaining (b = 0.04)
4298.13/1079.33	c INFO: running march_hi@682 for 121 with 121 remaining (b = 0.05)
4298.13/1079.39	c INFO: running kcnfs-2006@680 for 121 with 121 remaining (b = 0.04)
4320.78/1085.07	c INFO: running march_hi@680 for 115 with 115 remaining (b = 0.03)
4774.96/1199.22	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-3378305-1305464603/watcher-3378305-1305464603 -o /tmp/evaluation-result-3378305-1305464603/solver-3378305-1305464603 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378305-1305464603.cnf -seed 207532696 -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.11 8.13 7.28 5/451 31500
/proc/meminfo: memFree=21337260/32951124 swapFree=67111348/67111528
[pid=31500] ppid=31498 vsize=16240 CPUtime=0 cores=1,3,5,7
/proc/31500/stat : 31500 (python) R 31498 31500 30709 0 -1 4202496 1050 0 0 0 0 0 0 0 25 0 1 0 658058062 16629760 922 33554432000 4194304 5683644 140735545668720 18446744073709551615 5293775 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31500/statm: 4060 922 381 364 0 547 0

[startup+0.0224351 s]
/proc/loadavg: 8.11 8.13 7.28 5/451 31500
/proc/meminfo: memFree=21337260/32951124 swapFree=67111348/67111528
[pid=31500] ppid=31498 vsize=16396 CPUtime=0.01 cores=1,3,5,7
/proc/31500/stat : 31500 (python) S 31498 31500 30709 0 -1 4202496 1153 0 0 0 1 0 0 0 25 0 1 0 658058062 16789504 1019 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/31500/statm: 4099 1019 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100428 s]
/proc/loadavg: 8.11 8.13 7.28 5/451 31500
/proc/meminfo: memFree=21337260/32951124 swapFree=67111348/67111528
[pid=31500] ppid=31498 vsize=104224 CPUtime=0.06 cores=1,3,5,7
/proc/31500/stat : 31500 (python) S 31498 31500 30709 0 -1 4202496 3050 0 0 0 5 1 0 0 17 0 1 0 658058062 106725376 2734 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/31500/statm: 26056 2734 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300463 s]
/proc/loadavg: 8.11 8.13 7.28 5/451 31500
/proc/meminfo: memFree=21337260/32951124 swapFree=67111348/67111528
[pid=31500] ppid=31498 vsize=170752 CPUtime=0.22 cores=1,3,5,7
/proc/31500/stat : 31500 (python) S 31498 31500 30709 0 -1 4202496 6735 933 1 0 17 5 0 0 17 0 1 0 658058062 174850048 4805 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/31500/statm: 42688 4805 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170752

[startup+0.700314 s]
/proc/loadavg: 8.11 8.13 7.28 5/451 31500
/proc/meminfo: memFree=21337260/32951124 swapFree=67111348/67111528
[pid=31500] ppid=31498 vsize=320260 CPUtime=0.51 cores=1,3,5,7
/proc/31500/stat : 31500 (python) S 31498 31500 30709 0 -1 4202496 12232 933 1 0 44 7 0 0 24 0 5 0 658058062 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31500/statm: 80065 7262 1881 364 0 15974 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 320260

[startup+1.50117 s]
/proc/loadavg: 8.11 8.13 7.28 9/464 31517
/proc/meminfo: memFree=21296972/32951124 swapFree=67111348/67111528
[pid=31500] ppid=31498 vsize=320260 CPUtime=0.51 cores=1,3,5,7
/proc/31500/stat : 31500 (python) S 31498 31500 30709 0 -1 4202496 12232 933 1 0 44 7 0 0 24 0 5 0 658058062 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31500/statm: 80065 7262 1881 364 0 15974 0
[pid=31506] ppid=31500 vsize=278628 CPUtime=0 cores=1,3,5,7
/proc/31506/stat : 31506 (python) S 31500 31500 30709 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 658058121 285315072 5570 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695375 0 0 16781312 514 3005265174803251199 0 0 17 3 0 0 0
/proc/31506/statm: 69657 5570 354 364 0 5575 0
[pid=31508] ppid=31506 vsize=1017936 CPUtime=0.9 cores=1,3,5,7
/proc/31508/stat : 31508 (gnovelty+2) R 31506 31508 31508 0 -1 4202496 463 0 0 0 90 0 0 0 21 0 1 0 658058121 1042366464 196 33554432000 134512640 135663704 4292943344 18446744073709551615 134524923 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31508/statm: 254484 196 113 282 0 254200 0
[pid=31509] ppid=31500 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/31509/stat : 31509 (python) S 31500 31500 30709 0 -1 4202560 737 0 0 0 0 0 0 0 20 0 1 0 658058122 296345600 5708 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 16880336657243439103 0 0 17 7 0 0 0
/proc/31509/statm: 72350 5708 348 364 0 8265 0
[pid=31511] ppid=31509 vsize=1017936 CPUtime=0.88 cores=1,3,5,7
/proc/31511/stat : 31511 (gnovelty+2) R 31509 31511 31511 0 -1 4202496 463 0 0 0 88 0 0 0 25 0 1 0 658058122 1042366464 197 33554432000 134512640 135663704 4288974832 18446744073709551615 134525361 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31511/statm: 254484 197 113 282 0 254200 0
[pid=31512] ppid=31500 vsize=299152 CPUtime=0 cores=1,3,5,7
/proc/31512/stat : 31512 (python) S 31500 31500 30709 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658058123 306331648 5601 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 7684192101705154820 0 0 17 3 0 0 0
/proc/31512/statm: 74788 5601 348 364 0 10700 0
[pid=31514] ppid=31512 vsize=2880 CPUtime=0.87 cores=1,3,5,7
/proc/31514/stat : 31514 (march_hi) R 31512 31514 31514 0 -1 4202496 780 0 0 0 87 0 0 0 25 0 1 0 658058124 2949120 521 33554432000 4194304 4955518 140736512908112 18446744073709551615 4227985 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31514/statm: 720 521 104 186 0 533 0
[pid=31515] ppid=31500 vsize=310016 CPUtime=0 cores=1,3,5,7
/proc/31515/stat : 31515 (python) S 31500 31500 30709 0 -1 4202560 756 0 0 0 0 0 0 0 17 0 1 0 658058124 317456384 5725 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 15929834418676400392 0 0 17 7 0 0 0
/proc/31515/statm: 77504 5725 348 364 0 13413 0
[pid=31517] ppid=31515 vsize=2812 CPUtime=0.85 cores=1,3,5,7
/proc/31517/stat : 31517 (march_hi) R 31515 31517 31517 0 -1 4202496 783 0 0 0 85 0 0 0 25 0 1 0 658058124 2879488 520 33554432000 4194304 4955518 140733806797520 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31517/statm: 703 520 104 186 0 516 0
[pid=31500/tid=31507] ppid=31498 vsize=320260 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31507/stat : 31507 (python) S 31498 31500 30709 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 658058121 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 3 0 0 0
[pid=31500/tid=31510] ppid=31498 vsize=320260 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31510/stat : 31510 (python) S 31498 31500 30709 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 5 0 658058122 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31513] ppid=31498 vsize=320260 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31513/stat : 31513 (python) S 31498 31500 30709 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 5 0 658058123 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31516] ppid=31498 vsize=320260 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31516/stat : 31516 (python) S 31498 31500 30709 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 5 0 658058124 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 3539020

[startup+3.10087 s]
/proc/loadavg: 8.11 8.13 7.28 9/464 31517
/proc/meminfo: memFree=21294740/32951124 swapFree=67111348/67111528
[pid=31500] ppid=31498 vsize=320260 CPUtime=0.51 cores=1,3,5,7
/proc/31500/stat : 31500 (python) S 31498 31500 30709 0 -1 4202496 12232 933 1 0 44 7 0 0 24 0 5 0 658058062 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31500/statm: 80065 7262 1881 364 0 15974 0
[pid=31506] ppid=31500 vsize=278628 CPUtime=0 cores=1,3,5,7
/proc/31506/stat : 31506 (python) S 31500 31500 30709 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 658058121 285315072 5570 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695375 0 0 16781312 514 3005265174803218695 0 0 17 3 0 0 0
/proc/31506/statm: 69657 5570 354 364 0 5575 0
[pid=31508] ppid=31506 vsize=1017936 CPUtime=2.5 cores=1,3,5,7
/proc/31508/stat : 31508 (gnovelty+2) R 31506 31508 31508 0 -1 4202496 463 0 0 0 250 0 0 0 25 0 1 0 658058121 1042366464 196 33554432000 134512640 135663704 4292943344 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31508/statm: 254484 196 113 282 0 254200 0
[pid=31509] ppid=31500 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/31509/stat : 31509 (python) S 31500 31500 30709 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 658058122 296345600 5708 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 16880336657243406598 0 0 17 7 0 0 0
/proc/31509/statm: 72350 5708 348 364 0 8265 0
[pid=31511] ppid=31509 vsize=1017936 CPUtime=2.48 cores=1,3,5,7
/proc/31511/stat : 31511 (gnovelty+2) R 31509 31511 31511 0 -1 4202496 463 0 0 0 248 0 0 0 25 0 1 0 658058122 1042366464 197 33554432000 134512640 135663704 4288974832 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31511/statm: 254484 197 113 282 0 254200 0
[pid=31512] ppid=31500 vsize=299152 CPUtime=0 cores=1,3,5,7
/proc/31512/stat : 31512 (python) S 31500 31500 30709 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 658058123 306331648 5601 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 7684192101705154820 0 0 17 3 0 0 0
/proc/31512/statm: 74788 5601 348 364 0 10700 0
[pid=31514] ppid=31512 vsize=3304 CPUtime=2.47 cores=1,3,5,7
/proc/31514/stat : 31514 (march_hi) R 31512 31514 31514 0 -1 4202496 843 0 0 0 247 0 0 0 25 0 1 0 658058124 3383296 584 33554432000 4194304 4955518 140736512908112 18446744073709551615 4227722 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31514/statm: 826 584 104 186 0 639 0
[pid=31515] ppid=31500 vsize=310016 CPUtime=0 cores=1,3,5,7
/proc/31515/stat : 31515 (python) S 31500 31500 30709 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 658058124 317456384 5725 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 15929834418676400392 0 0 17 7 0 0 0
/proc/31515/statm: 77504 5725 348 364 0 13413 0
[pid=31517] ppid=31515 vsize=3304 CPUtime=2.43 cores=1,3,5,7
/proc/31517/stat : 31517 (march_hi) R 31515 31517 31517 0 -1 4202496 845 0 0 0 243 0 0 0 25 0 1 0 658058124 3383296 582 33554432000 4194304 4955518 140733806797520 18446744073709551615 4227800 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31517/statm: 826 582 104 186 0 639 0
[pid=31500/tid=31507] ppid=31498 vsize=320260 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31507/stat : 31507 (python) S 31498 31500 30709 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 658058121 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 3 0 0 0
[pid=31500/tid=31510] ppid=31498 vsize=320260 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31510/stat : 31510 (python) S 31498 31500 30709 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 5 0 658058122 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31513] ppid=31498 vsize=320260 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31513/stat : 31513 (python) S 31498 31500 30709 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 5 0 658058123 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31516] ppid=31498 vsize=320260 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31516/stat : 31516 (python) S 31498 31500 30709 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 5 0 658058124 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.39
Current children cumulated vsize (KiB) 3539936

[startup+6.30129 s]
/proc/loadavg: 8.10 8.12 7.28 9/464 31517
/proc/meminfo: memFree=21292520/32951124 swapFree=67111348/67111528
[pid=31500] ppid=31498 vsize=320260 CPUtime=0.51 cores=1,3,5,7
/proc/31500/stat : 31500 (python) S 31498 31500 30709 0 -1 4202496 12232 933 1 0 44 7 0 0 24 0 5 0 658058062 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31500/statm: 80065 7262 1881 364 0 15974 0
[pid=31506] ppid=31500 vsize=278628 CPUtime=0.01 cores=1,3,5,7
/proc/31506/stat : 31506 (python) S 31500 31500 30709 0 -1 4202560 890 0 0 0 1 0 0 0 18 0 1 0 658058121 285315072 5593 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695375 0 0 16781312 514 3005265174803218695 0 0 17 3 0 0 0
/proc/31506/statm: 69657 5593 377 364 0 5575 0
[pid=31508] ppid=31506 vsize=1017936 CPUtime=5.7 cores=1,3,5,7
/proc/31508/stat : 31508 (gnovelty+2) R 31506 31508 31508 0 -1 4202496 463 0 0 0 570 0 0 0 25 0 1 0 658058121 1042366464 196 33554432000 134512640 135663704 4292943344 18446744073709551615 134525490 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31508/statm: 254484 196 113 282 0 254200 0
[pid=31509] ppid=31500 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/31509/stat : 31509 (python) S 31500 31500 30709 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 658058122 296345600 5730 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 16880336657243406598 0 0 17 7 0 0 0
/proc/31509/statm: 72350 5730 370 364 0 8265 0
[pid=31511] ppid=31509 vsize=1017936 CPUtime=5.68 cores=1,3,5,7
/proc/31511/stat : 31511 (gnovelty+2) R 31509 31511 31511 0 -1 4202496 463 0 0 0 568 0 0 0 25 0 1 0 658058122 1042366464 197 33554432000 134512640 135663704 4288974832 18446744073709551615 134545183 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31511/statm: 254484 197 113 282 0 254200 0
[pid=31512] ppid=31500 vsize=299152 CPUtime=0.02 cores=1,3,5,7
/proc/31512/stat : 31512 (python) S 31500 31500 30709 0 -1 4202560 908 0 0 0 1 1 0 0 15 0 1 0 658058123 306331648 5624 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 7684192101705154820 0 0 17 3 0 0 0
/proc/31512/statm: 74788 5624 371 364 0 10700 0
[pid=31514] ppid=31512 vsize=4028 CPUtime=5.63 cores=1,3,5,7
/proc/31514/stat : 31514 (march_hi) R 31512 31514 31514 0 -1 4202496 991 0 0 0 563 0 0 0 25 0 1 0 658058124 4124672 732 33554432000 4194304 4955518 140736512908112 18446744073709551615 4227583 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31514/statm: 1007 732 104 186 0 820 0
[pid=31515] ppid=31500 vsize=310016 CPUtime=0.01 cores=1,3,5,7
/proc/31515/stat : 31515 (python) S 31500 31500 30709 0 -1 4202560 917 0 0 0 1 0 0 0 15 0 1 0 658058124 317456384 5748 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 15929834418676400392 0 0 17 7 0 0 0
/proc/31515/statm: 77504 5748 371 364 0 13413 0
[pid=31517] ppid=31515 vsize=4028 CPUtime=5.54 cores=1,3,5,7
/proc/31517/stat : 31517 (march_hi) R 31515 31517 31517 0 -1 4202496 990 0 0 0 554 0 0 0 25 0 1 0 658058124 4124672 727 33554432000 4194304 4955518 140733806797520 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31517/statm: 1007 727 104 186 0 820 0
[pid=31500/tid=31507] ppid=31498 vsize=320260 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31507/stat : 31507 (python) S 31498 31500 30709 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 658058121 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 3 0 0 0
[pid=31500/tid=31510] ppid=31498 vsize=320260 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31510/stat : 31510 (python) S 31498 31500 30709 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 5 0 658058122 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31513] ppid=31498 vsize=320260 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31513/stat : 31513 (python) S 31498 31500 30709 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 5 0 658058123 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31516] ppid=31498 vsize=320260 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31516/stat : 31516 (python) S 31498 31500 30709 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 5 0 658058124 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.1
Current children cumulated vsize (KiB) 3541384

[startup+12.7011 s]
/proc/loadavg: 8.09 8.12 7.29 9/464 31517
/proc/meminfo: memFree=21289456/32951124 swapFree=67111348/67111528
[pid=31500] ppid=31498 vsize=320260 CPUtime=0.51 cores=1,3,5,7
/proc/31500/stat : 31500 (python) S 31498 31500 30709 0 -1 4202496 12232 933 1 0 44 7 0 0 24 0 5 0 658058062 327946240 7262 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31500/statm: 80065 7262 1881 364 0 15974 0
[pid=31506] ppid=31500 vsize=278628 CPUtime=0.03 cores=1,3,5,7
/proc/31506/stat : 31506 (python) S 31500 31500 30709 0 -1 4202560 893 0 0 0 1 2 0 0 18 0 1 0 658058121 285315072 5593 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695375 0 0 16781312 514 5386076455916503303 0 0 17 3 0 0 0
/proc/31506/statm: 69657 5593 377 364 0 5575 0
[pid=31508] ppid=31506 vsize=1017936 CPUtime=12.1 cores=1,3,5,7
/proc/31508/stat : 31508 (gnovelty+2) R 31506 31508 31508 0 -1 4202496 463 0 0 0 1210 0 0 0 25 0 1 0 658058121 1042366464 196 33554432000 134512640 135663704 4292943344 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31508/statm: 254484 196 113 282 0 254200 0
[pid=31509] ppid=31500 vsize=289400 CPUtime=0.02 cores=1,3,5,7

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

/proc/31589/statm: 87801 5841 406 364 0 23698 0
[pid=31591] ppid=31589 vsize=72044 CPUtime=392.29 cores=1,3,5,7
/proc/31591/stat : 31591 (march_hi) T 31589 31591 31591 0 -1 4202496 14784 0 0 0 39221 8 0 0 25 0 1 0 658127054 73773056 14512 33554432000 4194304 4955518 140733948898672 18446744073709551615 4227760 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31591/statm: 18011 14512 104 186 0 17824 0
[pid=31589/tid=31897] ppid=31500 vsize=351204 CPUtime=0 cores=1,3,5,7
/proc/31589/task/31897/stat : 31897 (python) S 31500 31500 30709 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658166569 359632896 5841 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 514 18446604464475471936 0 0 -1 7 0 0 0
[pid=31500/tid=31507] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31507/stat : 31507 (python) S 31498 31500 30709 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 658058121 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 3 0 0 0
[pid=31500/tid=31510] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31510/stat : 31510 (python) S 31498 31500 30709 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 9 0 658058122 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31513] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31513/stat : 31513 (python) S 31498 31500 30709 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 658058123 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31516] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31516/stat : 31516 (python) S 31498 31500 30709 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 658058124 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31530] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31530/stat : 31530 (python) S 31498 31500 30709 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 658068057 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31534] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31534/stat : 31534 (python) S 31498 31500 30709 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 658068154 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31562] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31562/stat : 31562 (python) S 31498 31500 30709 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 658097074 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31590] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31590/stat : 31590 (python) S 31498 31500 30709 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 658127054 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4772.91
Current children cumulated vsize (KiB) 5884764

[startup+1199.1 s]
/proc/loadavg: 8.02 8.17 7.93 9/490 31900
/proc/meminfo: memFree=21005068/32951124 swapFree=67111348/67111528
[pid=31500] ppid=31498 vsize=361552 CPUtime=0.59 cores=1,3,5,7
/proc/31500/stat : 31500 (python) S 31498 31500 30709 0 -1 4202496 16348 933 1 0 51 8 0 0 18 0 9 0 658058062 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31500/statm: 90388 7354 1890 364 0 26285 0
[pid=31506] ppid=31500 vsize=288872 CPUtime=0.32 cores=1,3,5,7
/proc/31506/stat : 31506 (python) S 31500 31500 30709 0 -1 4202560 1159 0 0 0 18 14 0 0 19 0 2 0 658058121 295804928 5637 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31506/statm: 72218 5637 416 364 0 8136 0
[pid=31508] ppid=31506 vsize=1017936 CPUtime=100.31 cores=1,3,5,7
/proc/31508/stat : 31508 (gnovelty+2) T 31506 31508 31508 0 -1 4202496 463 0 0 0 10031 0 0 0 25 0 1 0 658058121 1042366464 196 33554432000 134512640 135663704 4292943344 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31508/statm: 254484 196 113 282 0 254200 0
[pid=31506/tid=31532] ppid=31500 vsize=288872 CPUtime=0 cores=1,3,5,7
/proc/31506/task/31532/stat : 31532 (python) S 31500 31500 30709 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 658068152 295804928 5637 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 514 18446604457907378368 0 0 -1 3 0 0 0
[pid=31509] ppid=31500 vsize=289400 CPUtime=0.32 cores=1,3,5,7
/proc/31509/stat : 31509 (python) S 31500 31500 30709 0 -1 4202560 1101 0 0 0 15 17 0 0 19 0 2 0 658058122 296345600 5761 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31509/statm: 72350 5761 400 364 0 8265 0
[pid=31511] ppid=31509 vsize=1017936 CPUtime=99.31 cores=1,3,5,7
/proc/31511/stat : 31511 (gnovelty+2) T 31509 31511 31511 0 -1 4202496 464 0 0 0 9931 0 0 0 25 0 1 0 658058122 1042366464 198 33554432000 134512640 135663704 4288974832 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31511/statm: 254484 198 113 282 0 254200 0
[pid=31509/tid=31528] ppid=31500 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/31509/task/31528/stat : 31528 (python) S 31500 31500 30709 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 658068055 296345600 5761 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 514 18446604456842952896 0 0 -1 7 0 0 0
[pid=31512] ppid=31500 vsize=299152 CPUtime=2.73 cores=1,3,5,7
/proc/31512/stat : 31512 (python) S 31500 31500 30709 0 -1 4202560 1149 0 0 0 139 134 0 0 15 0 2 0 658058123 306331648 5654 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31512/statm: 74788 5654 400 364 0 10700 0
[pid=31514] ppid=31512 vsize=175696 CPUtime=800.44 cores=1,3,5,7
/proc/31514/stat : 31514 (march_hi) R 31512 31514 31514 0 -1 4202496 28492 0 0 0 80038 6 0 0 25 0 1 0 658058124 179912704 28233 33554432000 4194304 4955518 140736512908112 18446744073709551615 4224747 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31514/statm: 43924 28233 104 186 0 43737 0
[pid=31512/tid=31560] ppid=31500 vsize=299152 CPUtime=0 cores=1,3,5,7
/proc/31512/task/31560/stat : 31560 (python) S 31500 31500 30709 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658097073 306331648 5654 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 514 18446604457907379264 0 0 -1 3 0 0 0
[pid=31515] ppid=31500 vsize=310016 CPUtime=3.29 cores=1,3,5,7
/proc/31515/stat : 31515 (python) S 31500 31500 30709 0 -1 4202560 1165 0 0 0 159 170 0 0 15 0 2 0 658058124 317456384 5778 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31515/statm: 77504 5778 400 364 0 13413 0
[pid=31517] ppid=31515 vsize=175696 CPUtime=970.69 cores=1,3,5,7
/proc/31517/stat : 31517 (march_hi) T 31515 31517 31517 0 -1 4202496 33882 0 0 0 97062 7 0 0 25 0 1 0 658058124 179912704 33619 33554432000 4194304 4955518 140733806797520 18446744073709551615 4224682 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31517/statm: 43924 33619 104 186 0 43737 0
[pid=31515/tid=31588] ppid=31500 vsize=310016 CPUtime=0 cores=1,3,5,7
/proc/31515/task/31588/stat : 31588 (python) S 31500 31500 30709 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658127053 317456384 5778 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 514 18446604459428672640 0 0 -1 3 0 0 0
[pid=31529] ppid=31500 vsize=320272 CPUtime=2.77 cores=1,3,5,7
/proc/31529/stat : 31529 (python) S 31500 31500 30709 0 -1 4202560 1164 0 0 0 135 142 0 0 15 0 2 0 658068056 327958528 5783 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31529/statm: 80068 5783 400 364 0 15974 0
[pid=31531] ppid=31529 vsize=175696 CPUtime=804.98 cores=1,3,5,7
/proc/31531/stat : 31531 (march_hi) R 31529 31531 31531 0 -1 4202496 28666 0 0 0 80493 5 0 0 25 0 1 0 658068057 179912704 28403 33554432000 4194304 4955518 140734739421632 18446744073709551615 4286797 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31531/statm: 43924 28403 104 186 0 43737 0
[pid=31529/tid=31858] ppid=31500 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/31529/task/31858/stat : 31858 (python) S 31500 31500 30709 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658136653 327958528 5783 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 514 18446604455582427328 0 0 -1 1 0 0 0
[pid=31533] ppid=31500 vsize=330068 CPUtime=3.05 cores=1,3,5,7
/proc/31533/stat : 31533 (python) S 31500 31500 30709 0 -1 4202560 1152 0 0 0 158 147 0 0 15 0 2 0 658068153 337989632 5703 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31533/statm: 82517 5703 400 364 0 18420 0
[pid=31535] ppid=31533 vsize=175696 CPUtime=888.56 cores=1,3,5,7
/proc/31535/stat : 31535 (march_hi) R 31533 31535 31535 0 -1 4202496 31261 0 0 0 88847 9 0 0 25 0 1 0 658068154 179912704 31000 33554432000 4194304 4955518 140733650699216 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31535/statm: 43924 31000 104 186 0 43737 0
[pid=31533/tid=31859] ppid=31500 vsize=330068 CPUtime=0 cores=1,3,5,7
/proc/31533/task/31859/stat : 31859 (python) S 31500 31500 30709 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658136823 337989632 5703 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 514 18446604455582428224 0 0 -1 1 0 0 0
[pid=31561] ppid=31500 vsize=340948 CPUtime=2.34 cores=1,3,5,7
/proc/31561/stat : 31561 (python) S 31500 31500 30709 0 -1 4202560 1175 0 0 0 118 116 0 0 18 0 2 0 658097074 349130752 5840 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31561/statm: 85237 5840 409 364 0 21137 0
[pid=31563] ppid=31561 vsize=182580 CPUtime=701.15 cores=1,3,5,7
/proc/31563/stat : 31563 (kcnfs-2006) R 31561 31563 31563 0 -1 4202496 669 0 0 0 70114 1 0 0 25 0 1 0 658097074 186961920 409 33554432000 134512640 135163436 4287130480 18446744073709551615 134667766 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31563/statm: 45645 409 77 159 0 45485 0
[pid=31561/tid=31889] ppid=31500 vsize=340948 CPUtime=0 cores=1,3,5,7
/proc/31561/task/31889/stat : 31889 (python) S 31500 31500 30709 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658156263 349130752 5840 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 514 18446604471132196992 0 0 -1 1 0 0 0
[pid=31589] ppid=31500 vsize=351204 CPUtime=1.35 cores=1,3,5,7
/proc/31589/stat : 31589 (python) S 31500 31500 30709 0 -1 4202560 1215 0 0 0 74 61 0 0 16 0 2 0 658127054 359632896 5841 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31589/statm: 87801 5841 406 364 0 23698 0
[pid=31591] ppid=31589 vsize=72044 CPUtime=392.29 cores=1,3,5,7
/proc/31591/stat : 31591 (march_hi) T 31589 31591 31591 0 -1 4202496 14784 0 0 0 39221 8 0 0 25 0 1 0 658127054 73773056 14512 33554432000 4194304 4955518 140733948898672 18446744073709551615 4227760 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31591/statm: 18011 14512 104 186 0 17824 0
[pid=31589/tid=31897] ppid=31500 vsize=351204 CPUtime=0 cores=1,3,5,7
/proc/31589/task/31897/stat : 31897 (python) S 31500 31500 30709 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658166569 359632896 5841 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 514 18446604464475471936 0 0 -1 7 0 0 0
[pid=31500/tid=31507] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31507/stat : 31507 (python) S 31498 31500 30709 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 658058121 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 3 0 0 0
[pid=31500/tid=31510] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31510/stat : 31510 (python) S 31498 31500 30709 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 9 0 658058122 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31513] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31513/stat : 31513 (python) S 31498 31500 30709 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 658058123 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31516] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31516/stat : 31516 (python) S 31498 31500 30709 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 658058124 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31530] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31530/stat : 31530 (python) S 31498 31500 30709 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 658068057 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31534] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31534/stat : 31534 (python) S 31498 31500 30709 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 658068154 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31562] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31562/stat : 31562 (python) S 31498 31500 30709 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 658097074 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31590] ppid=31498 vsize=361552 CPUtime=0 cores=1,3,5,7
/proc/31500/task/31590/stat : 31590 (python) S 31498 31500 30709 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 658127054 370229248 7354 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4774.49
Current children cumulated vsize (KiB) 5884764

[startup+1199.2 s]
/proc/loadavg: 8.02 8.17 7.93 9/490 31900
/proc/meminfo: memFree=21005068/32951124 swapFree=67111348/67111528
[pid=31500] ppid=31498 vsize=361552 CPUtime=1568.55 cores=1,3,5,7
/proc/31500/stat : 31500 (python) S 31498 31500 30709 0 -1 4202496 16385 55265 1 0 52 8 156514 281 17 0 9 0 658058062 370229248 7380 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699505471 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31500/statm: 90388 7380 1890 364 0 26285 0
[pid=31512] ppid=31500 vsize=299152 CPUtime=2.73 cores=1,3,5,7
/proc/31512/stat : 31512 (python) S 31500 31500 30709 0 -1 4202560 1149 0 0 0 139 134 0 0 15 0 2 0 658058123 306331648 5654 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31512/statm: 74788 5654 400 364 0 10700 0
[pid=31514] ppid=31512 vsize=175696 CPUtime=800.54 cores=1,3,5,7
/proc/31514/stat : 31514 (march_hi) R 31512 31514 31514 0 -1 4202496 28495 0 0 0 80048 6 0 0 25 0 1 0 658058124 179912704 28236 33554432000 4194304 4955518 140736512908112 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31514/statm: 43924 28236 104 186 0 43737 0
[pid=31512/tid=31560] ppid=31500 vsize=299152 CPUtime=0 cores=1,3,5,7
/proc/31512/task/31560/stat : 31560 (python) S 31500 31500 30709 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658097073 306331648 5654 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 514 18446604457907379264 0 0 -1 3 0 0 0
[pid=31529] ppid=31500 vsize=320272 CPUtime=2.79 cores=1,3,5,7
/proc/31529/stat : 31529 (python) S 31500 31500 30709 0 -1 4202560 1169 0 0 0 136 143 0 0 16 0 2 0 658068056 327958528 5783 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699505471 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31529/statm: 80068 5783 400 364 0 15974 0
[pid=31531] ppid=31529 vsize=0 CPUtime=805.07 cores=1,3,5,7
/proc/31531/stat : 31531 (march_hi) R 31529 31531 31531 0 -1 4203524 28669 0 0 0 80501 6 0 0 25 0 1 0 658068057 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31531/statm: 0 0 0 0 0 0 0
[pid=31529/tid=31858] ppid=31500 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/31529/task/31858/stat : 31858 (python) S 31500 31500 30709 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658136653 327958528 5783 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781824 2 18446604455582427328 0 0 -1 1 0 0 0
[pid=31533] ppid=31500 vsize=330068 CPUtime=3.05 cores=1,3,5,7
/proc/31533/stat : 31533 (python) S 31500 31500 30709 0 -1 4202560 1152 0 0 0 158 147 0 0 15 0 2 0 658068153 337989632 5703 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31533/statm: 82517 5703 400 364 0 18420 0
[pid=31535] ppid=31533 vsize=175696 CPUtime=888.66 cores=1,3,5,7
/proc/31535/stat : 31535 (march_hi) R 31533 31535 31535 0 -1 4202496 31265 0 0 0 88857 9 0 0 25 0 1 0 658068154 179912704 31004 33554432000 4194304 4955518 140733650699216 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31535/statm: 43924 31004 104 186 0 43737 0
[pid=31533/tid=31859] ppid=31500 vsize=330068 CPUtime=0 cores=1,3,5,7
/proc/31533/task/31859/stat : 31859 (python) S 31500 31500 30709 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658136823 337989632 5703 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 514 18446604455582428224 0 0 -1 1 0 0 0
[pid=31561] ppid=31500 vsize=340948 CPUtime=2.34 cores=1,3,5,7
/proc/31561/stat : 31561 (python) S 31500 31500 30709 0 -1 4202560 1175 0 0 0 118 116 0 0 18 0 2 0 658097074 349130752 5840 33554432000 4194304 5683644 140735545668720 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31561/statm: 85237 5840 409 364 0 21137 0
[pid=31563] ppid=31561 vsize=182580 CPUtime=701.23 cores=1,3,5,7
/proc/31563/stat : 31563 (kcnfs-2006) R 31561 31563 31563 0 -1 4202496 669 0 0 0 70122 1 0 0 25 0 1 0 658097074 186961920 409 33554432000 134512640 135163436 4287130480 18446744073709551615 134667386 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31563/statm: 45645 409 77 159 0 45485 0
[pid=31561/tid=31889] ppid=31500 vsize=340948 CPUtime=0 cores=1,3,5,7
/proc/31561/task/31889/stat : 31889 (python) S 31500 31500 30709 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658156263 349130752 5840 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 514 18446604471132196992 0 0 -1 1 0 0 0
[pid=31500/tid=31507] ppid=31498 vsize=361552 CPUtime=1567.95 cores=1,3,5,7
/proc/31500/task/31507/stat : 31507 (python) S 31498 31500 30709 0 -1 4202560 26 55265 0 0 0 0 156514 281 19 0 9 0 658058121 370229248 7380 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 3 0 0 0
[pid=31500/tid=31510] ppid=31498 vsize=361552 CPUtime=1567.95 cores=1,3,5,7
/proc/31500/task/31510/stat : 31510 (python) S 31498 31500 30709 0 -1 4202560 25 55265 0 0 0 0 156514 281 21 0 9 0 658058122 370229248 7380 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31513] ppid=31498 vsize=361552 CPUtime=1567.95 cores=1,3,5,7
/proc/31500/task/31513/stat : 31513 (python) S 31498 31500 30709 0 -1 4202560 29 55265 0 0 0 0 156514 281 18 0 9 0 658058123 370229248 7380 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31516] ppid=31498 vsize=361552 CPUtime=1567.95 cores=1,3,5,7
/proc/31500/task/31516/stat : 31516 (python) S 31498 31500 30709 0 -1 4202560 31 55265 0 0 0 0 156514 281 18 0 9 0 658058124 370229248 7380 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31530] ppid=31498 vsize=361552 CPUtime=1567.95 cores=1,3,5,7
/proc/31500/task/31530/stat : 31530 (python) S 31498 31500 30709 0 -1 4202560 28 55265 0 0 0 0 156514 281 18 0 9 0 658068057 370229248 7380 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31534] ppid=31498 vsize=361552 CPUtime=1567.95 cores=1,3,5,7
/proc/31500/task/31534/stat : 31534 (python) S 31498 31500 30709 0 -1 4202560 31 55265 0 0 0 0 156514 281 18 0 9 0 658068154 370229248 7380 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31562] ppid=31498 vsize=361552 CPUtime=1567.95 cores=1,3,5,7
/proc/31500/task/31562/stat : 31562 (python) S 31498 31500 30709 0 -1 4202560 31 55265 0 0 0 0 156514 281 18 0 9 0 658097074 370229248 7380 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
[pid=31500/tid=31590] ppid=31498 vsize=361552 CPUtime=1567.95 cores=1,3,5,7
/proc/31500/task/31590/stat : 31590 (python) S 31498 31500 30709 0 -1 4202560 25 55265 0 0 0 0 156514 281 20 0 9 0 658127054 370229248 7380 33554432000 4194304 5683644 140735545668720 18446744073709551615 212699498929 0 0 16781312 2 18446604469228597632 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4774.96
Current children cumulated vsize (KiB) 2185964

Child status: 0
Real time (s): 1199.24
CPU time (s): 4775.12
CPU user time (s): 4766.53
CPU system time (s): 8.58769
CPU usage (%): 398.179
Max. virtual memory (cumulated for all children) (KiB): 5884764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4766.53
system time used= 8.58769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169559
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= 8152
involuntary context switches= 39487

runsolver used 6.34304 second user time and 13.5479 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 15:03:23
IDJOB=3378305
IDBENCH=82714
IDSOLVER=1859
FILE ID=node139/3378305-1305464603
RUNJOBID= node139-1305463021-30730
PBS_JOBID= 13324978
Free space on /tmp= 73348 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S826445785-043.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-3378305-1305464603/watcher-3378305-1305464603 -o /tmp/evaluation-result-3378305-1305464603/solver-3378305-1305464603 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378305-1305464603.cnf -seed 207532696 -budget 4800 -cores 4

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

MD5SUM BENCH= 75e4af5315c8af778f17bf3a82042c9e
RANDOM SEED=207532696

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21337540 kB
Buffers:        321948 kB
Cached:        3088008 kB
SwapCached:          0 kB
Active:        9227096 kB
Inactive:      2061312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21337540 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           32500 kB
Writeback:           0 kB
AnonPages:     7878196 kB
Mapped:          38952 kB
Slab:           206340 kB
PageTables:      51996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 100662672 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73320 MiB
End job on node139 at 2011-05-15 15:23:23