Trace number 3378477

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)? 4749.76 1202.73

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1502652578-043.UNKNOWN.cnf
MD5SUM200b19edc2ebf99249f1125469c39206
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 variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.30/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.45	c INFO: solving HOME/instance-3378477-1305465822.cnf
0.30/0.45	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.39/0.55	c INFO: computed variable balance statistics
0.39/0.59	c INFO: computed small-clause counts
0.39/0.59	c INFO: computed Horn-clause counts
0.39/0.60	c INFO: computed variable graph statistics
0.39/0.60	c INFO: collected features for HOME/instance-3378477-1305465822.cnf in 0.14 s
0.49/0.60	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.62)
0.49/0.61	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.08)
0.49/0.62	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.34)
0.49/0.64	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.30)
355.81/100.88	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.20)
451.92/124.97	c INFO: running march_hi@0 for 485 with 1075 remaining (b = 0.20)
1931.07/495.82	c INFO: running march_hi@102 for 97 with 704 remaining (b = 0.05)
2326.27/594.99	c INFO: running march_hi@200 for 194 with 605 remaining (b = 0.11)
2397.65/612.85	c INFO: running march_hi@390 for 97 with 587 remaining (b = 0.05)
2695.62/687.58	c INFO: running march_hi@0 for 291 with 512 remaining (b = 0.13)
2760.55/703.81	c INFO: running march_hi@99 for 97 with 496 remaining (b = 0.05)
2788.08/710.72	c INFO: running march_hi@0 for 489 with 489 remaining (b = 0.18)
3092.28/787.06	c INFO: running march_hi@687 for 97 with 413 remaining (b = 0.04)
3164.05/805.09	c INFO: running march_hi@196 for 291 with 395 remaining (b = 0.13)
3496.19/888.34	c INFO: running march_hi@1070 for 312 with 312 remaining (b = 0.14)
3865.01/980.85	c INFO: running adaptg2wsat2009++@0 for 97 with 219 remaining (b = 0.03)
4260.90/1080.15	c INFO: running march_hi@679 for 120 with 120 remaining (b = 0.03)
4331.06/1097.72	c INFO: running march_hi@296 for 102 with 102 remaining (b = 0.07)
4749.70/1202.70	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-3378477-1305465822/watcher-3378477-1305465822 -o /tmp/evaluation-result-3378477-1305465822/solver-3378477-1305465822 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378477-1305465822.cnf -seed 280894051 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 10.00 10.01 9.06 8/396 22145
/proc/meminfo: memFree=24840404/32951124 swapFree=46575252/67111528
[pid=22145] ppid=22143 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/22145/stat : 22145 (python) R 22143 22145 21227 0 -1 4202496 900 0 0 0 0 0 0 0 25 0 1 0 390773436 16150528 782 33554432000 4194304 5683644 140736503611872 18446744073709551615 4429040 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22145/statm: 3943 782 345 364 0 430 0

[startup+0.0541431 s]
/proc/loadavg: 10.00 10.01 9.06 8/396 22145
/proc/meminfo: memFree=24840404/32951124 swapFree=46575252/67111528
[pid=22145] ppid=22143 vsize=36504 CPUtime=0.03 cores=1,3,5,7
/proc/22145/stat : 22145 (python) R 22143 22145 21227 0 -1 4202496 1565 0 0 0 3 0 0 0 25 0 1 0 390773436 37380096 1401 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660323013 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22145/statm: 9126 1401 452 364 0 943 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36504

[startup+0.100139 s]
/proc/loadavg: 10.00 10.01 9.06 8/396 22145
/proc/meminfo: memFree=24840404/32951124 swapFree=46575252/67111528
[pid=22145] ppid=22143 vsize=104612 CPUtime=0.07 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22143 22145 21227 0 -1 4202496 3142 0 0 0 5 2 0 0 17 0 1 0 390773436 107122688 2821 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660660224 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/22145/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.306139 s]
/proc/loadavg: 10.00 10.01 9.06 8/396 22145
/proc/meminfo: memFree=24840404/32951124 swapFree=46575252/67111528
[pid=22145] ppid=22143 vsize=198912 CPUtime=0.22 cores=1,3,5,7
/proc/22145/stat : 22145 (python) R 22143 22145 21227 0 -1 4202496 7019 936 1 0 16 6 0 0 17 0 1 0 390773436 203685888 5052 33554432000 4194304 5683644 140736503611872 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22145/statm: 49728 5052 1466 364 0 3755 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198912

[startup+0.70103 s]
/proc/loadavg: 10.00 10.01 9.06 8/396 22145
/proc/meminfo: memFree=24840404/32951124 swapFree=46575252/67111528
[pid=22145] ppid=22143 vsize=320160 CPUtime=0.53 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22143 22145 21227 0 -1 4202496 12337 936 1 0 44 9 0 0 24 0 5 0 390773436 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22145/statm: 80040 7229 1873 364 0 15949 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 320160

