Trace number 3378394

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)? 4769.23 1196.05

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S720541313-052.UNKNOWN.cnf
MD5SUM529f91a307fdda5249e1a091ee33e647
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.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.47	c INFO: solving HOME/instance-3378394-1307741700.cnf
0.31/0.47	c INFO: computing task features
0.31/0.48	c INFO: computed variable-clause graph statistics
0.31/0.48	c INFO: computed clause balance statistics
0.41/0.52	c INFO: computed variable balance statistics
0.41/0.55	c INFO: computed small-clause counts
0.41/0.55	c INFO: computed Horn-clause counts
0.41/0.55	c INFO: computed variable graph statistics
0.41/0.55	c INFO: collected features for HOME/instance-3378394-1307741700.cnf in 0.09 s
0.41/0.56	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.41/0.57	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.32)
0.41/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.28)
0.41/0.59	c INFO: running march_hi@0 for 97 with 1199 remaining (b = 0.08)
399.93/100.69	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.08)
410.74/103.30	c INFO: running march_hi@100 for 291 with 1097 remaining (b = 0.20)
800.14/200.83	c INFO: running march_hi@0 for 679 with 999 remaining (b = 0.33)
1556.51/390.22	c INFO: running march_hi@0 for 97 with 810 remaining (b = 0.06)
1563.69/392.05	c INFO: running march_hi@200 for 194 with 808 remaining (b = 0.13)
1569.27/393.41	c INFO: running march_hi@0 for 582 with 807 remaining (b = 0.25)
1966.27/492.89	c INFO: running march_hi@390 for 97 with 707 remaining (b = 0.07)
2354.03/589.91	c INFO: running kcnfs-2006@0 for 610 with 610 remaining (b = 0.25)
2355.26/590.32	c INFO: running march_hi@0 for 485 with 610 remaining (b = 0.20)
3549.26/889.82	c INFO: running march_hi@286 for 194 with 310 remaining (b = 0.08)
3900.76/978.06	c INFO: running march_hi@590 for 97 with 222 remaining (b = 0.05)
4277.06/1072.41	c INFO: running march_hi@588 for 128 with 128 remaining (b = 0.04)
4298.97/1077.98	c INFO: running kcnfs-2006@0 for 122 with 122 remaining (b = 0.04)
4316.48/1082.35	c INFO: running march_hi@0 for 118 with 118 remaining (b = 0.03)
3793.64/1196.02	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.1 (svn: 988)

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-3378394-1307741700/watcher-3378394-1307741700 -o /tmp/evaluation-result-3378394-1307741700/solver-3378394-1307741700 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378394-1307741700.cnf -seed 299103016 -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: 6.90 2.51 0.90 6/189 16189
/proc/meminfo: memFree=31677440/32950928 swapFree=67053888/67111528
[pid=16189] ppid=16187 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/16189/stat : 16189 (python) R 16187 16189 15848 0 -1 4202496 812 0 0 0 0 0 0 0 25 0 1 0 885766681 15753216 696 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500689920 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/16189/statm: 3846 696 334 364 0 333 0

[startup+0.0832031 s]
/proc/loadavg: 6.90 2.51 0.90 6/189 16189
/proc/meminfo: memFree=31677440/32950928 swapFree=67053888/67111528
[pid=16189] ppid=16187 vsize=89772 CPUtime=0.06 cores=0,2,4,6
/proc/16189/stat : 16189 (python) R 16187 16189 15848 0 -1 4202496 2674 0 0 0 4 2 0 0 18 0 1 0 885766681 91926528 2388 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500689920 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/16189/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89772

[startup+0.1012 s]
/proc/loadavg: 6.90 2.51 0.90 6/189 16189
/proc/meminfo: memFree=31677440/32950928 swapFree=67053888/67111528
[pid=16189] ppid=16187 vsize=104232 CPUtime=0.06 cores=0,2,4,6
/proc/16189/stat : 16189 (python) S 16187 16189 15848 0 -1 4202496 3068 0 0 0 4 2 0 0 17 0 1 0 885766681 106733568 2748 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/16189/statm: 26058 2748 847 364 0 1806 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104232

[startup+0.300163 s]
/proc/loadavg: 6.90 2.51 0.90 6/189 16189
/proc/meminfo: memFree=31677440/32950928 swapFree=67053888/67111528
[pid=16189] ppid=16187 vsize=170756 CPUtime=0.23 cores=0,2,4,6
/proc/16189/stat : 16189 (python) S 16187 16189 15848 0 -1 4202496 6740 935 1 0 15 8 0 0 17 0 1 0 885766681 174854144 4806 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/16189/statm: 42689 4806 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.70101 s]
/proc/loadavg: 6.90 2.51 0.90 6/189 16189
/proc/meminfo: memFree=31677440/32950928 swapFree=67053888/67111528
[pid=16189] ppid=16187 vsize=320244 CPUtime=0.49 cores=0,2,4,6
/proc/16189/stat : 16189 (python) S 16187 16189 15848 0 -1 4202496 12231 935 1 0 38 11 0 0 24 0 5 0 885766681 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16189/statm: 80061 7249 1873 364 0 15970 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 320244

