Trace number 3378616

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)? 4781.85 1199.54

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S912111154-025.UNKNOWN.cnf
MD5SUM63be53becd3199de3ebad3751e577715
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.39/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.67	c INFO: solving HOME/instance-3378616-1305466461.cnf
0.39/0.67	c INFO: computing task features
0.39/0.68	c INFO: computed variable-clause graph statistics
0.39/0.68	c INFO: computed clause balance statistics
0.46/0.73	c INFO: computed variable balance statistics
0.46/0.76	c INFO: computed small-clause counts
0.46/0.76	c INFO: computed Horn-clause counts
0.46/0.76	c INFO: computed variable graph statistics
0.46/0.76	c INFO: collected features for HOME/instance-3378616-1305466461.cnf in 0.09 s
0.46/0.77	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.46/0.78	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.33)
0.46/0.79	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.56/0.80	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.31)
400.22/101.03	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.37)
400.22/101.06	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.33)
1560.21/391.82	c INFO: running march_hi@100 for 97 with 808 remaining (b = 0.06)
1579.75/396.71	c INFO: running march_hi@0 for 291 with 803 remaining (b = 0.17)
1968.30/494.19	c INFO: running march_hi@0 for 706 with 706 remaining (b = 0.29)
2751.70/690.51	c INFO: running march_hi@0 for 510 with 510 remaining (b = 0.22)
3119.00/782.63	c INFO: running march_hi@389 for 97 with 418 remaining (b = 0.05)
3123.41/783.75	c INFO: running march_hi@101 for 416 with 416 remaining (b = 0.16)
3518.63/882.88	c INFO: running march_hi@1069 for 317 with 317 remaining (b = 0.17)
4781.66/1199.52	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-3378616-1305466461/watcher-3378616-1305466461 -o /tmp/evaluation-result-3378616-1305466461/solver-3378616-1305466461 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378616-1305466461.cnf -seed 671269433 -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: 1.18 3.58 5.84 1/348 8557
/proc/meminfo: memFree=17062896/32950928 swapFree=67111348/67111528
[pid=8557] ppid=8555 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/8557/stat : 8557 (python) R 8555 8557 7291 0 -1 4202496 809 0 0 0 0 0 0 0 25 0 1 0 658245823 15749120 695 33554432000 4194304 5683644 140734681419168 18446744073709551615 4433760 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/8557/statm: 3845 695 334 364 0 332 0

[startup+0.0537201 s]
/proc/loadavg: 1.18 3.58 5.84 1/348 8557
/proc/meminfo: memFree=17062896/32950928 swapFree=67111348/67111528
[pid=8557] ppid=8555 vsize=25284 CPUtime=0.02 cores=1,3,5,7
/proc/8557/stat : 8557 (python) S 8555 8557 7291 0 -1 4202496 1343 0 0 0 2 0 0 0 25 0 1 0 658245823 25890816 1190 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 3 0 0 0
/proc/8557/statm: 6321 1190 438 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25284

[startup+0.100714 s]
/proc/loadavg: 1.18 3.58 5.84 1/348 8557
/proc/meminfo: memFree=17062896/32950928 swapFree=67111348/67111528
[pid=8557] ppid=8555 vsize=87700 CPUtime=0.06 cores=1,3,5,7
/proc/8557/stat : 8557 (python) S 8555 8557 7291 0 -1 4202496 2636 0 0 0 5 1 0 0 25 0 1 0 658245823 89804800 2353 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 3 0 0 0
/proc/8557/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.30068 s]
/proc/loadavg: 1.18 3.58 5.84 1/348 8557
/proc/meminfo: memFree=17062896/32950928 swapFree=67111348/67111528
[pid=8557] ppid=8555 vsize=135748 CPUtime=0.2 cores=1,3,5,7
/proc/8557/stat : 8557 (python) S 8555 8557 7291 0 -1 4202496 5964 932 1 0 15 5 0 0 25 0 1 0 658245823 139005952 4151 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473963525 0 2147483391 16781312 2 18446744071699215550 0 0 17 3 0 0 0
/proc/8557/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700606 s]
/proc/loadavg: 1.18 3.58 5.84 1/348 8557
/proc/meminfo: memFree=17062896/32950928 swapFree=67111348/67111528
[pid=8557] ppid=8555 vsize=278444 CPUtime=0.46 cores=1,3,5,7
/proc/8557/stat : 8557 (python) R 8555 8557 7291 0 -1 4202496 9336 932 1 0 34 12 0 0 17 0 1 0 658245823 285126656 7005 33554432000 4194304 5683644 140734681419168 18446744073709551615 47955453750994 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/8557/statm: 69611 7005 1826 364 0 5535 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 278444