[startup+1.50089 s]
/proc/loadavg: 10.00 10.01 9.06 12/409 22162
/proc/meminfo: memFree=24801240/32951124 swapFree=46575252/67111528
[pid=22145] ppid=22143 vsize=320160 CPUtime=0.53 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22143 22145 21227 0 -1 4202496 12337 936 1 0 44 9 0 0 24 0 5 0 390773436 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22145/statm: 80040 7229 1873 364 0 15949 0
[pid=22151] ppid=22145 vsize=278676 CPUtime=0 cores=1,3,5,7
/proc/22151/stat : 22151 (python) S 22145 22145 21227 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 390773497 285364224 5588 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682255 0 0 16781312 514 829378942434541567 0 0 17 5 0 0 0
/proc/22151/statm: 69669 5588 354 364 0 5587 0
[pid=22153] ppid=22151 vsize=1017940 CPUtime=0.87 cores=1,3,5,7
/proc/22153/stat : 22153 (gnovelty+2) R 22151 22153 22153 0 -1 4202496 455 0 0 0 87 0 0 0 21 0 1 0 390773497 1042370560 192 33554432000 134512640 135663704 4287850128 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22153/statm: 254485 192 113 282 0 254201 0
[pid=22154] ppid=22145 vsize=289304 CPUtime=0 cores=1,3,5,7
/proc/22154/stat : 22154 (python) S 22145 22145 21227 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 390773498 296247296 5684 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 4775175705191251967 0 0 17 5 0 0 0
/proc/22154/statm: 72326 5684 348 364 0 8241 0
[pid=22156] ppid=22154 vsize=1017940 CPUtime=0.45 cores=1,3,5,7
/proc/22156/stat : 22156 (gnovelty+2) R 22154 22156 22156 0 -1 4202496 459 0 0 0 45 0 0 0 21 0 1 0 390773498 1042370560 192 33554432000 134512640 135663704 4289464288 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22156/statm: 254485 192 113 282 0 254201 0
[pid=22157] ppid=22145 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/22157/stat : 22157 (python) S 22145 22145 21227 0 -1 4202560 752 0 0 0 0 0 0 0 17 0 1 0 390773499 306229248 5576 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 4454315122461999366 0 0 17 5 0 0 0
/proc/22157/statm: 74763 5576 348 364 0 10675 0
[pid=22159] ppid=22157 vsize=2224 CPUtime=0.84 cores=1,3,5,7
/proc/22159/stat : 22159 (march_hi) R 22157 22159 22159 0 -1 4202496 632 0 0 0 84 0 0 0 25 0 1 0 390773499 2277376 363 33554432000 4194304 4955518 140734785018064 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22159/statm: 556 363 106 186 0 369 0
[pid=22160] ppid=22145 vsize=309916 CPUtime=0 cores=1,3,5,7
/proc/22160/stat : 22160 (python) S 22145 22145 21227 0 -1 4202560 755 0 0 0 0 0 0 0 17 0 1 0 390773500 317353984 5700 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 5830142818391130376 0 0 17 5 0 0 0
/proc/22160/statm: 77479 5700 348 364 0 13388 0
[pid=22162] ppid=22160 vsize=1980 CPUtime=0.42 cores=1,3,5,7
/proc/22162/stat : 22162 (march_hi) R 22160 22162 22162 0 -1 4202496 573 0 0 0 42 0 0 0 25 0 1 0 390773500 2027520 304 33554432000 4194304 4955518 140735436343712 18446744073709551615 4208722 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22162/statm: 495 304 106 186 0 308 0
[pid=22145/tid=22152] ppid=22143 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22152/stat : 22152 (python) S 22143 22145 21227 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 5 0 390773497 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22155] ppid=22143 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22155/stat : 22155 (python) S 22143 22145 21227 0 -1 4202560 20 936 0 0 0 0 0 0 20 0 5 0 390773498 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22158] ppid=22143 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22158/stat : 22158 (python) S 22143 22145 21227 0 -1 4202560 25 936 0 0 0 0 0 0 22 0 5 0 390773499 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22161] ppid=22143 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22161/stat : 22161 (python) S 22143 22145 21227 0 -1 4202560 29 936 0 0 0 0 0 0 25 0 5 0 390773500 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 3537192