[startup+1.50085 s]
/proc/loadavg: 6.90 2.51 0.90 10/202 16207
/proc/meminfo: memFree=31637184/32950928 swapFree=67053888/67111528
[pid=16189] ppid=16187 vsize=320244 CPUtime=0.49 cores=0,2,4,6
/proc/16189/stat : 16189 (python) S 16187 16189 15848 0 -1 4202496 12231 935 1 0 38 11 0 0 24 0 5 0 885766681 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16189/statm: 80061 7249 1873 364 0 15970 0
[pid=16196] ppid=16189 vsize=278624 CPUtime=0 cores=0,2,4,6
/proc/16196/stat : 16196 (python) S 16189 16189 15848 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 885766737 285310976 5562 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500711951 0 0 16781312 514 3271997624730779647 0 0 17 0 0 0 0
/proc/16196/statm: 69656 5562 354 364 0 5574 0
[pid=16198] ppid=16196 vsize=1017800 CPUtime=0.92 cores=0,2,4,6
/proc/16198/stat : 16198 (gnovelty+2) R 16196 16198 16198 0 -1 4202496 446 0 0 0 92 0 0 0 21 0 1 0 885766738 1042227200 182 33554432000 134512640 135663704 4291442016 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16198/statm: 254450 182 113 282 0 254166 0
[pid=16199] ppid=16189 vsize=289352 CPUtime=0 cores=0,2,4,6
/proc/16199/stat : 16199 (python) S 16189 16189 15848 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 885766738 296296448 5695 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 9837101839588229378 0 0 17 0 0 0 0
/proc/16199/statm: 72338 5695 348 364 0 8253 0
[pid=16201] ppid=16199 vsize=2552 CPUtime=0.91 cores=0,2,4,6
/proc/16201/stat : 16201 (march_hi) R 16199 16201 16201 0 -1 4202496 703 0 0 0 91 0 0 0 23 0 1 0 885766739 2613248 439 33554432000 4194304 4955518 140733349939680 18446744073709551615 4227677 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16201/statm: 638 439 104 186 0 451 0
[pid=16202] ppid=16189 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/16202/stat : 16202 (python) S 16189 16189 15848 0 -1 4202560 748 0 0 0 0 0 0 0 16 0 1 0 885766739 306315264 5596 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 4260735105275756804 0 0 17 2 0 0 0
/proc/16202/statm: 74784 5596 348 364 0 10696 0
[pid=16204] ppid=16202 vsize=2552 CPUtime=0.9 cores=0,2,4,6
/proc/16204/stat : 16204 (march_hi) R 16202 16204 16204 0 -1 4202496 700 0 0 0 90 0 0 0 25 0 1 0 885766740 2613248 437 33554432000 4194304 4955518 140736060252048 18446744073709551615 4238615 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16204/statm: 638 437 104 186 0 451 0
[pid=16205] ppid=16189 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/16205/stat : 16205 (python) S 16189 16189 15848 0 -1 4202560 758 0 0 0 0 0 0 0 20 0 1 0 885766740 317440000 5720 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 4549620790357623041 0 0 17 2 0 0 0
/proc/16205/statm: 77500 5720 348 364 0 13409 0
[pid=16207] ppid=16205 vsize=2552 CPUtime=0.89 cores=0,2,4,6
/proc/16207/stat : 16207 (march_hi) R 16205 16207 16207 0 -1 4202496 699 0 0 0 89 0 0 0 25 0 1 0 885766741 2613248 438 33554432000 4194304 4955518 140736266056992 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16207/statm: 638 438 104 186 0 451 0
[pid=16189/tid=16197] ppid=16187 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16197/stat : 16197 (python) S 16187 16189 15848 0 -1 4202560 29 935 0 0 0 0 0 0 19 0 5 0 885766738 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 0 0 0 0
[pid=16189/tid=16200] ppid=16187 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16200/stat : 16200 (python) S 16187 16189 15848 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 885766738 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16203] ppid=16187 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16203/stat : 16203 (python) S 16187 16189 15848 0 -1 4202560 19 935 0 0 0 0 0 0 22 0 5 0 885766739 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16206] ppid=16187 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16206/stat : 16206 (python) S 16187 16189 15848 0 -1 4202560 29 935 0 0 0 0 0 0 24 0 5 0 885766741 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 2522812

