Trace number 3378361

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)? 4789.49 1203.47

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1163259790-073.UNKNOWN.cnf
MD5SUM18a522c9cdd3c52f9fcf4c038782b476
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 variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.67	c INFO: solving HOME/instance-3378361-1305465018.cnf
0.31/0.67	c INFO: computing task features
0.31/0.68	c INFO: computed variable-clause graph statistics
0.31/0.68	c INFO: computed clause balance statistics
0.38/0.72	c INFO: computed variable balance statistics
0.38/0.76	c INFO: computed small-clause counts
0.38/0.76	c INFO: computed Horn-clause counts
0.38/0.76	c INFO: computed variable graph statistics
0.38/0.76	c INFO: collected features for HOME/instance-3378361-1305465018.cnf in 0.09 s
0.38/0.77	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.38/0.78	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.33)
0.38/0.79	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.48/0.80	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.31)
400.25/101.12	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.37)
400.25/101.13	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.33)
1560.26/392.27	c INFO: running march_hi@100 for 97 with 808 remaining (b = 0.06)
1570.23/394.74	c INFO: running march_hi@0 for 291 with 805 remaining (b = 0.17)
1946.86/489.23	c INFO: running march_hi@493 for 194 with 711 remaining (b = 0.13)
2718.41/682.88	c INFO: running march_hi@0 for 517 with 517 remaining (b = 0.26)
2741.11/688.61	c INFO: running march_hi@0 for 512 with 512 remaining (b = 0.22)
3146.71/790.33	c INFO: running kcnfs-2006@0 for 194 with 410 remaining (b = 0.09)
3161.43/794.02	c INFO: running march_hi@96 for 291 with 406 remaining (b = 0.12)
3948.59/992.03	c INFO: running kcnfs-2006@682 for 97 with 208 remaining (b = 0.04)
4323.89/1086.41	c INFO: running march_hi@293 for 114 with 114 remaining (b = 0.06)
4327.49/1087.35	c INFO: running kcnfs-2006@0 for 113 with 113 remaining (b = 0.04)
4789.13/1203.45	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-3378361-1305465018/watcher-3378361-1305465018 -o /tmp/evaluation-result-3378361-1305465018/solver-3378361-1305465018 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378361-1305465018.cnf -seed 1134045139 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 9.33 9.12 7.96 6/477 15178
/proc/meminfo: memFree=16131528/32951124 swapFree=67056804/67111528
[pid=15178] ppid=15176 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/15178/stat : 15178 (python) S 15176 15178 14447 0 -1 4202496 903 0 0 0 0 0 0 0 25 0 1 0 658102793 16158720 784 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613108736 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/15178/statm: 3945 784 346 364 0 432 0

[startup+0.0702301 s]
/proc/loadavg: 9.33 9.12 7.96 6/477 15178
/proc/meminfo: memFree=16131528/32951124 swapFree=67056804/67111528
[pid=15178] ppid=15176 vsize=36512 CPUtime=0.04 cores=0,2,4,6
/proc/15178/stat : 15178 (python) S 15176 15178 14447 0 -1 4202496 1613 0 0 0 3 1 0 0 25 0 1 0 658102793 37388288 1445 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613108736 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/15178/statm: 9128 1445 452 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36512

[startup+0.100263 s]
/proc/loadavg: 9.33 9.12 7.96 6/477 15178
/proc/meminfo: memFree=16131528/32951124 swapFree=67056804/67111528
[pid=15178] ppid=15176 vsize=89772 CPUtime=0.05 cores=0,2,4,6
/proc/15178/stat : 15178 (python) R 15176 15178 14447 0 -1 4202496 2672 0 0 0 4 1 0 0 17 0 1 0 658102793 91926528 2388 33554432000 4194304 5683644 140736808825904 18446744073709551615 270608186948 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15178/statm: 22958 2390 751 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89772

[startup+0.30019 s]
/proc/loadavg: 9.33 9.12 7.96 6/477 15178
/proc/meminfo: memFree=16131528/32951124 swapFree=67056804/67111528
[pid=15178] ppid=15176 vsize=135752 CPUtime=0.16 cores=0,2,4,6
/proc/15178/stat : 15178 (python) R 15176 15178 14447 0 -1 4202496 5965 932 1 0 13 3 0 0 17 0 1 0 658102793 139010048 4151 33554432000 4194304 5683644 140736808825904 18446744073709551615 5159968 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15178/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.700162 s]
/proc/loadavg: 9.33 9.12 7.96 6/477 15178
/proc/meminfo: memFree=16131528/32951124 swapFree=67056804/67111528
[pid=15178] ppid=15176 vsize=278444 CPUtime=0.38 cores=0,2,4,6
/proc/15178/stat : 15178 (python) R 15176 15178 14447 0 -1 4202496 9339 932 1 0 31 7 0 0 16 0 1 0 658102793 285126656 7004 33554432000 4194304 5683644 140736808825904 18446744073709551615 4619670 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15178/statm: 69611 7004 1826 364 0 5535 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 278444

