Trace number 3378389

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)? 3936.59 1231.98

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S942849-099.UNKNOWN.cnf
MD5SUM0036a3d124136652b3b413bfd876692d
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.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3378389-1305465249.cnf
0.32/0.45	c INFO: computing task features
0.32/0.46	c INFO: computed variable-clause graph statistics
0.32/0.46	c INFO: computed clause balance statistics
0.41/0.51	c INFO: computed variable balance statistics
0.41/0.56	c INFO: computed small-clause counts
0.41/0.56	c INFO: computed Horn-clause counts
0.41/0.56	c INFO: computed variable graph statistics
0.41/0.56	c INFO: collected features for HOME/instance-3378389-1305465249.cnf in 0.11 s
0.41/0.57	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.41/0.58	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.41/0.59	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.29)
0.50/0.60	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.35)
312.54/104.96	c INFO: running march_hi@0 for 679 with 1095 remaining (b = 0.31)
583.75/195.21	c INFO: running march_hi@0 for 679 with 1005 remaining (b = 0.28)
1483.46/475.30	c INFO: running kcnfs-2006@0 for 582 with 725 remaining (b = 0.23)
2407.63/745.05	c INFO: running march_hi@0 for 455 with 455 remaining (b = 0.17)
3010.54/947.10	c INFO: running march_hi@0 for 97 with 253 remaining (b = 0.04)
3260.09/1030.24	c INFO: running march_hi@392 for 170 with 170 remaining (b = 0.05)
3421.10/1084.12	c INFO: running march_hi@102 for 116 with 116 remaining (b = 0.04)
3936.35/1231.95	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-3378389-1305465249/watcher-3378389-1305465249 -o /tmp/evaluation-result-3378389-1305465249/solver-3378389-1305465249 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378389-1305465249.cnf -seed 1257591083 -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: 9.49 9.34 8.83 7/443 29577
/proc/meminfo: memFree=16597052/32951124 swapFree=67082152/67111528
[pid=29577] ppid=29575 vsize=16396 CPUtime=0.01 cores=1,3,5,7
/proc/29577/stat : 29577 (python) R 29575 29577 28149 0 -1 4202496 1075 0 0 0 1 0 0 0 25 0 1 0 658122895 16789504 946 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244042733 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29577/statm: 4099 946 382 364 0 586 0

[startup+0.0433301 s]
/proc/loadavg: 9.49 9.34 8.83 7/443 29577
/proc/meminfo: memFree=16597052/32951124 swapFree=67082152/67111528
[pid=29577] ppid=29575 vsize=29420 CPUtime=0.02 cores=1,3,5,7
/proc/29577/stat : 29577 (python) R 29575 29577 28149 0 -1 4202496 1369 0 0 0 2 0 0 0 25 0 1 0 658122895 30126080 1213 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244009669 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29577/statm: 7448 1219 443 364 0 818 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29420

[startup+0.100331 s]
/proc/loadavg: 9.49 9.34 8.83 7/443 29577
/proc/meminfo: memFree=16597052/32951124 swapFree=67082152/67111528
[pid=29577] ppid=29575 vsize=104616 CPUtime=0.07 cores=1,3,5,7
/proc/29577/stat : 29577 (python) R 29575 29577 28149 0 -1 4202496 3142 0 0 0 5 2 0 0 17 0 1 0 658122895 107126784 2821 33554432000 4194304 5683644 140734455323136 18446744073709551615 5298125 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29577/statm: 26154 2821 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.300285 s]
/proc/loadavg: 9.49 9.34 8.83 7/443 29577
/proc/meminfo: memFree=16597052/32951124 swapFree=67082152/67111528
[pid=29577] ppid=29575 vsize=198920 CPUtime=0.24 cores=1,3,5,7
/proc/29577/stat : 29577 (python) R 29575 29577 28149 0 -1 4202496 7021 935 1 0 17 7 0 0 18 0 1 0 658122895 203694080 5053 33554432000 4194304 5683644 140734455323136 18446744073709551615 4865865 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29577/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198920

[startup+0.700179 s]
/proc/loadavg: 9.49 9.34 8.83 7/443 29577
/proc/meminfo: memFree=16597052/32951124 swapFree=67082152/67111528
[pid=29577] ppid=29575 vsize=320264 CPUtime=0.5 cores=1,3,5,7
/proc/29577/stat : 29577 (python) S 29575 29577 28149 0 -1 4202496 12210 935 1 0 41 9 0 0 20 0 5 0 658122895 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29577/statm: 80066 7262 1881 364 0 15975 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 320264

