Trace number 3322017

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-randomUNSAT 181.675 26.5985

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1536900137-053.UNKNOWN.cnf
MD5SUM6d54c2a76a59aa67a01046a2e8240fb6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.6701
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3322017-1304370819.cnf
0.32/0.46	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.42/0.50	c INFO: computed variable balance statistics
0.42/0.52	c INFO: computed small-clause counts
0.42/0.52	c INFO: computed Horn-clause counts
0.42/0.53	c INFO: computed variable graph statistics
0.42/0.53	c INFO: collected features for HOME/instance-3322017-1304370819.cnf in 0.06 s
0.42/0.56	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.51/0.61	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.39)
0.51/0.64	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.39)
0.51/0.68	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.35)
0.61/0.72	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.11)
0.61/0.76	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.07)
0.71/0.80	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
0.71/0.84	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
180.95/26.57	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: 935)

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-3322017-1304370819/watcher-3322017-1304370819 -o /tmp/evaluation-result-3322017-1304370819/solver-3322017-1304370819 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322017-1304370819.cnf -seed 1112615086 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.72 9.28 9.00 2/295 15905
/proc/meminfo: memFree=19021100/32951124 swapFree=67111364/67111528
[pid=15905] ppid=15903 vsize=15772 CPUtime=0 cores=0-7
/proc/15905/stat : 15905 (python) R 15903 15905 14806 0 -1 4202496 919 0 0 0 0 0 0 0 25 0 1 0 548682285 16150528 798 33554432000 4194304 5683644 140734647849440 18446744073709551615 5151344 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15905/statm: 3943 800 350 364 0 430 0

[startup+0.057963 s]
/proc/loadavg: 8.72 9.28 9.00 2/295 15905
/proc/meminfo: memFree=19021100/32951124 swapFree=67111364/67111528
[pid=15905] ppid=15903 vsize=36504 CPUtime=0.04 cores=0-7
/proc/15905/stat : 15905 (python) R 15903 15905 14806 0 -1 4202496 1613 0 0 0 4 0 0 0 25 0 1 0 548682285 37380096 1444 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640857600 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/15905/statm: 9126 1444 452 364 0 943 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36504

[startup+0.10096 s]
/proc/loadavg: 8.72 9.28 9.00 2/295 15905
/proc/meminfo: memFree=19021100/32951124 swapFree=67111364/67111528
[pid=15905] ppid=15903 vsize=104228 CPUtime=0.08 cores=0-7
/proc/15905/stat : 15905 (python) R 15903 15905 14806 0 -1 4202496 3087 0 0 0 6 2 0 0 17 0 1 0 548682285 106729472 2767 33554432000 4194304 5683644 140734647849440 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15905/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104228

[startup+0.300918 s]
/proc/loadavg: 8.72 9.28 9.00 2/295 15905
/proc/meminfo: memFree=19021100/32951124 swapFree=67111364/67111528
[pid=15905] ppid=15903 vsize=187684 CPUtime=0.24 cores=0-7
/proc/15905/stat : 15905 (python) S 15903 15905 14806 0 -1 4202496 6827 934 1 0 17 7 0 0 17 0 1 0 548682285 192188416 4883 33554432000 4194304 5683644 140734647849440 18446744073709551615 253635935879 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/15905/statm: 46921 4883 1399 364 0 3722 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187684

[startup+0.700817 s]
/proc/loadavg: 8.72 9.28 9.00 2/295 15905
/proc/meminfo: memFree=19021100/32951124 swapFree=67111364/67111528
[pid=15905] ppid=15903 vsize=320228 CPUtime=0.61 cores=0-7
/proc/15905/stat : 15905 (python) R 15903 15905 14806 0 -1 4202496 12820 934 1 0 51 10 0 0 18 0 5 0 548682285 327913472 7253 33554432000 4194304 5683644 140734647849440 18446744073709551615 253644341379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15905/statm: 80057 7253 1880 364 0 15966 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 320228