[startup+1.50098 s]
/proc/loadavg: 9.33 9.12 7.96 10/490 15195
/proc/meminfo: memFree=16092224/32951124 swapFree=67056804/67111528
[pid=15178] ppid=15176 vsize=320224 CPUtime=0.48 cores=0,2,4,6
/proc/15178/stat : 15178 (python) S 15176 15178 14447 0 -1 4202496 12213 932 1 0 40 8 0 0 22 0 5 0 658102793 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15178/statm: 80056 7244 1873 364 0 15965 0
[pid=15184] ppid=15178 vsize=278604 CPUtime=0 cores=0,2,4,6
/proc/15184/stat : 15184 (python) S 15178 15178 14447 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 658102870 285290496 5557 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130767 0 0 16781312 514 4350214461055827967 0 0 17 0 0 0 0
/proc/15184/statm: 69651 5557 354 364 0 5569 0
[pid=15186] ppid=15184 vsize=1017800 CPUtime=0.72 cores=0,2,4,6
/proc/15186/stat : 15186 (gnovelty+2) R 15184 15186 15186 0 -1 4202496 447 0 0 0 72 0 0 0 21 0 1 0 658102871 1042227200 182 33554432000 134512640 135663704 4289615552 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15186/statm: 254450 182 113 282 0 254166 0
[pid=15187] ppid=15178 vsize=289368 CPUtime=0 cores=0,2,4,6
/proc/15187/stat : 15187 (python) S 15178 15178 14447 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 658102871 296312832 5699 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 5746575536633643265 0 0 17 0 0 0 0
/proc/15187/statm: 72342 5699 348 364 0 8257 0
[pid=15189] ppid=15187 vsize=2488 CPUtime=0.71 cores=0,2,4,6
/proc/15189/stat : 15189 (march_hi) R 15187 15189 15189 0 -1 4202496 697 0 0 0 71 0 0 0 22 0 1 0 658102872 2547712 433 33554432000 4194304 4955518 140736602983520 18446744073709551615 4227659 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15189/statm: 622 433 104 186 0 435 0
[pid=15190] ppid=15178 vsize=299116 CPUtime=0 cores=0,2,4,6
/proc/15190/stat : 15190 (python) S 15178 15178 14447 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 658102872 306294784 5591 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 4023078415711076351 0 0 17 4 0 0 0
/proc/15190/statm: 74779 5591 348 364 0 10691 0
[pid=15192] ppid=15190 vsize=1017800 CPUtime=0.68 cores=0,2,4,6
/proc/15192/stat : 15192 (gnovelty+2) R 15190 15192 15192 0 -1 4202496 441 0 0 0 68 0 0 0 22 0 1 0 658102873 1042227200 182 33554432000 134512640 135663704 4288689440 18446744073709551615 134524951 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15192/statm: 254450 182 113 282 0 254166 0
[pid=15193] ppid=15178 vsize=309980 CPUtime=0 cores=0,2,4,6
/proc/15193/stat : 15193 (python) S 15178 15178 14447 0 -1 4202560 759 0 0 0 0 0 0 0 17 0 1 0 658102873 317419520 5715 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 10327356482227503361 0 0 17 0 0 0 0
/proc/15193/statm: 77495 5715 348 364 0 13404 0
[pid=15195] ppid=15193 vsize=2488 CPUtime=0.68 cores=0,2,4,6
/proc/15195/stat : 15195 (march_hi) R 15193 15195 15195 0 -1 4202496 691 0 0 0 68 0 0 0 25 0 1 0 658102874 2547712 432 33554432000 4194304 4955518 140737009155200 18446744073709551615 4235350 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15195/statm: 622 432 104 186 0 435 0
[pid=15178/tid=15185] ppid=15176 vsize=320224 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15185/stat : 15185 (python) S 15176 15178 14447 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 5 0 658102871 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15188] ppid=15176 vsize=320224 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15188/stat : 15188 (python) S 15176 15178 14447 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 658102872 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 6 0 0 0
[pid=15178/tid=15191] ppid=15176 vsize=320224 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15191/stat : 15191 (python) S 15176 15178 14447 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 658102873 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15194] ppid=15176 vsize=320224 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15194/stat : 15194 (python) S 15176 15178 14447 0 -1 4202560 29 932 0 0 0 0 0 0 22 0 5 0 658102874 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 3537868

