Trace number 3385659

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 73.4268 13.9265

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S797651048-056.UNKNOWN.cnf
MD5SUMe887a746d13f48cfc0f8cc23df918189
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.8693
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3385659-1305571844.cnf
0.32/0.45	c INFO: computing task features
0.32/0.45	c INFO: computed variable-clause graph statistics
0.32/0.45	c INFO: computed clause balance statistics
0.32/0.48	c INFO: computed variable balance statistics
0.40/0.50	c INFO: computed small-clause counts
0.40/0.50	c INFO: computed Horn-clause counts
0.40/0.50	c INFO: computed variable graph statistics
0.40/0.50	c INFO: collected features for HOME/instance-3385659-1305571844.cnf in 0.05 s
0.40/0.53	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.56)
0.40/0.56	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.28)
0.40/0.59	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.19)
0.50/0.62	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.27)
0.50/0.65	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.50/0.69	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.26)
0.60/0.72	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.23)
0.60/0.75	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
73.37/13.90	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-3385659-1305571844/watcher-3385659-1305571844 -o /tmp/evaluation-result-3385659-1305571844/solver-3385659-1305571844 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385659-1305571844.cnf -seed 2021350918 -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: 10.74 10.93 10.08 4/384 5637
/proc/meminfo: memFree=17513816/32951124 swapFree=67056788/67111528
[pid=5637] ppid=5635 vsize=15776 CPUtime=0 cores=0-7
/proc/5637/stat : 5637 (python) R 5635 5637 3941 0 -1 4202496 878 0 0 0 0 0 0 0 25 0 1 0 668782299 16154624 760 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5637/statm: 3944 760 343 364 0 431 0

[startup+0.023854 s]
/proc/loadavg: 10.74 10.93 10.08 4/384 5637
/proc/meminfo: memFree=17513816/32951124 swapFree=67056788/67111528
[pid=5637] ppid=5635 vsize=16536 CPUtime=0.01 cores=0-7
/proc/5637/stat : 5637 (python) R 5635 5637 3941 0 -1 4202496 1190 0 0 0 1 0 0 0 25 0 1 0 668782299 16932864 1050 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550580871 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5637/statm: 4134 1050 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+0.100849 s]
/proc/loadavg: 10.74 10.93 10.08 4/384 5637
/proc/meminfo: memFree=17513816/32951124 swapFree=67056788/67111528
[pid=5637] ppid=5635 vsize=104620 CPUtime=0.08 cores=0-7
/proc/5637/stat : 5637 (python) R 5635 5637 3941 0 -1 4202496 3150 0 0 0 6 2 0 0 25 0 1 0 668782299 107130880 2827 33554432000 4194304 5683644 140735608895440 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5637/statm: 26155 2827 847 364 0 1903 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104620

[startup+0.300825 s]
/proc/loadavg: 10.74 10.93 10.08 4/384 5637
/proc/meminfo: memFree=17513816/32951124 swapFree=67056788/67111528
[pid=5637] ppid=5635 vsize=198916 CPUtime=0.24 cores=0-7
/proc/5637/stat : 5637 (python) R 5635 5637 3941 0 -1 4202496 7021 936 1 0 19 5 0 0 18 0 1 0 668782299 203689984 5053 33554432000 4194304 5683644 140735608895440 18446744073709551615 4619993 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5637/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198916

[startup+0.700694 s]
/proc/loadavg: 10.74 10.93 10.08 4/384 5637
/proc/meminfo: memFree=17513816/32951124 swapFree=67056788/67111528
[pid=5637] ppid=5635 vsize=405492 CPUtime=0.6 cores=0-7
/proc/5637/stat : 5637 (python) R 5635 5637 3941 0 -1 4202496 13881 936 1 0 51 9 0 0 23 0 7 0 668782299 415223808 7242 33554432000 4194304 5683644 140735608895440 18446744073709551615 271554081519 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5637/statm: 101373 7242 1883 364 0 37276 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 405492