[startup+1.50166 s]
/proc/loadavg: 8.66 9.26 8.99 10/320 15934
/proc/meminfo: memFree=18962240/32951124 swapFree=67111364/67111528
[pid=15905] ppid=15903 vsize=361252 CPUtime=0.75 cores=0-7
/proc/15905/stat : 15905 (python) S 15903 15905 14806 0 -1 4202496 15864 934 1 0 64 11 0 0 25 0 9 0 548682285 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15905/statm: 90313 7278 1889 364 0 26210 0
[pid=15911] ppid=15905 vsize=278636 CPUtime=0 cores=0-7
/proc/15911/stat : 15911 (python) S 15905 15905 14806 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 548682342 285323264 5576 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879631 0 0 16781312 514 13402844711622803455 0 0 17 6 0 0 0
/proc/15911/statm: 69659 5576 354 364 0 5577 0
[pid=15913] ppid=15911 vsize=1017800 CPUtime=0.7 cores=0-7
/proc/15913/stat : 15913 (gnovelty+2) R 15911 15913 15913 0 -1 4202496 431 0 0 0 70 0 0 0 21 0 1 0 548682342 1042227200 168 33554432000 134512640 135663704 4288749008 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15913/statm: 254450 168 113 282 0 254166 0
[pid=15914] ppid=15905 vsize=289304 CPUtime=0 cores=0-7
/proc/15914/stat : 15914 (python) S 15905 15905 14806 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 548682346 296247296 5684 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 4203644888148836612 0 0 17 2 0 0 0
/proc/15914/statm: 72326 5684 348 364 0 8241 0
[pid=15916] ppid=15914 vsize=1928 CPUtime=0.87 cores=0-7
/proc/15916/stat : 15916 (march_hi) R 15914 15916 15916 0 -1 4202496 571 0 0 0 87 0 0 0 25 0 1 0 548682347 1974272 308 33554432000 4194304 4955518 140733843926992 18446744073709551615 4307160 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15916/statm: 482 308 104 186 0 295 0
[pid=15917] ppid=15905 vsize=299188 CPUtime=0 cores=0-7
/proc/15917/stat : 15917 (python) S 15905 15905 14806 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 548682350 306368512 5595 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 14850830881781678338 0 0 17 2 0 0 0
/proc/15917/statm: 74797 5595 348 364 0 10709 0
[pid=15919] ppid=15917 vsize=1928 CPUtime=0.85 cores=0-7
/proc/15919/stat : 15919 (march_hi) R 15917 15919 15919 0 -1 4202496 576 0 0 0 85 0 0 0 23 0 1 0 548682350 1974272 308 33554432000 4194304 4955518 140735615755648 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15919/statm: 482 308 104 186 0 295 0
[pid=15920] ppid=15905 vsize=309984 CPUtime=0 cores=0-7
/proc/15920/stat : 15920 (python) S 15905 15905 14806 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 548682354 317423616 5717 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 74920726611623935 0 0 17 1 0 0 0
/proc/15920/statm: 77496 5717 348 364 0 13405 0
[pid=15922] ppid=15920 vsize=1928 CPUtime=0.8 cores=0-7
/proc/15922/stat : 15922 (march_hi) R 15920 15922 15922 0 -1 4202496 573 0 0 0 80 0 0 0 25 0 1 0 548682354 1974272 308 33554432000 4194304 4955518 140733248765952 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15922/statm: 482 308 104 186 0 295 0
[pid=15923] ppid=15905 vsize=320240 CPUtime=0 cores=0-7
/proc/15923/stat : 15923 (python) S 15905 15905 14806 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 548682358 327925760 5721 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 5602230018051637505 0 0 17 2 0 0 0
/proc/15923/statm: 80060 5721 348 364 0 15966 0
[pid=15925] ppid=15923 vsize=1928 CPUtime=0.77 cores=0-7
/proc/15925/stat : 15925 (march_hi) R 15923 15925 15925 0 -1 4202496 571 0 0 0 77 0 0 0 22 0 1 0 548682358 1974272 307 33554432000 4194304 4955518 140734857891152 18446744073709551615 4282358 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15925/statm: 482 307 104 186 0 295 0
[pid=15926] ppid=15905 vsize=330496 CPUtime=0 cores=0-7
/proc/15926/stat : 15926 (python) S 15905 15905 14806 0 -1 4202560 753 0 0 0 0 0 0 0 21 0 1 0 548682362 338427904 5721 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 74913030030229503 0 0 17 0 0 0 0
/proc/15926/statm: 82624 5721 344 364 0 18527 0
[pid=15928] ppid=15926 vsize=454912 CPUtime=0.73 cores=0-7
/proc/15928/stat : 15928 (TNM) R 15926 15928 15928 0 -1 4202496 424 0 0 0 73 0 0 0 25 0 1 0 548682362 465829888 160 33554432000 134512640 135008748 4286802896 18446744073709551615 134527428 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15928/statm: 113728 160 46 122 0 112628 0
[pid=15929] ppid=15905 vsize=340752 CPUtime=0 cores=0-7
/proc/15929/stat : 15929 (python) S 15905 15905 14806 0 -1 4202560 775 0 0 0 0 0 0 0 18 0 1 0 548682366 348930048 5729 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 5687514170036027649 0 0 17 6 0 0 0
/proc/15929/statm: 85188 5729 348 364 0 21088 0
[pid=15931] ppid=15929 vsize=1928 CPUtime=0.21 cores=0-7
/proc/15931/stat : 15931 (march_hi) R 15929 15931 15931 0 -1 4202496 559 0 0 0 21 0 0 0 25 0 1 0 548682368 1974272 294 33554432000 4194304 4955518 140735913795856 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15931/statm: 482 294 104 186 0 295 0
[pid=15932] ppid=15905 vsize=351008 CPUtime=0 cores=0-7
/proc/15932/stat : 15932 (python) S 15905 15905 14806 0 -1 4202560 807 0 0 0 0 0 0 0 21 0 1 0 548682370 359432192 5739 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 6900398640775266563 0 0 17 6 0 0 0
/proc/15932/statm: 87752 5739 354 364 0 23649 0
[pid=15934] ppid=15932 vsize=1928 CPUtime=0.64 cores=0-7
/proc/15934/stat : 15934 (march_hi) R 15932 15934 15934 0 -1 4202496 575 0 0 0 64 0 0 0 25 0 1 0 548682371 1974272 305 33554432000 4194304 4955518 140735001603024 18446744073709551615 4238422 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15934/statm: 482 305 104 186 0 295 0
[pid=15905/tid=15912] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15912/stat : 15912 (python) S 15903 15905 14806 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 9 0 548682342 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15915/stat : 15915 (python) S 15903 15905 14806 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 548682346 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15918] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15918/stat : 15918 (python) S 15903 15905 14806 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 548682350 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 4 0 0 0
[pid=15905/tid=15921] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15921/stat : 15921 (python) S 15903 15905 14806 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 548682354 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 2 0 0 0
[pid=15905/tid=15924] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15924/stat : 15924 (python) S 15903 15905 14806 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 548682358 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15927] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15927/stat : 15927 (python) S 15903 15905 14806 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 548682362 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15930] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15930/stat : 15930 (python) S 15903 15905 14806 0 -1 4202560 26 934 0 0 0 0 0 0 24 0 9 0 548682366 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15933] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15933/stat : 15933 (python) S 15903 15905 14806 0 -1 4202560 73 934 0 0 0 0 0 0 25 0 9 0 548682370 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 4365140