[startup+3.10069 s]
/proc/loadavg: 9.30 9.11 7.97 13/490 15195
/proc/meminfo: memFree=16089872/32951124 swapFree=67056804/67111528
[pid=15178] ppid=15176 vsize=320224 CPUtime=0.48 cores=0,2,4,6
/proc/15178/stat : 15178 (python) S 15176 15178 14447 0 -1 4202496 12213 932 1 0 40 8 0 0 22 0 5 0 658102793 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15178/statm: 80056 7244 1873 364 0 15965 0
[pid=15184] ppid=15178 vsize=278604 CPUtime=0 cores=0,2,4,6
/proc/15184/stat : 15184 (python) S 15178 15178 14447 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 658102870 285290496 5557 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130767 0 0 16781312 514 4350214461055795459 0 0 17 0 0 0 0
/proc/15184/statm: 69651 5557 354 364 0 5569 0
[pid=15186] ppid=15184 vsize=1017800 CPUtime=2.3 cores=0,2,4,6
/proc/15186/stat : 15186 (gnovelty+2) R 15184 15186 15186 0 -1 4202496 447 0 0 0 230 0 0 0 25 0 1 0 658102871 1042227200 182 33554432000 134512640 135663704 4289615552 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15186/statm: 254450 182 113 282 0 254166 0
[pid=15187] ppid=15178 vsize=289368 CPUtime=0 cores=0,2,4,6
/proc/15187/stat : 15187 (python) S 15178 15178 14447 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 658102871 296312832 5699 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 5746575536633643265 0 0 17 0 0 0 0
/proc/15187/statm: 72342 5699 348 364 0 8257 0
[pid=15189] ppid=15187 vsize=2808 CPUtime=2.31 cores=0,2,4,6
/proc/15189/stat : 15189 (march_hi) R 15187 15189 15189 0 -1 4202496 757 0 0 0 231 0 0 0 25 0 1 0 658102872 2875392 493 33554432000 4194304 4955518 140736602983520 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15189/statm: 702 493 104 186 0 515 0
[pid=15190] ppid=15178 vsize=299116 CPUtime=0 cores=0,2,4,6
/proc/15190/stat : 15190 (python) S 15178 15178 14447 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 658102872 306294784 5591 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 4023078415711043842 0 0 17 4 0 0 0
/proc/15190/statm: 74779 5591 348 364 0 10691 0
[pid=15192] ppid=15190 vsize=1017800 CPUtime=2.26 cores=0,2,4,6
/proc/15192/stat : 15192 (gnovelty+2) R 15190 15192 15192 0 -1 4202496 441 0 0 0 226 0 0 0 25 0 1 0 658102873 1042227200 182 33554432000 134512640 135663704 4288689440 18446744073709551615 134525506 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15192/statm: 254450 182 113 282 0 254166 0
[pid=15193] ppid=15178 vsize=309980 CPUtime=0 cores=0,2,4,6
/proc/15193/stat : 15193 (python) S 15178 15178 14447 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 658102873 317419520 5715 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 10327356482227503361 0 0 17 0 0 0 0
/proc/15193/statm: 77495 5715 348 364 0 13404 0
[pid=15195] ppid=15193 vsize=2808 CPUtime=2.28 cores=0,2,4,6
/proc/15195/stat : 15195 (march_hi) R 15193 15195 15195 0 -1 4202496 751 0 0 0 228 0 0 0 25 0 1 0 658102874 2875392 492 33554432000 4194304 4955518 140737009155200 18446744073709551615 4227827 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15195/statm: 702 492 104 186 0 515 0
[pid=15178/tid=15185] ppid=15176 vsize=320224 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15185/stat : 15185 (python) S 15176 15178 14447 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 5 0 658102871 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15188] ppid=15176 vsize=320224 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15188/stat : 15188 (python) S 15176 15178 14447 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 658102872 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 6 0 0 0
[pid=15178/tid=15191] ppid=15176 vsize=320224 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15191/stat : 15191 (python) S 15176 15178 14447 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 658102873 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15194] ppid=15176 vsize=320224 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15194/stat : 15194 (python) S 15176 15178 14447 0 -1 4202560 29 932 0 0 0 0 0 0 22 0 5 0 658102874 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.63
Current children cumulated vsize (KiB) 3538508