[startup+3.10053 s]
/proc/loadavg: 6.90 2.51 0.90 9/202 16207
/proc/meminfo: memFree=31636488/32950928 swapFree=67053888/67111528
[pid=16189] ppid=16187 vsize=320244 CPUtime=0.49 cores=0,2,4,6
/proc/16189/stat : 16189 (python) S 16187 16189 15848 0 -1 4202496 12231 935 1 0 38 11 0 0 24 0 5 0 885766681 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16189/statm: 80061 7249 1873 364 0 15970 0
[pid=16196] ppid=16189 vsize=278624 CPUtime=0 cores=0,2,4,6
/proc/16196/stat : 16196 (python) S 16189 16189 15848 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 885766737 285310976 5562 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500711951 0 0 16781312 514 3271997624730747138 0 0 17 0 0 0 0
/proc/16196/statm: 69656 5562 354 364 0 5574 0
[pid=16198] ppid=16196 vsize=1017800 CPUtime=2.52 cores=0,2,4,6
/proc/16198/stat : 16198 (gnovelty+2) R 16196 16198 16198 0 -1 4202496 446 0 0 0 252 0 0 0 25 0 1 0 885766738 1042227200 182 33554432000 134512640 135663704 4291442016 18446744073709551615 134524512 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16198/statm: 254450 182 113 282 0 254166 0
[pid=16199] ppid=16189 vsize=289352 CPUtime=0 cores=0,2,4,6
/proc/16199/stat : 16199 (python) S 16189 16189 15848 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 885766738 296296448 5695 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 9837101839588229378 0 0 17 0 0 0 0
/proc/16199/statm: 72338 5695 348 364 0 8253 0
[pid=16201] ppid=16199 vsize=2804 CPUtime=2.51 cores=0,2,4,6
/proc/16201/stat : 16201 (march_hi) R 16199 16201 16201 0 -1 4202496 764 0 0 0 251 0 0 0 25 0 1 0 885766739 2871296 500 33554432000 4194304 4955518 140733349939680 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16201/statm: 701 500 104 186 0 514 0
[pid=16202] ppid=16189 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/16202/stat : 16202 (python) S 16189 16189 15848 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 885766739 306315264 5596 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 4260735105275756804 0 0 17 2 0 0 0
/proc/16202/statm: 74784 5596 348 364 0 10696 0
[pid=16204] ppid=16202 vsize=2804 CPUtime=2.49 cores=0,2,4,6
/proc/16204/stat : 16204 (march_hi) R 16202 16204 16204 0 -1 4202496 760 0 0 0 249 0 0 0 25 0 1 0 885766740 2871296 497 33554432000 4194304 4955518 140736060252048 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16204/statm: 701 497 104 186 0 514 0
[pid=16205] ppid=16189 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/16205/stat : 16205 (python) S 16189 16189 15848 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 885766740 317440000 5720 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 4549620790357623041 0 0 17 2 0 0 0
/proc/16205/statm: 77500 5720 348 364 0 13409 0
[pid=16207] ppid=16205 vsize=2804 CPUtime=2.49 cores=0,2,4,6
/proc/16207/stat : 16207 (march_hi) R 16205 16207 16207 0 -1 4202496 760 0 0 0 249 0 0 0 25 0 1 0 885766741 2871296 499 33554432000 4194304 4955518 140736266056992 18446744073709551615 4227917 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16207/statm: 701 499 104 186 0 514 0
[pid=16189/tid=16197] ppid=16187 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16197/stat : 16197 (python) S 16187 16189 15848 0 -1 4202560 29 935 0 0 0 0 0 0 19 0 5 0 885766738 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 0 0 0 0
[pid=16189/tid=16200] ppid=16187 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16200/stat : 16200 (python) S 16187 16189 15848 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 885766738 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16203] ppid=16187 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16203/stat : 16203 (python) S 16187 16189 15848 0 -1 4202560 19 935 0 0 0 0 0 0 22 0 5 0 885766739 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16206] ppid=16187 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16206/stat : 16206 (python) S 16187 16189 15848 0 -1 4202560 29 935 0 0 0 0 0 0 24 0 5 0 885766741 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.5
Current children cumulated vsize (KiB) 2523568

