Trace number 3378672

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)UNSAT 27.6058 9.63512

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1825761395-059.UNKNOWN.cnf
MD5SUM0e5f93b3b44a8a3d689954a8a212e867
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.90595
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
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 51597
Number of clauses of size over 50

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3378672-1305466908.cnf
0.31/0.45	c INFO: computing task features
0.31/0.46	c INFO: computed variable-clause graph statistics
0.31/0.46	c INFO: computed clause balance statistics
0.40/0.50	c INFO: computed variable balance statistics
0.40/0.52	c INFO: computed small-clause counts
0.40/0.52	c INFO: computed Horn-clause counts
0.40/0.52	c INFO: computed variable graph statistics
0.40/0.52	c INFO: collected features for HOME/instance-3378672-1305466908.cnf in 0.07 s
0.40/0.53	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.60)
0.40/0.54	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.38)
0.40/0.55	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.34)
0.40/0.56	c INFO: running march_hi@0 for 194 with 1199 remaining (b = 0.18)
27.45/9.61	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3378672-1305466908/watcher-3378672-1305466908 -o /tmp/evaluation-result-3378672-1305466908/solver-3378672-1305466908 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378672-1305466908.cnf -seed 1506279063 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 9.79 10.12 9.98 7/459 4368
/proc/meminfo: memFree=26288500/32950928 swapFree=60199044/67111528
[pid=4368] ppid=4366 vsize=15908 CPUtime=0 cores=0,2,4,6
/proc/4368/stat : 4368 (python) S 4366 4368 2082 0 -1 4202496 958 0 0 0 0 0 0 0 25 0 1 0 658289566 16289792 834 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/4368/statm: 3977 834 357 364 0 464 0

[startup+0.071419 s]
/proc/loadavg: 9.79 10.12 9.98 7/459 4368
/proc/meminfo: memFree=26288500/32950928 swapFree=60199044/67111528
[pid=4368] ppid=4366 vsize=84524 CPUtime=0.04 cores=0,2,4,6
/proc/4368/stat : 4368 (python) R 4366 4368 2082 0 -1 4202496 2272 0 0 0 3 1 0 0 25 0 1 0 658289566 86552576 2017 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272715548 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4368/statm: 21131 2017 633 364 0 1335 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84524

[startup+0.100595 s]
/proc/loadavg: 9.79 10.12 9.98 7/459 4368
/proc/meminfo: memFree=26288500/32950928 swapFree=60199044/67111528
[pid=4368] ppid=4366 vsize=104616 CPUtime=0.07 cores=0,2,4,6
/proc/4368/stat : 4368 (python) S 4366 4368 2082 0 -1 4202496 3145 0 0 0 5 2 0 0 25 0 1 0 658289566 107126784 2822 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/4368/statm: 26154 2822 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.300468 s]
/proc/loadavg: 9.79 10.12 9.98 7/459 4368
/proc/meminfo: memFree=26288500/32950928 swapFree=60199044/67111528
[pid=4368] ppid=4366 vsize=198916 CPUtime=0.23 cores=0,2,4,6
/proc/4368/stat : 4368 (python) R 4366 4368 2082 0 -1 4202496 7023 934 1 0 17 6 0 0 25 0 1 0 658289566 203689984 5053 33554432000 4194304 5683644 140734905881888 18446744073709551615 47783931824384 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4368/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700397 s]
/proc/loadavg: 9.79 10.12 9.98 7/459 4368
/proc/meminfo: memFree=26288500/32950928 swapFree=60199044/67111528
[pid=4368] ppid=4366 vsize=320156 CPUtime=0.47 cores=0,2,4,6
/proc/4368/stat : 4368 (python) S 4366 4368 2082 0 -1 4202496 12172 934 1 0 39 8 0 0 25 0 5 0 658289566 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4368/statm: 80039 7228 1873 364 0 15948 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 320156