[startup+6.30113 s]
/proc/loadavg: 9.30 9.11 7.97 10/490 15195
/proc/meminfo: memFree=16087260/32951124 swapFree=67056804/67111528
[pid=15178] ppid=15176 vsize=320224 CPUtime=0.48 cores=0,2,4,6
/proc/15178/stat : 15178 (python) S 15176 15178 14447 0 -1 4202496 12213 932 1 0 40 8 0 0 22 0 5 0 658102793 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15178/statm: 80056 7244 1873 364 0 15965 0
[pid=15184] ppid=15178 vsize=278604 CPUtime=0.01 cores=0,2,4,6
/proc/15184/stat : 15184 (python) S 15178 15178 14447 0 -1 4202560 888 0 0 0 1 0 0 0 18 0 1 0 658102870 285290496 5579 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130767 0 0 16781312 514 4350214461055795459 0 0 17 0 0 0 0
/proc/15184/statm: 69651 5579 376 364 0 5569 0
[pid=15186] ppid=15184 vsize=1017800 CPUtime=5.5 cores=0,2,4,6
/proc/15186/stat : 15186 (gnovelty+2) R 15184 15186 15186 0 -1 4202496 447 0 0 0 550 0 0 0 25 0 1 0 658102871 1042227200 182 33554432000 134512640 135663704 4289615552 18446744073709551615 134524684 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15186/statm: 254450 182 113 282 0 254166 0
[pid=15187] ppid=15178 vsize=289368 CPUtime=0.02 cores=0,2,4,6
/proc/15187/stat : 15187 (python) S 15178 15178 14447 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 658102871 296312832 5721 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 4023082264001741057 0 0 17 0 0 0 0
/proc/15187/statm: 72342 5721 370 364 0 8257 0
[pid=15189] ppid=15187 vsize=3620 CPUtime=5.49 cores=0,2,4,6
/proc/15189/stat : 15189 (march_hi) R 15187 15189 15189 0 -1 4202496 895 0 0 0 549 0 0 0 25 0 1 0 658102872 3706880 631 33554432000 4194304 4955518 140736602983520 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15189/statm: 905 631 104 186 0 718 0
[pid=15190] ppid=15178 vsize=299116 CPUtime=0.01 cores=0,2,4,6
/proc/15190/stat : 15190 (python) S 15178 15178 14447 0 -1 4202560 899 0 0 0 0 1 0 0 18 0 1 0 658102872 306294784 5614 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 4023078415711043842 0 0 17 4 0 0 0
/proc/15190/statm: 74779 5614 371 364 0 10691 0
[pid=15192] ppid=15190 vsize=1017800 CPUtime=5.42 cores=0,2,4,6
/proc/15192/stat : 15192 (gnovelty+2) R 15190 15192 15192 0 -1 4202496 441 0 0 0 542 0 0 0 25 0 1 0 658102873 1042227200 182 33554432000 134512640 135663704 4288689440 18446744073709551615 134563438 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15192/statm: 254450 182 113 282 0 254166 0
[pid=15193] ppid=15178 vsize=309980 CPUtime=0.02 cores=0,2,4,6
/proc/15193/stat : 15193 (python) S 15178 15178 14447 0 -1 4202560 917 0 0 0 1 1 0 0 15 0 1 0 658102873 317419520 5738 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 8543491225137676545 0 0 17 0 0 0 0
/proc/15193/statm: 77495 5738 371 364 0 13404 0
[pid=15195] ppid=15193 vsize=3620 CPUtime=5.42 cores=0,2,4,6
/proc/15195/stat : 15195 (march_hi) R 15193 15195 15195 0 -1 4202496 887 0 0 0 542 0 0 0 25 0 1 0 658102874 3706880 628 33554432000 4194304 4955518 140737009155200 18446744073709551615 4238422 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15195/statm: 905 628 104 186 0 718 0
[pid=15178/tid=15185] ppid=15176 vsize=320224 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15185/stat : 15185 (python) S 15176 15178 14447 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 5 0 658102871 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15188] ppid=15176 vsize=320224 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15188/stat : 15188 (python) S 15176 15178 14447 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 658102872 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 6 0 0 0
[pid=15178/tid=15191] ppid=15176 vsize=320224 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15191/stat : 15191 (python) S 15176 15178 14447 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 658102873 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15194] ppid=15176 vsize=320224 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15194/stat : 15194 (python) S 15176 15178 14447 0 -1 4202560 29 932 0 0 0 0 0 0 22 0 5 0 658102874 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.37
Current children cumulated vsize (KiB) 3540132

[startup+12.701 s]
/proc/loadavg: 9.26 9.11 7.98 10/494 15199
/proc/meminfo: memFree=16060308/32951124 swapFree=67056804/67111528
[pid=15178] ppid=15176 vsize=320224 CPUtime=0.48 cores=0,2,4,6
/proc/15178/stat : 15178 (python) S 15176 15178 14447 0 -1 4202496 12213 932 1 0 40 8 0 0 22 0 5 0 658102793 327909376 7244 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15178/statm: 80056 7244 1873 364 0 15965 0
[pid=15184] ppid=15178 vsize=278604 CPUtime=0.03 cores=0,2,4,6
/proc/15184/stat : 15184 (python) S 15178 15178 14447 0 -1 4202560 893 0 0 0 2 1 0 0 18 0 1 0 658102870 285290496 5580 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130767 0 0 16781312 514 18356091539022643459 0 0 17 0 0 0 0
/proc/15184/statm: 69651 5580 377 364 0 5569 0
[pid=15186] ppid=15184 vsize=1017800 CPUtime=11.9 cores=0,2,4,6
/proc/15186/stat : 15186 (gnovelty+2) R 15184 15186 15186 0 -1 4202496 447 0 0 0 1190 0 0 0 25 0 1 0 658102871 1042227200 182 33554432000 134512640 135663704 4289615552 18446744073709551615 134524827 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15186/statm: 254450 182 113 282 0 254166 0
[pid=15187] ppid=15178 vsize=289368 CPUtime=0.04 cores=0,2,4,6

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