[startup+3.10137 s]
/proc/loadavg: 8.66 9.26 8.99 10/320 15934
/proc/meminfo: memFree=18961008/32951124 swapFree=67111364/67111528
[pid=15905] ppid=15903 vsize=361252 CPUtime=0.75 cores=0-7
/proc/15905/stat : 15905 (python) S 15903 15905 14806 0 -1 4202496 15864 934 1 0 64 11 0 0 25 0 9 0 548682285 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15905/statm: 90313 7278 1889 364 0 26210 0
[pid=15911] ppid=15905 vsize=278636 CPUtime=0 cores=0-7
/proc/15911/stat : 15911 (python) S 15905 15905 14806 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 548682342 285323264 5576 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879631 0 0 16781312 514 13402844711622770947 0 0 17 6 0 0 0
/proc/15911/statm: 69659 5576 354 364 0 5577 0
[pid=15913] ppid=15911 vsize=1017800 CPUtime=1.5 cores=0-7
/proc/15913/stat : 15913 (gnovelty+2) R 15911 15913 15913 0 -1 4202496 431 0 0 0 150 0 0 0 23 0 1 0 548682342 1042227200 168 33554432000 134512640 135663704 4288749008 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15913/statm: 254450 168 113 282 0 254166 0
[pid=15914] ppid=15905 vsize=289304 CPUtime=0 cores=0-7
/proc/15914/stat : 15914 (python) S 15905 15905 14806 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 548682346 296247296 5684 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 6922173369051742468 0 0 17 2 0 0 0
/proc/15914/statm: 72326 5684 348 364 0 8241 0
[pid=15916] ppid=15914 vsize=1928 CPUtime=2.45 cores=0-7
/proc/15916/stat : 15916 (march_hi) R 15914 15916 15916 0 -1 4202496 580 0 0 0 245 0 0 0 25 0 1 0 548682347 1974272 317 33554432000 4194304 4955518 140733843926992 18446744073709551615 4224758 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15916/statm: 482 317 104 186 0 295 0
[pid=15917] ppid=15905 vsize=299188 CPUtime=0 cores=0-7
/proc/15917/stat : 15917 (python) S 15905 15905 14806 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 548682350 306368512 5595 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 14850830881781678338 0 0 17 2 0 0 0
/proc/15917/statm: 74797 5595 348 364 0 10709 0
[pid=15919] ppid=15917 vsize=1928 CPUtime=2.45 cores=0-7
/proc/15919/stat : 15919 (march_hi) R 15917 15919 15919 0 -1 4202496 585 0 0 0 245 0 0 0 25 0 1 0 548682350 1974272 317 33554432000 4194304 4955518 140735615755648 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15919/statm: 482 317 104 186 0 295 0
[pid=15920] ppid=15905 vsize=309984 CPUtime=0 cores=0-7
/proc/15920/stat : 15920 (python) S 15905 15905 14806 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 548682354 317423616 5717 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 14954646769676288259 0 0 17 1 0 0 0
/proc/15920/statm: 77496 5717 348 364 0 13405 0
[pid=15922] ppid=15920 vsize=1928 CPUtime=2.4 cores=0-7
/proc/15922/stat : 15922 (march_hi) R 15920 15922 15922 0 -1 4202496 582 0 0 0 240 0 0 0 25 0 1 0 548682354 1974272 317 33554432000 4194304 4955518 140733248765952 18446744073709551615 4284778 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15922/statm: 482 317 104 186 0 295 0
[pid=15923] ppid=15905 vsize=320240 CPUtime=0 cores=0-7
/proc/15923/stat : 15923 (python) S 15905 15905 14806 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 548682358 327925760 5721 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 6360032656188473601 0 0 17 2 0 0 0
/proc/15923/statm: 80060 5721 348 364 0 15966 0
[pid=15925] ppid=15923 vsize=1928 CPUtime=2.36 cores=0-7
/proc/15925/stat : 15925 (march_hi) R 15923 15925 15925 0 -1 4202496 580 0 0 0 236 0 0 0 25 0 1 0 548682358 1974272 316 33554432000 4194304 4955518 140734857891152 18446744073709551615 4227640 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15925/statm: 482 316 104 186 0 295 0
[pid=15926] ppid=15905 vsize=330496 CPUtime=0 cores=0-7
/proc/15926/stat : 15926 (python) S 15905 15905 14806 0 -1 4202560 770 0 0 0 0 0 0 0 18 0 1 0 548682362 338427904 5725 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 74913030030196995 0 0 17 0 0 0 0
/proc/15926/statm: 82624 5725 348 364 0 18527 0
[pid=15928] ppid=15926 vsize=454912 CPUtime=2.33 cores=0-7
/proc/15928/stat : 15928 (TNM) R 15926 15928 15928 0 -1 4202496 424 0 0 0 233 0 0 0 25 0 1 0 548682362 465829888 160 33554432000 134512640 135008748 4286802896 18446744073709551615 134527729 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15928/statm: 113728 160 46 122 0 112628 0
[pid=15929] ppid=15905 vsize=340752 CPUtime=0 cores=0-7
/proc/15929/stat : 15929 (python) S 15905 15905 14806 0 -1 4202560 777 0 0 0 0 0 0 0 15 0 1 0 548682366 348930048 5729 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 5687514170036027649 0 0 17 6 0 0 0
/proc/15929/statm: 85188 5729 348 364 0 21088 0
[pid=15931] ppid=15929 vsize=1928 CPUtime=1.01 cores=0-7
/proc/15931/stat : 15931 (march_hi) R 15929 15931 15931 0 -1 4202496 574 0 0 0 101 0 0 0 25 0 1 0 548682368 1974272 309 33554432000 4194304 4955518 140735913795856 18446744073709551615 4209653 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15931/statm: 482 309 104 186 0 295 0
[pid=15932] ppid=15905 vsize=351008 CPUtime=0 cores=0-7
/proc/15932/stat : 15932 (python) S 15905 15905 14806 0 -1 4202560 816 0 0 0 0 0 0 0 15 0 1 0 548682370 359432192 5739 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 6900398640775266563 0 0 17 6 0 0 0
/proc/15932/statm: 87752 5739 354 364 0 23649 0
[pid=15934] ppid=15932 vsize=1928 CPUtime=2.24 cores=0-7
/proc/15934/stat : 15934 (march_hi) R 15932 15934 15934 0 -1 4202496 586 0 0 0 224 0 0 0 25 0 1 0 548682371 1974272 316 33554432000 4194304 4955518 140735001603024 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15934/statm: 482 316 104 186 0 295 0
[pid=15905/tid=15912] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15912/stat : 15912 (python) S 15903 15905 14806 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 9 0 548682342 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15915/stat : 15915 (python) S 15903 15905 14806 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 548682346 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15918] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15918/stat : 15918 (python) S 15903 15905 14806 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 548682350 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 4 0 0 0
[pid=15905/tid=15921] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15921/stat : 15921 (python) S 15903 15905 14806 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 548682354 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 2 0 0 0
[pid=15905/tid=15924] ppid=15903 vsize=361252 CPUtime=0 cores=0-7

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