[startup+1.50125 s]
/proc/loadavg: 9.79 10.12 9.98 12/472 4386
/proc/meminfo: memFree=26249456/32950928 swapFree=60199044/67111528
[pid=4368] ppid=4366 vsize=320156 CPUtime=0.47 cores=0,2,4,6
/proc/4368/stat : 4368 (python) S 4366 4368 2082 0 -1 4202496 12172 934 1 0 39 8 0 0 25 0 5 0 658289566 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4368/statm: 80039 7228 1873 364 0 15948 0
[pid=4375] ppid=4368 vsize=278468 CPUtime=0 cores=0,2,4,6
/proc/4375/stat : 4375 (python) S 4368 4368 2082 0 -1 4202560 735 0 0 0 0 0 0 0 25 0 1 0 658289620 285151232 5524 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709135 0 0 16781312 514 8304504951137107967 0 0 17 0 0 0 0
/proc/4375/statm: 69617 5524 354 364 0 5535 0
[pid=4377] ppid=4375 vsize=1017800 CPUtime=0.61 cores=0,2,4,6
/proc/4377/stat : 4377 (gnovelty+2) R 4375 4377 4377 0 -1 4202496 424 0 0 0 61 0 0 0 25 0 1 0 658289620 1042227200 161 33554432000 134512640 135663704 4292082448 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4377/statm: 254450 161 113 282 0 254166 0
[pid=4378] ppid=4368 vsize=289232 CPUtime=0 cores=0,2,4,6
/proc/4378/stat : 4378 (python) S 4368 4368 2082 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 658289621 296173568 5666 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 12815859159140368642 0 0 17 0 0 0 0
/proc/4378/statm: 72308 5666 348 364 0 8223 0
[pid=4380] ppid=4378 vsize=1420 CPUtime=0.95 cores=0,2,4,6
/proc/4380/stat : 4380 (march_hi) R 4378 4380 4380 0 -1 4202496 474 0 0 0 95 0 0 0 25 0 1 0 658289621 1454080 208 33554432000 4194304 4955518 140736277516672 18446744073709551615 4285738 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4380/statm: 355 208 106 186 0 168 0
[pid=4381] ppid=4368 vsize=299116 CPUtime=0 cores=0,2,4,6
/proc/4381/stat : 4381 (python) S 4368 4368 2082 0 -1 4202560 751 0 0 0 0 0 0 0 17 0 1 0 658289622 306294784 5560 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 9943019993715147010 0 0 17 6 0 0 0
/proc/4381/statm: 74779 5560 348 364 0 10691 0
[pid=4385] ppid=4381 vsize=1420 CPUtime=0.91 cores=0,2,4,6
/proc/4385/stat : 4385 (march_hi) R 4381 4385 4385 0 -1 4202496 473 0 0 0 91 0 0 0 25 0 1 0 658289623 1454080 209 33554432000 4194304 4955518 140736790886112 18446744073709551615 4208576 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4385/statm: 355 209 106 186 0 168 0
[pid=4383] ppid=4368 vsize=309912 CPUtime=0 cores=0,2,4,6
/proc/4383/stat : 4383 (python) S 4368 4368 2082 0 -1 4202560 758 0 0 0 0 0 0 0 17 0 1 0 658289623 317349888 5699 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 1577491876653531394 0 0 17 6 0 0 0
/proc/4383/statm: 77478 5699 348 364 0 13387 0
[pid=4386] ppid=4383 vsize=1420 CPUtime=0.33 cores=0,2,4,6
/proc/4386/stat : 4386 (march_hi) R 4383 4386 4386 0 -1 4202496 470 0 0 0 33 0 0 0 25 0 1 0 658289623 1454080 209 33554432000 4194304 4955518 140736700066192 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4386/statm: 355 209 106 186 0 168 0
[pid=4368/tid=4376] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4376/stat : 4376 (python) S 4366 4368 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658289620 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 0 0 0 0
[pid=4368/tid=4379] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4379/stat : 4379 (python) S 4366 4368 2082 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 658289621 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4382] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4382/stat : 4382 (python) S 4366 4368 2082 0 -1 4202560 37 934 0 0 0 0 0 0 25 0 5 0 658289622 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4384] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4384/stat : 4384 (python) S 4366 4368 2082 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658289623 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 2518944