[startup+3.10061 s]
/proc/loadavg: 10.08 10.02 9.07 12/409 22162
/proc/meminfo: memFree=24799628/32951124 swapFree=46575252/67111528
[pid=22145] ppid=22143 vsize=320160 CPUtime=0.53 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22143 22145 21227 0 -1 4202496 12337 936 1 0 44 9 0 0 24 0 5 0 390773436 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22145/statm: 80040 7229 1873 364 0 15949 0
[pid=22151] ppid=22145 vsize=278676 CPUtime=0 cores=1,3,5,7
/proc/22151/stat : 22151 (python) S 22145 22145 21227 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 390773497 285364224 5588 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682255 0 0 16781312 514 829378942434509062 0 0 17 5 0 0 0
/proc/22151/statm: 69669 5588 354 364 0 5587 0
[pid=22153] ppid=22151 vsize=1017940 CPUtime=2.45 cores=1,3,5,7
/proc/22153/stat : 22153 (gnovelty+2) R 22151 22153 22153 0 -1 4202496 455 0 0 0 245 0 0 0 25 0 1 0 390773497 1042370560 192 33554432000 134512640 135663704 4287850128 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22153/statm: 254485 192 113 282 0 254201 0
[pid=22154] ppid=22145 vsize=289304 CPUtime=0 cores=1,3,5,7
/proc/22154/stat : 22154 (python) S 22145 22145 21227 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 390773498 296247296 5684 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 4775175705191219464 0 0 17 5 0 0 0
/proc/22154/statm: 72326 5684 348 364 0 8241 0
[pid=22156] ppid=22154 vsize=1017940 CPUtime=1.25 cores=1,3,5,7
/proc/22156/stat : 22156 (gnovelty+2) R 22154 22156 22156 0 -1 4202496 459 0 0 0 125 0 0 0 25 0 1 0 390773498 1042370560 192 33554432000 134512640 135663704 4289464288 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22156/statm: 254485 192 113 282 0 254201 0
[pid=22157] ppid=22145 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/22157/stat : 22157 (python) S 22145 22145 21227 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 390773499 306229248 5576 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 4454315122461999366 0 0 17 5 0 0 0
/proc/22157/statm: 74763 5576 348 364 0 10675 0
[pid=22159] ppid=22157 vsize=2604 CPUtime=2.44 cores=1,3,5,7
/proc/22159/stat : 22159 (march_hi) R 22157 22159 22159 0 -1 4202496 729 0 0 0 244 0 0 0 25 0 1 0 390773499 2666496 460 33554432000 4194304 4955518 140734785018064 18446744073709551615 4297056 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22159/statm: 651 460 106 186 0 464 0
[pid=22160] ppid=22145 vsize=309916 CPUtime=0 cores=1,3,5,7
/proc/22160/stat : 22160 (python) S 22145 22145 21227 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 390773500 317353984 5700 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 5830142818391130376 0 0 17 5 0 0 0
/proc/22160/statm: 77479 5700 348 364 0 13388 0
[pid=22162] ppid=22160 vsize=2224 CPUtime=1.22 cores=1,3,5,7
/proc/22162/stat : 22162 (march_hi) R 22160 22162 22162 0 -1 4202496 653 0 0 0 122 0 0 0 25 0 1 0 390773500 2277376 383 33554432000 4194304 4955518 140735436343712 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22162/statm: 556 383 106 186 0 369 0
[pid=22145/tid=22152] ppid=22143 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22152/stat : 22152 (python) S 22143 22145 21227 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 5 0 390773497 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22155] ppid=22143 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22155/stat : 22155 (python) S 22143 22145 21227 0 -1 4202560 20 936 0 0 0 0 0 0 20 0 5 0 390773498 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22158] ppid=22143 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22158/stat : 22158 (python) S 22143 22145 21227 0 -1 4202560 25 936 0 0 0 0 0 0 22 0 5 0 390773499 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22161] ppid=22143 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22161/stat : 22161 (python) S 22143 22145 21227 0 -1 4202560 29 936 0 0 0 0 0 0 25 0 5 0 390773500 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 3537816