/proc/15195/statm: 30852 21431 104 186 0 30665 0
[pid=15193/tid=15319] ppid=15178 vsize=309980 CPUtime=0 cores=0,2,4,6
/proc/15193/task/15319/stat : 15319 (python) S 15178 15178 14447 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658142020 317419520 5769 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 514 18446604450606912512 0 0 -1 0 0 0 0
[pid=15204] ppid=15178 vsize=320236 CPUtime=2.45 cores=0,2,4,6
/proc/15204/stat : 15204 (python) S 15178 15178 14447 0 -1 4202560 1159 0 0 0 134 111 0 0 17 0 2 0 658112906 327921664 5772 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15204/statm: 80059 5772 400 364 0 15965 0
[pid=15206] ppid=15204 vsize=123408 CPUtime=682.17 cores=0,2,4,6
/proc/15206/stat : 15206 (march_hi) T 15204 15206 15206 0 -1 4202496 21290 0 0 0 68212 5 0 0 25 0 1 0 658112906 126369792 21029 33554432000 4194304 4955518 140733442448528 18446744073709551615 4227814 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15206/statm: 30852 21029 104 186 0 30665 0
[pid=15204/tid=15366] ppid=15178 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/15204/task/15366/stat : 15366 (python) S 15178 15178 14447 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 658182195 327921664 5772 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 514 18446604443077056320 0 0 -1 2 0 0 0
[pid=15207] ppid=15178 vsize=329968 CPUtime=2.47 cores=0,2,4,6
/proc/15207/stat : 15207 (python) S 15178 15178 14447 0 -1 4202560 1156 0 0 0 135 112 0 0 16 0 2 0 658112907 337887232 5677 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15207/statm: 82492 5677 400 364 0 18395 0
[pid=15209] ppid=15207 vsize=123408 CPUtime=685.2 cores=0,2,4,6
/proc/15209/stat : 15209 (march_hi) T 15207 15209 15209 0 -1 4202496 21598 0 0 0 68511 9 0 0 25 0 1 0 658112907 126369792 21339 33554432000 4194304 4955518 140734779385808 18446744073709551615 4224608 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15209/statm: 30852 21339 104 186 0 30665 0
[pid=15207/tid=15362] ppid=15178 vsize=329968 CPUtime=0 cores=0,2,4,6
/proc/15207/task/15362/stat : 15362 (python) S 15178 15178 14447 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658181826 337887232 5677 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 514 18446604441410380864 0 0 -1 4 0 0 0
[pid=15345] ppid=15178 vsize=340844 CPUtime=1.92 cores=0,2,4,6
/proc/15345/stat : 15345 (python) S 15178 15178 14447 0 -1 4202560 1005 0 0 0 104 88 0 0 15 0 1 0 658171081 349024256 5797 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 15442992660129743107 0 0 17 0 0 0 0
/proc/15345/statm: 85211 5797 371 364 0 21111 0
[pid=15347] ppid=15345 vsize=77800 CPUtime=512.69 cores=0,2,4,6
/proc/15347/stat : 15347 (march_hi) R 15345 15347 15347 0 -1 4202496 16751 0 0 0 51263 6 0 0 25 0 1 0 658171082 79667200 16493 33554432000 4194304 4955518 140735012189136 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15347/statm: 19450 16493 104 186 0 19263 0
[pid=15352] ppid=15178 vsize=350760 CPUtime=1.86 cores=0,2,4,6
/proc/15352/stat : 15352 (python) S 15178 15178 14447 0 -1 4202560 1046 0 0 0 103 83 0 0 15 0 1 0 658171654 359178240 5699 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 10103271614440243459 0 0 17 0 0 0 0
/proc/15352/statm: 87690 5699 377 364 0 23587 0
[pid=15354] ppid=15352 vsize=77800 CPUtime=512.5 cores=0,2,4,6
/proc/15354/stat : 15354 (march_hi) R 15352 15354 15354 0 -1 4202496 16767 0 0 0 51242 8 0 0 25 0 1 0 658171655 79667200 16500 33554432000 4194304 4955518 140736240806128 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15354/statm: 19450 16500 104 186 0 19263 0
[pid=15363] ppid=15178 vsize=361556 CPUtime=1.05 cores=0,2,4,6
/proc/15363/stat : 15363 (python) S 15178 15178 14447 0 -1 4202560 1193 0 0 0 54 51 0 0 18 0 2 0 658181826 370233344 5868 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15363/statm: 90389 5868 406 364 0 26283 0
[pid=15365] ppid=15363 vsize=182452 CPUtime=291.19 cores=0,2,4,6
/proc/15365/stat : 15365 (kcnfs-2006) T 15363 15365 15365 0 -1 4202496 612 0 0 0 29116 3 0 0 25 0 1 0 658181827 186830848 350 33554432000 134512640 135163436 4290072832 18446744073709551615 134559225 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15365/statm: 45613 350 77 159 0 45453 0
[pid=15363/tid=15376] ppid=15178 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/15363/task/15376/stat : 15376 (python) S 15178 15178 14447 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 658201996 370233344 5868 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 514 18446604440964486400 0 0 -1 6 0 0 0
[pid=15380] ppid=15178 vsize=371860 CPUtime=0.38 cores=0,2,4,6
/proc/15380/stat : 15380 (python) S 15178 15178 14447 0 -1 4202560 960 0 0 0 21 17 0 0 18 0 1 0 658211529 380784640 5848 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 18356091539022643459 0 0 17 0 0 0 0
/proc/15380/statm: 92965 5848 371 364 0 28856 0
[pid=15382] ppid=15380 vsize=182448 CPUtime=114.72 cores=0,2,4,6
/proc/15382/stat : 15382 (kcnfs-2006) R 15380 15382 15382 0 -1 4202496 610 0 0 0 11470 2 0 0 25 0 1 0 658211529 186826752 350 33554432000 134512640 135163436 4293147088 18446744073709551615 134675562 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15382/statm: 45612 350 77 159 0 45452 0
[pid=15178/tid=15185] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15185/stat : 15185 (python) S 15176 15178 14447 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 11 0 658102871 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15188] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15188/stat : 15188 (python) S 15176 15178 14447 0 -1 4202560 36 932 0 0 0 0 0 0 18 0 11 0 658102872 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 6 0 0 0
[pid=15178/tid=15191] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15191/stat : 15191 (python) S 15176 15178 14447 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 11 0 658102873 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15194] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15194/stat : 15194 (python) S 15176 15178 14447 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 11 0 658102874 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15205] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15205/stat : 15205 (python) S 15176 15178 14447 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 11 0 658112906 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 6 0 0 0
[pid=15178/tid=15208] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15208/stat : 15208 (python) S 15176 15178 14447 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 11 0 658112907 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15346] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15346/stat : 15346 (python) S 15176 15178 14447 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 11 0 658171082 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15353] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15353/stat : 15353 (python) S 15176 15178 14447 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 11 0 658171655 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15364] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15364/stat : 15364 (python) S 15176 15178 14447 0 -1 4202560 77 932 0 0 0 0 0 0 18 0 11 0 658181827 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15381] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15381/stat : 15381 (python) S 15176 15178 14447 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 11 0 658211529 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4788.72
Current children cumulated vsize (KiB) 6738572