[startup+1.50104 s]
/proc/loadavg: 9.49 9.34 8.83 11/456 29594
/proc/meminfo: memFree=16558296/32951124 swapFree=67082152/67111528
[pid=29577] ppid=29575 vsize=320264 CPUtime=0.5 cores=1,3,5,7
/proc/29577/stat : 29577 (python) S 29575 29577 28149 0 -1 4202496 12210 935 1 0 41 9 0 0 20 0 5 0 658122895 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29577/statm: 80066 7262 1881 364 0 15975 0
[pid=29583] ppid=29577 vsize=278632 CPUtime=0 cores=1,3,5,7
/proc/29583/stat : 29583 (python) S 29577 29577 28149 0 -1 4202560 729 0 0 0 0 0 0 0 19 0 1 0 658122953 285319168 5570 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368911 0 0 16781312 514 10338123174964625407 0 0 17 7 0 0 0
/proc/29583/statm: 69658 5570 354 364 0 5576 0
[pid=29585] ppid=29583 vsize=1017936 CPUtime=0.52 cores=1,3,5,7
/proc/29585/stat : 29585 (gnovelty+2) R 29583 29585 29585 0 -1 4202496 460 0 0 0 52 0 0 0 22 0 1 0 658122953 1042366464 197 33554432000 134512640 135663704 4288906064 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29585/statm: 254484 197 113 282 0 254200 0
[pid=29586] ppid=29577 vsize=289404 CPUtime=0 cores=1,3,5,7
/proc/29586/stat : 29586 (python) S 29577 29577 28149 0 -1 4202560 739 0 0 0 0 0 0 0 21 0 1 0 658122954 296349696 5708 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 16477008579262414847 0 0 17 7 0 0 0
/proc/29586/statm: 72351 5708 348 364 0 8266 0
[pid=29588] ppid=29586 vsize=1017936 CPUtime=0.89 cores=1,3,5,7
/proc/29588/stat : 29588 (gnovelty+2) R 29586 29588 29588 0 -1 4202496 458 0 0 0 89 0 0 0 25 0 1 0 658122954 1042366464 196 33554432000 134512640 135663704 4292767664 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29588/statm: 254484 196 113 282 0 254200 0
[pid=29589] ppid=29577 vsize=299156 CPUtime=0 cores=1,3,5,7
/proc/29589/stat : 29589 (python) S 29577 29577 28149 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 658122955 306335744 5601 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 6577401981831184647 0 0 17 1 0 0 0
/proc/29589/statm: 74789 5601 348 364 0 10701 0
[pid=29593] ppid=29589 vsize=2904 CPUtime=0.89 cores=1,3,5,7
/proc/29593/stat : 29593 (march_hi) R 29589 29593 29593 0 -1 4202496 771 0 0 0 89 0 0 0 23 0 1 0 658122956 2973696 511 33554432000 4194304 4955518 140735419627600 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29593/statm: 726 511 104 186 0 539 0
[pid=29591] ppid=29577 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/29591/stat : 29591 (python) S 29577 29577 28149 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 658122956 317460480 5723 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 13212162732209438983 0 0 17 1 0 0 0
/proc/29591/statm: 77505 5723 348 364 0 13414 0
[pid=29594] ppid=29591 vsize=2700 CPUtime=0.4 cores=1,3,5,7
/proc/29594/stat : 29594 (march_hi) R 29591 29594 29594 0 -1 4202496 727 0 0 0 40 0 0 0 23 0 1 0 658122956 2764800 464 33554432000 4194304 4955518 140735802742624 18446744073709551615 4227640 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29594/statm: 675 464 104 186 0 488 0
[pid=29577/tid=29584] ppid=29575 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29584/stat : 29584 (python) S 29575 29577 28149 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658122953 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 7 0 0 0
[pid=29577/tid=29587] ppid=29575 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29587/stat : 29587 (python) S 29575 29577 28149 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 5 0 658122954 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 7 0 0 0
[pid=29577/tid=29590] ppid=29575 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29590/stat : 29590 (python) S 29575 29577 28149 0 -1 4202560 35 935 0 0 0 0 0 0 20 0 5 0 658122955 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29592] ppid=29575 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29592/stat : 29592 (python) S 29575 29577 28149 0 -1 4202560 16 935 0 0 0 0 0 0 21 0 5 0 658122956 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 3538952