[startup+3.10097 s]
/proc/loadavg: 9.79 10.12 9.98 11/472 4386
/proc/meminfo: memFree=26248464/32950928 swapFree=60199044/67111528
[pid=4368] ppid=4366 vsize=320156 CPUtime=0.47 cores=0,2,4,6
/proc/4368/stat : 4368 (python) S 4366 4368 2082 0 -1 4202496 12172 934 1 0 39 8 0 0 25 0 5 0 658289566 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4368/statm: 80039 7228 1873 364 0 15948 0
[pid=4375] ppid=4368 vsize=278468 CPUtime=0 cores=0,2,4,6
/proc/4375/stat : 4375 (python) S 4368 4368 2082 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 658289620 285151232 5524 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709135 0 0 16781312 514 8304504951137075457 0 0 17 0 0 0 0
/proc/4375/statm: 69617 5524 354 364 0 5535 0
[pid=4377] ppid=4375 vsize=1017800 CPUtime=1.45 cores=0,2,4,6
/proc/4377/stat : 4377 (gnovelty+2) R 4375 4377 4377 0 -1 4202496 424 0 0 0 145 0 0 0 25 0 1 0 658289620 1042227200 161 33554432000 134512640 135663704 4292082448 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4377/statm: 254450 161 113 282 0 254166 0
[pid=4378] ppid=4368 vsize=289232 CPUtime=0 cores=0,2,4,6
/proc/4378/stat : 4378 (python) S 4368 4368 2082 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 658289621 296173568 5666 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 12815859159140368642 0 0 17 0 0 0 0
/proc/4378/statm: 72308 5666 348 364 0 8223 0
[pid=4380] ppid=4378 vsize=1420 CPUtime=2.55 cores=0,2,4,6
/proc/4380/stat : 4380 (march_hi) R 4378 4380 4380 0 -1 4202496 475 0 0 0 255 0 0 0 25 0 1 0 658289621 1454080 209 33554432000 4194304 4955518 140736277516672 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4380/statm: 355 209 106 186 0 168 0
[pid=4381] ppid=4368 vsize=299116 CPUtime=0 cores=0,2,4,6
/proc/4381/stat : 4381 (python) S 4368 4368 2082 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 658289622 306294784 5560 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 9943019993715147010 0 0 17 6 0 0 0
/proc/4381/statm: 74779 5560 348 364 0 10691 0
[pid=4385] ppid=4381 vsize=1420 CPUtime=2.49 cores=0,2,4,6
/proc/4385/stat : 4385 (march_hi) R 4381 4385 4385 0 -1 4202496 474 0 0 0 249 0 0 0 25 0 1 0 658289623 1454080 210 33554432000 4194304 4955518 140736790886112 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4385/statm: 355 210 106 186 0 168 0
[pid=4383] ppid=4368 vsize=309912 CPUtime=0 cores=0,2,4,6
/proc/4383/stat : 4383 (python) S 4368 4368 2082 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 658289623 317349888 5699 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 1547808910994276610 0 0 17 6 0 0 0
/proc/4383/statm: 77478 5699 348 364 0 13387 0
[pid=4386] ppid=4383 vsize=1420 CPUtime=1.09 cores=0,2,4,6
/proc/4386/stat : 4386 (march_hi) R 4383 4386 4386 0 -1 4202496 470 0 0 0 109 0 0 0 25 0 1 0 658289623 1454080 209 33554432000 4194304 4955518 140736700066192 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4386/statm: 355 209 106 186 0 168 0
[pid=4368/tid=4376] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4376/stat : 4376 (python) S 4366 4368 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658289620 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 0 0 0 0
[pid=4368/tid=4379] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4379/stat : 4379 (python) S 4366 4368 2082 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 658289621 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4382] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4382/stat : 4382 (python) S 4366 4368 2082 0 -1 4202560 37 934 0 0 0 0 0 0 25 0 5 0 658289622 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4384] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4384/stat : 4384 (python) S 4366 4368 2082 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658289623 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 2518944