[startup+6.30104 s]
/proc/loadavg: 10.08 10.02 9.07 12/409 22162
/proc/meminfo: memFree=24795320/32951124 swapFree=46575252/67111528
[pid=22145] ppid=22143 vsize=320160 CPUtime=0.53 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22143 22145 21227 0 -1 4202496 12337 936 1 0 44 9 0 0 24 0 5 0 390773436 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22145/statm: 80040 7229 1873 364 0 15949 0
[pid=22151] ppid=22145 vsize=278676 CPUtime=0 cores=1,3,5,7
/proc/22151/stat : 22151 (python) S 22145 22145 21227 0 -1 4202560 888 0 0 0 0 0 0 0 18 0 1 0 390773497 285364224 5611 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682255 0 0 16781312 514 829378942434509062 0 0 17 5 0 0 0
/proc/22151/statm: 69669 5611 377 364 0 5587 0
[pid=22153] ppid=22151 vsize=1017940 CPUtime=5.62 cores=1,3,5,7
/proc/22153/stat : 22153 (gnovelty+2) R 22151 22153 22153 0 -1 4202496 455 0 0 0 562 0 0 0 25 0 1 0 390773497 1042370560 192 33554432000 134512640 135663704 4287850128 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22153/statm: 254485 192 113 282 0 254201 0
[pid=22154] ppid=22145 vsize=289304 CPUtime=0.01 cores=1,3,5,7
/proc/22154/stat : 22154 (python) S 22145 22145 21227 0 -1 4202560 906 0 0 0 1 0 0 0 18 0 1 0 390773498 296247296 5707 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 4775175705191219464 0 0 17 5 0 0 0
/proc/22154/statm: 72326 5707 371 364 0 8241 0
[pid=22156] ppid=22154 vsize=1017940 CPUtime=2.85 cores=1,3,5,7
/proc/22156/stat : 22156 (gnovelty+2) R 22154 22156 22156 0 -1 4202496 459 0 0 0 285 0 0 0 25 0 1 0 390773498 1042370560 192 33554432000 134512640 135663704 4289464288 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22156/statm: 254485 192 113 282 0 254201 0
[pid=22157] ppid=22145 vsize=299052 CPUtime=0.01 cores=1,3,5,7
/proc/22157/stat : 22157 (python) S 22145 22145 21227 0 -1 4202560 911 0 0 0 1 0 0 0 15 0 1 0 390773499 306229248 5598 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 4454315122461999366 0 0 17 5 0 0 0
/proc/22157/statm: 74763 5598 370 364 0 10675 0
[pid=22159] ppid=22157 vsize=3456 CPUtime=5.57 cores=1,3,5,7
/proc/22159/stat : 22159 (march_hi) R 22157 22159 22159 0 -1 4202496 911 0 0 0 557 0 0 0 25 0 1 0 390773499 3538944 642 33554432000 4194304 4955518 140734785018064 18446744073709551615 4224473 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22159/statm: 864 642 106 186 0 677 0
[pid=22160] ppid=22145 vsize=309916 CPUtime=0.01 cores=1,3,5,7
/proc/22160/stat : 22160 (python) S 22145 22145 21227 0 -1 4202560 921 0 0 0 1 0 0 0 15 0 1 0 390773500 317353984 5723 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 5830142818391130376 0 0 17 5 0 0 0
/proc/22160/statm: 77479 5723 371 364 0 13388 0
[pid=22162] ppid=22160 vsize=2604 CPUtime=2.82 cores=1,3,5,7
/proc/22162/stat : 22162 (march_hi) R 22160 22162 22162 0 -1 4202496 750 0 0 0 282 0 0 0 25 0 1 0 390773500 2666496 480 33554432000 4194304 4955518 140735436343712 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22162/statm: 651 480 106 186 0 464 0
[pid=22145/tid=22152] ppid=22143 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22152/stat : 22152 (python) S 22143 22145 21227 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 5 0 390773497 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22155] ppid=22143 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22155/stat : 22155 (python) S 22143 22145 21227 0 -1 4202560 20 936 0 0 0 0 0 0 20 0 5 0 390773498 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22158] ppid=22143 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22158/stat : 22158 (python) S 22143 22145 21227 0 -1 4202560 25 936 0 0 0 0 0 0 22 0 5 0 390773499 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22161] ppid=22143 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22161/stat : 22161 (python) S 22143 22145 21227 0 -1 4202560 29 936 0 0 0 0 0 0 25 0 5 0 390773500 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.42
Current children cumulated vsize (KiB) 3539048

[startup+12.7009 s]
/proc/loadavg: 10.16 10.04 9.08 12/413 22167
/proc/meminfo: memFree=24783060/32951124 swapFree=46575252/67111528
[pid=22145] ppid=22143 vsize=320160 CPUtime=0.53 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22143 22145 21227 0 -1 4202496 12337 936 1 0 44 9 0 0 24 0 5 0 390773436 327843840 7229 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22145/statm: 80040 7229 1873 364 0 15949 0
[pid=22151] ppid=22145 vsize=278676 CPUtime=0.02 cores=1,3,5,7
/proc/22151/stat : 22151 (python) S 22145 22145 21227 0 -1 4202560 891 0 0 0 1 1 0 0 18 0 1 0 390773497 285364224 5611 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682255 0 0 16781312 514 6019131270724813062 0 0 17 5 0 0 0
/proc/22151/statm: 69669 5611 377 364 0 5587 0
[pid=22153] ppid=22151 vsize=1017940 CPUtime=11.94 cores=1,3,5,7
/proc/22153/stat : 22153 (gnovelty+2) R 22151 22153 22153 0 -1 4202496 455 0 0 0 1194 0 0 0 25 0 1 0 390773497 1042370560 192 33554432000 134512640 135663704 4287850128 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22153/statm: 254485 192 113 282 0 254201 0
[pid=22154] ppid=22145 vsize=289304 CPUtime=0.02 cores=1,3,5,7

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