[startup+1.50155 s]
/proc/loadavg: 10.20 10.81 10.04 12/409 5666
/proc/meminfo: memFree=17459924/32951124 swapFree=67056788/67111528
[pid=5637] ppid=5635 vsize=426004 CPUtime=0.67 cores=0-7
/proc/5637/stat : 5637 (python) S 5635 5637 3941 0 -1 4202496 15075 936 1 0 57 10 0 0 25 0 9 0 668782299 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5637/statm: 106501 7273 1889 364 0 42398 0
[pid=5643] ppid=5637 vsize=278432 CPUtime=0 cores=0-7
/proc/5643/stat : 5643 (python) S 5637 5637 3941 0 -1 4202560 713 0 0 0 0 0 0 0 19 0 1 0 668782353 285114368 5535 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557711 0 0 16781312 514 4086062015162875903 0 0 17 1 0 0 0
/proc/5643/statm: 69608 5535 347 364 0 5526 0
[pid=5645] ppid=5643 vsize=454896 CPUtime=0.63 cores=0-7
/proc/5645/stat : 5645 (TNM) R 5643 5645 5645 0 -1 4202496 415 0 0 0 63 0 0 0 22 0 1 0 668782353 465813504 151 33554432000 134512640 135008748 4294074304 18446744073709551615 134536400 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5645/statm: 113724 151 46 122 0 112624 0
[pid=5646] ppid=5637 vsize=354224 CPUtime=0 cores=0-7
/proc/5646/stat : 5646 (python) S 5637 5637 3941 0 -1 4202560 705 0 0 0 0 0 0 0 15 0 1 0 668782356 362725376 5713 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 4857343308646547713 0 0 17 0 0 0 0
/proc/5646/statm: 88556 5713 348 364 0 24471 0
[pid=5648] ppid=5646 vsize=1808 CPUtime=0.6 cores=0-7
/proc/5648/stat : 5648 (march_hi) R 5646 5648 5648 0 -1 4202496 535 0 0 0 60 0 0 0 22 0 1 0 668782356 1851392 281 33554432000 4194304 4955518 140735181767520 18446744073709551615 4238442 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5648/statm: 452 281 104 186 0 265 0
[pid=5649] ppid=5637 vsize=364480 CPUtime=0 cores=0-7
/proc/5649/stat : 5649 (python) S 5637 5637 3941 0 -1 4202560 720 0 0 0 0 0 0 0 15 0 1 0 668782359 373227520 5688 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 16755673204252442883 0 0 17 1 0 0 0
/proc/5649/statm: 91120 5688 348 364 0 27032 0
[pid=5651] ppid=5649 vsize=1808 CPUtime=0.88 cores=0-7
/proc/5651/stat : 5651 (march_hi) R 5649 5651 5651 0 -1 4202496 542 0 0 0 88 0 0 0 25 0 1 0 668782359 1851392 287 33554432000 4194304 4955518 140737175187280 18446744073709551615 4238345 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5651/statm: 452 287 104 186 0 265 0
[pid=5652] ppid=5637 vsize=374736 CPUtime=0 cores=0-7
/proc/5652/stat : 5652 (python) S 5637 5637 3941 0 -1 4202560 723 0 0 0 0 0 0 0 15 0 1 0 668782362 383729664 5695 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 16846941465450873089 0 0 17 1 0 0 0
/proc/5652/statm: 93684 5695 348 364 0 29593 0
[pid=5654] ppid=5652 vsize=1808 CPUtime=0.85 cores=0-7
/proc/5654/stat : 5654 (march_hi) R 5652 5654 5654 0 -1 4202496 543 0 0 0 85 0 0 0 23 0 1 0 668782363 1851392 287 33554432000 4194304 4955518 140737058017712 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5654/statm: 452 287 104 186 0 265 0
[pid=5655] ppid=5637 vsize=384992 CPUtime=0 cores=0-7
/proc/5655/stat : 5655 (python) S 5637 5637 3941 0 -1 4202560 725 0 0 0 0 0 0 0 19 0 1 0 668782365 394231808 5699 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 7919398529607401471 0 0 17 2 0 0 0
/proc/5655/statm: 96248 5699 348 364 0 32154 0
[pid=5657] ppid=5655 vsize=1017800 CPUtime=0.32 cores=0-7
/proc/5657/stat : 5657 (gnovelty+2) R 5655 5657 5657 0 -1 4202496 425 0 0 0 32 0 0 0 22 0 1 0 668782367 1042227200 163 33554432000 134512640 135663704 4293113824 18446744073709551615 134544124 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5657/statm: 254450 163 113 282 0 254166 0
[pid=5658] ppid=5637 vsize=395248 CPUtime=0 cores=0-7
/proc/5658/stat : 5658 (python) S 5637 5637 3941 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 668782368 404733952 5703 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 5607388385443283203 0 0 17 2 0 0 0
/proc/5658/statm: 98812 5703 348 364 0 34715 0
[pid=5660] ppid=5658 vsize=1808 CPUtime=0.43 cores=0-7
/proc/5660/stat : 5660 (march_hi) R 5658 5660 5660 0 -1 4202496 543 0 0 0 43 0 0 0 25 0 1 0 668782370 1851392 280 33554432000 4194304 4955518 140733709252096 18446744073709551615 4235355 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5660/statm: 452 280 104 186 0 265 0
[pid=5661] ppid=5637 vsize=405504 CPUtime=0 cores=0-7
/proc/5661/stat : 5661 (python) S 5637 5637 3941 0 -1 4202560 748 0 0 0 0 0 0 0 17 0 1 0 668782371 415236096 5707 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 11640243734536225027 0 0 17 2 0 0 0
/proc/5661/statm: 101376 5707 348 364 0 37276 0
[pid=5663] ppid=5661 vsize=1808 CPUtime=0.32 cores=0-7
/proc/5663/stat : 5663 (march_hi) R 5661 5663 5663 0 -1 4202496 539 0 0 0 32 0 0 0 25 0 1 0 668782374 1851392 276 33554432000 4194304 4955518 140733766243360 18446744073709551615 4282358 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5663/statm: 452 276 104 186 0 265 0
[pid=5664] ppid=5637 vsize=415760 CPUtime=0 cores=0-7
/proc/5664/stat : 5664 (python) S 5637 5637 3941 0 -1 4202560 782 0 0 0 0 0 0 0 19 0 1 0 668782375 425738240 5734 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 15831458914316026113 0 0 17 2 0 0 0
/proc/5664/statm: 103940 5734 354 364 0 39837 0
[pid=5666] ppid=5664 vsize=1808 CPUtime=0.31 cores=0-7
/proc/5666/stat : 5666 (march_hi) R 5664 5666 5666 0 -1 4202496 542 0 0 0 31 0 0 0 25 0 1 0 668782375 1851392 276 33554432000 4194304 4955518 140734726982272 18446744073709551615 4227741 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5666/statm: 452 276 104 186 0 265 0
[pid=5637/tid=5644] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5644/stat : 5644 (python) S 5635 5637 3941 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 668782353 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 3 0 0 0
[pid=5637/tid=5647] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5647/stat : 5647 (python) S 5635 5637 3941 0 -1 4202560 71 936 0 0 0 0 0 0 19 0 9 0 668782356 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5637/tid=5650] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5650/stat : 5650 (python) S 5635 5637 3941 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 668782359 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 7 0 0 0
[pid=5637/tid=5653] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5653/stat : 5653 (python) S 5635 5637 3941 0 -1 4202560 30 936 0 0 0 0 0 0 19 0 9 0 668782362 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 1 0 0 0
[pid=5637/tid=5656] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5656/stat : 5656 (python) S 5635 5637 3941 0 -1 4202560 31 936 0 0 0 0 0 0 21 0 9 0 668782365 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
[pid=5637/tid=5659] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5659/stat : 5659 (python) S 5635 5637 3941 0 -1 4202560 30 936 0 0 0 0 0 0 23 0 9 0 668782368 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
[pid=5637/tid=5662] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5662/stat : 5662 (python) S 5635 5637 3941 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 668782372 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
[pid=5637/tid=5665] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5665/stat : 5665 (python) S 5635 5637 3941 0 -1 4202560 33 936 0 0 0 0 0 0 25 0 9 0 668782375 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 4882924