[startup+1.50046 s]
/proc/loadavg: 1.18 3.58 5.84 6/361 8574
/proc/meminfo: memFree=17022980/32950928 swapFree=67111348/67111528
[pid=8557] ppid=8555 vsize=320264 CPUtime=0.56 cores=1,3,5,7
/proc/8557/stat : 8557 (python) S 8555 8557 7291 0 -1 4202496 12227 932 1 0 43 13 0 0 25 0 5 0 658245823 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8557/statm: 80066 7255 1873 364 0 15975 0
[pid=8563] ppid=8557 vsize=278644 CPUtime=0 cores=1,3,5,7
/proc/8563/stat : 8563 (python) S 8557 8557 7291 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 658245900 285331456 5568 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987599 0 0 16781312 514 11638022995926056959 0 0 17 3 0 0 0
/proc/8563/statm: 69661 5568 354 364 0 5579 0
[pid=8565] ppid=8563 vsize=1017800 CPUtime=0.71 cores=1,3,5,7
/proc/8565/stat : 8565 (gnovelty+2) R 8563 8565 8565 0 -1 4202496 446 0 0 0 71 0 0 0 21 0 1 0 658245901 1042227200 182 33554432000 134512640 135663704 4288403504 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8565/statm: 254450 182 113 282 0 254166 0
[pid=8566] ppid=8557 vsize=289372 CPUtime=0 cores=1,3,5,7
/proc/8566/stat : 8566 (python) S 8557 8557 7291 0 -1 4202560 748 0 0 0 0 0 0 0 16 0 1 0 658245901 296316928 5701 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 883756664375705862 0 0 17 3 0 0 0
/proc/8566/statm: 72343 5701 348 364 0 8258 0
[pid=8568] ppid=8566 vsize=2396 CPUtime=0.7 cores=1,3,5,7
/proc/8568/stat : 8568 (march_hi) R 8566 8568 8568 0 -1 4202496 664 0 0 0 70 0 0 0 24 0 1 0 658245902 2453504 400 33554432000 4194304 4955518 140736395905184 18446744073709551615 4227559 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8568/statm: 599 400 104 186 0 412 0
[pid=8569] ppid=8557 vsize=299156 CPUtime=0 cores=1,3,5,7
/proc/8569/stat : 8569 (python) S 8557 8557 7291 0 -1 4202560 743 0 0 0 0 0 0 0 22 0 1 0 658245902 306335744 5602 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 17275381014620798975 0 0 17 3 0 0 0
/proc/8569/statm: 74789 5602 348 364 0 10701 0
[pid=8571] ppid=8569 vsize=1017800 CPUtime=0.69 cores=1,3,5,7
/proc/8571/stat : 8571 (gnovelty+2) R 8569 8571 8571 0 -1 4202496 441 0 0 0 69 0 0 0 25 0 1 0 658245903 1042227200 182 33554432000 134512640 135663704 4292048944 18446744073709551615 134564652 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8571/statm: 254450 182 113 282 0 254166 0
[pid=8572] ppid=8557 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/8572/stat : 8572 (python) S 8557 8557 7291 0 -1 4202560 759 0 0 0 0 0 0 0 22 0 1 0 658245903 317460480 5726 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 1055034187704140036 0 0 17 7 0 0 0
/proc/8572/statm: 77505 5726 348 364 0 13414 0
[pid=8574] ppid=8572 vsize=2396 CPUtime=0.67 cores=1,3,5,7
/proc/8574/stat : 8574 (march_hi) R 8572 8574 8574 0 -1 4202496 659 0 0 0 67 0 0 0 25 0 1 0 658245904 2453504 398 33554432000 4194304 4955518 140733750466416 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8574/statm: 599 398 104 186 0 412 0
[pid=8557/tid=8564] ppid=8555 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8564/stat : 8564 (python) S 8555 8557 7291 0 -1 4202560 23 932 0 0 0 0 0 0 19 0 5 0 658245900 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8567] ppid=8555 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8567/stat : 8567 (python) S 8555 8557 7291 0 -1 4202560 35 932 0 0 0 0 0 0 21 0 5 0 658245901 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8570] ppid=8555 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8570/stat : 8570 (python) S 8555 8557 7291 0 -1 4202560 22 932 0 0 0 0 0 0 23 0 5 0 658245903 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 3 0 0 0
[pid=8557/tid=8573] ppid=8555 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8573/stat : 8573 (python) S 8555 8557 7291 0 -1 4202560 25 932 0 0 0 0 0 0 25 0 5 0 658245904 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 3537848