[startup+3.10076 s]
/proc/loadavg: 9.49 9.34 8.83 11/456 29594
/proc/meminfo: memFree=16556496/32951124 swapFree=67082152/67111528
[pid=29577] ppid=29575 vsize=320264 CPUtime=0.5 cores=1,3,5,7
/proc/29577/stat : 29577 (python) S 29575 29577 28149 0 -1 4202496 12210 935 1 0 41 9 0 0 20 0 5 0 658122895 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29577/statm: 80066 7262 1881 364 0 15975 0
[pid=29583] ppid=29577 vsize=278632 CPUtime=0 cores=1,3,5,7
/proc/29583/stat : 29583 (python) S 29577 29577 28149 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 658122953 285319168 5570 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368911 0 0 16781312 514 10338123174964592901 0 0 17 7 0 0 0
/proc/29583/statm: 69658 5570 354 364 0 5576 0
[pid=29585] ppid=29583 vsize=1017936 CPUtime=1.31 cores=1,3,5,7
/proc/29585/stat : 29585 (gnovelty+2) R 29583 29585 29585 0 -1 4202496 460 0 0 0 131 0 0 0 25 0 1 0 658122953 1042366464 197 33554432000 134512640 135663704 4288906064 18446744073709551615 134524739 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29585/statm: 254484 197 113 282 0 254200 0
[pid=29586] ppid=29577 vsize=289404 CPUtime=0 cores=1,3,5,7
/proc/29586/stat : 29586 (python) S 29577 29577 28149 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 658122954 296349696 5708 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 16477008579262382344 0 0 17 7 0 0 0
/proc/29586/statm: 72351 5708 348 364 0 8266 0
[pid=29588] ppid=29586 vsize=1017936 CPUtime=2.47 cores=1,3,5,7
/proc/29588/stat : 29588 (gnovelty+2) R 29586 29588 29588 0 -1 4202496 459 0 0 0 247 0 0 0 25 0 1 0 658122954 1042366464 197 33554432000 134512640 135663704 4292767664 18446744073709551615 134545598 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29588/statm: 254484 197 113 282 0 254200 0
[pid=29589] ppid=29577 vsize=299156 CPUtime=0 cores=1,3,5,7
/proc/29589/stat : 29589 (python) S 29577 29577 28149 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 658122955 306335744 5601 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 2046749695492980999 0 0 17 1 0 0 0
/proc/29589/statm: 74789 5601 348 364 0 10701 0
[pid=29593] ppid=29589 vsize=3300 CPUtime=2.49 cores=1,3,5,7
/proc/29593/stat : 29593 (march_hi) R 29589 29593 29593 0 -1 4202496 843 0 0 0 249 0 0 0 25 0 1 0 658122956 3379200 583 33554432000 4194304 4955518 140735419627600 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29593/statm: 825 583 104 186 0 638 0
[pid=29591] ppid=29577 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/29591/stat : 29591 (python) S 29577 29577 28149 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 658122956 317460480 5723 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 13212162732209438983 0 0 17 1 0 0 0
/proc/29591/statm: 77505 5723 348 364 0 13414 0
[pid=29594] ppid=29591 vsize=2904 CPUtime=1.2 cores=1,3,5,7
/proc/29594/stat : 29594 (march_hi) R 29591 29594 29594 0 -1 4202496 786 0 0 0 120 0 0 0 25 0 1 0 658122956 2973696 523 33554432000 4194304 4955518 140735802742624 18446744073709551615 4229733 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29594/statm: 726 523 104 186 0 539 0
[pid=29577/tid=29584] ppid=29575 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29584/stat : 29584 (python) S 29575 29577 28149 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658122953 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 7 0 0 0
[pid=29577/tid=29587] ppid=29575 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29587/stat : 29587 (python) S 29575 29577 28149 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 5 0 658122954 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 7 0 0 0
[pid=29577/tid=29590] ppid=29575 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29590/stat : 29590 (python) S 29575 29577 28149 0 -1 4202560 35 935 0 0 0 0 0 0 20 0 5 0 658122955 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29592] ppid=29575 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29592/stat : 29592 (python) S 29575 29577 28149 0 -1 4202560 16 935 0 0 0 0 0 0 21 0 5 0 658122956 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 3539552