[startup+3.10126 s]
/proc/loadavg: 10.20 10.81 10.04 12/409 5666
/proc/meminfo: memFree=17458684/32951124 swapFree=67056788/67111528
[pid=5637] ppid=5635 vsize=426004 CPUtime=0.67 cores=0-7
/proc/5637/stat : 5637 (python) S 5635 5637 3941 0 -1 4202496 15075 936 1 0 57 10 0 0 25 0 9 0 668782299 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5637/statm: 106501 7273 1889 364 0 42398 0
[pid=5643] ppid=5637 vsize=278432 CPUtime=0 cores=0-7
/proc/5643/stat : 5643 (python) S 5637 5637 3941 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 668782353 285114368 5542 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557711 0 0 16781312 514 4086062015162843396 0 0 17 1 0 0 0
/proc/5643/statm: 69608 5542 354 364 0 5526 0
[pid=5645] ppid=5643 vsize=454896 CPUtime=1.43 cores=0-7
/proc/5645/stat : 5645 (TNM) R 5643 5645 5645 0 -1 4202496 415 0 0 0 143 0 0 0 25 0 1 0 668782353 465813504 151 33554432000 134512640 135008748 4294074304 18446744073709551615 134528662 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5645/statm: 113724 151 46 122 0 112624 0
[pid=5646] ppid=5637 vsize=354224 CPUtime=0 cores=0-7
/proc/5646/stat : 5646 (python) S 5637 5637 3941 0 -1 4202560 707 0 0 0 0 0 0 0 15 0 1 0 668782356 362725376 5713 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 4857343308646547713 0 0 17 0 0 0 0
/proc/5646/statm: 88556 5713 348 364 0 24471 0
[pid=5648] ppid=5646 vsize=1808 CPUtime=1.4 cores=0-7
/proc/5648/stat : 5648 (march_hi) R 5646 5648 5648 0 -1 4202496 544 0 0 0 140 0 0 0 25 0 1 0 668782356 1851392 290 33554432000 4194304 4955518 140735181767520 18446744073709551615 4227827 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5648/statm: 452 290 104 186 0 265 0
[pid=5649] ppid=5637 vsize=364480 CPUtime=0 cores=0-7
/proc/5649/stat : 5649 (python) S 5637 5637 3941 0 -1 4202560 721 0 0 0 0 0 0 0 15 0 1 0 668782359 373227520 5688 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 16755673204252442883 0 0 17 1 0 0 0
/proc/5649/statm: 91120 5688 348 364 0 27032 0
[pid=5651] ppid=5649 vsize=1944 CPUtime=2.47 cores=0-7
/proc/5651/stat : 5651 (march_hi) R 5649 5651 5651 0 -1 4202496 552 0 0 0 247 0 0 0 25 0 1 0 668782359 1990656 297 33554432000 4194304 4955518 140737175187280 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5651/statm: 486 297 104 186 0 299 0
[pid=5652] ppid=5637 vsize=374736 CPUtime=0 cores=0-7
/proc/5652/stat : 5652 (python) S 5637 5637 3941 0 -1 4202560 728 0 0 0 0 0 0 0 15 0 1 0 668782362 383729664 5695 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 16846941465450873089 0 0 17 1 0 0 0
/proc/5652/statm: 93684 5695 348 364 0 29593 0
[pid=5654] ppid=5652 vsize=1944 CPUtime=2.45 cores=0-7
/proc/5654/stat : 5654 (march_hi) R 5652 5654 5654 0 -1 4202496 553 0 0 0 245 0 0 0 25 0 1 0 668782363 1990656 297 33554432000 4194304 4955518 140737058017712 18446744073709551615 4290851 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5654/statm: 486 297 104 186 0 299 0
[pid=5655] ppid=5637 vsize=384992 CPUtime=0 cores=0-7
/proc/5655/stat : 5655 (python) S 5637 5637 3941 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 668782365 394231808 5699 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 7919398529607368961 0 0 17 2 0 0 0
/proc/5655/statm: 96248 5699 348 364 0 32154 0
[pid=5657] ppid=5655 vsize=1017800 CPUtime=1.12 cores=0-7
/proc/5657/stat : 5657 (gnovelty+2) R 5655 5657 5657 0 -1 4202496 425 0 0 0 112 0 0 0 25 0 1 0 668782367 1042227200 163 33554432000 134512640 135663704 4293113824 18446744073709551615 134525181 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5657/statm: 254450 163 113 282 0 254166 0
[pid=5658] ppid=5637 vsize=395248 CPUtime=0 cores=0-7
/proc/5658/stat : 5658 (python) S 5637 5637 3941 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 668782368 404733952 5703 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 1947476989644341507 0 0 17 2 0 0 0
/proc/5658/statm: 98812 5703 348 364 0 34715 0
[pid=5660] ppid=5658 vsize=1808 CPUtime=1.23 cores=0-7
/proc/5660/stat : 5660 (march_hi) R 5658 5660 5660 0 -1 4202496 553 0 0 0 123 0 0 0 25 0 1 0 668782370 1851392 290 33554432000 4194304 4955518 140733709252096 18446744073709551615 4238776 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5660/statm: 452 290 104 186 0 265 0
[pid=5661] ppid=5637 vsize=405504 CPUtime=0 cores=0-7
/proc/5661/stat : 5661 (python) S 5637 5637 3941 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 668782371 415236096 5707 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 11640243734536225027 0 0 17 2 0 0 0
/proc/5661/statm: 101376 5707 348 364 0 37276 0
[pid=5663] ppid=5661 vsize=1808 CPUtime=1.12 cores=0-7
/proc/5663/stat : 5663 (march_hi) R 5661 5663 5663 0 -1 4202496 553 0 0 0 112 0 0 0 25 0 1 0 668782374 1851392 290 33554432000 4194304 4955518 140733766243360 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5663/statm: 452 290 104 186 0 265 0
[pid=5664] ppid=5637 vsize=415760 CPUtime=0 cores=0-7
/proc/5664/stat : 5664 (python) S 5637 5637 3941 0 -1 4202560 788 0 0 0 0 0 0 0 15 0 1 0 668782375 425738240 5734 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 15831458914316026113 0 0 17 2 0 0 0
/proc/5664/statm: 103940 5734 354 364 0 39837 0
[pid=5666] ppid=5664 vsize=1808 CPUtime=1.11 cores=0-7
/proc/5666/stat : 5666 (march_hi) R 5664 5666 5666 0 -1 4202496 556 0 0 0 111 0 0 0 25 0 1 0 668782375 1851392 290 33554432000 4194304 4955518 140734726982272 18446744073709551615 4227121 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5666/statm: 452 290 104 186 0 265 0
[pid=5637/tid=5644] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5644/stat : 5644 (python) S 5635 5637 3941 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 668782353 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 3 0 0 0
[pid=5637/tid=5647] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5647/stat : 5647 (python) S 5635 5637 3941 0 -1 4202560 71 936 0 0 0 0 0 0 19 0 9 0 668782356 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5637/tid=5650] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5650/stat : 5650 (python) S 5635 5637 3941 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 668782359 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 7 0 0 0
[pid=5637/tid=5653] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5653/stat : 5653 (python) S 5635 5637 3941 0 -1 4202560 30 936 0 0 0 0 0 0 19 0 9 0 668782362 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 1 0 0 0
[pid=5637/tid=5656] ppid=5635 vsize=426004 CPUtime=0 cores=0-7

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