[pid=22160/tid=22401] ppid=22145 vsize=309916 CPUtime=0 cores=1,3,5,7
/proc/22160/task/22401/stat : 22401 (python) S 22145 22145 21227 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 390843817 317353984 5753 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 514 18446604462727825536 0 0 -1 3 0 0 0
[pid=22171] ppid=22145 vsize=320172 CPUtime=2.29 cores=1,3,5,7
/proc/22171/stat : 22171 (python) S 22145 22145 21227 0 -1 4202560 1163 0 0 0 125 104 0 0 15 0 2 0 390783524 327856128 5757 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22171/statm: 80043 5757 400 364 0 15949 0
[pid=22173] ppid=22171 vsize=208512 CPUtime=780.56 cores=1,3,5,7
/proc/22173/stat : 22173 (march_hi) T 22171 22173 22173 0 -1 4202496 36428 0 0 0 78049 7 0 0 25 0 1 0 390783525 213516288 36159 33554432000 4194304 4955518 140735108043344 18446744073709551615 4297458 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/22173/statm: 52128 36159 106 186 0 51941 0
[pid=22171/tid=22193] ppid=22145 vsize=320172 CPUtime=0 cores=1,3,5,7
/proc/22171/task/22193/stat : 22193 (python) S 22145 22145 21227 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 390823018 327856128 5757 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 514 18446604464940785920 0 0 -1 5 0 0 0
[pid=22176] ppid=22145 vsize=329904 CPUtime=2.61 cores=1,3,5,7
/proc/22176/stat : 22176 (python) S 22145 22145 21227 0 -1 4202560 1168 0 0 0 139 122 0 0 16 0 2 0 390785933 337821696 5662 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22176/statm: 82476 5662 400 364 0 18379 0
[pid=22178] ppid=22176 vsize=208512 CPUtime=892.57 cores=1,3,5,7
/proc/22178/stat : 22178 (march_hi) R 22176 22178 22178 0 -1 4202496 41466 0 0 0 89248 9 0 0 25 0 1 0 390785934 213516288 41198 33554432000 4194304 4955518 140733951098128 18446744073709551615 4226446 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22178/statm: 52128 41198 106 186 0 51941 0
[pid=22176/tid=22385] ppid=22145 vsize=329904 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22385/stat : 22385 (python) S 22145 22145 21227 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 390834721 337821696 5662 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 514 18446604468027635648 0 0 -1 1 0 0 0
[pid=22402] ppid=22145 vsize=340784 CPUtime=1.47 cores=1,3,5,7
/proc/22402/stat : 22402 (python) S 22145 22145 21227 0 -1 4202560 1016 0 0 0 78 69 0 0 15 0 1 0 390844508 348962816 5785 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 6019131270724813061 0 0 17 5 0 0 0
/proc/22402/statm: 85196 5785 371 364 0 21096 0
[pid=22404] ppid=22402 vsize=94168 CPUtime=489.19 cores=1,3,5,7
/proc/22404/stat : 22404 (march_hi) R 22402 22404 22404 0 -1 4202496 23432 0 0 0 48913 6 0 0 25 0 1 0 390844509 96428032 23165 33554432000 4194304 4955518 140736647134944 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22404/statm: 23542 23165 106 186 0 23355 0
[pid=22443] ppid=22145 vsize=351224 CPUtime=0.28 cores=1,3,5,7
/proc/22443/stat : 22443 (python) S 22145 22145 21227 0 -1 4202560 1138 0 0 0 15 13 0 0 19 0 2 0 390871521 359653376 5846 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22443/statm: 87806 5846 406 364 0 23703 0
[pid=22445] ppid=22443 vsize=416280 CPUtime=98.71 cores=1,3,5,7
/proc/22445/stat : 22445 (adaptg2wsat2009) T 22443 22445 22445 0 -1 4202496 519 0 0 0 9871 0 0 0 25 0 1 0 390871522 426270720 253 33554432000 134512640 135107411 4293447840 18446744073709551615 134539260 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/22445/statm: 104070 253 59 146 0 102946 0
[pid=22443/tid=22449] ppid=22145 vsize=351224 CPUtime=0 cores=1,3,5,7
/proc/22443/task/22449/stat : 22449 (python) S 22145 22145 21227 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 390881450 359653376 5846 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 514 18446604464717337536 0 0 -1 5 0 0 0
[pid=22145/tid=22152] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22152/stat : 22152 (python) S 22143 22145 21227 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 9 0 390773497 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22155] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22155/stat : 22155 (python) S 22143 22145 21227 0 -1 4202560 20 936 0 0 0 0 0 0 20 0 9 0 390773498 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22158] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22158/stat : 22158 (python) S 22143 22145 21227 0 -1 4202560 36 936 0 0 0 0 0 0 18 0 9 0 390773499 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22161] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22161/stat : 22161 (python) S 22143 22145 21227 0 -1 4202560 44 936 0 0 0 0 0 0 18 0 9 0 390773500 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22172] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22172/stat : 22172 (python) S 22143 22145 21227 0 -1 4202560 34 936 0 0 0 0 0 0 18 0 9 0 390783525 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22177] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22177/stat : 22177 (python) S 22143 22145 21227 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 390785934 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22403] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22403/stat : 22403 (python) S 22143 22145 21227 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 390844508 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22444] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22444/stat : 22444 (python) S 22143 22145 21227 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 390871521 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4744.8
Current children cumulated vsize (KiB) 6385968