/proc/15932/statm: 87752 5762 377 364 0 23649 0
[pid=15934] ppid=15932 vsize=2212 CPUtime=24.46 cores=0-7
/proc/15934/stat : 15934 (march_hi) R 15932 15934 15934 0 -1 4202496 643 0 0 0 2446 0 0 0 25 0 1 0 548682371 2265088 373 33554432000 4194304 4955518 140735001603024 18446744073709551615 4227651 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15934/statm: 553 373 104 186 0 366 0
[pid=15905/tid=15912] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15912/stat : 15912 (python) S 15903 15905 14806 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 9 0 548682342 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15915/stat : 15915 (python) S 15903 15905 14806 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 548682346 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15918] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15918/stat : 15918 (python) S 15903 15905 14806 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 548682350 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 4 0 0 0
[pid=15905/tid=15921] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15921/stat : 15921 (python) S 15903 15905 14806 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 548682354 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 2 0 0 0
[pid=15905/tid=15924] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15924/stat : 15924 (python) S 15903 15905 14806 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 548682358 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15927] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15927/stat : 15927 (python) S 15903 15905 14806 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 548682362 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15930] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15930/stat : 15930 (python) S 15903 15905 14806 0 -1 4202560 26 934 0 0 0 0 0 0 24 0 9 0 548682366 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15933] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15933/stat : 15933 (python) S 15903 15905 14806 0 -1 4202560 73 934 0 0 0 0 0 0 25 0 9 0 548682370 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 173.98
Current children cumulated vsize (KiB) 4366704

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