[startup+6.3014 s]
/proc/loadavg: 9.88 10.13 9.98 11/472 4386
/proc/meminfo: memFree=26247652/32950928 swapFree=60199044/67111528
[pid=4368] ppid=4366 vsize=320156 CPUtime=0.47 cores=0,2,4,6
/proc/4368/stat : 4368 (python) S 4366 4368 2082 0 -1 4202496 12172 934 1 0 39 8 0 0 25 0 5 0 658289566 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4368/statm: 80039 7228 1873 364 0 15948 0
[pid=4375] ppid=4368 vsize=278468 CPUtime=0.01 cores=0,2,4,6
/proc/4375/stat : 4375 (python) S 4368 4368 2082 0 -1 4202560 892 0 0 0 1 0 0 0 18 0 1 0 658289620 285151232 5546 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709135 0 0 16781312 514 8304504951137075457 0 0 17 0 0 0 0
/proc/4375/statm: 69617 5546 376 364 0 5535 0
[pid=4377] ppid=4375 vsize=1017800 CPUtime=3.05 cores=0,2,4,6
/proc/4377/stat : 4377 (gnovelty+2) R 4375 4377 4377 0 -1 4202496 424 0 0 0 305 0 0 0 25 0 1 0 658289620 1042227200 161 33554432000 134512640 135663704 4292082448 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4377/statm: 254450 161 113 282 0 254166 0
[pid=4378] ppid=4368 vsize=289232 CPUtime=0.01 cores=0,2,4,6
/proc/4378/stat : 4378 (python) S 4368 4368 2082 0 -1 4202560 928 0 0 0 1 0 0 0 15 0 1 0 658289621 296173568 5689 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 12815859159140368642 0 0 17 0 0 0 0
/proc/4378/statm: 72308 5689 371 364 0 8223 0
[pid=4380] ppid=4378 vsize=1420 CPUtime=5.7 cores=0,2,4,6
/proc/4380/stat : 4380 (march_hi) R 4378 4380 4380 0 -1 4202496 484 0 0 0 570 0 0 0 25 0 1 0 658289621 1454080 218 33554432000 4194304 4955518 140736277516672 18446744073709551615 4308669 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4380/statm: 355 218 106 186 0 168 0
[pid=4381] ppid=4368 vsize=299116 CPUtime=0.02 cores=0,2,4,6
/proc/4381/stat : 4381 (python) S 4368 4368 2082 0 -1 4202560 916 0 0 0 2 0 0 0 15 0 1 0 658289622 306294784 5583 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 9943019993715147010 0 0 17 6 0 0 0
/proc/4381/statm: 74779 5583 371 364 0 10691 0
[pid=4385] ppid=4381 vsize=1420 CPUtime=5.62 cores=0,2,4,6
/proc/4385/stat : 4385 (march_hi) R 4381 4385 4385 0 -1 4202496 482 0 0 0 562 0 0 0 25 0 1 0 658289623 1454080 218 33554432000 4194304 4955518 140736790886112 18446744073709551615 4346460 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4385/statm: 355 218 106 186 0 168 0
[pid=4383] ppid=4368 vsize=309912 CPUtime=0.01 cores=0,2,4,6
/proc/4383/stat : 4383 (python) S 4368 4368 2082 0 -1 4202560 919 0 0 0 1 0 0 0 15 0 1 0 658289623 317349888 5722 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 1547808910994276610 0 0 17 2 0 0 0
/proc/4383/statm: 77478 5722 371 364 0 13387 0
[pid=4386] ppid=4383 vsize=1420 CPUtime=2.69 cores=0,2,4,6
/proc/4386/stat : 4386 (march_hi) R 4383 4386 4386 0 -1 4202496 471 0 0 0 269 0 0 0 25 0 1 0 658289623 1454080 210 33554432000 4194304 4955518 140736700066192 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4386/statm: 355 210 106 186 0 168 0
[pid=4368/tid=4376] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4376/stat : 4376 (python) S 4366 4368 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658289620 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 0 0 0 0
[pid=4368/tid=4379] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4379/stat : 4379 (python) S 4366 4368 2082 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 658289621 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4382] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4382/stat : 4382 (python) S 4366 4368 2082 0 -1 4202560 37 934 0 0 0 0 0 0 25 0 5 0 658289622 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4384] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4384/stat : 4384 (python) S 4366 4368 2082 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658289623 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.58
Current children cumulated vsize (KiB) 2518944

Solver just ended. Dumping a history of the last processes samples

[startup+7.90111 s]
/proc/loadavg: 9.88 10.13 9.98 12/472 4386
/proc/meminfo: memFree=26247560/32950928 swapFree=60199044/67111528
[pid=4368] ppid=4366 vsize=320156 CPUtime=0.47 cores=0,2,4,6
/proc/4368/stat : 4368 (python) S 4366 4368 2082 0 -1 4202496 12172 934 1 0 39 8 0 0 25 0 5 0 658289566 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4368/statm: 80039 7228 1873 364 0 15948 0
[pid=4375] ppid=4368 vsize=278468 CPUtime=0.01 cores=0,2,4,6
/proc/4375/stat : 4375 (python) S 4368 4368 2082 0 -1 4202560 892 0 0 0 1 0 0 0 18 0 1 0 658289620 285151232 5546 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709135 0 0 16781312 514 8304504951137075457 0 0 17 2 0 0 0
/proc/4375/statm: 69617 5546 376 364 0 5535 0
[pid=4377] ppid=4375 vsize=1017800 CPUtime=3.85 cores=0,2,4,6
/proc/4377/stat : 4377 (gnovelty+2) R 4375 4377 4377 0 -1 4202496 424 0 0 0 385 0 0 0 25 0 1 0 658289620 1042227200 161 33554432000 134512640 135663704 4292082448 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 4 0 0 0

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

[pid=4368/tid=4382] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4382/stat : 4382 (python) S 4366 4368 2082 0 -1 4202560 37 934 0 0 0 0 0 0 25 0 5 0 658289622 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4384] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4384/stat : 4384 (python) S 4366 4368 2082 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658289623 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.36
Current children cumulated vsize (KiB) 2516104