[startup+6.3012 s]
/proc/loadavg: 9.53 9.35 8.84 11/456 29594
/proc/meminfo: memFree=16551452/32951124 swapFree=67082152/67111528
[pid=29577] ppid=29575 vsize=320264 CPUtime=0.5 cores=1,3,5,7
/proc/29577/stat : 29577 (python) S 29575 29577 28149 0 -1 4202496 12210 935 1 0 41 9 0 0 20 0 5 0 658122895 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29577/statm: 80066 7262 1881 364 0 15975 0
[pid=29583] ppid=29577 vsize=278632 CPUtime=0.01 cores=1,3,5,7
/proc/29583/stat : 29583 (python) S 29577 29577 28149 0 -1 4202560 887 0 0 0 1 0 0 0 18 0 1 0 658122953 285319168 5593 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368911 0 0 16781312 514 10338123174964592901 0 0 17 7 0 0 0
/proc/29583/statm: 69658 5593 377 364 0 5576 0
[pid=29585] ppid=29583 vsize=1017936 CPUtime=2.91 cores=1,3,5,7
/proc/29585/stat : 29585 (gnovelty+2) R 29583 29585 29585 0 -1 4202496 460 0 0 0 291 0 0 0 25 0 1 0 658122953 1042366464 197 33554432000 134512640 135663704 4288906064 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29585/statm: 254484 197 113 282 0 254200 0
[pid=29586] ppid=29577 vsize=289404 CPUtime=0.01 cores=1,3,5,7
/proc/29586/stat : 29586 (python) S 29577 29577 28149 0 -1 4202560 916 0 0 0 0 1 0 0 18 0 1 0 658122954 296349696 5731 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 16477008579262382344 0 0 17 7 0 0 0
/proc/29586/statm: 72351 5731 371 364 0 8266 0
[pid=29588] ppid=29586 vsize=1017936 CPUtime=5.59 cores=1,3,5,7
/proc/29588/stat : 29588 (gnovelty+2) R 29586 29588 29588 0 -1 4202496 459 0 0 0 559 0 0 0 25 0 1 0 658122954 1042366464 197 33554432000 134512640 135663704 4292767664 18446744073709551615 135007681 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29588/statm: 254484 197 113 282 0 254200 0
[pid=29589] ppid=29577 vsize=299156 CPUtime=0.02 cores=1,3,5,7
/proc/29589/stat : 29589 (python) S 29577 29577 28149 0 -1 4202560 907 0 0 0 1 1 0 0 15 0 1 0 658122955 306335744 5624 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 2046749695492980999 0 0 17 3 0 0 0
/proc/29589/statm: 74789 5624 371 364 0 10701 0
[pid=29593] ppid=29589 vsize=3868 CPUtime=5.69 cores=1,3,5,7
/proc/29593/stat : 29593 (march_hi) R 29589 29593 29593 0 -1 4202496 983 0 0 0 569 0 0 0 25 0 1 0 658122956 3960832 723 33554432000 4194304 4955518 140735419627600 18446744073709551615 4227814 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29593/statm: 967 723 104 186 0 780 0
[pid=29591] ppid=29577 vsize=310020 CPUtime=0.01 cores=1,3,5,7
/proc/29591/stat : 29591 (python) S 29577 29577 28149 0 -1 4202560 907 0 0 0 1 0 0 0 15 0 1 0 658122956 317460480 5746 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 13212162732209438983 0 0 17 1 0 0 0
/proc/29591/statm: 77505 5746 371 364 0 13414 0
[pid=29594] ppid=29591 vsize=3300 CPUtime=2.8 cores=1,3,5,7
/proc/29594/stat : 29594 (march_hi) R 29591 29594 29594 0 -1 4202496 859 0 0 0 280 0 0 0 25 0 1 0 658122956 3379200 596 33554432000 4194304 4955518 140735802742624 18446744073709551615 4227970 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29594/statm: 825 596 104 186 0 638 0
[pid=29577/tid=29584] ppid=29575 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29584/stat : 29584 (python) S 29575 29577 28149 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658122953 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 7 0 0 0
[pid=29577/tid=29587] ppid=29575 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29587/stat : 29587 (python) S 29575 29577 28149 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 5 0 658122954 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 7 0 0 0
[pid=29577/tid=29590] ppid=29575 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29590/stat : 29590 (python) S 29575 29577 28149 0 -1 4202560 35 935 0 0 0 0 0 0 20 0 5 0 658122955 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29592] ppid=29575 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29592/stat : 29592 (python) S 29575 29577 28149 0 -1 4202560 16 935 0 0 0 0 0 0 21 0 5 0 658122956 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.54
Current children cumulated vsize (KiB) 3540516

[startup+12.7011 s]
/proc/loadavg: 9.49 9.34 8.84 11/456 29594
/proc/meminfo: memFree=16547100/32951124 swapFree=67082152/67111528
[pid=29577] ppid=29575 vsize=320264 CPUtime=0.5 cores=1,3,5,7
/proc/29577/stat : 29577 (python) S 29575 29577 28149 0 -1 4202496 12210 935 1 0 41 9 0 0 20 0 5 0 658122895 327950336 7262 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29577/statm: 80066 7262 1881 364 0 15975 0
[pid=29583] ppid=29577 vsize=278632 CPUtime=0.03 cores=1,3,5,7
/proc/29583/stat : 29583 (python) S 29577 29577 28149 0 -1 4202560 890 0 0 0 2 1 0 0 18 0 1 0 658122953 285319168 5593 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368911 0 0 16781312 514 7994751355698774277 0 0 17 7 0 0 0
/proc/29583/statm: 69658 5593 377 364 0 5576 0
[pid=29585] ppid=29583 vsize=1017936 CPUtime=6.11 cores=1,3,5,7
/proc/29585/stat : 29585 (gnovelty+2) R 29583 29585 29585 0 -1 4202496 460 0 0 0 611 0 0 0 25 0 1 0 658122953 1042366464 197 33554432000 134512640 135663704 4288906064 18446744073709551615 134524768 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29585/statm: 254484 197 113 282 0 254200 0
[pid=29586] ppid=29577 vsize=289404 CPUtime=0.03 cores=1,3,5,7

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