[pid=5637] ppid=5635 vsize=426004 CPUtime=0.67 cores=0-7
/proc/5637/stat : 5637 (python) S 5635 5637 3941 0 -1 4202496 15075 936 1 0 57 10 0 0 25 0 9 0 668782299 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5637/statm: 106501 7273 1889 364 0 42398 0
[pid=5643] ppid=5637 vsize=278432 CPUtime=0.02 cores=0-7
/proc/5643/stat : 5643 (python) S 5637 5637 3941 0 -1 4202560 904 0 0 0 1 1 0 0 18 0 1 0 668782353 285114368 5565 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557711 0 0 16781312 514 14953956272079077636 0 0 17 3 0 0 0
/proc/5643/statm: 69608 5565 377 364 0 5526 0
[pid=5645] ppid=5643 vsize=454896 CPUtime=6.21 cores=0-7
/proc/5645/stat : 5645 (TNM) R 5643 5645 5645 0 -1 4202496 415 0 0 0 621 0 0 0 25 0 1 0 668782353 465813504 151 33554432000 134512640 135008748 4294074304 18446744073709551615 134528942 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5645/statm: 113724 151 46 122 0 112624 0
[pid=5646] ppid=5637 vsize=354224 CPUtime=0.03 cores=0-7
/proc/5646/stat : 5646 (python) S 5637 5637 3941 0 -1 4202560 795 0 0 0 2 1 0 0 15 0 1 0 668782356 362725376 5736 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 4857343308646547713 0 0 17 0 0 0 0
/proc/5646/statm: 88556 5736 371 364 0 24471 0
[pid=5648] ppid=5646 vsize=2080 CPUtime=10.06 cores=0-7
/proc/5648/stat : 5648 (march_hi) R 5646 5648 5648 0 -1 4202496 608 0 0 0 1006 0 0 0 25 0 1 0 668782356 2129920 354 33554432000 4194304 4955518 140735181767520 18446744073709551615 4263648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5648/statm: 520 354 104 186 0 333 0
[pid=5649] ppid=5637 vsize=364480 CPUtime=0.89 cores=0-7
/proc/5649/stat : 5649 (python) R 5637 5637 3941 0 -1 4202560 798 0 0 0 76 13 0 0 16 0 1 0 668782359 373227520 5711 33554432000 4194304 5683644 140735608895440 18446744073709551615 4476038 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/5649/statm: 91120 5711 371 364 0 27032 0
[pid=5651] ppid=5649 vsize=0 CPUtime=11.05 cores=0-7
/proc/5651/stat : 5651 (march_hi) R 5649 5651 5651 0 -1 4202500 616 0 0 0 1105 0 0 0 25 0 1 0 668782359 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5651/statm: 0 0 0 0 0 0 0
[pid=5652] ppid=5637 vsize=374736 CPUtime=1.03 cores=0-7
/proc/5652/stat : 5652 (python) R 5637 5637 3941 0 -1 4202560 826 0 0 0 88 15 0 0 16 0 1 0 668782362 383729664 5718 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/5652/statm: 93684 5718 371 364 0 29593 0
[pid=5654] ppid=5652 vsize=0 CPUtime=10.96 cores=0-7
/proc/5654/stat : 5654 (march_hi) R 5652 5654 5654 0 -1 4202500 617 0 0 0 1096 0 0 0 25 0 1 0 668782363 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5654/statm: 0 0 0 0 0 0 0
[pid=5655] ppid=5637 vsize=384992 CPUtime=0.02 cores=0-7
/proc/5655/stat : 5655 (python) S 5637 5637 3941 0 -1 4202560 803 0 0 0 1 1 0 0 18 0 1 0 668782365 394231808 5722 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 14953956272079077633 0 0 17 2 0 0 0
/proc/5655/statm: 96248 5722 371 364 0 32154 0
[pid=5657] ppid=5655 vsize=1017800 CPUtime=5.92 cores=0-7
/proc/5657/stat : 5657 (gnovelty+2) R 5655 5657 5657 0 -1 4202496 425 0 0 0 592 0 0 0 25 0 1 0 668782367 1042227200 163 33554432000 134512640 135663704 4293113824 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/5657/statm: 254450 163 113 282 0 254166 0
[pid=5658] ppid=5637 vsize=395248 CPUtime=0.03 cores=0-7
/proc/5658/stat : 5658 (python) S 5637 5637 3941 0 -1 4202560 827 0 0 0 2 1 0 0 15 0 1 0 668782368 404733952 5726 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 1947476989644341507 0 0 17 2 0 0 0
/proc/5658/statm: 98812 5726 371 364 0 34715 0
[pid=5660] ppid=5658 vsize=1944 CPUtime=5.99 cores=0-7
/proc/5660/stat : 5660 (march_hi) R 5658 5660 5660 0 -1 4202496 577 0 0 0 599 0 0 0 25 0 1 0 668782370 1990656 314 33554432000 4194304 4955518 140733709252096 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5660/statm: 486 314 104 186 0 299 0
[pid=5661] ppid=5637 vsize=405504 CPUtime=0.03 cores=0-7
/proc/5661/stat : 5661 (python) S 5637 5637 3941 0 -1 4202560 834 0 0 0 2 1 0 0 15 0 1 0 668782371 415236096 5730 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 11640243734536225027 0 0 17 2 0 0 0
/proc/5661/statm: 101376 5730 371 364 0 37276 0
[pid=5663] ppid=5661 vsize=1944 CPUtime=5.81 cores=0-7
/proc/5663/stat : 5663 (march_hi) R 5661 5663 5663 0 -1 4202496 577 0 0 0 581 0 0 0 25 0 1 0 668782374 1990656 314 33554432000 4194304 4955518 140733766243360 18446744073709551615 4224654 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5663/statm: 486 314 104 186 0 299 0
[pid=5664] ppid=5637 vsize=415760 CPUtime=0.04 cores=0-7
/proc/5664/stat : 5664 (python) S 5637 5637 3941 0 -1 4202560 872 0 0 0 2 2 0 0 15 0 1 0 668782375 425738240 5757 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 15831458914316026113 0 0 17 3 0 0 0
/proc/5664/statm: 103940 5757 377 364 0 39837 0
[pid=5666] ppid=5664 vsize=1944 CPUtime=7.31 cores=0-7
/proc/5666/stat : 5666 (march_hi) R 5664 5666 5666 0 -1 4202496 586 0 0 0 731 0 0 0 25 0 1 0 668782375 1990656 320 33554432000 4194304 4955518 140734726982272 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5666/statm: 486 320 104 186 0 299 0
[pid=5637/tid=5644] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5644/stat : 5644 (python) S 5635 5637 3941 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 668782353 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 3 0 0 0
[pid=5637/tid=5647] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5647/stat : 5647 (python) S 5635 5637 3941 0 -1 4202560 71 936 0 0 0 0 0 0 19 0 9 0 668782356 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5637/tid=5650] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5650/stat : 5650 (python) S 5635 5637 3941 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 668782359 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 7 0 0 0
[pid=5637/tid=5653] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5653/stat : 5653 (python) S 5635 5637 3941 0 -1 4202560 30 936 0 0 0 0 0 0 19 0 9 0 668782362 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 1 0 0 0
[pid=5637/tid=5656] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5656/stat : 5656 (python) S 5635 5637 3941 0 -1 4202560 31 936 0 0 0 0 0 0 21 0 9 0 668782365 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
[pid=5637/tid=5659] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5659/stat : 5659 (python) S 5635 5637 3941 0 -1 4202560 30 936 0 0 0 0 0 0 23 0 9 0 668782368 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
[pid=5637/tid=5662] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5662/stat : 5662 (python) S 5635 5637 3941 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 668782372 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
[pid=5637/tid=5665] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5665/stat : 5665 (python) S 5635 5637 3941 0 -1 4202560 33 936 0 0 0 0 0 0 25 0 9 0 668782375 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 66.07
Current children cumulated vsize (KiB) 4879988

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