[startup+1202.31 s]
/proc/loadavg: 8.92 9.18 9.16 9/462 22460
/proc/meminfo: memFree=24104680/32951124 swapFree=46575252/67111528
[pid=22145] ppid=22143 vsize=361492 CPUtime=0.63 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22143 22145 21227 0 -1 4202496 16576 936 1 0 53 10 0 0 18 0 9 0 390773436 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22145/statm: 90373 7331 1882 364 0 26270 0
[pid=22151] ppid=22145 vsize=288920 CPUtime=0.26 cores=1,3,5,7
/proc/22151/stat : 22151 (python) S 22145 22145 21227 0 -1 4202560 1158 0 0 0 13 13 0 0 19 0 2 0 390773497 295854080 5655 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22151/statm: 72230 5655 416 364 0 8148 0
[pid=22153] ppid=22151 vsize=1017940 CPUtime=99.06 cores=1,3,5,7
/proc/22153/stat : 22153 (gnovelty+2) T 22151 22153 22153 0 -1 4202496 455 0 0 0 9906 0 0 0 25 0 1 0 390773497 1042370560 192 33554432000 134512640 135663704 4287850128 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/22153/statm: 254485 192 113 282 0 254201 0
[pid=22151/tid=22170] ppid=22145 vsize=288920 CPUtime=0 cores=1,3,5,7
/proc/22151/task/22170/stat : 22170 (python) S 22145 22145 21227 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 390783524 295854080 5655 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 514 18446604461695732672 0 0 -1 5 0 0 0
[pid=22154] ppid=22145 vsize=289304 CPUtime=0.34 cores=1,3,5,7
/proc/22154/stat : 22154 (python) S 22145 22145 21227 0 -1 4202560 1109 0 0 0 16 18 0 0 19 0 2 0 390773498 296247296 5737 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22154/statm: 72326 5737 400 364 0 8241 0
[pid=22156] ppid=22154 vsize=1017940 CPUtime=102.32 cores=1,3,5,7
/proc/22156/stat : 22156 (gnovelty+2) T 22154 22156 22156 0 -1 4202496 459 0 0 0 10232 0 0 0 25 0 1 0 390773498 1042370560 192 33554432000 134512640 135663704 4289464288 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22156/statm: 254485 192 113 282 0 254201 0
[pid=22154/tid=22175] ppid=22145 vsize=289304 CPUtime=0 cores=1,3,5,7
/proc/22154/task/22175/stat : 22175 (python) S 22145 22145 21227 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 390785933 296247296 5737 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 514 18446604458319467776 0 0 -1 7 0 0 0
[pid=22157] ppid=22145 vsize=299052 CPUtime=3.22 cores=1,3,5,7
/proc/22157/stat : 22157 (python) S 22145 22145 21227 0 -1 4202560 1158 0 0 0 167 155 0 0 15 0 2 0 390773499 306229248 5629 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22157/statm: 74763 5629 400 364 0 10675 0
[pid=22159] ppid=22157 vsize=216200 CPUtime=1094.98 cores=1,3,5,7
/proc/22159/stat : 22159 (march_hi) R 22157 22159 22159 0 -1 4202496 50373 0 0 0 109487 11 0 0 25 0 1 0 390773499 221388800 50104 33554432000 4194304 4955518 140734785018064 18446744073709551615 4224654 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22159/statm: 54050 50104 106 186 0 53863 0
[pid=22157/tid=22400] ppid=22145 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/22157/task/22400/stat : 22400 (python) S 22145 22145 21227 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 390842194 306229248 5629 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 514 18446604454222990336 0 0 -1 5 0 0 0
[pid=22160] ppid=22145 vsize=309916 CPUtime=3.5 cores=1,3,5,7
/proc/22160/stat : 22160 (python) S 22145 22145 21227 0 -1 4202560 1173 0 0 0 184 166 0 0 15 0 2 0 390773500 317353984 5753 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22160/statm: 77479 5753 400 364 0 13388 0
[pid=22162] ppid=22160 vsize=315648 CPUtime=1174.45 cores=1,3,5,7
/proc/22162/stat : 22162 (march_hi) R 22160 22162 22162 0 -1 4202496 53468 0 0 0 117433 12 0 0 25 0 1 0 390773500 323223552 53198 33554432000 4194304 4955518 140735436343712 18446744073709551615 4297717 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22162/statm: 78912 53198 106 186 0 78725 0
[pid=22160/tid=22401] ppid=22145 vsize=309916 CPUtime=0 cores=1,3,5,7
/proc/22160/task/22401/stat : 22401 (python) S 22145 22145 21227 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 390843817 317353984 5753 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 514 18446604462727825536 0 0 -1 3 0 0 0
[pid=22171] ppid=22145 vsize=320172 CPUtime=2.29 cores=1,3,5,7
/proc/22171/stat : 22171 (python) S 22145 22145 21227 0 -1 4202560 1163 0 0 0 125 104 0 0 15 0 2 0 390783524 327856128 5757 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22171/statm: 80043 5757 400 364 0 15949 0
[pid=22173] ppid=22171 vsize=208512 CPUtime=780.56 cores=1,3,5,7
/proc/22173/stat : 22173 (march_hi) T 22171 22173 22173 0 -1 4202496 36428 0 0 0 78049 7 0 0 25 0 1 0 390783525 213516288 36159 33554432000 4194304 4955518 140735108043344 18446744073709551615 4297458 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/22173/statm: 52128 36159 106 186 0 51941 0
[pid=22171/tid=22193] ppid=22145 vsize=320172 CPUtime=0 cores=1,3,5,7
/proc/22171/task/22193/stat : 22193 (python) S 22145 22145 21227 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 390823018 327856128 5757 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 514 18446604464940785920 0 0 -1 5 0 0 0
[pid=22176] ppid=22145 vsize=329904 CPUtime=2.61 cores=1,3,5,7
/proc/22176/stat : 22176 (python) S 22145 22145 21227 0 -1 4202560 1168 0 0 0 139 122 0 0 15 0 2 0 390785933 337821696 5662 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22176/statm: 82476 5662 400 364 0 18379 0
[pid=22178] ppid=22176 vsize=208512 CPUtime=893.37 cores=1,3,5,7
/proc/22178/stat : 22178 (march_hi) R 22176 22178 22178 0 -1 4202496 41501 0 0 0 89328 9 0 0 25 0 1 0 390785934 213516288 41233 33554432000 4194304 4955518 140733951098128 18446744073709551615 4244539 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22178/statm: 52128 41233 106 186 0 51941 0
[pid=22176/tid=22385] ppid=22145 vsize=329904 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22385/stat : 22385 (python) S 22145 22145 21227 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 390834721 337821696 5662 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 514 18446604468027635648 0 0 -1 1 0 0 0
[pid=22402] ppid=22145 vsize=340784 CPUtime=1.47 cores=1,3,5,7
/proc/22402/stat : 22402 (python) S 22145 22145 21227 0 -1 4202560 1016 0 0 0 78 69 0 0 15 0 1 0 390844508 348962816 5785 33554432000 4194304 5683644 140736503611872 18446744073709551615 268660682310 0 0 16781312 514 6019131270724813061 0 0 17 5 0 0 0
/proc/22402/statm: 85196 5785 371 364 0 21096 0
[pid=22404] ppid=22402 vsize=94168 CPUtime=490 cores=1,3,5,7
/proc/22404/stat : 22404 (march_hi) R 22402 22404 22404 0 -1 4202496 23476 0 0 0 48994 6 0 0 25 0 1 0 390844509 96428032 23209 33554432000 4194304 4955518 140736647134944 18446744073709551615 4210556 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22404/statm: 23542 23209 106 186 0 23355 0
[pid=22443] ppid=22145 vsize=351224 CPUtime=0.28 cores=1,3,5,7
/proc/22443/stat : 22443 (python) S 22145 22145 21227 0 -1 4202560 1138 0 0 0 15 13 0 0 19 0 2 0 390871521 359653376 5846 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22443/statm: 87806 5846 406 364 0 23703 0
[pid=22445] ppid=22443 vsize=416280 CPUtime=98.71 cores=1,3,5,7
/proc/22445/stat : 22445 (adaptg2wsat2009) T 22443 22445 22445 0 -1 4202496 519 0 0 0 9871 0 0 0 25 0 1 0 390871522 426270720 253 33554432000 134512640 135107411 4293447840 18446744073709551615 134539260 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/22445/statm: 104070 253 59 146 0 102946 0
[pid=22443/tid=22449] ppid=22145 vsize=351224 CPUtime=0 cores=1,3,5,7
/proc/22443/task/22449/stat : 22449 (python) S 22145 22145 21227 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 390881450 359653376 5846 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 514 18446604464717337536 0 0 -1 5 0 0 0
[pid=22145/tid=22152] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22152/stat : 22152 (python) S 22143 22145 21227 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 9 0 390773497 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22155] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22155/stat : 22155 (python) S 22143 22145 21227 0 -1 4202560 20 936 0 0 0 0 0 0 20 0 9 0 390773498 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22158] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22158/stat : 22158 (python) S 22143 22145 21227 0 -1 4202560 36 936 0 0 0 0 0 0 18 0 9 0 390773499 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22161] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22161/stat : 22161 (python) S 22143 22145 21227 0 -1 4202560 44 936 0 0 0 0 0 0 18 0 9 0 390773500 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22172] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22172/stat : 22172 (python) S 22143 22145 21227 0 -1 4202560 34 936 0 0 0 0 0 0 18 0 9 0 390783525 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22177] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22177/stat : 22177 (python) S 22143 22145 21227 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 390785934 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22403] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22403/stat : 22403 (python) S 22143 22145 21227 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 390844508 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22444] ppid=22143 vsize=361492 CPUtime=0 cores=1,3,5,7
/proc/22145/task/22444/stat : 22444 (python) S 22143 22145 21227 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 390871521 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4748.05
Current children cumulated vsize (KiB) 6385968