[pid=29605/tid=29649] ppid=29577 vsize=330240 CPUtime=0 cores=1,3,5,7
/proc/29605/task/29649/stat : 29649 (python) S 29577 29577 28149 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658225919 338165760 5722 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 514 18446604467864254656 0 0 -1 7 0 0 0
[pid=29621] ppid=29577 vsize=341036 CPUtime=2.5 cores=1,3,5,7
/proc/29621/stat : 29621 (python) S 29577 29577 28149 0 -1 4202560 1013 0 0 0 133 117 0 0 18 0 1 0 658170426 349220864 5831 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 7994751355698774277 0 0 17 1 0 0 0
/proc/29621/statm: 85259 5831 380 364 0 21159 0
[pid=29623] ppid=29621 vsize=182584 CPUtime=491.23 cores=1,3,5,7
/proc/29623/stat : 29623 (kcnfs-2006) R 29621 29623 29623 0 -1 4202496 669 0 0 0 49123 0 0 0 25 0 1 0 658170426 186966016 408 33554432000 134512640 135163436 4289529904 18446744073709551615 134572242 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29623/statm: 45646 408 77 159 0 45486 0
[pid=29638] ppid=29577 vsize=351292 CPUtime=1.64 cores=1,3,5,7
/proc/29638/stat : 29638 (python) S 29577 29577 28149 0 -1 4202560 1057 0 0 0 86 78 0 0 15 0 1 0 658197401 359723008 5832 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 7994751355698774279 0 0 17 1 0 0 0
/proc/29638/statm: 87823 5832 377 364 0 23720 0
[pid=29640] ppid=29638 vsize=81756 CPUtime=443.77 cores=1,3,5,7
/proc/29640/stat : 29640 (march_hi) R 29638 29640 29640 0 -1 4202496 16845 0 0 0 44374 3 0 0 25 0 1 0 658197401 83718144 16567 33554432000 4194304 4955518 140733352548048 18446744073709551615 4209793 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29640/statm: 20439 16567 104 186 0 20252 0
[pid=29577/tid=29584] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29584/stat : 29584 (python) S 29575 29577 28149 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 658122953 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 7 0 0 0
[pid=29577/tid=29587] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29587/stat : 29587 (python) S 29575 29577 28149 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 9 0 658122954 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 7 0 0 0
[pid=29577/tid=29590] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29590/stat : 29590 (python) S 29575 29577 28149 0 -1 4202560 39 935 0 0 0 0 0 0 18 0 9 0 658122955 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29592] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29592/stat : 29592 (python) S 29575 29577 28149 0 -1 4202560 21 935 0 0 0 0 0 0 18 0 9 0 658122956 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29600] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29600/stat : 29600 (python) S 29575 29577 28149 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658133391 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29606] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29606/stat : 29606 (python) S 29575 29577 28149 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 658142417 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29622] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29622/stat : 29622 (python) S 29575 29577 28149 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 658170426 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29639] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29639/stat : 29639 (python) S 29575 29577 28149 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658197401 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3933.5
Current children cumulated vsize (KiB) 5690712