[startup+13.5014 s]
/proc/loadavg: 10.32 10.82 10.05 15/409 5666
/proc/meminfo: memFree=17460088/32951124 swapFree=67056788/67111528
[pid=5637] ppid=5635 vsize=426004 CPUtime=0.67 cores=0-7
/proc/5637/stat : 5637 (python) S 5635 5637 3941 0 -1 4202496 15075 936 1 0 57 10 0 0 25 0 9 0 668782299 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5637/statm: 106501 7273 1889 364 0 42398 0
[pid=5643] ppid=5637 vsize=278432 CPUtime=0.02 cores=0-7
/proc/5643/stat : 5643 (python) S 5637 5637 3941 0 -1 4202560 904 0 0 0 1 1 0 0 18 0 1 0 668782353 285114368 5565 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557711 0 0 16781312 514 14953956272079077636 0 0 17 3 0 0 0
/proc/5643/statm: 69608 5565 377 364 0 5526 0
[pid=5645] ppid=5643 vsize=454896 CPUtime=6.61 cores=0-7
/proc/5645/stat : 5645 (TNM) R 5643 5645 5645 0 -1 4202496 415 0 0 0 661 0 0 0 25 0 1 0 668782353 465813504 151 33554432000 134512640 135008748 4294074304 18446744073709551615 134527807 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5645/statm: 113724 151 46 122 0 112624 0
[pid=5646] ppid=5637 vsize=354224 CPUtime=0.03 cores=0-7
/proc/5646/stat : 5646 (python) S 5637 5637 3941 0 -1 4202560 798 0 0 0 2 1 0 0 15 0 1 0 668782356 362725376 5736 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 4857343308646547713 0 0 17 0 0 0 0
/proc/5646/statm: 88556 5736 371 364 0 24471 0
[pid=5648] ppid=5646 vsize=2148 CPUtime=10.86 cores=0-7
/proc/5648/stat : 5648 (march_hi) R 5646 5648 5648 0 -1 4202496 614 0 0 0 1086 0 0 0 25 0 1 0 668782356 2199552 360 33554432000 4194304 4955518 140735181767520 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5648/statm: 537 360 104 186 0 350 0
[pid=5649] ppid=5637 vsize=364480 CPUtime=1.68 cores=0-7
/proc/5649/stat : 5649 (python) R 5637 5637 3941 0 -1 4202560 798 0 0 0 143 25 0 0 17 0 1 0 668782359 373227520 5711 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550204930 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/5649/statm: 91120 5711 371 364 0 27032 0
[pid=5651] ppid=5649 vsize=0 CPUtime=11.05 cores=0-7
/proc/5651/stat : 5651 (march_hi) R 5649 5651 5651 0 -1 4202500 616 0 0 0 1105 0 0 0 25 0 1 0 668782359 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5651/statm: 0 0 0 0 0 0 0
[pid=5652] ppid=5637 vsize=374736 CPUtime=1.82 cores=0-7
/proc/5652/stat : 5652 (python) R 5637 5637 3941 0 -1 4202560 826 0 0 0 156 26 0 0 17 0 1 0 668782362 383729664 5718 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/5652/statm: 93684 5718 371 364 0 29593 0
[pid=5654] ppid=5652 vsize=0 CPUtime=10.96 cores=0-7
/proc/5654/stat : 5654 (march_hi) R 5652 5654 5654 0 -1 4202500 617 0 0 0 1096 0 0 0 25 0 1 0 668782363 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5654/statm: 0 0 0 0 0 0 0
[pid=5655] ppid=5637 vsize=384992 CPUtime=0.02 cores=0-7
/proc/5655/stat : 5655 (python) S 5637 5637 3941 0 -1 4202560 803 0 0 0 1 1 0 0 18 0 1 0 668782365 394231808 5722 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 14953956272079077633 0 0 17 2 0 0 0
/proc/5655/statm: 96248 5722 371 364 0 32154 0
[pid=5657] ppid=5655 vsize=1017800 CPUtime=6.32 cores=0-7
/proc/5657/stat : 5657 (gnovelty+2) R 5655 5657 5657 0 -1 4202496 425 0 0 0 632 0 0 0 25 0 1 0 668782367 1042227200 163 33554432000 134512640 135663704 4293113824 18446744073709551615 134547327 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/5657/statm: 254450 163 113 282 0 254166 0
[pid=5658] ppid=5637 vsize=395248 CPUtime=0.03 cores=0-7
/proc/5658/stat : 5658 (python) S 5637 5637 3941 0 -1 4202560 827 0 0 0 2 1 0 0 15 0 1 0 668782368 404733952 5726 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 1947476989644341507 0 0 17 2 0 0 0
/proc/5658/statm: 98812 5726 371 364 0 34715 0
[pid=5660] ppid=5658 vsize=1944 CPUtime=6.39 cores=0-7
/proc/5660/stat : 5660 (march_hi) R 5658 5660 5660 0 -1 4202496 577 0 0 0 639 0 0 0 25 0 1 0 668782370 1990656 314 33554432000 4194304 4955518 140733709252096 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5660/statm: 486 314 104 186 0 299 0
[pid=5661] ppid=5637 vsize=405504 CPUtime=0.03 cores=0-7
/proc/5661/stat : 5661 (python) S 5637 5637 3941 0 -1 4202560 834 0 0 0 2 1 0 0 15 0 1 0 668782371 415236096 5730 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 11640243734536225027 0 0 17 2 0 0 0
/proc/5661/statm: 101376 5730 371 364 0 37276 0
[pid=5663] ppid=5661 vsize=1944 CPUtime=6.21 cores=0-7
/proc/5663/stat : 5663 (march_hi) R 5661 5663 5663 0 -1 4202496 577 0 0 0 621 0 0 0 25 0 1 0 668782374 1990656 314 33554432000 4194304 4955518 140733766243360 18446744073709551615 4245482 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5663/statm: 486 314 104 186 0 299 0
[pid=5664] ppid=5637 vsize=415760 CPUtime=0.04 cores=0-7
/proc/5664/stat : 5664 (python) S 5637 5637 3941 0 -1 4202560 872 0 0 0 2 2 0 0 15 0 1 0 668782375 425738240 5757 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550557766 0 0 16781312 514 15831458914316026113 0 0 17 3 0 0 0
/proc/5664/statm: 103940 5757 377 364 0 39837 0
[pid=5666] ppid=5664 vsize=1944 CPUtime=8.11 cores=0-7
/proc/5666/stat : 5666 (march_hi) R 5664 5666 5666 0 -1 4202496 589 0 0 0 811 0 0 0 25 0 1 0 668782375 1990656 323 33554432000 4194304 4955518 140734726982272 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5666/statm: 486 323 104 186 0 299 0
[pid=5637/tid=5644] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5644/stat : 5644 (python) S 5635 5637 3941 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 668782353 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 3 0 0 0
[pid=5637/tid=5647] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5647/stat : 5647 (python) S 5635 5637 3941 0 -1 4202560 71 936 0 0 0 0 0 0 19 0 9 0 668782356 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5637/tid=5650] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5650/stat : 5650 (python) S 5635 5637 3941 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 668782359 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 7 0 0 0
[pid=5637/tid=5653] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5653/stat : 5653 (python) S 5635 5637 3941 0 -1 4202560 30 936 0 0 0 0 0 0 19 0 9 0 668782362 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 1 0 0 0
[pid=5637/tid=5656] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5656/stat : 5656 (python) S 5635 5637 3941 0 -1 4202560 31 936 0 0 0 0 0 0 21 0 9 0 668782365 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
[pid=5637/tid=5659] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5659/stat : 5659 (python) S 5635 5637 3941 0 -1 4202560 30 936 0 0 0 0 0 0 23 0 9 0 668782368 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
[pid=5637/tid=5662] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5662/stat : 5662 (python) S 5635 5637 3941 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 668782372 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
[pid=5637/tid=5665] ppid=5635 vsize=426004 CPUtime=0 cores=0-7
/proc/5637/task/5665/stat : 5665 (python) S 5635 5637 3941 0 -1 4202560 33 936 0 0 0 0 0 0 25 0 9 0 668782375 436228096 7273 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 70.85
Current children cumulated vsize (KiB) 4880056