[startup+8.70097 s]
/proc/loadavg: 9.88 10.13 9.98 14/472 4386
/proc/meminfo: memFree=26247696/32950928 swapFree=60199044/67111528
[pid=4368] ppid=4366 vsize=320156 CPUtime=0.47 cores=0,2,4,6
/proc/4368/stat : 4368 (python) S 4366 4368 2082 0 -1 4202496 12172 934 1 0 39 8 0 0 25 0 5 0 658289566 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4368/statm: 80039 7228 1873 364 0 15948 0
[pid=4375] ppid=4368 vsize=278468 CPUtime=0.01 cores=0,2,4,6
/proc/4375/stat : 4375 (python) S 4368 4368 2082 0 -1 4202560 892 0 0 0 1 0 0 0 18 0 1 0 658289620 285151232 5546 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709135 0 0 16781312 514 8304504951137075457 0 0 17 2 0 0 0
/proc/4375/statm: 69617 5546 376 364 0 5535 0
[pid=4377] ppid=4375 vsize=1017800 CPUtime=4.26 cores=0,2,4,6
/proc/4377/stat : 4377 (gnovelty+2) R 4375 4377 4377 0 -1 4202496 424 0 0 0 426 0 0 0 25 0 1 0 658289620 1042227200 161 33554432000 134512640 135663704 4292082448 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4377/statm: 254450 161 113 282 0 254166 0
[pid=4378] ppid=4368 vsize=289232 CPUtime=1.22 cores=0,2,4,6
/proc/4378/stat : 4378 (python) R 4368 4368 2082 0 -1 4202560 937 0 0 0 110 12 0 0 17 0 1 0 658289621 296173568 5689 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284519231 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/4378/statm: 72308 5689 371 364 0 8223 0
[pid=4380] ppid=4378 vsize=0 CPUtime=6.91 cores=0,2,4,6
/proc/4380/stat : 4380 (march_hi) R 4378 4380 4380 0 -1 4202500 513 0 0 0 691 0 0 0 25 0 1 0 658289621 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/4380/statm: 0 0 0 0 0 0 0
[pid=4381] ppid=4368 vsize=299116 CPUtime=1.07 cores=0,2,4,6
/proc/4381/stat : 4381 (python) R 4368 4368 2082 0 -1 4202560 926 0 0 0 94 13 0 0 17 0 1 0 658289622 306294784 5584 33554432000 4194304 5683644 140734905881888 18446744073709551615 4475976 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/4381/statm: 74779 5584 372 364 0 10691 0
[pid=4385] ppid=4381 vsize=0 CPUtime=6.93 cores=0,2,4,6
/proc/4385/stat : 4385 (march_hi) R 4381 4385 4385 0 -1 4202500 512 0 0 0 693 0 0 0 25 0 1 0 658289623 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/4385/statm: 0 0 0 0 0 0 0
[pid=4383] ppid=4368 vsize=309912 CPUtime=0.01 cores=0,2,4,6
/proc/4383/stat : 4383 (python) S 4368 4368 2082 0 -1 4202560 921 0 0 0 1 0 0 0 15 0 1 0 658289623 317349888 5722 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 1547808910994276610 0 0 17 2 0 0 0
/proc/4383/statm: 77478 5722 371 364 0 13387 0
[pid=4386] ppid=4383 vsize=1420 CPUtime=3.89 cores=0,2,4,6
/proc/4386/stat : 4386 (march_hi) R 4383 4386 4386 0 -1 4202496 473 0 0 0 389 0 0 0 25 0 1 0 658289623 1454080 212 33554432000 4194304 4955518 140736700066192 18446744073709551615 4224453 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4386/statm: 355 212 106 186 0 168 0
[pid=4368/tid=4376] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4376/stat : 4376 (python) S 4366 4368 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658289620 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 0 0 0 0
[pid=4368/tid=4379] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4379/stat : 4379 (python) S 4366 4368 2082 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 658289621 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4382] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4382/stat : 4382 (python) S 4366 4368 2082 0 -1 4202560 37 934 0 0 0 0 0 0 25 0 5 0 658289622 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4384] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4384/stat : 4384 (python) S 4366 4368 2082 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658289623 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 2516104