[startup+1231.5 s]
/proc/loadavg: 10.06 9.61 9.24 11/475 30015
/proc/meminfo: memFree=16041956/32951124 swapFree=67082152/67111528
[pid=29577] ppid=29575 vsize=361008 CPUtime=0.57 cores=1,3,5,7
/proc/29577/stat : 29577 (python) S 29575 29577 28149 0 -1 4202496 16360 935 1 0 46 11 0 0 18 0 9 0 658122895 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29577/statm: 90252 7249 1890 364 0 26149 0
[pid=29583] ppid=29577 vsize=288876 CPUtime=0.62 cores=1,3,5,7
/proc/29583/stat : 29583 (python) S 29577 29577 28149 0 -1 4202560 1184 0 0 0 31 31 0 0 19 0 2 0 658122953 295809024 5637 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29583/statm: 72219 5637 416 364 0 8137 0
[pid=29585] ppid=29583 vsize=1017936 CPUtime=98.05 cores=1,3,5,7
/proc/29585/stat : 29585 (gnovelty+2) T 29583 29585 29585 0 -1 4202496 460 0 0 0 9805 0 0 0 25 0 1 0 658122953 1042366464 197 33554432000 134512640 135663704 4288906064 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29585/statm: 254484 197 113 282 0 254200 0
[pid=29583/tid=29604] ppid=29577 vsize=288876 CPUtime=0 cores=1,3,5,7
/proc/29583/task/29604/stat : 29604 (python) S 29577 29577 28149 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658142416 295809024 5637 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 514 18446604463909659712 0 0 -1 7 0 0 0
[pid=29586] ppid=29577 vsize=289404 CPUtime=0.34 cores=1,3,5,7
/proc/29586/stat : 29586 (python) S 29577 29577 28149 0 -1 4202560 1101 0 0 0 18 16 0 0 19 0 2 0 658122954 296349696 5761 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29586/statm: 72351 5761 400 364 0 8266 0
[pid=29588] ppid=29586 vsize=1017936 CPUtime=102.51 cores=1,3,5,7
/proc/29588/stat : 29588 (gnovelty+2) T 29586 29588 29588 0 -1 4202496 459 0 0 0 10251 0 0 0 25 0 1 0 658122954 1042366464 197 33554432000 134512640 135663704 4292767664 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29588/statm: 254484 197 113 282 0 254200 0
[pid=29586/tid=29598] ppid=29577 vsize=289404 CPUtime=0 cores=1,3,5,7
/proc/29586/task/29598/stat : 29598 (python) S 29577 29577 28149 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658133390 296349696 5761 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 514 18446604456749045760 0 0 -1 1 0 0 0
[pid=29589] ppid=29577 vsize=299156 CPUtime=2.08 cores=1,3,5,7
/proc/29589/stat : 29589 (python) S 29577 29577 28149 0 -1 4202560 1146 0 0 0 110 98 0 0 16 0 2 0 658122955 306335744 5654 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29589/statm: 74789 5654 400 364 0 10701 0
[pid=29593] ppid=29589 vsize=81756 CPUtime=487.64 cores=1,3,5,7
/proc/29593/stat : 29593 (march_hi) T 29589 29593 29593 0 -1 4202496 18338 0 0 0 48760 4 0 0 25 0 1 0 658122956 83718144 18078 33554432000 4194304 4955518 140735419627600 18446744073709551615 4238422 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29593/statm: 20439 18078 104 186 0 20252 0
[pid=29589/tid=29620] ppid=29577 vsize=299156 CPUtime=0 cores=1,3,5,7
/proc/29589/task/29620/stat : 29620 (python) S 29577 29577 28149 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658170425 306335744 5654 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 514 18446604463034048576 0 0 -1 3 0 0 0
[pid=29591] ppid=29577 vsize=310020 CPUtime=3 cores=1,3,5,7
/proc/29591/stat : 29591 (python) S 29577 29577 28149 0 -1 4202560 1157 0 0 0 157 143 0 0 15 0 2 0 658122956 317460480 5778 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29591/statm: 77505 5778 400 364 0 13414 0
[pid=29594] ppid=29591 vsize=130940 CPUtime=759.13 cores=1,3,5,7
/proc/29594/stat : 29594 (march_hi) R 29591 29594 29594 0 -1 4202496 27569 0 0 0 75907 6 0 0 25 0 1 0 658122956 134082560 27306 33554432000 4194304 4955518 140735802742624 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29594/statm: 32735 27306 104 186 0 32548 0
[pid=29591/tid=29637] ppid=29577 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/29591/task/29637/stat : 29637 (python) S 29577 29577 28149 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658197400 317460480 5778 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 514 18446604461056953216 0 0 -1 1 0 0 0
[pid=29599] ppid=29577 vsize=320276 CPUtime=2.86 cores=1,3,5,7
/proc/29599/stat : 29599 (python) S 29577 29577 28149 0 -1 4202560 1145 0 0 0 151 135 0 0 16 0 2 0 658133391 327962624 5783 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29599/statm: 80069 5783 400 364 0 15975 0
[pid=29601] ppid=29599 vsize=111224 CPUtime=680.12 cores=1,3,5,7
/proc/29601/stat : 29601 (march_hi) T 29599 29601 29601 0 -1 4202496 24806 0 0 0 68008 4 0 0 25 0 1 0 658133392 113893376 24543 33554432000 4194304 4955518 140733618033536 18446744073709551615 4313869 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29601/statm: 27806 24543 104 186 0 27619 0
[pid=29599/tid=29646] ppid=29577 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/29599/task/29646/stat : 29646 (python) S 29577 29577 28149 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658217605 327962624 5783 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 514 18446604461056950528 0 0 -1 1 0 0 0
[pid=29605] ppid=29577 vsize=330240 CPUtime=3.46 cores=1,3,5,7
/proc/29605/stat : 29605 (python) S 29577 29577 28149 0 -1 4202560 1161 0 0 0 178 168 0 0 15 0 2 0 658142417 338165760 5722 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29605/statm: 82560 5722 409 364 0 18463 0
[pid=29607] ppid=29605 vsize=175272 CPUtime=854.58 cores=1,3,5,7
/proc/29607/stat : 29607 (march_hi) R 29605 29607 29607 0 -1 4202496 30593 0 0 0 85450 8 0 0 25 0 1 0 658142417 179478528 30334 33554432000 4194304 4955518 140734162601824 18446744073709551615 4209780 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29607/statm: 43818 30334 104 186 0 43631 0
[pid=29605/tid=29649] ppid=29577 vsize=330240 CPUtime=0 cores=1,3,5,7
/proc/29605/task/29649/stat : 29649 (python) S 29577 29577 28149 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658225919 338165760 5722 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 514 18446604467864254656 0 0 -1 7 0 0 0
[pid=29621] ppid=29577 vsize=341036 CPUtime=2.5 cores=1,3,5,7
/proc/29621/stat : 29621 (python) S 29577 29577 28149 0 -1 4202560 1013 0 0 0 133 117 0 0 18 0 1 0 658170426 349220864 5831 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 7994751355698774277 0 0 17 1 0 0 0
/proc/29621/statm: 85259 5831 380 364 0 21159 0
[pid=29623] ppid=29621 vsize=182584 CPUtime=491.63 cores=1,3,5,7
/proc/29623/stat : 29623 (kcnfs-2006) R 29621 29623 29623 0 -1 4202496 669 0 0 0 49163 0 0 0 25 0 1 0 658170426 186966016 408 33554432000 134512640 135163436 4289529904 18446744073709551615 134666472 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29623/statm: 45646 408 77 159 0 45486 0
[pid=29638] ppid=29577 vsize=351292 CPUtime=1.64 cores=1,3,5,7
/proc/29638/stat : 29638 (python) S 29577 29577 28149 0 -1 4202560 1057 0 0 0 86 78 0 0 15 0 1 0 658197401 359723008 5832 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 7994751355698774279 0 0 17 1 0 0 0
/proc/29638/statm: 87823 5832 377 364 0 23720 0
[pid=29640] ppid=29638 vsize=81756 CPUtime=444.17 cores=1,3,5,7
/proc/29640/stat : 29640 (march_hi) R 29638 29640 29640 0 -1 4202496 16858 0 0 0 44414 3 0 0 25 0 1 0 658197401 83718144 16580 33554432000 4194304 4955518 140733352548048 18446744073709551615 4235347 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29640/statm: 20439 16580 104 186 0 20252 0
[pid=29577/tid=29584] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29584/stat : 29584 (python) S 29575 29577 28149 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 658122953 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 7 0 0 0
[pid=29577/tid=29587] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29587/stat : 29587 (python) S 29575 29577 28149 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 9 0 658122954 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 7 0 0 0
[pid=29577/tid=29590] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29590/stat : 29590 (python) S 29575 29577 28149 0 -1 4202560 39 935 0 0 0 0 0 0 18 0 9 0 658122955 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29592] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29592/stat : 29592 (python) S 29575 29577 28149 0 -1 4202560 21 935 0 0 0 0 0 0 18 0 9 0 658122956 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29600] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29600/stat : 29600 (python) S 29575 29577 28149 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658133391 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29606] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29606/stat : 29606 (python) S 29575 29577 28149 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 658142417 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29622] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29622/stat : 29622 (python) S 29575 29577 28149 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 658170426 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29639] ppid=29575 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/29577/task/29639/stat : 29639 (python) S 29575 29577 28149 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658197401 369672192 7249 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3934.9
Current children cumulated vsize (KiB) 5690712