[startup+3.10118 s]
/proc/loadavg: 1.18 3.58 5.84 5/361 8574
/proc/meminfo: memFree=17021616/32950928 swapFree=67111348/67111528
[pid=8557] ppid=8555 vsize=320264 CPUtime=0.56 cores=1,3,5,7
/proc/8557/stat : 8557 (python) S 8555 8557 7291 0 -1 4202496 12227 932 1 0 43 13 0 0 25 0 5 0 658245823 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8557/statm: 80066 7255 1873 364 0 15975 0
[pid=8563] ppid=8557 vsize=278644 CPUtime=0 cores=1,3,5,7
/proc/8563/stat : 8563 (python) S 8557 8557 7291 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 658245900 285331456 5568 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987599 0 0 16781312 514 11638022995926024453 0 0 17 3 0 0 0
/proc/8563/statm: 69661 5568 354 364 0 5579 0
[pid=8565] ppid=8563 vsize=1017800 CPUtime=2.31 cores=1,3,5,7
/proc/8565/stat : 8565 (gnovelty+2) R 8563 8565 8565 0 -1 4202496 446 0 0 0 231 0 0 0 25 0 1 0 658245901 1042227200 182 33554432000 134512640 135663704 4288403504 18446744073709551615 134524747 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8565/statm: 254450 182 113 282 0 254166 0
[pid=8566] ppid=8557 vsize=289372 CPUtime=0 cores=1,3,5,7
/proc/8566/stat : 8566 (python) S 8557 8557 7291 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 658245901 296316928 5701 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 883756664375705862 0 0 17 3 0 0 0
/proc/8566/statm: 72343 5701 348 364 0 8258 0
[pid=8568] ppid=8566 vsize=2852 CPUtime=2.3 cores=1,3,5,7
/proc/8568/stat : 8568 (march_hi) R 8566 8568 8568 0 -1 4202496 764 0 0 0 230 0 0 0 25 0 1 0 658245902 2920448 500 33554432000 4194304 4955518 140736395905184 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8568/statm: 713 500 104 186 0 526 0
[pid=8569] ppid=8557 vsize=299156 CPUtime=0 cores=1,3,5,7
/proc/8569/stat : 8569 (python) S 8557 8557 7291 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 658245902 306335744 5602 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 17275381014620766470 0 0 17 3 0 0 0
/proc/8569/statm: 74789 5602 348 364 0 10701 0
[pid=8571] ppid=8569 vsize=1017800 CPUtime=2.29 cores=1,3,5,7
/proc/8571/stat : 8571 (gnovelty+2) R 8569 8571 8571 0 -1 4202496 441 0 0 0 229 0 0 0 25 0 1 0 658245903 1042227200 182 33554432000 134512640 135663704 4292048944 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8571/statm: 254450 182 113 282 0 254166 0
[pid=8572] ppid=8557 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/8572/stat : 8572 (python) S 8557 8557 7291 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 658245903 317460480 5726 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 1055034187704140036 0 0 17 7 0 0 0
/proc/8572/statm: 77505 5726 348 364 0 13414 0
[pid=8574] ppid=8572 vsize=2852 CPUtime=2.25 cores=1,3,5,7
/proc/8574/stat : 8574 (march_hi) R 8572 8574 8574 0 -1 4202496 759 0 0 0 225 0 0 0 25 0 1 0 658245904 2920448 498 33554432000 4194304 4955518 140733750466416 18446744073709551615 4286757 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8574/statm: 713 498 104 186 0 526 0
[pid=8557/tid=8564] ppid=8555 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8564/stat : 8564 (python) S 8555 8557 7291 0 -1 4202560 23 932 0 0 0 0 0 0 19 0 5 0 658245900 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8567] ppid=8555 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8567/stat : 8567 (python) S 8555 8557 7291 0 -1 4202560 35 932 0 0 0 0 0 0 21 0 5 0 658245901 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8570] ppid=8555 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8570/stat : 8570 (python) S 8555 8557 7291 0 -1 4202560 22 932 0 0 0 0 0 0 23 0 5 0 658245903 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 3 0 0 0
[pid=8557/tid=8573] ppid=8555 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8573/stat : 8573 (python) S 8555 8557 7291 0 -1 4202560 25 932 0 0 0 0 0 0 25 0 5 0 658245904 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.71
Current children cumulated vsize (KiB) 3538760