[startup+9.1009 s]
/proc/loadavg: 9.88 10.13 9.98 14/472 4386
/proc/meminfo: memFree=26247696/32950928 swapFree=60199044/67111528
[pid=4368] ppid=4366 vsize=320156 CPUtime=0.47 cores=0,2,4,6
/proc/4368/stat : 4368 (python) S 4366 4368 2082 0 -1 4202496 12172 934 1 0 39 8 0 0 25 0 5 0 658289566 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4368/statm: 80039 7228 1873 364 0 15948 0
[pid=4375] ppid=4368 vsize=278468 CPUtime=0.01 cores=0,2,4,6
/proc/4375/stat : 4375 (python) S 4368 4368 2082 0 -1 4202560 892 0 0 0 1 0 0 0 18 0 1 0 658289620 285151232 5546 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709135 0 0 16781312 514 8304504951137075457 0 0 17 2 0 0 0
/proc/4375/statm: 69617 5546 376 364 0 5535 0
[pid=4377] ppid=4375 vsize=1017800 CPUtime=4.45 cores=0,2,4,6
/proc/4377/stat : 4377 (gnovelty+2) R 4375 4377 4377 0 -1 4202496 424 0 0 0 445 0 0 0 25 0 1 0 658289620 1042227200 161 33554432000 134512640 135663704 4292082448 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4377/statm: 254450 161 113 282 0 254166 0
[pid=4378] ppid=4368 vsize=289232 CPUtime=1.61 cores=0,2,4,6
/proc/4378/stat : 4378 (python) R 4368 4368 2082 0 -1 4202560 937 0 0 0 144 17 0 0 17 0 1 0 658289621 296173568 5689 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284519231 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/4378/statm: 72308 5689 371 364 0 8223 0
[pid=4380] ppid=4378 vsize=0 CPUtime=6.91 cores=0,2,4,6
/proc/4380/stat : 4380 (march_hi) R 4378 4380 4380 0 -1 4202500 513 0 0 0 691 0 0 0 25 0 1 0 658289621 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/4380/statm: 0 0 0 0 0 0 0
[pid=4381] ppid=4368 vsize=299116 CPUtime=1.46 cores=0,2,4,6
/proc/4381/stat : 4381 (python) R 4368 4368 2082 0 -1 4202560 926 0 0 0 128 18 0 0 17 0 1 0 658289622 306294784 5584 33554432000 4194304 5683644 140734905881888 18446744073709551615 4881210 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/4381/statm: 74779 5584 372 364 0 10691 0
[pid=4385] ppid=4381 vsize=0 CPUtime=6.93 cores=0,2,4,6
/proc/4385/stat : 4385 (march_hi) R 4381 4385 4385 0 -1 4202500 512 0 0 0 693 0 0 0 25 0 1 0 658289623 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/4385/statm: 0 0 0 0 0 0 0
[pid=4383] ppid=4368 vsize=309912 CPUtime=0.01 cores=0,2,4,6
/proc/4383/stat : 4383 (python) S 4368 4368 2082 0 -1 4202560 921 0 0 0 1 0 0 0 15 0 1 0 658289623 317349888 5722 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 1547808910994276610 0 0 17 2 0 0 0
/proc/4383/statm: 77478 5722 371 364 0 13387 0
[pid=4386] ppid=4383 vsize=1420 CPUtime=4.09 cores=0,2,4,6
/proc/4386/stat : 4386 (march_hi) R 4383 4386 4386 0 -1 4202496 474 0 0 0 409 0 0 0 25 0 1 0 658289623 1454080 213 33554432000 4194304 4955518 140736700066192 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4386/statm: 355 213 106 186 0 168 0
[pid=4368/tid=4376] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4376/stat : 4376 (python) S 4366 4368 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658289620 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 0 0 0 0
[pid=4368/tid=4379] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4379/stat : 4379 (python) S 4366 4368 2082 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 658289621 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4382] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4382/stat : 4382 (python) S 4366 4368 2082 0 -1 4202560 37 934 0 0 0 0 0 0 25 0 5 0 658289622 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4384] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4384/stat : 4384 (python) S 4366 4368 2082 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658289623 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.94
Current children cumulated vsize (KiB) 2516104