[startup+26.3011 s]
/proc/loadavg: 8.78 9.24 8.99 10/320 15934
/proc/meminfo: memFree=18960980/32951124 swapFree=67111364/67111528
[pid=15905] ppid=15903 vsize=361252 CPUtime=0.75 cores=0-7
/proc/15905/stat : 15905 (python) S 15903 15905 14806 0 -1 4202496 15864 934 1 0 64 11 0 0 25 0 9 0 548682285 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15905/statm: 90313 7278 1889 364 0 26210 0
[pid=15911] ppid=15905 vsize=278636 CPUtime=0.04 cores=0-7
/proc/15911/stat : 15911 (python) S 15905 15905 14806 0 -1 4202560 907 0 0 0 2 2 0 0 18 0 1 0 548682342 285323264 5599 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879631 0 0 16781312 514 3279007556818665731 0 0 17 6 0 0 0
/proc/15911/statm: 69659 5599 377 364 0 5577 0
[pid=15913] ppid=15911 vsize=1017800 CPUtime=13.11 cores=0-7
/proc/15913/stat : 15913 (gnovelty+2) R 15911 15913 15913 0 -1 4202496 431 0 0 0 1311 0 0 0 25 0 1 0 548682342 1042227200 168 33554432000 134512640 135663704 4288749008 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15913/statm: 254450 168 113 282 0 254166 0
[pid=15914] ppid=15905 vsize=289304 CPUtime=0.07 cores=0-7
/proc/15914/stat : 15914 (python) S 15905 15905 14806 0 -1 4202560 927 0 0 0 3 4 0 0 15 0 1 0 548682346 296247296 5707 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 6922173369051742468 0 0 17 7 0 0 0
/proc/15914/statm: 72326 5707 371 364 0 8241 0
[pid=15916] ppid=15914 vsize=2212 CPUtime=25.38 cores=0-7
/proc/15916/stat : 15916 (march_hi) R 15914 15916 15916 0 -1 4202496 639 0 0 0 2538 0 0 0 25 0 1 0 548682347 2265088 376 33554432000 4194304 4955518 140733843926992 18446744073709551615 4235344 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15916/statm: 553 376 104 186 0 366 0
[pid=15917] ppid=15905 vsize=299188 CPUtime=0.06 cores=0-7
/proc/15917/stat : 15917 (python) S 15905 15905 14806 0 -1 4202560 924 0 0 0 4 2 0 0 15 0 1 0 548682350 306368512 5618 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 14850830881781678338 0 0 17 2 0 0 0
/proc/15917/statm: 74797 5618 371 364 0 10709 0
[pid=15919] ppid=15917 vsize=2212 CPUtime=25.65 cores=0-7
/proc/15919/stat : 15919 (march_hi) R 15917 15919 15919 0 -1 4202496 649 0 0 0 2565 0 0 0 25 0 1 0 548682350 2265088 381 33554432000 4194304 4955518 140735615755648 18446744073709551615 4238491 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15919/statm: 553 381 104 186 0 366 0
[pid=15920] ppid=15905 vsize=309984 CPUtime=0.07 cores=0-7
/proc/15920/stat : 15920 (python) S 15905 15905 14806 0 -1 4202560 933 0 0 0 4 3 0 0 15 0 1 0 548682354 317423616 5740 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 5602230125425819907 0 0 17 1 0 0 0
/proc/15920/statm: 77496 5740 371 364 0 13405 0
[pid=15922] ppid=15920 vsize=2212 CPUtime=25.54 cores=0-7
/proc/15922/stat : 15922 (march_hi) R 15920 15922 15922 0 -1 4202496 641 0 0 0 2554 0 0 0 25 0 1 0 548682354 2265088 376 33554432000 4194304 4955518 140733248765952 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15922/statm: 553 376 104 186 0 366 0
[pid=15923] ppid=15905 vsize=320240 CPUtime=0.07 cores=0-7
/proc/15923/stat : 15923 (python) S 15905 15905 14806 0 -1 4202560 959 0 0 0 3 4 0 0 15 0 1 0 548682358 327925760 5744 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 6360032656188473601 0 0 17 2 0 0 0
/proc/15923/statm: 80060 5744 371 364 0 15966 0
[pid=15925] ppid=15923 vsize=2212 CPUtime=25.37 cores=0-7
/proc/15925/stat : 15925 (march_hi) R 15923 15925 15925 0 -1 4202496 643 0 0 0 2537 0 0 0 25 0 1 0 548682358 2265088 379 33554432000 4194304 4955518 140734857891152 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15925/statm: 553 379 104 186 0 366 0
[pid=15926] ppid=15905 vsize=330496 CPUtime=0.04 cores=0-7
/proc/15926/stat : 15926 (python) S 15905 15905 14806 0 -1 4202560 965 0 0 0 3 1 0 0 18 0 1 0 548682362 338427904 5748 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 3279007556818665731 0 0 17 0 0 0 0
/proc/15926/statm: 82624 5748 371 364 0 18527 0
[pid=15928] ppid=15926 vsize=454912 CPUtime=25.48 cores=0-7
/proc/15928/stat : 15928 (TNM) R 15926 15928 15928 0 -1 4202496 424 0 0 0 2548 0 0 0 25 0 1 0 548682362 465829888 160 33554432000 134512640 135008748 4286802896 18446744073709551615 134527503 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15928/statm: 113728 160 46 122 0 112628 0
[pid=15929] ppid=15905 vsize=340752 CPUtime=0.06 cores=0-7
/proc/15929/stat : 15929 (python) S 15905 15905 14806 0 -1 4202560 976 0 0 0 3 3 0 0 15 0 1 0 548682366 348930048 5752 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 5687514170036027649 0 0 17 6 0 0 0
/proc/15929/statm: 85188 5752 371 364 0 21088 0
[pid=15931] ppid=15929 vsize=2072 CPUtime=12.62 cores=0-7
/proc/15931/stat : 15931 (march_hi) R 15929 15931 15931 0 -1 4202496 615 0 0 0 1262 0 0 0 25 0 1 0 548682368 2121728 350 33554432000 4194304 4955518 140735913795856 18446744073709551615 4238469 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15931/statm: 518 350 104 186 0 331 0
[pid=15932] ppid=15905 vsize=351008 CPUtime=0.06 cores=0-7
/proc/15932/stat : 15932 (python) S 15905 15905 14806 0 -1 4202560 1020 0 0 0 4 2 0 0 15 0 1 0 548682370 359432192 5762 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 6900398640775266563 0 0 17 6 0 0 0
/proc/15932/statm: 87752 5762 377 364 0 23649 0
[pid=15934] ppid=15932 vsize=2212 CPUtime=25.26 cores=0-7
/proc/15934/stat : 15934 (march_hi) R 15932 15934 15934 0 -1 4202496 646 0 0 0 2526 0 0 0 25 0 1 0 548682371 2265088 376 33554432000 4194304 4955518 140735001603024 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15934/statm: 553 376 104 186 0 366 0
[pid=15905/tid=15912] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15912/stat : 15912 (python) S 15903 15905 14806 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 9 0 548682342 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15915/stat : 15915 (python) S 15903 15905 14806 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 548682346 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15918] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15918/stat : 15918 (python) S 15903 15905 14806 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 548682350 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 4 0 0 0
[pid=15905/tid=15921] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15921/stat : 15921 (python) S 15903 15905 14806 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 548682354 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 2 0 0 0
[pid=15905/tid=15924] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15924/stat : 15924 (python) S 15903 15905 14806 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 548682358 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15927] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15927/stat : 15927 (python) S 15903 15905 14806 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 548682362 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15930] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15930/stat : 15930 (python) S 15903 15905 14806 0 -1 4202560 26 934 0 0 0 0 0 0 24 0 9 0 548682366 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15933] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15933/stat : 15933 (python) S 15903 15905 14806 0 -1 4202560 73 934 0 0 0 0 0 0 25 0 9 0 548682370 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 179.63
Current children cumulated vsize (KiB) 4366704