[startup+6.30089 s]
/proc/loadavg: 6.98 2.60 0.94 9/202 16207
/proc/meminfo: memFree=31632716/32950928 swapFree=67053888/67111528
[pid=16189] ppid=16187 vsize=320244 CPUtime=0.49 cores=0,2,4,6
/proc/16189/stat : 16189 (python) S 16187 16189 15848 0 -1 4202496 12231 935 1 0 38 11 0 0 24 0 5 0 885766681 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16189/statm: 80061 7249 1873 364 0 15970 0
[pid=16196] ppid=16189 vsize=278624 CPUtime=0 cores=0,2,4,6
/proc/16196/stat : 16196 (python) S 16189 16189 15848 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 885766737 285310976 5584 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500711951 0 0 16781312 514 3271997624730747138 0 0 17 0 0 0 0
/proc/16196/statm: 69656 5584 376 364 0 5574 0
[pid=16198] ppid=16196 vsize=1017800 CPUtime=5.72 cores=0,2,4,6
/proc/16198/stat : 16198 (gnovelty+2) R 16196 16198 16198 0 -1 4202496 446 0 0 0 572 0 0 0 25 0 1 0 885766738 1042227200 182 33554432000 134512640 135663704 4291442016 18446744073709551615 134544274 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16198/statm: 254450 182 113 282 0 254166 0
[pid=16199] ppid=16189 vsize=289352 CPUtime=0 cores=0,2,4,6
/proc/16199/stat : 16199 (python) S 16189 16189 15848 0 -1 4202560 902 0 0 0 0 0 0 0 15 0 1 0 885766738 296296448 5717 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 9837101839588229378 0 0 17 0 0 0 0
/proc/16199/statm: 72338 5717 370 364 0 8253 0
[pid=16201] ppid=16199 vsize=3592 CPUtime=5.7 cores=0,2,4,6
/proc/16201/stat : 16201 (march_hi) R 16199 16201 16201 0 -1 4202496 904 0 0 0 570 0 0 0 25 0 1 0 885766739 3678208 640 33554432000 4194304 4955518 140733349939680 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16201/statm: 898 640 104 186 0 711 0
[pid=16202] ppid=16189 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/16202/stat : 16202 (python) S 16189 16189 15848 0 -1 4202560 904 0 0 0 0 0 0 0 15 0 1 0 885766739 306315264 5619 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 4260735105275756804 0 0 17 2 0 0 0
/proc/16202/statm: 74784 5619 371 364 0 10696 0
[pid=16204] ppid=16202 vsize=3592 CPUtime=5.67 cores=0,2,4,6
/proc/16204/stat : 16204 (march_hi) R 16202 16204 16204 0 -1 4202496 901 0 0 0 567 0 0 0 25 0 1 0 885766740 3678208 638 33554432000 4194304 4955518 140736060252048 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16204/statm: 898 638 104 186 0 711 0
[pid=16205] ppid=16189 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/16205/stat : 16205 (python) S 16189 16189 15848 0 -1 4202560 913 0 0 0 0 0 0 0 15 0 1 0 885766740 317440000 5743 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 4549620790357623041 0 0 17 2 0 0 0
/proc/16205/statm: 77500 5743 371 364 0 13409 0
[pid=16207] ppid=16205 vsize=3592 CPUtime=5.67 cores=0,2,4,6
/proc/16207/stat : 16207 (march_hi) R 16205 16207 16207 0 -1 4202496 901 0 0 0 567 0 0 0 25 0 1 0 885766741 3678208 640 33554432000 4194304 4955518 140736266056992 18446744073709551615 4227635 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16207/statm: 898 640 104 186 0 711 0
[pid=16189/tid=16197] ppid=16187 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16197/stat : 16197 (python) S 16187 16189 15848 0 -1 4202560 29 935 0 0 0 0 0 0 19 0 5 0 885766738 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 0 0 0 0
[pid=16189/tid=16200] ppid=16187 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16200/stat : 16200 (python) S 16187 16189 15848 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 885766738 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16203] ppid=16187 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16203/stat : 16203 (python) S 16187 16189 15848 0 -1 4202560 19 935 0 0 0 0 0 0 22 0 5 0 885766739 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16206] ppid=16187 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16206/stat : 16206 (python) S 16187 16189 15848 0 -1 4202560 29 935 0 0 0 0 0 0 24 0 5 0 885766741 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.25
Current children cumulated vsize (KiB) 2525932

[startup+12.7006 s]
/proc/loadavg: 7.07 2.69 0.98 9/202 16207
/proc/meminfo: memFree=31629348/32950928 swapFree=67053888/67111528
[pid=16189] ppid=16187 vsize=320244 CPUtime=0.49 cores=0,2,4,6
/proc/16189/stat : 16189 (python) S 16187 16189 15848 0 -1 4202496 12231 935 1 0 38 11 0 0 24 0 5 0 885766681 327929856 7249 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16189/statm: 80061 7249 1873 364 0 15970 0
[pid=16196] ppid=16189 vsize=278624 CPUtime=0.01 cores=0,2,4,6
/proc/16196/stat : 16196 (python) S 16189 16189 15848 0 -1 4202560 899 0 0 0 1 0 0 0 18 0 1 0 885766737 285310976 5585 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500711951 0 0 16781312 514 7161286357472477442 0 0 17 0 0 0 0
/proc/16196/statm: 69656 5585 377 364 0 5574 0
[pid=16198] ppid=16196 vsize=1017800 CPUtime=12.12 cores=0,2,4,6
/proc/16198/stat : 16198 (gnovelty+2) R 16196 16198 16198 0 -1 4202496 446 0 0 0 1212 0 0 0 25 0 1 0 885766738 1042227200 182 33554432000 134512640 135663704 4291442016 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16198/statm: 254450 182 113 282 0 254166 0
[pid=16199] ppid=16189 vsize=289352 CPUtime=0.01 cores=0,2,4,6

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