[startup+6.30062 s]
/proc/loadavg: 1.40 3.58 5.83 5/361 8574
/proc/meminfo: memFree=17019508/32950928 swapFree=67111348/67111528
[pid=8557] ppid=8555 vsize=320264 CPUtime=0.56 cores=1,3,5,7
/proc/8557/stat : 8557 (python) S 8555 8557 7291 0 -1 4202496 12227 932 1 0 43 13 0 0 25 0 5 0 658245823 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8557/statm: 80066 7255 1873 364 0 15975 0
[pid=8563] ppid=8557 vsize=278644 CPUtime=0 cores=1,3,5,7
/proc/8563/stat : 8563 (python) S 8557 8557 7291 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 658245900 285331456 5591 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987599 0 0 16781312 514 11638022995926024453 0 0 17 3 0 0 0
/proc/8563/statm: 69661 5591 377 364 0 5579 0
[pid=8565] ppid=8563 vsize=1017800 CPUtime=5.51 cores=1,3,5,7
/proc/8565/stat : 8565 (gnovelty+2) R 8563 8565 8565 0 -1 4202496 446 0 0 0 551 0 0 0 25 0 1 0 658245901 1042227200 182 33554432000 134512640 135663704 4288403504 18446744073709551615 134545183 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8565/statm: 254450 182 113 282 0 254166 0
[pid=8566] ppid=8557 vsize=289372 CPUtime=0.01 cores=1,3,5,7
/proc/8566/stat : 8566 (python) S 8557 8557 7291 0 -1 4202560 918 0 0 0 1 0 0 0 15 0 1 0 658245901 296316928 5724 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 2343899859725025542 0 0 17 3 0 0 0
/proc/8566/statm: 72343 5724 371 364 0 8258 0
[pid=8568] ppid=8566 vsize=3628 CPUtime=5.5 cores=1,3,5,7
/proc/8568/stat : 8568 (march_hi) R 8566 8568 8568 0 -1 4202496 888 0 0 0 550 0 0 0 25 0 1 0 658245902 3715072 624 33554432000 4194304 4955518 140736395905184 18446744073709551615 4286830 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8568/statm: 907 624 104 186 0 720 0
[pid=8569] ppid=8557 vsize=299156 CPUtime=0 cores=1,3,5,7
/proc/8569/stat : 8569 (python) S 8557 8557 7291 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 658245902 306335744 5625 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 17275381014620766470 0 0 17 3 0 0 0
/proc/8569/statm: 74789 5625 371 364 0 10701 0
[pid=8571] ppid=8569 vsize=1017800 CPUtime=5.45 cores=1,3,5,7
/proc/8571/stat : 8571 (gnovelty+2) R 8569 8571 8571 0 -1 4202496 441 0 0 0 545 0 0 0 25 0 1 0 658245903 1042227200 182 33554432000 134512640 135663704 4292048944 18446744073709551615 134546752 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8571/statm: 254450 182 113 282 0 254166 0
[pid=8572] ppid=8557 vsize=310020 CPUtime=0.01 cores=1,3,5,7
/proc/8572/stat : 8572 (python) S 8557 8557 7291 0 -1 4202560 915 0 0 0 1 0 0 0 15 0 1 0 658245903 317460480 5749 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 10997868634537165060 0 0 17 7 0 0 0
/proc/8572/statm: 77505 5749 371 364 0 13414 0
[pid=8574] ppid=8572 vsize=3628 CPUtime=5.4 cores=1,3,5,7
/proc/8574/stat : 8574 (march_hi) R 8572 8574 8574 0 -1 4202496 880 0 0 0 540 0 0 0 25 0 1 0 658245904 3715072 619 33554432000 4194304 4955518 140733750466416 18446744073709551615 4238372 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8574/statm: 907 619 104 186 0 720 0
[pid=8557/tid=8564] ppid=8555 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8564/stat : 8564 (python) S 8555 8557 7291 0 -1 4202560 23 932 0 0 0 0 0 0 19 0 5 0 658245900 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8567] ppid=8555 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8567/stat : 8567 (python) S 8555 8557 7291 0 -1 4202560 35 932 0 0 0 0 0 0 21 0 5 0 658245901 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8570] ppid=8555 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8570/stat : 8570 (python) S 8555 8557 7291 0 -1 4202560 22 932 0 0 0 0 0 0 23 0 5 0 658245903 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 3 0 0 0
[pid=8557/tid=8573] ppid=8555 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8573/stat : 8573 (python) S 8555 8557 7291 0 -1 4202560 25 932 0 0 0 0 0 0 25 0 5 0 658245904 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.44
Current children cumulated vsize (KiB) 3540312

[startup+12.7005 s]
/proc/loadavg: 1.61 3.59 5.82 5/361 8574
/proc/meminfo: memFree=17016572/32950928 swapFree=67111348/67111528
[pid=8557] ppid=8555 vsize=320264 CPUtime=0.56 cores=1,3,5,7
/proc/8557/stat : 8557 (python) S 8555 8557 7291 0 -1 4202496 12227 932 1 0 43 13 0 0 25 0 5 0 658245823 327950336 7255 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8557/statm: 80066 7255 1873 364 0 15975 0
[pid=8563] ppid=8557 vsize=278644 CPUtime=0.02 cores=1,3,5,7
/proc/8563/stat : 8563 (python) S 8557 8557 7291 0 -1 4202560 892 0 0 0 1 1 0 0 18 0 1 0 658245900 285331456 5591 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987599 0 0 16781312 514 9961276280487772421 0 0 17 3 0 0 0
/proc/8563/statm: 69661 5591 377 364 0 5579 0
[pid=8565] ppid=8563 vsize=1017800 CPUtime=11.91 cores=1,3,5,7
/proc/8565/stat : 8565 (gnovelty+2) R 8563 8565 8565 0 -1 4202496 446 0 0 0 1191 0 0 0 25 0 1 0 658245901 1042227200 182 33554432000 134512640 135663704 4288403504 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8565/statm: 254450 182 113 282 0 254166 0
[pid=8566] ppid=8557 vsize=289372 CPUtime=0.03 cores=1,3,5,7

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