[startup+26.5011 s]
/proc/loadavg: 8.78 9.24 8.99 10/320 15934
/proc/meminfo: memFree=18960980/32951124 swapFree=67111364/67111528
[pid=15905] ppid=15903 vsize=361252 CPUtime=0.75 cores=0-7
/proc/15905/stat : 15905 (python) S 15903 15905 14806 0 -1 4202496 15864 934 1 0 64 11 0 0 25 0 9 0 548682285 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15905/statm: 90313 7278 1889 364 0 26210 0
[pid=15911] ppid=15905 vsize=278636 CPUtime=0.04 cores=0-7
/proc/15911/stat : 15911 (python) S 15905 15905 14806 0 -1 4202560 907 0 0 0 2 2 0 0 18 0 1 0 548682342 285323264 5599 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879631 0 0 16781312 514 3279007556818665731 0 0 17 6 0 0 0
/proc/15911/statm: 69659 5599 377 364 0 5577 0
[pid=15913] ppid=15911 vsize=1017800 CPUtime=13.2 cores=0-7
/proc/15913/stat : 15913 (gnovelty+2) R 15911 15913 15913 0 -1 4202496 431 0 0 0 1320 0 0 0 25 0 1 0 548682342 1042227200 168 33554432000 134512640 135663704 4288749008 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15913/statm: 254450 168 113 282 0 254166 0
[pid=15914] ppid=15905 vsize=289304 CPUtime=0.07 cores=0-7
/proc/15914/stat : 15914 (python) S 15905 15905 14806 0 -1 4202560 928 0 0 0 3 4 0 0 15 0 1 0 548682346 296247296 5707 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 6922173369051742468 0 0 17 7 0 0 0
/proc/15914/statm: 72326 5707 371 364 0 8241 0
[pid=15916] ppid=15914 vsize=2212 CPUtime=25.57 cores=0-7
/proc/15916/stat : 15916 (march_hi) R 15914 15916 15916 0 -1 4202496 640 0 0 0 2557 0 0 0 25 0 1 0 548682347 2265088 377 33554432000 4194304 4955518 140733843926992 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15916/statm: 553 377 104 186 0 366 0
[pid=15917] ppid=15905 vsize=299188 CPUtime=0.06 cores=0-7
/proc/15917/stat : 15917 (python) S 15905 15905 14806 0 -1 4202560 924 0 0 0 4 2 0 0 15 0 1 0 548682350 306368512 5618 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 14850830881781678338 0 0 17 2 0 0 0
/proc/15917/statm: 74797 5618 371 364 0 10709 0
[pid=15919] ppid=15917 vsize=2212 CPUtime=25.84 cores=0-7
/proc/15919/stat : 15919 (march_hi) R 15917 15919 15919 0 -1 4202496 650 0 0 0 2584 0 0 0 25 0 1 0 548682350 2265088 382 33554432000 4194304 4955518 140735615755648 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15919/statm: 553 382 104 186 0 366 0
[pid=15920] ppid=15905 vsize=309984 CPUtime=0.07 cores=0-7
/proc/15920/stat : 15920 (python) S 15905 15905 14806 0 -1 4202560 933 0 0 0 4 3 0 0 15 0 1 0 548682354 317423616 5740 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 14954646769676288259 0 0 17 1 0 0 0
/proc/15920/statm: 77496 5740 371 364 0 13405 0
[pid=15922] ppid=15920 vsize=2212 CPUtime=25.73 cores=0-7
/proc/15922/stat : 15922 (march_hi) R 15920 15922 15922 0 -1 4202496 642 0 0 0 2573 0 0 0 25 0 1 0 548682354 2265088 377 33554432000 4194304 4955518 140733248765952 18446744073709551615 4209672 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15922/statm: 553 377 104 186 0 366 0
[pid=15923] ppid=15905 vsize=320240 CPUtime=0.07 cores=0-7
/proc/15923/stat : 15923 (python) S 15905 15905 14806 0 -1 4202560 959 0 0 0 3 4 0 0 15 0 1 0 548682358 327925760 5744 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 5602230125425819905 0 0 17 2 0 0 0
/proc/15923/statm: 80060 5744 371 364 0 15966 0
[pid=15925] ppid=15923 vsize=2212 CPUtime=25.56 cores=0-7
/proc/15925/stat : 15925 (march_hi) R 15923 15925 15925 0 -1 4202496 644 0 0 0 2556 0 0 0 25 0 1 0 548682358 2265088 380 33554432000 4194304 4955518 140734857891152 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15925/statm: 553 380 104 186 0 366 0
[pid=15926] ppid=15905 vsize=330496 CPUtime=0.04 cores=0-7
/proc/15926/stat : 15926 (python) S 15905 15905 14806 0 -1 4202560 965 0 0 0 3 1 0 0 18 0 1 0 548682362 338427904 5748 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 3279007556818665731 0 0 17 0 0 0 0
/proc/15926/statm: 82624 5748 371 364 0 18527 0
[pid=15928] ppid=15926 vsize=454912 CPUtime=25.67 cores=0-7
/proc/15928/stat : 15928 (TNM) R 15926 15928 15928 0 -1 4202496 424 0 0 0 2567 0 0 0 25 0 1 0 548682362 465829888 160 33554432000 134512640 135008748 4286802896 18446744073709551615 134527280 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15928/statm: 113728 160 46 122 0 112628 0
[pid=15929] ppid=15905 vsize=340752 CPUtime=0.06 cores=0-7
/proc/15929/stat : 15929 (python) S 15905 15905 14806 0 -1 4202560 976 0 0 0 3 3 0 0 15 0 1 0 548682366 348930048 5752 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 5687514170036027649 0 0 17 6 0 0 0
/proc/15929/statm: 85188 5752 371 364 0 21088 0
[pid=15931] ppid=15929 vsize=2072 CPUtime=12.71 cores=0-7
/proc/15931/stat : 15931 (march_hi) R 15929 15931 15931 0 -1 4202496 615 0 0 0 1271 0 0 0 25 0 1 0 548682368 2121728 350 33554432000 4194304 4955518 140735913795856 18446744073709551615 4238696 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15931/statm: 518 350 104 186 0 331 0
[pid=15932] ppid=15905 vsize=351008 CPUtime=0.06 cores=0-7
/proc/15932/stat : 15932 (python) S 15905 15905 14806 0 -1 4202560 1020 0 0 0 4 2 0 0 15 0 1 0 548682370 359432192 5762 33554432000 4194304 5683644 140734647849440 18446744073709551615 253640879686 0 0 16781312 514 6900398640775266563 0 0 17 6 0 0 0
/proc/15932/statm: 87752 5762 377 364 0 23649 0
[pid=15934] ppid=15932 vsize=2212 CPUtime=25.45 cores=0-7
/proc/15934/stat : 15934 (march_hi) R 15932 15934 15934 0 -1 4202496 649 0 0 0 2545 0 0 0 25 0 1 0 548682371 2265088 379 33554432000 4194304 4955518 140735001603024 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15934/statm: 553 379 104 186 0 366 0
[pid=15905/tid=15912] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15912/stat : 15912 (python) S 15903 15905 14806 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 9 0 548682342 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15915/stat : 15915 (python) S 15903 15905 14806 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 548682346 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15918] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15918/stat : 15918 (python) S 15903 15905 14806 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 548682350 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 4 0 0 0
[pid=15905/tid=15921] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15921/stat : 15921 (python) S 15903 15905 14806 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 548682354 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 2 0 0 0
[pid=15905/tid=15924] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15924/stat : 15924 (python) S 15903 15905 14806 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 548682358 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15927] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15927/stat : 15927 (python) S 15903 15905 14806 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 548682362 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15930] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15930/stat : 15930 (python) S 15903 15905 14806 0 -1 4202560 26 934 0 0 0 0 0 0 24 0 9 0 548682366 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
[pid=15905/tid=15933] ppid=15903 vsize=361252 CPUtime=0 cores=0-7
/proc/15905/task/15933/stat : 15933 (python) S 15903 15905 14806 0 -1 4202560 73 934 0 0 0 0 0 0 25 0 9 0 548682370 369922048 7278 33554432000 4194304 5683644 140734647849440 18446744073709551615 253652683185 0 0 16781312 2 18446604450189757248 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 180.95
Current children cumulated vsize (KiB) 4366704