[startup+13.9013 s]
/proc/loadavg: 10.32 10.82 10.05 15/409 5666
/proc/meminfo: memFree=17460088/32951124 swapFree=67056788/67111528
[pid=5637] ppid=5635 vsize=425936 CPUtime=60.19 cores=0-7
/proc/5637/stat : 5637 (python) R 5635 5637 3941 0 -1 4202496 15267 11359 1 0 57 10 5905 47 17 0 8 0 668782299 436158464 7248 33554432000 4194304 5683644 140735608895440 18446744073709551615 271550193648 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5637/statm: 106484 7248 1881 364 0 42398 0
[pid=5652] ppid=5637 vsize=0 CPUtime=13.18 cores=0-7
/proc/5652/stat : 5652 (python) Z 5637 5637 3941 0 -1 4202588 1080 617 0 0 190 32 1096 0 18 0 1 0 668782362 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5652/statm: 0 0 0 0 0 0 0
[pid=5637/tid=5644] ppid=5635 vsize=425936 CPUtime=59.52 cores=0-7
/proc/5637/task/5644/stat : 5644 (python) R 5635 5637 3941 0 -1 4202560 40 11359 0 0 0 0 5905 47 18 0 8 0 668782353 436158464 7248 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361711 0 0 16781312 2 4294967295 0 0 -1 3 0 0 0
[pid=5637/tid=5647] ppid=5635 vsize=425936 CPUtime=59.52 cores=0-7
/proc/5637/task/5647/stat : 5647 (python) S 5635 5637 3941 0 -1 4202560 73 11359 0 0 0 0 5905 47 18 0 8 0 668782356 436158464 7248 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 0 0 0 0
[pid=5637/tid=5650] ppid=5635 vsize=425936 CPUtime=59.52 cores=0-7
/proc/5637/task/5650/stat : 5650 (python) R 5635 5637 3941 0 -1 4202560 31 11359 0 0 0 0 5905 47 18 0 8 0 668782359 436158464 7248 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 0 0 0 -1 7 0 0 0
[pid=5637/tid=5653] ppid=5635 vsize=425936 CPUtime=59.52 cores=0-7
/proc/5637/task/5653/stat : 5653 (python) S 5635 5637 3941 0 -1 4202560 30 11359 0 0 0 0 5905 47 19 0 8 0 668782362 436158464 7248 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 1 0 0 0
[pid=5637/tid=5659] ppid=5635 vsize=425936 CPUtime=59.52 cores=0-7
/proc/5637/task/5659/stat : 5659 (python) R 5635 5637 3941 0 -1 4202560 33 11359 0 0 0 0 5905 47 18 0 8 0 668782368 436158464 7248 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 0 0 0 -1 2 0 0 0
[pid=5637/tid=5662] ppid=5635 vsize=425932 CPUtime=59.52 cores=0-7
/proc/5637/task/5662/stat : 5662 (python) S 5635 5637 3941 0 -1 4202560 33 11359 0 0 0 0 5905 47 18 0 8 0 668782372 436154368 7247 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
[pid=5637/tid=5665] ppid=5635 vsize=425928 CPUtime=59.52 cores=0-7
/proc/5637/task/5665/stat : 5665 (python) S 5635 5637 3941 0 -1 4202560 33 11359 0 0 0 0 5905 47 18 0 8 0 668782375 436150272 7246 33554432000 4194304 5683644 140735608895440 18446744073709551615 271562361265 0 0 16781312 2 18446604451701872640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 73.37
Current children cumulated vsize (KiB) 425936