[pid=8582/tid=8611] ppid=8557 vsize=330532 CPUtime=0 cores=1,3,5,7
/proc/8582/task/8611/stat : 8611 (python) S 8557 8557 7291 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658324085 338464768 5805 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 514 18446604461994582144 0 0 -1 5 0 0 0
[pid=8598] ppid=8557 vsize=340944 CPUtime=1.94 cores=1,3,5,7
/proc/8598/stat : 8598 (python) S 8557 8557 7291 0 -1 4202560 1010 0 0 0 101 93 0 0 15 0 1 0 658295242 349126656 5808 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 9848101353912500486 0 0 17 7 0 0 0
/proc/8598/statm: 85236 5808 372 364 0 21136 0
[pid=8600] ppid=8598 vsize=123340 CPUtime=694.07 cores=1,3,5,7
/proc/8600/stat : 8600 (march_hi) R 8598 8600 8600 0 -1 4202496 20991 0 0 0 69403 4 0 0 25 0 1 0 658295242 126300160 20698 33554432000 4194304 4955518 140735786000592 18446744073709551615 4227647 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8600/statm: 30835 20698 104 186 0 30648 0
[pid=8606] ppid=8557 vsize=351200 CPUtime=1.39 cores=1,3,5,7
/proc/8606/stat : 8606 (python) S 8557 8557 7291 0 -1 4202560 1046 0 0 0 76 63 0 0 15 0 1 0 658314874 359628800 5817 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 12628519969953382663 0 0 17 7 0 0 0
/proc/8606/statm: 87800 5817 377 364 0 23697 0
[pid=8608] ppid=8606 vsize=77644 CPUtime=505.08 cores=1,3,5,7
/proc/8608/stat : 8608 (march_hi) R 8606 8608 8608 0 -1 4202496 16035 0 0 0 50505 3 0 0 25 0 1 0 658314875 79507456 15739 33554432000 4194304 4955518 140736832388976 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8608/statm: 19411 15739 104 186 0 19224 0
[pid=8557/tid=8564] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8564/stat : 8564 (python) S 8555 8557 7291 0 -1 4202560 23 932 0 0 0 0 0 0 19 0 9 0 658245900 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8567] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8567/stat : 8567 (python) S 8555 8557 7291 0 -1 4202560 45 932 0 0 0 0 0 0 18 0 9 0 658245901 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8570] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8570/stat : 8570 (python) S 8555 8557 7291 0 -1 4202560 22 932 0 0 0 0 0 0 23 0 9 0 658245903 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 3 0 0 0
[pid=8557/tid=8573] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8573/stat : 8573 (python) S 8555 8557 7291 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 658245904 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8579] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8579/stat : 8579 (python) S 8555 8557 7291 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 658255926 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8583] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8583/stat : 8583 (python) S 8555 8557 7291 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 658255929 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8599] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8599/stat : 8599 (python) S 8555 8557 7291 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 658295242 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8607] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8607/stat : 8607 (python) S 8555 8557 7291 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 658314874 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4776.84
Current children cumulated vsize (KiB) 5664668