[startup+1231.9 s]
/proc/loadavg: 10.06 9.61 9.24 12/463 30015
/proc/meminfo: memFree=16225944/32951124 swapFree=67082152/67111528
[pid=29577] ppid=29575 vsize=361656 CPUtime=1374.86 cores=1,3,5,7
/proc/29577/stat : 29577 (python) S 29575 29577 28149 0 -1 4202496 16499 49673 1 0 47 11 137135 293 17 0 9 0 658122895 370335744 7379 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256179007 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29577/statm: 90414 7379 1890 364 0 26311 0
[pid=29591] ppid=29577 vsize=310020 CPUtime=3 cores=1,3,5,7
/proc/29591/stat : 29591 (python) S 29577 29577 28149 0 -1 4202560 1157 0 0 0 157 143 0 0 15 0 2 0 658122956 317460480 5778 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29591/statm: 77505 5778 400 364 0 13414 0
[pid=29594] ppid=29591 vsize=130940 CPUtime=759.35 cores=1,3,5,7
/proc/29594/stat : 29594 (march_hi) R 29591 29594 29594 0 -1 4202496 27577 0 0 0 75929 6 0 0 25 0 1 0 658122956 134082560 27314 33554432000 4194304 4955518 140735802742624 18446744073709551615 4284953 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29594/statm: 32735 27314 104 186 0 32548 0
[pid=29591/tid=29637] ppid=29577 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/29591/task/29637/stat : 29637 (python) S 29577 29577 28149 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658197400 317460480 5778 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 514 18446604461056953216 0 0 -1 1 0 0 0
[pid=29605] ppid=29577 vsize=330240 CPUtime=3.48 cores=1,3,5,7
/proc/29605/stat : 29605 (python) S 29577 29577 28149 0 -1 4202560 1166 0 0 0 179 169 0 0 16 0 2 0 658142417 338165760 5722 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256179007 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29605/statm: 82560 5722 409 364 0 18463 0
[pid=29607] ppid=29605 vsize=175272 CPUtime=854.92 cores=1,3,5,7
/proc/29607/stat : 29607 (march_hi) R 29605 29607 29607 0 -1 4202496 30604 0 0 0 85484 8 0 0 25 0 1 0 658142417 179478528 30345 33554432000 4194304 4955518 140734162601824 18446744073709551615 4209699 256 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29607/statm: 43818 30345 104 186 0 43631 0
[pid=29605/tid=29649] ppid=29577 vsize=330240 CPUtime=0 cores=1,3,5,7
/proc/29605/task/29649/stat : 29649 (python) S 29577 29577 28149 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658225919 338165760 5722 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781824 2 18446604467864254656 0 0 -1 7 0 0 0
[pid=29621] ppid=29577 vsize=341036 CPUtime=2.5 cores=1,3,5,7
/proc/29621/stat : 29621 (python) S 29577 29577 28149 0 -1 4202560 1013 0 0 0 133 117 0 0 18 0 1 0 658170426 349220864 5831 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 7994751355698774277 0 0 17 1 0 0 0
/proc/29621/statm: 85259 5831 380 364 0 21159 0
[pid=29623] ppid=29621 vsize=182584 CPUtime=492.02 cores=1,3,5,7
/proc/29623/stat : 29623 (kcnfs-2006) R 29621 29623 29623 0 -1 4202496 669 0 0 0 49202 0 0 0 25 0 1 0 658170426 186966016 408 33554432000 134512640 135163436 4289529904 18446744073709551615 134675195 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29623/statm: 45646 408 77 159 0 45486 0
[pid=29638] ppid=29577 vsize=351292 CPUtime=1.64 cores=1,3,5,7
/proc/29638/stat : 29638 (python) S 29577 29577 28149 0 -1 4202560 1057 0 0 0 86 78 0 0 15 0 1 0 658197401 359723008 5832 33554432000 4194304 5683644 140734455323136 18446744073709551615 228244368966 0 0 16781312 514 7994751355698774279 0 0 17 1 0 0 0
/proc/29638/statm: 87823 5832 377 364 0 23720 0
[pid=29640] ppid=29638 vsize=81756 CPUtime=444.58 cores=1,3,5,7
/proc/29640/stat : 29640 (march_hi) R 29638 29640 29640 0 -1 4202496 16871 0 0 0 44455 3 0 0 25 0 1 0 658197401 83718144 16593 33554432000 4194304 4955518 140733352548048 18446744073709551615 4227079 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29640/statm: 20439 16593 104 186 0 20252 0
[pid=29577/tid=29584] ppid=29575 vsize=361656 CPUtime=1374.28 cores=1,3,5,7
/proc/29577/task/29584/stat : 29584 (python) S 29575 29577 28149 0 -1 4202560 24 49673 0 0 0 0 137135 293 20 0 9 0 658122953 370335744 7379 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 7 0 0 0
[pid=29577/tid=29587] ppid=29575 vsize=361656 CPUtime=1374.28 cores=1,3,5,7
/proc/29577/task/29587/stat : 29587 (python) S 29575 29577 28149 0 -1 4202560 21 49673 0 0 0 0 137135 293 22 0 9 0 658122954 370335744 7379 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 7 0 0 0
[pid=29577/tid=29590] ppid=29575 vsize=361656 CPUtime=1374.28 cores=1,3,5,7
/proc/29577/task/29590/stat : 29590 (python) S 29575 29577 28149 0 -1 4202560 39 49673 0 0 0 0 137135 293 18 0 9 0 658122955 370335744 7379 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29592] ppid=29575 vsize=361656 CPUtime=1374.28 cores=1,3,5,7
/proc/29577/task/29592/stat : 29592 (python) S 29575 29577 28149 0 -1 4202560 21 49673 0 0 0 0 137135 293 18 0 9 0 658122956 370335744 7379 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29600] ppid=29575 vsize=361656 CPUtime=1374.28 cores=1,3,5,7
/proc/29577/task/29600/stat : 29600 (python) S 29575 29577 28149 0 -1 4202560 27 49673 0 0 0 0 137135 293 20 0 9 0 658133391 370335744 7379 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29606] ppid=29575 vsize=361656 CPUtime=1374.28 cores=1,3,5,7
/proc/29577/task/29606/stat : 29606 (python) S 29575 29577 28149 0 -1 4202560 29 49673 0 0 0 0 137135 293 18 0 9 0 658142417 370335744 7379 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29622] ppid=29575 vsize=361656 CPUtime=1374.28 cores=1,3,5,7
/proc/29577/task/29622/stat : 29622 (python) S 29575 29577 28149 0 -1 4202560 24 49673 0 0 0 0 137135 293 20 0 9 0 658170426 370335744 7379 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
[pid=29577/tid=29639] ppid=29575 vsize=361656 CPUtime=1374.28 cores=1,3,5,7
/proc/29577/task/29639/stat : 29639 (python) S 29575 29577 28149 0 -1 4202560 27 49673 0 0 0 0 137135 293 20 0 9 0 658197401 370335744 7379 33554432000 4194304 5683644 140734455323136 18446744073709551615 228256172465 0 0 16781312 2 18446604461056951424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3936.35
Current children cumulated vsize (KiB) 2264796

Child status: 0
Real time (s): 1231.98
CPU time (s): 3936.59
CPU user time (s): 3928.22
CPU system time (s): 8.36073
CPU usage (%): 319.534
Max. virtual memory (cumulated for all children) (KiB): 5690712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3928.22
system time used= 8.36073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150492
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= 7772
involuntary context switches= 43633

runsolver used 5.84511 second user time and 12.5081 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 15:14:09
IDJOB=3378389
IDBENCH=82798
IDSOLVER=1859
FILE ID=node136/3378389-1305465249
RUNJOBID= node136-1305462567-28168
PBS_JOBID= 13324968
Free space on /tmp= 72972 MiB

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

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

MD5SUM BENCH= 0036a3d124136652b3b413bfd876692d
RANDOM SEED=1257591083

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      16597952 kB
Buffers:        318760 kB
Cached:        5947092 kB
SwapCached:       2740 kB
Active:       11588288 kB
Inactive:      4399528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16597952 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           32212 kB
Writeback:          32 kB
AnonPages:     9720960 kB
Mapped:          40984 kB
Slab:           242252 kB
PageTables:      54932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 118108020 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= 72940 MiB
End job on node136 at 2011-05-15 15:34:41