[startup+1202.7 s]
/proc/loadavg: 8.92 9.18 9.16 9/462 22460
/proc/meminfo: memFree=24104680/32951124 swapFree=46575252/67111528
[pid=22145] ppid=22143 vsize=361492 CPUtime=3651.13 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22143 22145 21227 0 -1 4202496 16600 165422 1 0 54 10 364500 549 17 0 9 0 390773436 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672492351 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22145/statm: 90373 7331 1882 364 0 26270 0
[pid=22157] ppid=22145 vsize=299052 CPUtime=3.22 cores=1,3,5,7
/proc/22157/stat : 22157 (python) S 22145 22145 21227 0 -1 4202560 1162 0 0 0 167 155 0 0 15 0 2 0 390773499 306229248 5629 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672492351 0 0 16781824 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22157/statm: 74763 5629 400 364 0 10675 0
[pid=22159] ppid=22157 vsize=0 CPUtime=1095.35 cores=1,3,5,7
/proc/22159/stat : 22159 (march_hi) R 22157 22159 22159 0 -1 4203524 50391 0 0 0 109524 11 0 0 25 0 1 0 390773499 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22159/statm: 0 0 0 0 0 0 0
[pid=22157/tid=22400] ppid=22145 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/22157/task/22400/stat : 22400 (python) S 22145 22145 21227 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 390842194 306229248 5629 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781824 2 18446604454222990336 0 0 -1 5 0 0 0
[pid=22145/tid=22152] ppid=22143 vsize=361492 CPUtime=3650.49 cores=1,3,5,7
/proc/22145/task/22152/stat : 22152 (python) S 22143 22145 21227 0 -1 4202560 25 165422 0 0 0 0 364500 549 19 0 9 0 390773497 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22155] ppid=22143 vsize=361492 CPUtime=3650.49 cores=1,3,5,7
/proc/22145/task/22155/stat : 22155 (python) S 22143 22145 21227 0 -1 4202560 20 165422 0 0 0 0 364500 549 20 0 9 0 390773498 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22158] ppid=22143 vsize=361492 CPUtime=3650.49 cores=1,3,5,7
/proc/22145/task/22158/stat : 22158 (python) S 22143 22145 21227 0 -1 4202560 36 165422 0 0 0 0 364500 549 18 0 9 0 390773499 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22161] ppid=22143 vsize=361492 CPUtime=3650.49 cores=1,3,5,7
/proc/22145/task/22161/stat : 22161 (python) S 22143 22145 21227 0 -1 4202560 44 165422 0 0 0 0 364500 549 18 0 9 0 390773500 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22172] ppid=22143 vsize=361492 CPUtime=3650.49 cores=1,3,5,7
/proc/22145/task/22172/stat : 22172 (python) S 22143 22145 21227 0 -1 4202560 34 165422 0 0 0 0 364500 549 18 0 9 0 390783525 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22177] ppid=22143 vsize=361492 CPUtime=3650.49 cores=1,3,5,7
/proc/22145/task/22177/stat : 22177 (python) S 22143 22145 21227 0 -1 4202560 30 165422 0 0 0 0 364500 549 18 0 9 0 390785934 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22403] ppid=22143 vsize=361492 CPUtime=3650.49 cores=1,3,5,7
/proc/22145/task/22403/stat : 22403 (python) S 22143 22145 21227 0 -1 4202560 26 165422 0 0 0 0 364500 549 20 0 9 0 390844508 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
[pid=22145/tid=22444] ppid=22143 vsize=361492 CPUtime=3650.49 cores=1,3,5,7
/proc/22145/task/22444/stat : 22444 (python) S 22143 22145 21227 0 -1 4202560 29 165422 0 0 0 0 364500 549 20 0 9 0 390871521 370167808 7331 33554432000 4194304 5683644 140736503611872 18446744073709551615 268672485809 0 0 16781312 2 18446604458319466880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4749.7
Current children cumulated vsize (KiB) 660544