[startup+1199.1 s]
/proc/loadavg: 4.13 4.10 4.55 5/379 8624
/proc/meminfo: memFree=16460984/32950928 swapFree=67111348/67111528
[pid=8557] ppid=8555 vsize=361632 CPUtime=0.65 cores=1,3,5,7
/proc/8557/stat : 8557 (python) S 8555 8557 7291 0 -1 4202496 16207 932 1 0 50 15 0 0 18 0 9 0 658245823 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8557/statm: 90408 7374 1890 364 0 26305 0
[pid=8563] ppid=8557 vsize=288888 CPUtime=0.24 cores=1,3,5,7
/proc/8563/stat : 8563 (python) S 8557 8557 7291 0 -1 4202560 1159 0 0 0 12 12 0 0 19 0 2 0 658245900 295821312 5635 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/8563/statm: 72222 5635 416 364 0 8140 0
[pid=8565] ppid=8563 vsize=1017800 CPUtime=100.23 cores=1,3,5,7
/proc/8565/stat : 8565 (gnovelty+2) T 8563 8565 8565 0 -1 4202496 446 0 0 0 10023 0 0 0 25 0 1 0 658245901 1042227200 182 33554432000 134512640 135663704 4288403504 18446744073709551615 134525715 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/8565/statm: 254450 182 113 282 0 254166 0
[pid=8563/tid=8577] ppid=8557 vsize=288888 CPUtime=0 cores=1,3,5,7
/proc/8563/task/8577/stat : 8577 (python) S 8557 8557 7291 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 658255925 295821312 5635 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 514 18446604464212316224 0 0 -1 3 0 0 0
[pid=8566] ppid=8557 vsize=289372 CPUtime=2.92 cores=1,3,5,7
/proc/8566/stat : 8566 (python) S 8557 8557 7291 0 -1 4202560 1151 0 0 0 149 143 0 0 15 0 2 0 658245901 296316928 5754 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8566/statm: 72343 5754 400 364 0 8258 0
[pid=8568] ppid=8566 vsize=167540 CPUtime=1098.44 cores=1,3,5,7
/proc/8568/stat : 8568 (march_hi) R 8566 8568 8568 0 -1 4202496 31796 0 0 0 109837 7 0 0 25 0 1 0 658245902 171560960 31502 33554432000 4194304 4955518 140736395905184 18446744073709551615 4209672 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8568/statm: 41885 31502 104 186 0 41698 0
[pid=8566/tid=8594] ppid=8557 vsize=289372 CPUtime=0 cores=1,3,5,7
/proc/8566/task/8594/stat : 8594 (python) S 8557 8557 7291 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 658285493 296316928 5754 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 514 18446604457753392256 0 0 -1 1 0 0 0
[pid=8569] ppid=8557 vsize=299156 CPUtime=0.25 cores=1,3,5,7
/proc/8569/stat : 8569 (python) S 8557 8557 7291 0 -1 4202560 1092 0 0 0 12 13 0 0 19 0 2 0 658245902 306335744 5655 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/8569/statm: 74789 5655 400 364 0 10701 0
[pid=8571] ppid=8569 vsize=1017800 CPUtime=99.69 cores=1,3,5,7
/proc/8571/stat : 8571 (gnovelty+2) T 8569 8571 8571 0 -1 4202496 441 0 0 0 9969 0 0 0 25 0 1 0 658245903 1042227200 182 33554432000 134512640 135663704 4292048944 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/8571/statm: 254450 182 113 282 0 254166 0
[pid=8569/tid=8581] ppid=8557 vsize=299156 CPUtime=0 cores=1,3,5,7
/proc/8569/task/8581/stat : 8581 (python) S 8557 8557 7291 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658255928 306335744 5655 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 514 18446604465524865920 0 0 -1 3 0 0 0
[pid=8572] ppid=8557 vsize=310020 CPUtime=1.33 cores=1,3,5,7
/proc/8572/stat : 8572 (python) S 8557 8557 7291 0 -1 4202560 1164 0 0 0 70 63 0 0 15 0 2 0 658245903 317460480 5779 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8572/statm: 77505 5779 400 364 0 13414 0
[pid=8574] ppid=8572 vsize=77644 CPUtime=490.8 cores=1,3,5,7
/proc/8574/stat : 8574 (march_hi) T 8572 8574 8574 0 -1 4202496 15633 0 0 0 49079 1 0 0 25 0 1 0 658245904 79507456 15342 33554432000 4194304 4955518 140733750466416 18446744073709551615 4224615 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/8574/statm: 19411 15342 104 186 0 19224 0
[pid=8572/tid=8593] ppid=8557 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8593/stat : 8593 (python) S 8557 8557 7291 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658285004 317460480 5779 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 514 18446604459768301376 0 0 -1 5 0 0 0
[pid=8578] ppid=8557 vsize=320276 CPUtime=1.82 cores=1,3,5,7
/proc/8578/stat : 8578 (python) S 8557 8557 7291 0 -1 4202560 1147 0 0 0 96 86 0 0 16 0 2 0 658255926 327962624 5799 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/8578/statm: 80069 5799 400 364 0 15975 0
[pid=8580] ppid=8578 vsize=123340 CPUtime=680.98 cores=1,3,5,7
/proc/8580/stat : 8580 (march_hi) T 8578 8580 8580 0 -1 4202496 20827 0 0 0 68095 3 0 0 25 0 1 0 658255926 126300160 20537 33554432000 4194304 4955518 140735140678624 18446744073709551615 4209699 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/8580/statm: 30835 20537 104 186 0 30648 0
[pid=8578/tid=8612] ppid=8557 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/8578/task/8612/stat : 8612 (python) S 8557 8557 7291 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658324197 327962624 5799 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 514 18446604461994583936 0 0 -1 3 0 0 0
[pid=8582] ppid=8557 vsize=330532 CPUtime=2.94 cores=1,3,5,7
/proc/8582/stat : 8582 (python) S 8557 8557 7291 0 -1 4202560 1153 0 0 0 152 142 0 0 15 0 2 0 658255929 338464768 5805 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8582/statm: 82633 5805 400 364 0 18536 0
[pid=8584] ppid=8582 vsize=167540 CPUtime=1095.67 cores=1,3,5,7
/proc/8584/stat : 8584 (march_hi) R 8582 8584 8584 0 -1 4202496 31751 0 0 0 109560 7 0 0 25 0 1 0 658255929 171560960 31459 33554432000 4194304 4955518 140734797882528 18446744073709551615 4296032 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8584/statm: 41885 31459 104 186 0 41698 0
[pid=8582/tid=8611] ppid=8557 vsize=330532 CPUtime=0 cores=1,3,5,7
/proc/8582/task/8611/stat : 8611 (python) S 8557 8557 7291 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658324085 338464768 5805 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 514 18446604461994582144 0 0 -1 5 0 0 0
[pid=8598] ppid=8557 vsize=340944 CPUtime=1.94 cores=1,3,5,7
/proc/8598/stat : 8598 (python) S 8557 8557 7291 0 -1 4202560 1010 0 0 0 101 93 0 0 15 0 1 0 658295242 349126656 5808 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 9848101353912500486 0 0 17 7 0 0 0
/proc/8598/statm: 85236 5808 372 364 0 21136 0
[pid=8600] ppid=8598 vsize=123340 CPUtime=694.84 cores=1,3,5,7
/proc/8600/stat : 8600 (march_hi) R 8598 8600 8600 0 -1 4202496 21011 0 0 0 69480 4 0 0 25 0 1 0 658295242 126300160 20718 33554432000 4194304 4955518 140735786000592 18446744073709551615 4286672 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8600/statm: 30835 20718 104 186 0 30648 0
[pid=8606] ppid=8557 vsize=351200 CPUtime=1.4 cores=1,3,5,7
/proc/8606/stat : 8606 (python) S 8557 8557 7291 0 -1 4202560 1046 0 0 0 77 63 0 0 15 0 1 0 658314874 359628800 5817 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 9961276280487772423 0 0 17 7 0 0 0
/proc/8606/statm: 87800 5817 377 364 0 23697 0
[pid=8608] ppid=8606 vsize=77644 CPUtime=505.88 cores=1,3,5,7
/proc/8608/stat : 8608 (march_hi) R 8606 8608 8608 0 -1 4202496 16059 0 0 0 50585 3 0 0 25 0 1 0 658314875 79507456 15763 33554432000 4194304 4955518 140736832388976 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8608/statm: 19411 15763 104 186 0 19224 0
[pid=8557/tid=8564] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8564/stat : 8564 (python) S 8555 8557 7291 0 -1 4202560 23 932 0 0 0 0 0 0 19 0 9 0 658245900 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8567] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8567/stat : 8567 (python) S 8555 8557 7291 0 -1 4202560 45 932 0 0 0 0 0 0 18 0 9 0 658245901 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8570] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8570/stat : 8570 (python) S 8555 8557 7291 0 -1 4202560 22 932 0 0 0 0 0 0 23 0 9 0 658245903 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 3 0 0 0
[pid=8557/tid=8573] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8573/stat : 8573 (python) S 8555 8557 7291 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 658245904 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8579] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8579/stat : 8579 (python) S 8555 8557 7291 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 658255926 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8583] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8583/stat : 8583 (python) S 8555 8557 7291 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 658255929 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8599] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8599/stat : 8599 (python) S 8555 8557 7291 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 658295242 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8607] ppid=8555 vsize=361632 CPUtime=0 cores=1,3,5,7
/proc/8557/task/8607/stat : 8607 (python) S 8555 8557 7291 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 658314874 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4780.02
Current children cumulated vsize (KiB) 5664668