[startup+9.50083 s]
/proc/loadavg: 9.88 10.13 9.98 14/472 4386
/proc/meminfo: memFree=26247696/32950928 swapFree=60199044/67111528
[pid=4368] ppid=4366 vsize=320156 CPUtime=0.47 cores=0,2,4,6
/proc/4368/stat : 4368 (python) S 4366 4368 2082 0 -1 4202496 12172 934 1 0 39 8 0 0 25 0 5 0 658289566 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4368/statm: 80039 7228 1873 364 0 15948 0
[pid=4375] ppid=4368 vsize=278468 CPUtime=0.01 cores=0,2,4,6
/proc/4375/stat : 4375 (python) S 4368 4368 2082 0 -1 4202560 892 0 0 0 1 0 0 0 18 0 1 0 658289620 285151232 5546 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709135 0 0 16781312 514 8304504951137075457 0 0 17 2 0 0 0
/proc/4375/statm: 69617 5546 376 364 0 5535 0
[pid=4377] ppid=4375 vsize=1017800 CPUtime=4.65 cores=0,2,4,6
/proc/4377/stat : 4377 (gnovelty+2) R 4375 4377 4377 0 -1 4202496 424 0 0 0 465 0 0 0 25 0 1 0 658289620 1042227200 161 33554432000 134512640 135663704 4292082448 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4377/statm: 254450 161 113 282 0 254166 0
[pid=4378] ppid=4368 vsize=289232 CPUtime=2 cores=0,2,4,6
/proc/4378/stat : 4378 (python) R 4368 4368 2082 0 -1 4202560 937 0 0 0 178 22 0 0 18 0 1 0 658289621 296173568 5689 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284519231 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/4378/statm: 72308 5689 371 364 0 8223 0
[pid=4380] ppid=4378 vsize=0 CPUtime=6.91 cores=0,2,4,6
/proc/4380/stat : 4380 (march_hi) R 4378 4380 4380 0 -1 4202500 513 0 0 0 691 0 0 0 25 0 1 0 658289621 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/4380/statm: 0 0 0 0 0 0 0
[pid=4381] ppid=4368 vsize=299116 CPUtime=1.86 cores=0,2,4,6
/proc/4381/stat : 4381 (python) R 4368 4368 2082 0 -1 4202560 926 0 0 0 164 22 0 0 18 0 1 0 658289622 306294784 5584 33554432000 4194304 5683644 140734905881888 18446744073709551615 4893193 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/4381/statm: 74779 5584 372 364 0 10691 0
[pid=4385] ppid=4381 vsize=0 CPUtime=6.93 cores=0,2,4,6
/proc/4385/stat : 4385 (march_hi) R 4381 4385 4385 0 -1 4202500 512 0 0 0 693 0 0 0 25 0 1 0 658289623 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/4385/statm: 0 0 0 0 0 0 0
[pid=4383] ppid=4368 vsize=309912 CPUtime=0.01 cores=0,2,4,6
/proc/4383/stat : 4383 (python) S 4368 4368 2082 0 -1 4202560 923 0 0 0 1 0 0 0 15 0 1 0 658289623 317349888 5722 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 1547808910994276610 0 0 17 2 0 0 0
/proc/4383/statm: 77478 5722 371 364 0 13387 0
[pid=4386] ppid=4383 vsize=1420 CPUtime=4.29 cores=0,2,4,6
/proc/4386/stat : 4386 (march_hi) R 4383 4386 4386 0 -1 4202496 475 0 0 0 429 0 0 0 25 0 1 0 658289623 1454080 214 33554432000 4194304 4955518 140736700066192 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4386/statm: 355 214 106 186 0 168 0
[pid=4368/tid=4376] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4376/stat : 4376 (python) S 4366 4368 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658289620 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 0 0 0 0
[pid=4368/tid=4379] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4379/stat : 4379 (python) S 4366 4368 2082 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 658289621 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4382] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4382/stat : 4382 (python) S 4366 4368 2082 0 -1 4202560 37 934 0 0 0 0 0 0 25 0 5 0 658289622 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4384] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4384/stat : 4384 (python) S 4366 4368 2082 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658289623 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 27.13
Current children cumulated vsize (KiB) 2516104