/proc/16205/task/16230/stat : 16230 (python) S 16189 16189 15848 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 885777011 317440000 5773 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 514 18446604453876773248 0 0 -1 2 0 0 0
[pid=16227] ppid=16189 vsize=320256 CPUtime=0.13 cores=0,2,4,6
/proc/16227/stat : 16227 (python) S 16189 16189 15848 0 -1 4202560 1095 0 0 0 7 6 0 0 19 0 2 0 885776750 327942144 5794 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16227/statm: 80064 5794 400 364 0 15970 0
[pid=16229] ppid=16227 vsize=1017800 CPUtime=99.98 cores=0,2,4,6
/proc/16229/stat : 16229 (gnovelty+2) T 16227 16229 16229 0 -1 4202496 441 0 0 0 9998 0 0 0 25 0 1 0 885776751 1042227200 182 33554432000 134512640 135663704 4288763856 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16229/statm: 254450 182 113 282 0 254166 0
[pid=16227/tid=16250] ppid=16189 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/16227/task/16250/stat : 16250 (python) S 16189 16189 15848 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 885786763 327942144 5794 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 514 18446604453877201088 0 0 -1 4 0 0 0
[pid=16251] ppid=16189 vsize=329960 CPUtime=1.21 cores=0,2,4,6
/proc/16251/stat : 16251 (python) S 16189 16189 15848 0 -1 4202560 1159 0 0 0 66 55 0 0 15 0 2 0 885786764 337879040 5675 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16251/statm: 82490 5675 400 364 0 18393 0
[pid=16253] ppid=16251 vsize=122228 CPUtime=874.52 cores=0,2,4,6
/proc/16253/stat : 16253 (march_hi) T 16251 16253 16253 0 -1 4202496 28310 0 0 0 87446 6 0 0 25 0 1 0 885786764 125161472 28047 33554432000 4194304 4955518 140735020989568 18446744073709551615 4238422 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16253/statm: 30557 28047 104 186 0 30370 0
[pid=16251/tid=16342] ppid=16189 vsize=329960 CPUtime=0 cores=0,2,4,6
/proc/16251/task/16342/stat : 16342 (python) S 16189 16189 15848 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 885855662 337879040 5675 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 514 18446604453732631744 0 0 -1 6 0 0 0
[pid=16272] ppid=16189 vsize=340840 CPUtime=0.48 cores=0,2,4,6
/proc/16272/stat : 16272 (python) S 16189 16189 15848 0 -1 4202560 1165 0 0 0 25 23 0 0 15 0 2 0 885805703 349020160 5803 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16272/statm: 85210 5803 400 364 0 21110 0
[pid=16274] ppid=16272 vsize=57424 CPUtime=322.61 cores=0,2,4,6
/proc/16274/stat : 16274 (march_hi) R 16272 16274 16274 0 -1 4202496 11566 0 0 0 32259 2 0 0 25 0 1 0 885805703 58802176 11306 33554432000 4194304 4955518 140734470107104 18446744073709551615 4239104 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16274/statm: 14356 11306 104 186 0 14169 0
[pid=16272/tid=16284] ppid=16189 vsize=340840 CPUtime=0 cores=0,2,4,6
/proc/16272/task/16284/stat : 16284 (python) S 16189 16189 15848 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 885815970 349020160 5803 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 514 18446604453563139904 0 0 -1 2 0 0 0
[pid=16292] ppid=16189 vsize=351380 CPUtime=0.7 cores=0,2,4,6
/proc/16292/stat : 16292 (python) S 16189 16189 15848 0 -1 4202560 1028 0 0 0 38 32 0 0 18 0 1 0 885825672 359813120 5854 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 7161286357472477441 0 0 17 2 0 0 0
/proc/16292/statm: 87845 5854 377 364 0 23742 0
[pid=16294] ppid=16292 vsize=182452 CPUtime=602.15 cores=0,2,4,6
/proc/16294/stat : 16294 (kcnfs-2006) R 16292 16294 16294 0 -1 4202496 614 0 0 0 60214 1 0 0 25 0 1 0 885825673 186830848 350 33554432000 134512640 135163436 4286619888 18446744073709551615 134621371 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16294/statm: 45613 350 77 159 0 45453 0
[pid=16295] ppid=16189 vsize=361636 CPUtime=0.61 cores=0,2,4,6
/proc/16295/stat : 16295 (python) S 16189 16189 15848 0 -1 4202560 1187 0 0 0 35 26 0 0 16 0 2 0 885825713 370315264 5888 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16295/statm: 90409 5888 406 364 0 26303 0
[pid=16297] ppid=16295 vsize=77200 CPUtime=487.29 cores=0,2,4,6
/proc/16297/stat : 16297 (march_hi) T 16295 16297 16297 0 -1 4202496 16701 0 0 0 48726 3 0 0 25 0 1 0 885825714 79052800 16434 33554432000 4194304 4955518 140733935221792 18446744073709551615 4298309 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/16297/statm: 19300 16434 104 186 0 19113 0
[pid=16295/tid=16348] ppid=16189 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/16295/task/16348/stat : 16348 (python) S 16189 16189 15848 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 885874478 370315264 5888 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 514 18446604453900929152 0 0 -1 2 0 0 0
[pid=16349] ppid=16189 vsize=372108 CPUtime=0.13 cores=0,2,4,6
/proc/16349/stat : 16349 (python) S 16189 16189 15848 0 -1 4202560 951 0 0 0 7 6 0 0 18 0 1 0 885874479 381038592 5910 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 7161286357472477444 0 0 17 6 0 0 0
/proc/16349/statm: 93027 5910 371 364 0 28918 0
[pid=16351] ppid=16349 vsize=182448 CPUtime=117.42 cores=0,2,4,6
/proc/16351/stat : 16351 (kcnfs-2006) R 16349 16351 16351 0 -1 4202496 609 0 0 0 11742 0 0 0 25 0 1 0 885874480 186826752 349 33554432000 134512640 135163436 4293718032 18446744073709551615 134628245 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16351/statm: 45612 349 77 159 0 45452 0
[pid=16189/tid=16197] ppid=16187 vsize=382352 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16197/stat : 16197 (python) S 16187 16189 15848 0 -1 4202560 29 935 0 0 0 0 0 0 19 0 11 0 885766738 391528448 7437 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 0 0 0 0
[pid=16189/tid=16200] ppid=16187 vsize=382352 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16200/stat : 16200 (python) S 16187 16189 15848 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 11 0 885766738 391528448 7437 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16203] ppid=16187 vsize=382352 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16203/stat : 16203 (python) S 16187 16189 15848 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 11 0 885766739 391528448 7437 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16206] ppid=16187 vsize=382352 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16206/stat : 16206 (python) S 16187 16189 15848 0 -1 4202560 42 935 0 0 0 0 0 0 18 0 11 0 885766741 391528448 7437 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16228] ppid=16187 vsize=382352 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16228/stat : 16228 (python) S 16187 16189 15848 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 11 0 885776751 391528448 7437 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16252] ppid=16187 vsize=382352 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16252/stat : 16252 (python) S 16187 16189 15848 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 11 0 885786764 391528448 7437 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16273] ppid=16187 vsize=382352 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16273/stat : 16273 (python) S 16187 16189 15848 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 11 0 885805703 391528448 7437 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16293] ppid=16187 vsize=382352 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16293/stat : 16293 (python) S 16187 16189 15848 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 11 0 885825672 391528448 7437 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16296] ppid=16187 vsize=382352 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16296/stat : 16296 (python) S 16187 16189 15848 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 11 0 885825714 391528448 7437 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16350] ppid=16187 vsize=382352 CPUtime=0 cores=0,2,4,6
/proc/16189/task/16350/stat : 16350 (python) S 16187 16189 15848 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 11 0 885874479 391528448 7437 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4769.23
Current children cumulated vsize (KiB) 6669096