[startup+1203.42 s]
/proc/loadavg: 10.23 10.19 9.47 12/481 15516
/proc/meminfo: memFree=15588860/32951124 swapFree=67056804/67111528
[pid=15178] ppid=15176 vsize=382104 CPUtime=0.59 cores=0,2,4,6
/proc/15178/stat : 15178 (python) R 15176 15178 14447 0 -1 4202496 17958 932 1 0 49 10 0 0 18 0 11 0 658102793 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270612771137 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15178/statm: 95526 7375 1894 364 0 31417 0
[pid=15184] ppid=15178 vsize=288848 CPUtime=0.33 cores=0,2,4,6
/proc/15184/stat : 15184 (python) S 15178 15178 14447 0 -1 4202560 1165 0 0 0 18 15 0 0 19 0 2 0 658102870 295780352 5624 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15184/statm: 72212 5624 416 364 0 8130 0
[pid=15186] ppid=15184 vsize=1017800 CPUtime=100.3 cores=0,2,4,6
/proc/15186/stat : 15186 (gnovelty+2) T 15184 15186 15186 0 -1 4202496 447 0 0 0 10030 0 0 0 25 0 1 0 658102871 1042227200 182 33554432000 134512640 135663704 4289615552 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15186/statm: 254450 182 113 282 0 254166 0
[pid=15184/tid=15202] ppid=15178 vsize=288848 CPUtime=0 cores=0,2,4,6
/proc/15184/task/15202/stat : 15202 (python) S 15178 15178 14447 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658112905 295780352 5624 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 514 18446604453925556480 0 0 -1 6 0 0 0
[pid=15187] ppid=15178 vsize=289368 CPUtime=3.9 cores=0,2,4,6
/proc/15187/stat : 15187 (python) S 15178 15178 14447 0 -1 4202560 1156 0 0 0 206 184 0 0 15 0 2 0 658102871 296312832 5752 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15187/statm: 72342 5752 400 364 0 8257 0
[pid=15189] ppid=15187 vsize=167608 CPUtime=1089.13 cores=0,2,4,6
/proc/15189/stat : 15189 (march_hi) T 15187 15189 15189 0 -1 4202496 32826 0 0 0 108903 10 0 0 25 0 1 0 658102872 171630592 32562 33554432000 4194304 4955518 140736602983520 18446744073709551615 4227807 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15189/statm: 41902 32562 104 186 0 41715 0
[pid=15187/tid=15320] ppid=15178 vsize=289368 CPUtime=0 cores=0,2,4,6
/proc/15187/task/15320/stat : 15320 (python) S 15178 15178 14447 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658142267 296312832 5752 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 514 18446604440964488192 0 0 -1 4 0 0 0
[pid=15190] ppid=15178 vsize=299116 CPUtime=0.33 cores=0,2,4,6
/proc/15190/stat : 15190 (python) S 15178 15178 14447 0 -1 4202560 1093 0 0 0 17 16 0 0 19 0 2 0 658102872 306294784 5644 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15190/statm: 74779 5644 400 364 0 10691 0
[pid=15192] ppid=15190 vsize=1017800 CPUtime=98.89 cores=0,2,4,6
/proc/15192/stat : 15192 (gnovelty+2) T 15190 15192 15192 0 -1 4202496 441 0 0 0 9889 0 0 0 25 0 1 0 658102873 1042227200 182 33554432000 134512640 135663704 4288689440 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15192/statm: 254450 182 113 282 0 254166 0
[pid=15190/tid=15203] ppid=15178 vsize=299116 CPUtime=0 cores=0,2,4,6
/proc/15190/task/15203/stat : 15203 (python) S 15178 15178 14447 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658112905 306294784 5644 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 514 18446604440964487296 0 0 -1 4 0 0 0
[pid=15193] ppid=15178 vsize=309980 CPUtime=2.44 cores=0,2,4,6
/proc/15193/stat : 15193 (python) S 15178 15178 14447 0 -1 4202560 1172 0 0 0 135 109 0 0 16 0 2 0 658102873 317419520 5769 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15193/statm: 77495 5769 401 364 0 13404 0
[pid=15195] ppid=15193 vsize=123408 CPUtime=684.33 cores=0,2,4,6
/proc/15195/stat : 15195 (march_hi) T 15193 15195 15195 0 -1 4202496 21690 0 0 0 68420 13 0 0 25 0 1 0 658102874 126369792 21431 33554432000 4194304 4955518 140737009155200 18446744073709551615 4286689 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15195/statm: 30852 21431 104 186 0 30665 0
[pid=15193/tid=15319] ppid=15178 vsize=309980 CPUtime=0 cores=0,2,4,6
/proc/15193/task/15319/stat : 15319 (python) S 15178 15178 14447 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658142020 317419520 5769 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 514 18446604450606912512 0 0 -1 0 0 0 0
[pid=15204] ppid=15178 vsize=320236 CPUtime=2.45 cores=0,2,4,6
/proc/15204/stat : 15204 (python) S 15178 15178 14447 0 -1 4202560 1159 0 0 0 134 111 0 0 17 0 2 0 658112906 327921664 5772 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15204/statm: 80059 5772 400 364 0 15965 0
[pid=15206] ppid=15204 vsize=123408 CPUtime=682.17 cores=0,2,4,6
/proc/15206/stat : 15206 (march_hi) T 15204 15206 15206 0 -1 4202496 21290 0 0 0 68212 5 0 0 25 0 1 0 658112906 126369792 21029 33554432000 4194304 4955518 140733442448528 18446744073709551615 4227814 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15206/statm: 30852 21029 104 186 0 30665 0
[pid=15204/tid=15366] ppid=15178 vsize=320236 CPUtime=0 cores=0,2,4,6
/proc/15204/task/15366/stat : 15366 (python) S 15178 15178 14447 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 658182195 327921664 5772 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 514 18446604443077056320 0 0 -1 2 0 0 0
[pid=15207] ppid=15178 vsize=329968 CPUtime=2.47 cores=0,2,4,6
/proc/15207/stat : 15207 (python) S 15178 15178 14447 0 -1 4202560 1156 0 0 0 135 112 0 0 16 0 2 0 658112907 337887232 5677 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15207/statm: 82492 5677 400 364 0 18395 0
[pid=15209] ppid=15207 vsize=123408 CPUtime=685.2 cores=0,2,4,6
/proc/15209/stat : 15209 (march_hi) T 15207 15209 15209 0 -1 4202496 21598 0 0 0 68511 9 0 0 25 0 1 0 658112907 126369792 21339 33554432000 4194304 4955518 140734779385808 18446744073709551615 4224608 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15209/statm: 30852 21339 104 186 0 30665 0
[pid=15207/tid=15362] ppid=15178 vsize=329968 CPUtime=0 cores=0,2,4,6
/proc/15207/task/15362/stat : 15362 (python) S 15178 15178 14447 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658181826 337887232 5677 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 514 18446604441410380864 0 0 -1 4 0 0 0
[pid=15345] ppid=15178 vsize=340844 CPUtime=1.92 cores=0,2,4,6
/proc/15345/stat : 15345 (python) S 15178 15178 14447 0 -1 4202560 1005 0 0 0 104 88 0 0 15 0 1 0 658171081 349024256 5797 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 15442992660129743107 0 0 17 0 0 0 0
/proc/15345/statm: 85211 5797 371 364 0 21111 0
[pid=15347] ppid=15345 vsize=77800 CPUtime=512.79 cores=0,2,4,6
/proc/15347/stat : 15347 (march_hi) R 15345 15347 15347 0 -1 4202496 16754 0 0 0 51273 6 0 0 25 0 1 0 658171082 79667200 16496 33554432000 4194304 4955518 140735012189136 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15347/statm: 19450 16496 104 186 0 19263 0
[pid=15352] ppid=15178 vsize=350760 CPUtime=1.86 cores=0,2,4,6
/proc/15352/stat : 15352 (python) S 15178 15178 14447 0 -1 4202560 1046 0 0 0 103 83 0 0 15 0 1 0 658171654 359178240 5699 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 10103271614440243459 0 0 17 0 0 0 0
/proc/15352/statm: 87690 5699 377 364 0 23587 0
[pid=15354] ppid=15352 vsize=77800 CPUtime=512.59 cores=0,2,4,6
/proc/15354/stat : 15354 (march_hi) R 15352 15354 15354 0 -1 4202496 16770 0 0 0 51251 8 0 0 25 0 1 0 658171655 79667200 16503 33554432000 4194304 4955518 140736240806128 18446744073709551615 4227741 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15354/statm: 19450 16503 104 186 0 19263 0
[pid=15363] ppid=15178 vsize=361556 CPUtime=1.05 cores=0,2,4,6
/proc/15363/stat : 15363 (python) S 15178 15178 14447 0 -1 4202560 1193 0 0 0 54 51 0 0 18 0 2 0 658181826 370233344 5868 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15363/statm: 90389 5868 406 364 0 26283 0
[pid=15365] ppid=15363 vsize=182452 CPUtime=291.19 cores=0,2,4,6
/proc/15365/stat : 15365 (kcnfs-2006) T 15363 15365 15365 0 -1 4202496 612 0 0 0 29116 3 0 0 25 0 1 0 658181827 186830848 350 33554432000 134512640 135163436 4290072832 18446744073709551615 134559225 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15365/statm: 45613 350 77 159 0 45453 0
[pid=15363/tid=15376] ppid=15178 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/15363/task/15376/stat : 15376 (python) S 15178 15178 14447 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 658201996 370233344 5868 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 514 18446604440964486400 0 0 -1 6 0 0 0
[pid=15380] ppid=15178 vsize=371860 CPUtime=0.38 cores=0,2,4,6
/proc/15380/stat : 15380 (python) S 15178 15178 14447 0 -1 4202560 960 0 0 0 21 17 0 0 18 0 1 0 658211529 380784640 5848 33554432000 4194304 5683644 140736808825904 18446744073709551615 270613130822 0 0 16781312 514 18356091539022643459 0 0 17 0 0 0 0
/proc/15380/statm: 92965 5848 371 364 0 28856 0
[pid=15382] ppid=15380 vsize=182448 CPUtime=114.82 cores=0,2,4,6
/proc/15382/stat : 15382 (kcnfs-2006) R 15380 15382 15382 0 -1 4202496 610 0 0 0 11480 2 0 0 25 0 1 0 658211529 186826752 350 33554432000 134512640 135163436 4293147088 18446744073709551615 134625190 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15382/statm: 45612 350 77 159 0 45452 0
[pid=15178/tid=15185] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15185/stat : 15185 (python) S 15176 15178 14447 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 11 0 658102871 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15188] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15188/stat : 15188 (python) S 15176 15178 14447 0 -1 4202560 36 932 0 0 0 0 0 0 18 0 11 0 658102872 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 6 0 0 0
[pid=15178/tid=15191] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15191/stat : 15191 (python) S 15176 15178 14447 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 11 0 658102873 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15194] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15194/stat : 15194 (python) S 15176 15178 14447 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 11 0 658102874 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15205] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15205/stat : 15205 (python) S 15176 15178 14447 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 11 0 658112906 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 6 0 0 0
[pid=15178/tid=15208] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15208/stat : 15208 (python) S 15176 15178 14447 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 11 0 658112907 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15346] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15346/stat : 15346 (python) S 15176 15178 14447 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 11 0 658171082 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15353] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15353/stat : 15353 (python) S 15176 15178 14447 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 11 0 658171655 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15364] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15364/stat : 15364 (python) S 15176 15178 14447 0 -1 4202560 77 932 0 0 0 0 0 0 18 0 11 0 658181827 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
[pid=15178/tid=15381] ppid=15176 vsize=382104 CPUtime=0 cores=0,2,4,6
/proc/15178/task/15381/stat : 15381 (python) S 15176 15178 14447 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 11 0 658211529 391274496 7375 33554432000 4194304 5683644 140736808825904 18446744073709551615 270624934321 0 0 16781312 2 18446604447859601664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4789.13
Current children cumulated vsize (KiB) 6738572