[startup+9.60081 s]
/proc/loadavg: 9.88 10.13 9.98 14/472 4386
/proc/meminfo: memFree=26247696/32950928 swapFree=60199044/67111528
[pid=4368] ppid=4366 vsize=320156 CPUtime=0.47 cores=0,2,4,6
/proc/4368/stat : 4368 (python) S 4366 4368 2082 0 -1 4202496 12172 934 1 0 39 8 0 0 25 0 5 0 658289566 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4368/statm: 80039 7228 1873 364 0 15948 0
[pid=4375] ppid=4368 vsize=278472 CPUtime=0.02 cores=0,2,4,6
/proc/4375/stat : 4375 (python) R 4368 4368 2082 0 -1 4202560 895 0 0 0 1 1 0 0 18 0 1 0 658289620 285155328 5546 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272688896 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/4375/statm: 69617 5546 376 364 0 5535 0
[pid=4377] ppid=4375 vsize=1017800 CPUtime=4.71 cores=0,2,4,6
/proc/4377/stat : 4377 (gnovelty+2) R 4375 4377 4377 0 -1 4202496 424 0 0 0 471 0 0 0 25 0 1 0 658289620 1042227200 161 33554432000 134512640 135663704 4292082448 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4377/statm: 254450 161 113 282 0 254166 0
[pid=4378] ppid=4368 vsize=289232 CPUtime=2.11 cores=0,2,4,6
/proc/4378/stat : 4378 (python) R 4368 4368 2082 0 -1 4202560 937 0 0 0 188 23 0 0 18 0 1 0 658289621 296173568 5689 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/4378/statm: 72308 5689 371 364 0 8223 0
[pid=4380] ppid=4378 vsize=0 CPUtime=6.91 cores=0,2,4,6
/proc/4380/stat : 4380 (march_hi) R 4378 4380 4380 0 -1 4202500 513 0 0 0 691 0 0 0 25 0 1 0 658289621 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/4380/statm: 0 0 0 0 0 0 0
[pid=4381] ppid=4368 vsize=299116 CPUtime=1.96 cores=0,2,4,6
/proc/4381/stat : 4381 (python) R 4368 4368 2082 0 -1 4202560 933 0 0 0 172 24 0 0 18 0 1 0 658289622 306294784 5584 33554432000 4194304 5683644 140734905881888 18446744073709551615 4390626 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/4381/statm: 74779 5584 372 364 0 10691 0
[pid=4385] ppid=4381 vsize=0 CPUtime=6.93 cores=0,2,4,6
/proc/4385/stat : 4385 (march_hi) Z 4381 4385 4385 0 -1 4202524 512 0 0 0 693 0 0 0 25 0 1 0 658289623 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/4385/statm: 0 0 0 0 0 0 0
[pid=4383] ppid=4368 vsize=309912 CPUtime=0.01 cores=0,2,4,6
/proc/4383/stat : 4383 (python) S 4368 4368 2082 0 -1 4202560 923 0 0 0 1 0 0 0 15 0 1 0 658289623 317349888 5722 33554432000 4194304 5683644 140734905881888 18446744073709551615 268272709190 0 0 16781312 514 1547808910994276610 0 0 17 2 0 0 0
/proc/4383/statm: 77478 5722 371 364 0 13387 0
[pid=4386] ppid=4383 vsize=1420 CPUtime=4.33 cores=0,2,4,6
/proc/4386/stat : 4386 (march_hi) R 4383 4386 4386 0 -1 4202496 475 0 0 0 433 0 0 0 25 0 1 0 658289623 1454080 214 33554432000 4194304 4955518 140736700066192 18446744073709551615 4244554 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4386/statm: 355 214 106 186 0 168 0
[pid=4368/tid=4376] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4376/stat : 4376 (python) S 4366 4368 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658289620 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 0 0 0 0
[pid=4368/tid=4379] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4379/stat : 4379 (python) S 4366 4368 2082 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 658289621 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4382] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4382/stat : 4382 (python) S 4366 4368 2082 0 -1 4202560 37 934 0 0 0 0 0 0 25 0 5 0 658289622 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
[pid=4368/tid=4384] ppid=4366 vsize=320156 CPUtime=0 cores=0,2,4,6
/proc/4368/task/4384/stat : 4384 (python) S 4366 4368 2082 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658289623 327839744 7228 33554432000 4194304 5683644 140734905881888 18446744073709551615 268284512689 0 0 16781312 2 18446604445916052416 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 27.45
Current children cumulated vsize (KiB) 2516108

Child status: 0
Real time (s): 9.63512
CPU time (s): 27.6058
CPU user time (s): 26.9789
CPU system time (s): 0.626904
CPU usage (%): 286.512
Max. virtual memory (cumulated for all children) (KiB): 2519216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.9789
system time used= 0.626904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23455
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= 2217
involuntary context switches= 1391

runsolver used 0.039993 second user time and 0.105983 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 15:41:48
IDJOB=3378672
IDBENCH=83081
IDSOLVER=1859
FILE ID=node122/3378672-1305466908
RUNJOBID= node122-1305462946-2100
PBS_JOBID= 13324977
Free space on /tmp= 73380 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1825761395-059.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-3378672-1305466908/watcher-3378672-1305466908 -o /tmp/evaluation-result-3378672-1305466908/solver-3378672-1305466908 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378672-1305466908.cnf -seed 1506279063 -budget 4800 -cores 4

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

MD5SUM BENCH= 0e5f93b3b44a8a3d689954a8a212e867
RANDOM SEED=1506279063

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26288532 kB
Buffers:        319388 kB
Cached:        3968476 kB
SwapCached:      50104 kB
Active:        2289876 kB
Inactive:      4118968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26288532 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           32284 kB
Writeback:           0 kB
AnonPages:     2081648 kB
Mapped:          31448 kB
Slab:           133500 kB
PageTables:      52832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 123145076 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= 73348 MiB
End job on node122 at 2011-05-15 15:41:57