[startup+1196 s]
/proc/loadavg: 6.08 6.25 5.13 7/212 16354
/proc/meminfo: memFree=31092380/32950928 swapFree=67053888/67111528
[pid=16189] ppid=16187 vsize=382352 CPUtime=201.01 cores=0,2,4,6
/proc/16189/stat : 16189 (python) S 16187 16189 15848 0 -1 4202496 18287 4124 1 0 50 13 20026 12 17 0 11 0 885766681 391528448 7443 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512522047 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16189/statm: 95588 7443 1894 364 0 31479 0
[pid=16202] ppid=16189 vsize=299136 CPUtime=0.71 cores=0,2,4,6
/proc/16202/stat : 16202 (python) S 16189 16189 15848 0 -1 4202560 1144 0 0 0 37 34 0 0 15 0 2 0 885766739 306315264 5649 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16202/statm: 74784 5649 400 364 0 10696 0
[pid=16204] ppid=16202 vsize=77200 CPUtime=502.32 cores=0,2,4,6
/proc/16204/stat : 16204 (march_hi) R 16202 16204 16204 0 -1 4202496 17014 0 0 0 50229 3 0 0 25 0 1 0 885766740 79052800 16751 33554432000 4194304 4955518 140736060252048 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16204/statm: 19300 16751 104 186 0 19113 0
[pid=16202/tid=16276] ppid=16189 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/16202/task/16276/stat : 16276 (python) S 16189 16189 15848 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 885806021 306315264 5649 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 514 18446604453881641984 0 0 -1 2 0 0 0
[pid=16205] ppid=16189 vsize=310000 CPUtime=1.01 cores=0,2,4,6
/proc/16205/stat : 16205 (python) S 16189 16189 15848 0 -1 4202560 1162 0 0 0 55 46 0 0 16 0 2 0 885766740 317440000 5773 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512522047 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16205/statm: 77500 5773 400 364 0 13409 0
[pid=16207] ppid=16205 vsize=0 CPUtime=681.2 cores=0,2,4,6
/proc/16207/stat : 16207 (march_hi) R 16205 16207 16207 0 -1 4203524 22727 0 0 0 68118 2 0 0 18 0 1 0 885766741 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16207/statm: 0 0 0 0 0 0 0
[pid=16205/tid=16230] ppid=16189 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/16205/task/16230/stat : 16230 (python) S 16189 16189 15848 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 885777011 317440000 5773 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781824 2 18446604453876773248 0 0 -1 2 0 0 0
[pid=16251] ppid=16189 vsize=329960 CPUtime=1.21 cores=0,2,4,6
/proc/16251/stat : 16251 (python) S 16189 16189 15848 0 -1 4202560 1159 0 0 0 66 55 0 0 15 0 2 0 885786764 337879040 5675 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16251/statm: 82490 5675 400 364 0 18393 0
[pid=16253] ppid=16251 vsize=122228 CPUtime=874.52 cores=0,2,4,6
/proc/16253/stat : 16253 (march_hi) T 16251 16253 16253 0 -1 4202496 28310 0 0 0 87446 6 0 0 25 0 1 0 885786764 125161472 28047 33554432000 4194304 4955518 140735020989568 18446744073709551615 4238422 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16253/statm: 30557 28047 104 186 0 30370 0
[pid=16251/tid=16342] ppid=16189 vsize=329960 CPUtime=0 cores=0,2,4,6
/proc/16251/task/16342/stat : 16342 (python) S 16189 16189 15848 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 885855662 337879040 5675 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 514 18446604453732631744 0 0 -1 6 0 0 0
[pid=16272] ppid=16189 vsize=340840 CPUtime=0.48 cores=0,2,4,6
/proc/16272/stat : 16272 (python) S 16189 16189 15848 0 -1 4202560 1166 0 0 0 25 23 0 0 15 0 2 0 885805703 349020160 5803 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16272/statm: 85210 5803 400 364 0 21110 0
[pid=16274] ppid=16272 vsize=57424 CPUtime=322.7 cores=0,2,4,6
/proc/16274/stat : 16274 (march_hi) T 16272 16274 16274 0 -1 4202496 11568 0 0 0 32268 2 0 0 25 0 1 0 885805703 58802176 11308 33554432000 4194304 4955518 140734470107104 18446744073709551615 4227667 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16274/statm: 14356 11308 104 186 0 14169 0
[pid=16272/tid=16284] ppid=16189 vsize=340840 CPUtime=0 cores=0,2,4,6
/proc/16272/task/16284/stat : 16284 (python) S 16189 16189 15848 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 885815970 349020160 5803 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 514 18446604453563139904 0 0 -1 2 0 0 0
[pid=16292] ppid=16189 vsize=351380 CPUtime=0.7 cores=0,2,4,6
/proc/16292/stat : 16292 (python) S 16189 16189 15848 0 -1 4202560 1028 0 0 0 38 32 0 0 18 0 1 0 885825672 359813120 5854 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 7161286357472477441 0 0 17 2 0 0 0
/proc/16292/statm: 87845 5854 377 364 0 23742 0
[pid=16294] ppid=16292 vsize=182452 CPUtime=602.24 cores=0,2,4,6
/proc/16294/stat : 16294 (kcnfs-2006) R 16292 16294 16294 0 -1 4202496 614 0 0 0 60223 1 0 0 25 0 1 0 885825673 186830848 350 33554432000 134512640 135163436 4286619888 18446744073709551615 134641304 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16294/statm: 45613 350 77 159 0 45453 0
[pid=16295] ppid=16189 vsize=361636 CPUtime=0.61 cores=0,2,4,6
/proc/16295/stat : 16295 (python) S 16189 16189 15848 0 -1 4202560 1187 0 0 0 35 26 0 0 16 0 2 0 885825713 370315264 5888 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16295/statm: 90409 5888 406 364 0 26303 0
[pid=16297] ppid=16295 vsize=77200 CPUtime=487.29 cores=0,2,4,6
/proc/16297/stat : 16297 (march_hi) T 16295 16297 16297 0 -1 4202496 16701 0 0 0 48726 3 0 0 25 0 1 0 885825714 79052800 16434 33554432000 4194304 4955518 140733935221792 18446744073709551615 4298309 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/16297/statm: 19300 16434 104 186 0 19113 0
[pid=16295/tid=16348] ppid=16189 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/16295/task/16348/stat : 16348 (python) S 16189 16189 15848 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 885874478 370315264 5888 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 514 18446604453900929152 0 0 -1 2 0 0 0
[pid=16349] ppid=16189 vsize=372108 CPUtime=0.13 cores=0,2,4,6
/proc/16349/stat : 16349 (python) S 16189 16189 15848 0 -1 4202560 951 0 0 0 7 6 0 0 18 0 1 0 885874479 381038592 5910 33554432000 4194304 5683644 140736341812304 18446744073709551615 254500712006 0 0 16781312 514 7161286357472477444 0 0 17 6 0 0 0
/proc/16349/statm: 93027 5910 371 364 0 28918 0
[pid=16351] ppid=16349 vsize=182448 CPUtime=117.51 cores=0,2,4,6
/proc/16351/stat : 16351 (kcnfs-2006) R 16349 16351 16351 0 -1 4202496 609 0 0 0 11751 0 0 0 25 0 1 0 885874480 186826752 349 33554432000 134512640 135163436 4293718032 18446744073709551615 134572213 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16351/statm: 45612 349 77 159 0 45452 0
[pid=16189/tid=16197] ppid=16187 vsize=382352 CPUtime=1176.4 cores=0,2,4,6
/proc/16189/task/16197/stat : 16197 (python) S 16187 16189 15848 0 -1 4202560 29 36100 0 0 0 0 117554 86 19 0 11 0 885766738 391528448 7443 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 0 0 0 0
[pid=16189/tid=16200] ppid=16187 vsize=382352 CPUtime=1176.4 cores=0,2,4,6
/proc/16189/task/16200/stat : 16200 (python) S 16187 16189 15848 0 -1 4202560 30 36100 0 0 0 0 117554 86 18 0 11 0 885766738 391528448 7443 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16203] ppid=16187 vsize=382352 CPUtime=1176.4 cores=0,2,4,6
/proc/16189/task/16203/stat : 16203 (python) S 16187 16189 15848 0 -1 4202560 23 36100 0 0 0 0 117554 86 18 0 11 0 885766739 391528448 7443 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16206] ppid=16187 vsize=382352 CPUtime=1176.4 cores=0,2,4,6
/proc/16189/task/16206/stat : 16206 (python) S 16187 16189 15848 0 -1 4202560 42 36100 0 0 0 0 117554 86 18 0 11 0 885766741 391528448 7443 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16228] ppid=16187 vsize=382352 CPUtime=1176.4 cores=0,2,4,6
/proc/16189/task/16228/stat : 16228 (python) S 16187 16189 15848 0 -1 4202560 25 36100 0 0 0 0 117554 86 20 0 11 0 885776751 391528448 7443 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16252] ppid=16187 vsize=382352 CPUtime=1176.4 cores=0,2,4,6
/proc/16189/task/16252/stat : 16252 (python) S 16187 16189 15848 0 -1 4202560 29 36100 0 0 0 0 117554 86 18 0 11 0 885786764 391528448 7443 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16273] ppid=16187 vsize=382352 CPUtime=1176.4 cores=0,2,4,6
/proc/16189/task/16273/stat : 16273 (python) S 16187 16189 15848 0 -1 4202560 34 36100 0 0 0 0 117554 86 18 0 11 0 885805703 391528448 7443 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16293] ppid=16187 vsize=382352 CPUtime=1176.4 cores=0,2,4,6
/proc/16189/task/16293/stat : 16293 (python) S 16187 16189 15848 0 -1 4202560 27 36100 0 0 0 0 117554 86 20 0 11 0 885825672 391528448 7443 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16296] ppid=16187 vsize=382352 CPUtime=1176.4 cores=0,2,4,6
/proc/16189/task/16296/stat : 16296 (python) S 16187 16189 15848 0 -1 4202560 22 36100 0 0 0 0 117554 86 20 0 11 0 885825714 391528448 7443 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
[pid=16189/tid=16350] ppid=16187 vsize=382352 CPUtime=1176.4 cores=0,2,4,6
/proc/16189/task/16350/stat : 16350 (python) S 16187 16189 15848 0 -1 4202560 25 36100 0 0 0 0 117554 86 20 0 11 0 885874479 391528448 7443 33554432000 4194304 5683644 140736341812304 18446744073709551615 254512515505 0 0 16781312 2 18446604453674515456 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3793.64
Current children cumulated vsize (KiB) 3446364

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16189 and gives
#  childrusage.ru_utime.tv_sec=4766
#  childrusage.ru_utime.tv_usec=438391
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=489469
# CPU time returned by wait4() is 4769.93
# while last known CPU time is 3793.64
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 975.59
#  lost CPU user time (s): 974.87
#  lost CPU system time (s): 0.72

Real time (s): 1196.05
CPU time (s): 4769.23
CPU user time (s): 4765.87
CPU system time (s): 3.36
CPU usage (%): 398.749
Max. virtual memory (cumulated for all children) (KiB): 6669096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4766.44
system time used= 3.48947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164050
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= 7757
involuntary context switches= 27432

runsolver used 4.36534 second user time and 8.09677 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-10 23:35:00
IDJOB=3378394
IDBENCH=82803
IDSOLVER=1859
FILE ID=node149/3378394-1307741700
RUNJOBID= node149-1307741578-15866
PBS_JOBID= 13550751
Free space on /tmp= 73936 MiB

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

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

MD5SUM BENCH= 529f91a307fdda5249e1a091ee33e647
RANDOM SEED=299103016

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31678116 kB
Buffers:         96360 kB
Cached:         955620 kB
SwapCached:      23452 kB
Active:         353852 kB
Inactive:       772272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31678116 kB
SwapTotal:    67111528 kB
SwapFree:     67053888 kB
Dirty:           32320 kB
Writeback:           8 kB
AnonPages:       70464 kB
Mapped:          15964 kB
Slab:            78016 kB
PageTables:       7828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3304416 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= 73932 MiB
End job on node149 at 2011-06-10 23:54:56