Child status: 0
Real time (s): 1202.73
CPU time (s): 4749.76
CPU user time (s): 4742.48
CPU system time (s): 7.28089
CPU usage (%): 394.916
Max. virtual memory (cumulated for all children) (KiB): 6385972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4742.48
system time used= 7.28089
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237638
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= 7796
involuntary context switches= 39579

runsolver used 4.81227 second user time and 10.0855 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 15:23:42
IDJOB=3378477
IDBENCH=82886
IDSOLVER=1859
FILE ID=node107/3378477-1305465822
RUNJOBID= node107-1305463373-21246
PBS_JOBID= 13324996
Free space on /tmp= 73424 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1502652578-043.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378477-1305465822/watcher-3378477-1305465822 -o /tmp/evaluation-result-3378477-1305465822/solver-3378477-1305465822 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378477-1305465822.cnf -seed 280894051 -budget 4800 -cores 4

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

MD5SUM BENCH= 200b19edc2ebf99249f1125469c39206
RANDOM SEED=280894051

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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:      24840568 kB
Buffers:        188280 kB
Cached:        1467108 kB
SwapCached:       9832 kB
Active:        7280588 kB
Inactive:       528276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24840568 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           33476 kB
Writeback:           0 kB
AnonPages:     6150880 kB
Mapped:          32548 kB
Slab:           152748 kB
PageTables:      82296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 95031736 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= 73396 MiB
End job on node107 at 2011-05-15 15:43:45