Child status: 0
Real time (s): 26.5985
CPU time (s): 181.675
CPU user time (s): 181.253
CPU system time (s): 0.421935
CPU usage (%): 683.03
Max. virtual memory (cumulated for all children) (KiB): 4366708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.253
system time used= 0.421935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34023
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= 3454
involuntary context switches= 3354

runsolver used 0.089986 second user time and 0.189971 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-02 23:13:39
IDJOB=3322017
IDBENCH=82795
IDSOLVER=1712
FILE ID=node106/3322017-1304370819
RUNJOBID= node106-1304366468-14820
PBS_JOBID= 13181764
Free space on /tmp= 73404 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1536900137-053.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-3322017-1304370819/watcher-3322017-1304370819 -o /tmp/evaluation-result-3322017-1304370819/solver-3322017-1304370819 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322017-1304370819.cnf -seed 1112615086 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 6d54c2a76a59aa67a01046a2e8240fb6
RANDOM SEED=1112615086

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19021140 kB
Buffers:        324240 kB
Cached:        3625824 kB
SwapCached:         88 kB
Active:       11032732 kB
Inactive:      2622684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19021140 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           32196 kB
Writeback:           8 kB
AnonPages:     9705632 kB
Mapped:          27204 kB
Slab:           171776 kB
PageTables:      35624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 47006916 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= 73376 MiB
End job on node106 at 2011-05-02 23:14:06