Child status: 0
Real time (s): 1203.47
CPU time (s): 4789.49
CPU user time (s): 4780.83
CPU system time (s): 8.66168
CPU usage (%): 397.972
Max. virtual memory (cumulated for all children) (KiB): 6738576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4780.83
system time used= 8.66168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167629
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= 10896
involuntary context switches= 43590

runsolver used 6.574 second user time and 14.8707 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 15:10:18
IDJOB=3378361
IDBENCH=82770
IDSOLVER=1859
FILE ID=node108/3378361-1305465018
RUNJOBID= node108-1305463282-14465
PBS_JOBID= 13324989
Free space on /tmp= 73492 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1163259790-073.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-3378361-1305465018/watcher-3378361-1305465018 -o /tmp/evaluation-result-3378361-1305465018/solver-3378361-1305465018 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378361-1305465018.cnf -seed 1134045139 -budget 4800 -cores 4

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

MD5SUM BENCH= 18a522c9cdd3c52f9fcf4c038782b476
RANDOM SEED=1134045139

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16131808 kB
Buffers:        309868 kB
Cached:        5144780 kB
SwapCached:       8700 kB
Active:       12203488 kB
Inactive:      4271748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16131808 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           31900 kB
Writeback:           0 kB
AnonPages:    11017136 kB
Mapped:          40420 kB
Slab:           215168 kB
PageTables:      61164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 106011440 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= 73448 MiB
End job on node108 at 2011-05-15 15:30:22