[startup+1199.5 s]
/proc/loadavg: 4.13 4.10 4.55 5/379 8624
/proc/meminfo: memFree=16460984/32950928 swapFree=67111348/67111528
[pid=8557] ppid=8555 vsize=361632 CPUtime=1376.07 cores=1,3,5,7
/proc/8557/stat : 8557 (python) S 8555 8557 7291 0 -1 4202496 16219 42938 1 0 51 15 137359 182 17 0 9 0 658245823 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485797695 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8557/statm: 90408 7374 1890 364 0 26305 0
[pid=8566] ppid=8557 vsize=289372 CPUtime=2.93 cores=1,3,5,7
/proc/8566/stat : 8566 (python) S 8557 8557 7291 0 -1 4202560 1155 0 0 0 150 143 0 0 16 0 2 0 658245901 296316928 5754 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485797695 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8566/statm: 72343 5754 400 364 0 8258 0
[pid=8568] ppid=8566 vsize=0 CPUtime=1098.8 cores=1,3,5,7
/proc/8568/stat : 8568 (march_hi) R 8566 8568 8568 0 -1 4203524 31805 0 0 0 109873 7 0 0 25 0 1 0 658245902 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8568/statm: 0 0 0 0 0 0 0
[pid=8566/tid=8594] ppid=8557 vsize=289372 CPUtime=0 cores=1,3,5,7
/proc/8566/task/8594/stat : 8594 (python) S 8557 8557 7291 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 658285493 296316928 5754 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781824 2 18446604457753392256 0 0 -1 1 0 0 0
[pid=8582] ppid=8557 vsize=330532 CPUtime=2.94 cores=1,3,5,7
/proc/8582/stat : 8582 (python) S 8557 8557 7291 0 -1 4202560 1153 0 0 0 152 142 0 0 15 0 2 0 658255929 338464768 5805 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8582/statm: 82633 5805 400 364 0 18536 0
[pid=8584] ppid=8582 vsize=167540 CPUtime=1096.07 cores=1,3,5,7
/proc/8584/stat : 8584 (march_hi) R 8582 8584 8584 0 -1 4202496 31763 0 0 0 109600 7 0 0 25 0 1 0 658255929 171560960 31471 33554432000 4194304 4955518 140734797882528 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8584/statm: 41885 31471 104 186 0 41698 0
[pid=8582/tid=8611] ppid=8557 vsize=330532 CPUtime=0 cores=1,3,5,7
/proc/8582/task/8611/stat : 8611 (python) S 8557 8557 7291 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658324085 338464768 5805 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 514 18446604461994582144 0 0 -1 5 0 0 0
[pid=8598] ppid=8557 vsize=340944 CPUtime=1.94 cores=1,3,5,7
/proc/8598/stat : 8598 (python) S 8557 8557 7291 0 -1 4202560 1010 0 0 0 101 93 0 0 15 0 1 0 658295242 349126656 5808 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 9848101353912500486 0 0 17 7 0 0 0
/proc/8598/statm: 85236 5808 372 364 0 21136 0
[pid=8600] ppid=8598 vsize=123340 CPUtime=695.23 cores=1,3,5,7
/proc/8600/stat : 8600 (march_hi) R 8598 8600 8600 0 -1 4202496 21021 0 0 0 69519 4 0 0 25 0 1 0 658295242 126300160 20728 33554432000 4194304 4955518 140735786000592 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8600/statm: 30835 20728 104 186 0 30648 0
[pid=8606] ppid=8557 vsize=351200 CPUtime=1.4 cores=1,3,5,7
/proc/8606/stat : 8606 (python) S 8557 8557 7291 0 -1 4202560 1046 0 0 0 77 63 0 0 15 0 1 0 658314874 359628800 5817 33554432000 4194304 5683644 140734681419168 18446744073709551615 274473987654 0 0 16781312 514 9961276280487772423 0 0 17 7 0 0 0
/proc/8606/statm: 87800 5817 377 364 0 23697 0
[pid=8608] ppid=8606 vsize=77644 CPUtime=506.28 cores=1,3,5,7
/proc/8608/stat : 8608 (march_hi) R 8606 8608 8608 0 -1 4202496 16071 0 0 0 50625 3 0 0 25 0 1 0 658314875 79507456 15775 33554432000 4194304 4955518 140736832388976 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8608/statm: 19411 15775 104 186 0 19224 0
[pid=8557/tid=8564] ppid=8555 vsize=361632 CPUtime=1375.41 cores=1,3,5,7
/proc/8557/task/8564/stat : 8564 (python) S 8555 8557 7291 0 -1 4202560 23 42938 0 0 0 0 137359 182 19 0 9 0 658245900 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8567] ppid=8555 vsize=361632 CPUtime=1375.41 cores=1,3,5,7
/proc/8557/task/8567/stat : 8567 (python) S 8555 8557 7291 0 -1 4202560 45 42938 0 0 0 0 137359 182 18 0 9 0 658245901 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8570] ppid=8555 vsize=361632 CPUtime=1375.41 cores=1,3,5,7
/proc/8557/task/8570/stat : 8570 (python) S 8555 8557 7291 0 -1 4202560 22 42938 0 0 0 0 137359 182 23 0 9 0 658245903 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 3 0 0 0
[pid=8557/tid=8573] ppid=8555 vsize=361632 CPUtime=1375.41 cores=1,3,5,7
/proc/8557/task/8573/stat : 8573 (python) S 8555 8557 7291 0 -1 4202560 30 42938 0 0 0 0 137359 182 18 0 9 0 658245904 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8579] ppid=8555 vsize=361632 CPUtime=1375.41 cores=1,3,5,7
/proc/8557/task/8579/stat : 8579 (python) S 8555 8557 7291 0 -1 4202560 25 42938 0 0 0 0 137359 182 20 0 9 0 658255926 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8583] ppid=8555 vsize=361632 CPUtime=1375.41 cores=1,3,5,7
/proc/8557/task/8583/stat : 8583 (python) S 8555 8557 7291 0 -1 4202560 32 42938 0 0 0 0 137359 182 18 0 9 0 658255929 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8599] ppid=8555 vsize=361632 CPUtime=1375.41 cores=1,3,5,7
/proc/8557/task/8599/stat : 8599 (python) S 8555 8557 7291 0 -1 4202560 25 42938 0 0 0 0 137359 182 20 0 9 0 658295242 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
[pid=8557/tid=8607] ppid=8555 vsize=361632 CPUtime=1375.41 cores=1,3,5,7
/proc/8557/task/8607/stat : 8607 (python) S 8555 8557 7291 0 -1 4202560 28 42938 0 0 0 0 137359 182 20 0 9 0 658314874 370311168 7374 33554432000 4194304 5683644 140734681419168 18446744073709551615 274485791153 0 0 16781312 2 18446604461994583040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4781.66
Current children cumulated vsize (KiB) 2042204

Child status: 0
Real time (s): 1199.54
CPU time (s): 4781.85
CPU user time (s): 4775.18
CPU system time (s): 6.67298
CPU usage (%): 398.639
Max. virtual memory (cumulated for all children) (KiB): 5664668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4775.18
system time used= 6.67298
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168384
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= 9745
involuntary context switches= 24023

runsolver used 3.98839 second user time and 9.72652 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 15:34:21
IDJOB=3378616
IDBENCH=83025
IDSOLVER=1859
FILE ID=node125/3378616-1305466461
RUNJOBID= node125-1305462615-7310
PBS_JOBID= 13324969
Free space on /tmp= 73188 MiB

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

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

MD5SUM BENCH= 63be53becd3199de3ebad3751e577715
RANDOM SEED=671269433

node125.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.828
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.828
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:      17063176 kB
Buffers:        296176 kB
Cached:        4724060 kB
SwapCached:          0 kB
Active:       11806740 kB
Inactive:      3694728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17063176 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31860 kB
Writeback:           0 kB
AnonPages:    10480952 kB
Mapped:          34604 kB
Slab:           280116 kB
PageTables:      41084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78497964 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= 73160 MiB
End job on node125 at 2011-05-15 15:54:21