Child status: 0
Real time (s): 13.9265
CPU time (s): 73.4268
CPU user time (s): 72.523
CPU system time (s): 0.903862
CPU usage (%): 527.245
Max. virtual memory (cumulated for all children) (KiB): 4884284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.523
system time used= 0.903862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32534
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= 3265
involuntary context switches= 3251

runsolver used 0.06299 second user time and 0.123981 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 20:50:44
IDJOB=3385659
IDBENCH=82924
IDSOLVER=1870
FILE ID=node133/3385659-1305571844
RUNJOBID= node133-1305564962-3955
PBS_JOBID= 13350117
Free space on /tmp= 73404 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S797651048-056.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-3385659-1305571844/watcher-3385659-1305571844 -o /tmp/evaluation-result-3385659-1305571844/solver-3385659-1305571844 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385659-1305571844.cnf -seed 2021350918 -budget 40000 -cores 8

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

MD5SUM BENCH= e887a746d13f48cfc0f8cc23df918189
RANDOM SEED=2021350918

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17513732 kB
Buffers:        325164 kB
Cached:        4537048 kB
SwapCached:       7676 kB
Active:       11809120 kB
Inactive:      3310256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17513732 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           32580 kB
Writeback:           0 kB
AnonPages:    10255472 kB
Mapped:          32252 kB
Slab:           203008 kB
PageTables:      45144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84929076 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73372 MiB
End job on node133 at 2011-05-16 20:50:58