Trace number 3378852

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-industrial (fixed)UNSAT 36.4245 9.8939

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net60-40-10.shuffled.cnf
MD5SUM532245ed9a95eef41b179dba56b78f57
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.016996
Satisfiable
(Un)Satisfiability was proved
Number of variables4800
Number of clauses14281
Sum of the clauses size33540
Maximum clause length60
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29360
Number of clauses of size 34920
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.46	c INFO: solving HOME/instance-3378852-1305467402.cnf
0.31/0.46	c INFO: computing task features
0.40/0.50	c INFO: computed variable-clause graph statistics
0.40/0.51	c INFO: computed clause balance statistics
0.60/0.72	c INFO: computed variable balance statistics
0.70/0.89	c INFO: computed small-clause counts
0.70/0.89	c INFO: computed Horn-clause counts
0.80/0.94	c INFO: computed variable graph statistics
0.80/0.94	c INFO: collected features for HOME/instance-3378852-1305467402.cnf in 0.47 s
0.80/0.94	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
0.80/0.95	c INFO: running cryptominisat-2.9.0@0 for 582 with 1199 remaining (b = 0.51)
0.80/0.96	c INFO: running lingeling-276@0 for 1199 with 1199 remaining (b = 0.57)
0.80/0.97	c INFO: running lingeling-276@0 for 97 with 1199 remaining (b = 0.21)
36.08/9.87	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-3378852-1305467402/watcher-3378852-1305467402 -o /tmp/evaluation-result-3378852-1305467402/solver-3378852-1305467402 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378852-1305467402.cnf -seed 2001042792 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 3.93 4.91 6.49 5/346 19614
/proc/meminfo: memFree=20154680/32951124 swapFree=66457188/67111528
[pid=19614] ppid=19612 vsize=16240 CPUtime=0 cores=1,3,5,7
/proc/19614/stat : 19614 (python) R 19612 19614 18093 0 -1 4202496 994 0 0 0 0 0 0 0 25 0 1 0 658338331 16629760 867 33554432000 4194304 5683644 140736862520192 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19614/statm: 4060 867 368 364 0 547 0

[startup+0.030048 s]
/proc/loadavg: 3.93 4.91 6.49 5/346 19614
/proc/meminfo: memFree=20154680/32951124 swapFree=66457188/67111528
[pid=19614] ppid=19612 vsize=18884 CPUtime=0.01 cores=1,3,5,7
/proc/19614/stat : 19614 (python) R 19612 19614 18093 0 -1 4202496 1267 0 0 0 1 0 0 0 25 0 1 0 658338331 19337216 1120 33554432000 4194304 5683644 140736862520192 18446744073709551615 4509415 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19614/statm: 4721 1121 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.101055 s]
/proc/loadavg: 3.93 4.91 6.49 5/346 19614
/proc/meminfo: memFree=20154680/32951124 swapFree=66457188/67111528
[pid=19614] ppid=19612 vsize=104232 CPUtime=0.07 cores=1,3,5,7
/proc/19614/stat : 19614 (python) R 19612 19614 18093 0 -1 4202496 3060 0 0 0 5 2 0 0 17 0 1 0 658338331 106733568 2743 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335888308 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19614/statm: 26058 2748 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300999 s]
/proc/loadavg: 3.93 4.91 6.49 5/346 19614
/proc/meminfo: memFree=20154680/32951124 swapFree=66457188/67111528
[pid=19614] ppid=19612 vsize=187740 CPUtime=0.24 cores=1,3,5,7
/proc/19614/stat : 19614 (python) R 19612 19614 18093 0 -1 4202496 6799 936 1 0 17 7 0 0 18 0 1 0 658338331 192245760 4860 33554432000 4194304 5683644 140736862520192 18446744073709551615 232330929640 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19614/statm: 46935 4860 1380 364 0 3723 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187740

[startup+0.700941 s]
/proc/loadavg: 3.93 4.91 6.49 5/346 19614
/proc/meminfo: memFree=20154680/32951124 swapFree=66457188/67111528
[pid=19614] ppid=19612 vsize=280876 CPUtime=0.6 cores=1,3,5,7
/proc/19614/stat : 19614 (python) R 19612 19614 18093 0 -1 4202496 9950 936 1 0 51 9 0 0 18 0 1 0 658338331 287617024 7617 33554432000 4194304 5683644 140736862520192 18446744073709551615 47437742715568 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19614/statm: 70219 7617 1826 364 0 6143 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 280876

[startup+1.50075 s]
/proc/loadavg: 4.09 4.93 6.49 9/359 19631
/proc/meminfo: memFree=20109048/32951124 swapFree=66457188/67111528
[pid=19614] ppid=19612 vsize=320808 CPUtime=0.87 cores=1,3,5,7
/proc/19614/stat : 19614 (python) S 19612 19614 18093 0 -1 4202496 12591 936 1 0 77 10 0 0 21 0 5 0 658338331 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19614/statm: 80202 7402 1873 364 0 16111 0
[pid=19620] ppid=19614 vsize=279468 CPUtime=0 cores=1,3,5,7
/proc/19620/stat : 19620 (python) S 19614 19614 18093 0 -1 4202560 709 0 0 0 0 0 0 0 20 0 1 0 658338425 286175232 5799 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912463 0 0 16781312 514 9126906113608908799 0 0 17 7 0 0 0
/proc/19620/statm: 69867 5799 347 364 0 5785 0
[pid=19622] ppid=19620 vsize=6004 CPUtime=0.54 cores=1,3,5,7
/proc/19622/stat : 19622 (lingeling) R 19620 19622 19622 0 -1 4202496 1176 0 0 0 54 0 0 0 23 0 1 0 658338426 6148096 671 33554432000 4194304 4352236 140736153104256 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19622/statm: 1501 671 129 39 0 581 0
[pid=19623] ppid=19614 vsize=290052 CPUtime=0 cores=1,3,5,7
/proc/19623/stat : 19623 (python) S 19614 19614 18093 0 -1 4202560 743 0 0 0 0 0 0 0 20 0 1 0 658338426 297013248 5854 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 5606939806173987077 0 0 17 1 0 0 0
/proc/19623/statm: 72513 5854 348 364 0 8428 0
[pid=19625] ppid=19623 vsize=37700 CPUtime=0.52 cores=1,3,5,7
/proc/19625/stat : 19625 (cryptominisat-2) R 19623 19625 19625 0 -1 4202496 2949 0 0 0 52 0 0 0 25 0 1 0 658338427 38604800 2567 33554432000 4194304 4677096 140737046197520 18446744073709551615 4319376 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19625/statm: 9425 2567 389 118 0 4384 0
[pid=19626] ppid=19614 vsize=300308 CPUtime=0 cores=1,3,5,7
/proc/19626/stat : 19626 (python) S 19614 19614 18093 0 -1 4202560 712 0 0 0 0 0 0 0 19 0 1 0 658338427 307515392 5865 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 16468705067449450495 0 0 17 3 0 0 0
/proc/19626/statm: 75077 5865 344 364 0 10989 0
[pid=19628] ppid=19626 vsize=5572 CPUtime=0.53 cores=1,3,5,7
/proc/19628/stat : 19628 (lingeling) R 19626 19628 19628 0 -1 4202496 1097 0 0 0 53 0 0 0 22 0 1 0 658338427 5705728 591 33554432000 4194304 4352236 140734848059616 18446744073709551615 4207621 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19628/statm: 1393 591 129 39 0 473 0
[pid=19629] ppid=19614 vsize=310564 CPUtime=0 cores=1,3,5,7
/proc/19629/stat : 19629 (python) S 19614 19614 18093 0 -1 4202560 725 0 0 0 0 0 0 0 21 0 1 0 658338428 318017536 5869 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 9193600289926545407 0 0 17 1 0 0 0
/proc/19629/statm: 77641 5869 344 364 0 13550 0
[pid=19631] ppid=19629 vsize=5716 CPUtime=0.52 cores=1,3,5,7
/proc/19631/stat : 19631 (lingeling) R 19629 19631 19631 0 -1 4202496 1104 0 0 0 52 0 0 0 25 0 1 0 658338428 5853184 599 33554432000 4194304 4352236 140733843040736 18446744073709551615 4328785 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19631/statm: 1429 599 129 39 0 509 0
[pid=19614/tid=19621] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19621/stat : 19621 (python) S 19612 19614 18093 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19624] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19624/stat : 19624 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 23 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19627] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19627/stat : 19627 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 658338427 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 3 0 0 0
[pid=19614/tid=19630] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19630/stat : 19630 (python) S 19612 19614 18093 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 5 0 658338428 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1556192

[startup+3.10147 s]
/proc/loadavg: 4.09 4.93 6.49 9/359 19631
/proc/meminfo: memFree=20090832/32951124 swapFree=66457188/67111528
[pid=19614] ppid=19612 vsize=320808 CPUtime=0.87 cores=1,3,5,7
/proc/19614/stat : 19614 (python) S 19612 19614 18093 0 -1 4202496 12591 936 1 0 77 10 0 0 21 0 5 0 658338331 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19614/statm: 80202 7402 1873 364 0 16111 0
[pid=19620] ppid=19614 vsize=279468 CPUtime=0 cores=1,3,5,7
/proc/19620/stat : 19620 (python) S 19614 19614 18093 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658338425 286175232 5806 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912463 0 0 16781312 514 9126906113608876293 0 0 17 7 0 0 0
/proc/19620/statm: 69867 5806 354 364 0 5785 0
[pid=19622] ppid=19620 vsize=7304 CPUtime=2.13 cores=1,3,5,7
/proc/19622/stat : 19622 (lingeling) R 19620 19622 19622 0 -1 4202496 1693 0 0 0 213 0 0 0 25 0 1 0 658338426 7479296 1028 33554432000 4194304 4352236 140736153104256 18446744073709551615 4331680 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19622/statm: 1826 1028 129 39 0 906 0
[pid=19623] ppid=19614 vsize=290052 CPUtime=0 cores=1,3,5,7
/proc/19623/stat : 19623 (python) S 19614 19614 18093 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 658338426 297013248 5854 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 6811421761809121541 0 0 17 1 0 0 0
/proc/19623/statm: 72513 5854 348 364 0 8428 0
[pid=19625] ppid=19623 vsize=38920 CPUtime=2.1 cores=1,3,5,7
/proc/19625/stat : 19625 (cryptominisat-2) R 19623 19625 19625 0 -1 4202496 4119 0 0 0 210 0 0 0 25 0 1 0 658338427 39854080 2839 33554432000 4194304 4677096 140737046197520 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19625/statm: 9730 2839 389 118 0 4689 0
[pid=19626] ppid=19614 vsize=300308 CPUtime=0 cores=1,3,5,7
/proc/19626/stat : 19626 (python) S 19614 19614 18093 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 658338427 307515392 5869 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 16468705067449417989 0 0 17 3 0 0 0
/proc/19626/statm: 75077 5869 348 364 0 10989 0
[pid=19628] ppid=19626 vsize=7344 CPUtime=2.13 cores=1,3,5,7
/proc/19628/stat : 19628 (lingeling) R 19626 19628 19628 0 -1 4202496 1672 0 0 0 213 0 0 0 25 0 1 0 658338427 7520256 1006 33554432000 4194304 4352236 140734848059616 18446744073709551615 4271298 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19628/statm: 1836 1006 129 39 0 916 0
[pid=19629] ppid=19614 vsize=310564 CPUtime=0 cores=1,3,5,7
/proc/19629/stat : 19629 (python) S 19614 19614 18093 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 658338428 318017536 5873 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 9193600289926512901 0 0 17 1 0 0 0
/proc/19629/statm: 77641 5873 348 364 0 13550 0
[pid=19631] ppid=19629 vsize=7020 CPUtime=2.12 cores=1,3,5,7
/proc/19631/stat : 19631 (lingeling) R 19629 19631 19631 0 -1 4202496 1750 0 0 0 212 0 0 0 25 0 1 0 658338428 7188480 925 33554432000 4194304 4352236 140733843040736 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19631/statm: 1755 925 129 39 0 835 0
[pid=19614/tid=19621] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19621/stat : 19621 (python) S 19612 19614 18093 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19624] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19624/stat : 19624 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 23 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19627] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19627/stat : 19627 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 658338427 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 3 0 0 0
[pid=19614/tid=19630] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19630/stat : 19630 (python) S 19612 19614 18093 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 5 0 658338428 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.35
Current children cumulated vsize (KiB) 1561788

[startup+6.3009 s]
/proc/loadavg: 4.49 5.00 6.50 9/359 19631
/proc/meminfo: memFree=20075772/32951124 swapFree=66457188/67111528
[pid=19614] ppid=19612 vsize=320808 CPUtime=0.87 cores=1,3,5,7
/proc/19614/stat : 19614 (python) S 19612 19614 18093 0 -1 4202496 12591 936 1 0 77 10 0 0 21 0 5 0 658338331 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19614/statm: 80202 7402 1873 364 0 16111 0
[pid=19620] ppid=19614 vsize=279468 CPUtime=0 cores=1,3,5,7
/proc/19620/stat : 19620 (python) S 19614 19614 18093 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 658338425 286175232 5828 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912463 0 0 16781312 514 9126906113608876293 0 0 17 7 0 0 0
/proc/19620/statm: 69867 5828 376 364 0 5785 0
[pid=19622] ppid=19620 vsize=8844 CPUtime=5.3 cores=1,3,5,7
/proc/19622/stat : 19622 (lingeling) R 19620 19622 19622 0 -1 4202496 2846 0 0 0 530 0 0 0 25 0 1 0 658338426 9056256 1413 33554432000 4194304 4352236 140736153104256 18446744073709551615 4328132 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19622/statm: 2211 1413 129 39 0 1291 0
[pid=19623] ppid=19614 vsize=290052 CPUtime=0.01 cores=1,3,5,7
/proc/19623/stat : 19623 (python) S 19614 19614 18093 0 -1 4202560 906 0 0 0 1 0 0 0 15 0 1 0 658338426 297013248 5877 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 6811421761809121541 0 0 17 1 0 0 0
/proc/19623/statm: 72513 5877 371 364 0 8428 0
[pid=19625] ppid=19623 vsize=50640 CPUtime=5.25 cores=1,3,5,7
/proc/19625/stat : 19625 (cryptominisat-2) R 19623 19625 19625 0 -1 4202496 6098 0 0 0 524 1 0 0 25 0 1 0 658338427 51855360 3875 33554432000 4194304 4677096 140737046197520 18446744073709551615 4465945 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19625/statm: 12660 3875 391 118 0 7619 0
[pid=19626] ppid=19614 vsize=300308 CPUtime=0.01 cores=1,3,5,7
/proc/19626/stat : 19626 (python) S 19614 19614 18093 0 -1 4202560 885 0 0 0 0 1 0 0 18 0 1 0 658338427 307515392 5892 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 16468705067449417989 0 0 17 3 0 0 0
/proc/19626/statm: 75077 5892 371 364 0 10989 0
[pid=19628] ppid=19626 vsize=7608 CPUtime=5.33 cores=1,3,5,7
/proc/19628/stat : 19628 (lingeling) R 19626 19628 19628 0 -1 4202496 2822 0 0 0 533 0 0 0 25 0 1 0 658338427 7790592 1100 33554432000 4194304 4352236 140734848059616 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19628/statm: 1902 1100 129 39 0 982 0
[pid=19629] ppid=19614 vsize=310564 CPUtime=0.01 cores=1,3,5,7
/proc/19629/stat : 19629 (python) S 19614 19614 18093 0 -1 4202560 901 0 0 0 1 0 0 0 18 0 1 0 658338428 318017536 5896 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 9193600289926512901 0 0 17 1 0 0 0
/proc/19629/statm: 77641 5896 371 364 0 13550 0
[pid=19631] ppid=19629 vsize=8704 CPUtime=5.29 cores=1,3,5,7
/proc/19631/stat : 19631 (lingeling) R 19629 19631 19631 0 -1 4202496 2967 0 0 0 529 0 0 0 25 0 1 0 658338428 8912896 1374 33554432000 4194304 4352236 140733843040736 18446744073709551615 4327867 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19631/statm: 2176 1374 129 39 0 1256 0
[pid=19614/tid=19621] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19621/stat : 19621 (python) S 19612 19614 18093 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19624] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19624/stat : 19624 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 23 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19627] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19627/stat : 19627 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 658338427 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 3 0 0 0
[pid=19614/tid=19630] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19630/stat : 19630 (python) S 19612 19614 18093 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 5 0 658338428 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 1576996

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

[startup+7.90062 s]
/proc/loadavg: 4.49 5.00 6.50 9/359 19631
/proc/meminfo: memFree=20069792/32951124 swapFree=66457188/67111528
[pid=19614] ppid=19612 vsize=320808 CPUtime=0.87 cores=1,3,5,7
/proc/19614/stat : 19614 (python) S 19612 19614 18093 0 -1 4202496 12591 936 1 0 77 10 0 0 21 0 5 0 658338331 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19614/statm: 80202 7402 1873 364 0 16111 0
[pid=19620] ppid=19614 vsize=279468 CPUtime=0 cores=1,3,5,7
/proc/19620/stat : 19620 (python) S 19614 19614 18093 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 658338425 286175232 5828 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912463 0 0 16781312 514 9126906113608876293 0 0 17 7 0 0 0
/proc/19620/statm: 69867 5828 376 364 0 5785 0
[pid=19622] ppid=19620 vsize=8460 CPUtime=6.9 cores=1,3,5,7
/proc/19622/stat : 19622 (lingeling) R 19620 19622 19622 0 -1 4202496 3134 0 0 0 690 0 0 0 25 0 1 0 658338426 8663040 1317 33554432000 4194304 4352236 140736153104256 18446744073709551615 4283158 0 0 16781312 17506 0 0 0 17 1 0 0 0

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

[pid=19614/tid=19627] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19627/stat : 19627 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 658338427 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 3 0 0 0
[pid=19614/tid=19630] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19630/stat : 19630 (python) S 19612 19614 18093 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 5 0 658338428 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 28.45
Current children cumulated vsize (KiB) 1587796

[startup+8.70147 s]
/proc/loadavg: 4.49 5.00 6.50 9/359 19631
/proc/meminfo: memFree=20068308/32951124 swapFree=66457188/67111528
[pid=19614] ppid=19612 vsize=320808 CPUtime=0.87 cores=1,3,5,7
/proc/19614/stat : 19614 (python) S 19612 19614 18093 0 -1 4202496 12591 936 1 0 77 10 0 0 21 0 5 0 658338331 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19614/statm: 80202 7402 1873 364 0 16111 0
[pid=19620] ppid=19614 vsize=279468 CPUtime=0 cores=1,3,5,7
/proc/19620/stat : 19620 (python) S 19614 19614 18093 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 658338425 286175232 5828 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912463 0 0 16781312 514 9126906113608876293 0 0 17 7 0 0 0
/proc/19620/statm: 69867 5828 376 364 0 5785 0
[pid=19622] ppid=19620 vsize=9360 CPUtime=7.71 cores=1,3,5,7
/proc/19622/stat : 19622 (lingeling) R 19620 19622 19622 0 -1 4202496 3359 0 0 0 771 0 0 0 25 0 1 0 658338426 9584640 1542 33554432000 4194304 4352236 140736153104256 18446744073709551615 4207870 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19622/statm: 2340 1542 129 39 0 1420 0
[pid=19623] ppid=19614 vsize=290052 CPUtime=0.01 cores=1,3,5,7
/proc/19623/stat : 19623 (python) S 19614 19614 18093 0 -1 4202560 906 0 0 0 1 0 0 0 15 0 1 0 658338426 297013248 5877 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 6811421761809121541 0 0 17 1 0 0 0
/proc/19623/statm: 72513 5877 371 364 0 8428 0
[pid=19625] ppid=19623 vsize=59516 CPUtime=7.63 cores=1,3,5,7
/proc/19625/stat : 19625 (cryptominisat-2) R 19623 19625 19625 0 -1 4202496 6940 0 0 0 762 1 0 0 25 0 1 0 658338427 60944384 4717 33554432000 4194304 4677096 140737046197520 18446744073709551615 4320083 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19625/statm: 14879 4717 391 118 0 9838 0
[pid=19626] ppid=19614 vsize=300308 CPUtime=0.01 cores=1,3,5,7
/proc/19626/stat : 19626 (python) S 19614 19614 18093 0 -1 4202560 885 0 0 0 0 1 0 0 18 0 1 0 658338427 307515392 5892 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 16468705067449417989 0 0 17 3 0 0 0
/proc/19626/statm: 75077 5892 371 364 0 10989 0
[pid=19628] ppid=19626 vsize=9408 CPUtime=7.74 cores=1,3,5,7
/proc/19628/stat : 19628 (lingeling) R 19626 19628 19628 0 -1 4202496 3720 0 0 0 774 0 0 0 25 0 1 0 658338427 9633792 1550 33554432000 4194304 4352236 140734848059616 18446744073709551615 4207882 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19628/statm: 2352 1550 129 39 0 1432 0
[pid=19629] ppid=19614 vsize=310564 CPUtime=0.01 cores=1,3,5,7
/proc/19629/stat : 19629 (python) S 19614 19614 18093 0 -1 4202560 901 0 0 0 1 0 0 0 18 0 1 0 658338428 318017536 5896 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 9193600289926512901 0 0 17 1 0 0 0
/proc/19629/statm: 77641 5896 371 364 0 13550 0
[pid=19631] ppid=19629 vsize=10116 CPUtime=7.71 cores=1,3,5,7
/proc/19631/stat : 19631 (lingeling) R 19629 19631 19631 0 -1 4202496 3768 0 0 0 771 0 0 0 25 0 1 0 658338428 10358784 1727 33554432000 4194304 4352236 140733843040736 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19631/statm: 2529 1727 129 39 0 1609 0
[pid=19614/tid=19621] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19621/stat : 19621 (python) S 19612 19614 18093 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19624] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19624/stat : 19624 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 23 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19627] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19627/stat : 19627 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 658338427 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 3 0 0 0
[pid=19614/tid=19630] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19630/stat : 19630 (python) S 19612 19614 18093 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 5 0 658338428 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.69
Current children cumulated vsize (KiB) 1589600

[startup+9.50133 s]
/proc/loadavg: 4.49 5.00 6.50 9/359 19631
/proc/meminfo: memFree=20068308/32951124 swapFree=66457188/67111528
[pid=19614] ppid=19612 vsize=320808 CPUtime=0.87 cores=1,3,5,7
/proc/19614/stat : 19614 (python) S 19612 19614 18093 0 -1 4202496 12591 936 1 0 77 10 0 0 21 0 5 0 658338331 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19614/statm: 80202 7402 1873 364 0 16111 0
[pid=19620] ppid=19614 vsize=279468 CPUtime=0 cores=1,3,5,7
/proc/19620/stat : 19620 (python) S 19614 19614 18093 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 658338425 286175232 5828 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912463 0 0 16781312 514 9126906113608876293 0 0 17 7 0 0 0
/proc/19620/statm: 69867 5828 376 364 0 5785 0
[pid=19622] ppid=19620 vsize=8592 CPUtime=8.5 cores=1,3,5,7
/proc/19622/stat : 19622 (lingeling) R 19620 19622 19622 0 -1 4202496 3359 0 0 0 850 0 0 0 25 0 1 0 658338426 8798208 1350 33554432000 4194304 4352236 140736153104256 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19622/statm: 2148 1350 129 39 0 1228 0
[pid=19623] ppid=19614 vsize=290052 CPUtime=0.01 cores=1,3,5,7
/proc/19623/stat : 19623 (python) S 19614 19614 18093 0 -1 4202560 908 0 0 0 1 0 0 0 15 0 1 0 658338426 297013248 5877 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 6811421761809121541 0 0 17 1 0 0 0
/proc/19623/statm: 72513 5877 371 364 0 8428 0
[pid=19625] ppid=19623 vsize=59516 CPUtime=8.42 cores=1,3,5,7
/proc/19625/stat : 19625 (cryptominisat-2) R 19623 19625 19625 0 -1 4202496 7278 0 0 0 841 1 0 0 25 0 1 0 658338427 60944384 5055 33554432000 4194304 4677096 140737046197520 18446744073709551615 4318858 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19625/statm: 14879 5055 391 118 0 9838 0
[pid=19626] ppid=19614 vsize=300308 CPUtime=0.01 cores=1,3,5,7
/proc/19626/stat : 19626 (python) S 19614 19614 18093 0 -1 4202560 885 0 0 0 0 1 0 0 18 0 1 0 658338427 307515392 5892 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 16468705067449417989 0 0 17 3 0 0 0
/proc/19626/statm: 75077 5892 371 364 0 10989 0
[pid=19628] ppid=19626 vsize=10304 CPUtime=8.52 cores=1,3,5,7
/proc/19628/stat : 19628 (lingeling) R 19626 19628 19628 0 -1 4202496 3944 0 0 0 852 0 0 0 25 0 1 0 658338427 10551296 1774 33554432000 4194304 4352236 140734848059616 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19628/statm: 2576 1774 129 39 0 1656 0
[pid=19629] ppid=19614 vsize=310564 CPUtime=0.01 cores=1,3,5,7
/proc/19629/stat : 19629 (python) S 19614 19614 18093 0 -1 4202560 901 0 0 0 1 0 0 0 18 0 1 0 658338428 318017536 5896 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 9193600289926512901 0 0 17 1 0 0 0
/proc/19629/statm: 77641 5896 371 364 0 13550 0
[pid=19631] ppid=19629 vsize=9220 CPUtime=8.49 cores=1,3,5,7
/proc/19631/stat : 19631 (lingeling) R 19629 19631 19631 0 -1 4202496 3832 0 0 0 849 0 0 0 25 0 1 0 658338428 9441280 1503 33554432000 4194304 4352236 140733843040736 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19631/statm: 2305 1503 129 39 0 1385 0
[pid=19614/tid=19621] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19621/stat : 19621 (python) S 19612 19614 18093 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19624] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19624/stat : 19624 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 23 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19627] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19627/stat : 19627 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 658338427 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 3 0 0 0
[pid=19614/tid=19630] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19630/stat : 19630 (python) S 19612 19614 18093 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 5 0 658338428 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.83
Current children cumulated vsize (KiB) 1588832

[startup+9.7013 s]
/proc/loadavg: 4.49 5.00 6.50 9/359 19631
/proc/meminfo: memFree=20068308/32951124 swapFree=66457188/67111528
[pid=19614] ppid=19612 vsize=320808 CPUtime=0.87 cores=1,3,5,7
/proc/19614/stat : 19614 (python) S 19612 19614 18093 0 -1 4202496 12591 936 1 0 77 10 0 0 21 0 5 0 658338331 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19614/statm: 80202 7402 1873 364 0 16111 0
[pid=19620] ppid=19614 vsize=279468 CPUtime=0 cores=1,3,5,7
/proc/19620/stat : 19620 (python) S 19614 19614 18093 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 658338425 286175232 5828 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912463 0 0 16781312 514 9126906113608876293 0 0 17 7 0 0 0
/proc/19620/statm: 69867 5828 376 364 0 5785 0
[pid=19622] ppid=19620 vsize=8592 CPUtime=8.7 cores=1,3,5,7
/proc/19622/stat : 19622 (lingeling) R 19620 19622 19622 0 -1 4202496 3359 0 0 0 870 0 0 0 25 0 1 0 658338426 8798208 1350 33554432000 4194304 4352236 140736153104256 18446744073709551615 4328498 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19622/statm: 2148 1350 129 39 0 1228 0
[pid=19623] ppid=19614 vsize=290052 CPUtime=0.01 cores=1,3,5,7
/proc/19623/stat : 19623 (python) S 19614 19614 18093 0 -1 4202560 908 0 0 0 1 0 0 0 15 0 1 0 658338426 297013248 5877 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 6811421761809121541 0 0 17 1 0 0 0
/proc/19623/statm: 72513 5877 371 364 0 8428 0
[pid=19625] ppid=19623 vsize=59516 CPUtime=8.62 cores=1,3,5,7
/proc/19625/stat : 19625 (cryptominisat-2) R 19623 19625 19625 0 -1 4202496 7316 0 0 0 861 1 0 0 25 0 1 0 658338427 60944384 5093 33554432000 4194304 4677096 140737046197520 18446744073709551615 4319376 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19625/statm: 14879 5093 391 118 0 9838 0
[pid=19626] ppid=19614 vsize=300308 CPUtime=0.01 cores=1,3,5,7
/proc/19626/stat : 19626 (python) S 19614 19614 18093 0 -1 4202560 885 0 0 0 0 1 0 0 18 0 1 0 658338427 307515392 5892 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 16468705067449417989 0 0 17 3 0 0 0
/proc/19626/statm: 75077 5892 371 364 0 10989 0
[pid=19628] ppid=19626 vsize=10560 CPUtime=8.72 cores=1,3,5,7
/proc/19628/stat : 19628 (lingeling) R 19626 19628 19628 0 -1 4202496 4008 0 0 0 872 0 0 0 25 0 1 0 658338427 10813440 1838 33554432000 4194304 4352236 140734848059616 18446744073709551615 4328151 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19628/statm: 2640 1838 129 39 0 1720 0
[pid=19629] ppid=19614 vsize=310564 CPUtime=0.01 cores=1,3,5,7
/proc/19629/stat : 19629 (python) S 19614 19614 18093 0 -1 4202560 901 0 0 0 1 0 0 0 18 0 1 0 658338428 318017536 5896 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 9193600289926512901 0 0 17 1 0 0 0
/proc/19629/statm: 77641 5896 371 364 0 13550 0
[pid=19631] ppid=19629 vsize=9604 CPUtime=8.69 cores=1,3,5,7
/proc/19631/stat : 19631 (lingeling) R 19629 19631 19631 0 -1 4202496 3928 0 0 0 869 0 0 0 25 0 1 0 658338428 9834496 1599 33554432000 4194304 4352236 140733843040736 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19631/statm: 2401 1599 129 39 0 1481 0
[pid=19614/tid=19621] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19621/stat : 19621 (python) S 19612 19614 18093 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19624] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19624/stat : 19624 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 23 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19627] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19627/stat : 19627 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 658338427 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 3 0 0 0
[pid=19614/tid=19630] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19630/stat : 19630 (python) S 19612 19614 18093 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 5 0 658338428 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 35.63
Current children cumulated vsize (KiB) 1589472

[startup+9.80128 s]
/proc/loadavg: 4.49 5.00 6.50 9/359 19631
/proc/meminfo: memFree=20058012/32951124 swapFree=66457188/67111528
[pid=19614] ppid=19612 vsize=320808 CPUtime=0.87 cores=1,3,5,7
/proc/19614/stat : 19614 (python) S 19612 19614 18093 0 -1 4202496 12591 936 1 0 77 10 0 0 21 0 5 0 658338331 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19614/statm: 80202 7402 1873 364 0 16111 0
[pid=19620] ppid=19614 vsize=279468 CPUtime=0 cores=1,3,5,7
/proc/19620/stat : 19620 (python) S 19614 19614 18093 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 658338425 286175232 5828 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912463 0 0 16781312 514 9126906113608876293 0 0 17 7 0 0 0
/proc/19620/statm: 69867 5828 376 364 0 5785 0
[pid=19622] ppid=19620 vsize=8720 CPUtime=8.81 cores=1,3,5,7
/proc/19622/stat : 19622 (lingeling) R 19620 19622 19622 0 -1 4202496 3391 0 0 0 881 0 0 0 25 0 1 0 658338426 8929280 1382 33554432000 4194304 4352236 140736153104256 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19622/statm: 2180 1382 129 39 0 1260 0
[pid=19623] ppid=19614 vsize=290052 CPUtime=0.01 cores=1,3,5,7
/proc/19623/stat : 19623 (python) S 19614 19614 18093 0 -1 4202560 908 0 0 0 1 0 0 0 15 0 1 0 658338426 297013248 5877 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 6811421761809121541 0 0 17 1 0 0 0
/proc/19623/statm: 72513 5877 371 364 0 8428 0
[pid=19625] ppid=19623 vsize=59516 CPUtime=8.72 cores=1,3,5,7
/proc/19625/stat : 19625 (cryptominisat-2) R 19623 19625 19625 0 -1 4202496 7331 0 0 0 871 1 0 0 25 0 1 0 658338427 60944384 5108 33554432000 4194304 4677096 140737046197520 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19625/statm: 14879 5108 391 118 0 9838 0
[pid=19626] ppid=19614 vsize=300308 CPUtime=0.01 cores=1,3,5,7
/proc/19626/stat : 19626 (python) S 19614 19614 18093 0 -1 4202560 885 0 0 0 0 1 0 0 18 0 1 0 658338427 307515392 5892 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 16468705067449417989 0 0 17 3 0 0 0
/proc/19626/statm: 75077 5892 371 364 0 10989 0
[pid=19628] ppid=19626 vsize=10816 CPUtime=8.84 cores=1,3,5,7
/proc/19628/stat : 19628 (lingeling) R 19626 19628 19628 0 -1 4202496 4072 0 0 0 884 0 0 0 25 0 1 0 658338427 11075584 1902 33554432000 4194304 4352236 140734848059616 18446744073709551615 4270864 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19628/statm: 2704 1902 129 39 0 1784 0
[pid=19629] ppid=19614 vsize=310564 CPUtime=0.01 cores=1,3,5,7
/proc/19629/stat : 19629 (python) S 19614 19614 18093 0 -1 4202560 901 0 0 0 1 0 0 0 18 0 1 0 658338428 318017536 5896 33554432000 4194304 5683644 140736862520192 18446744073709551615 232335912518 0 0 16781312 514 9193600289926512901 0 0 17 1 0 0 0
/proc/19629/statm: 77641 5896 371 364 0 13550 0
[pid=19631] ppid=19629 vsize=9732 CPUtime=8.81 cores=1,3,5,7
/proc/19631/stat : 19631 (lingeling) R 19629 19631 19631 0 -1 4202496 3960 0 0 0 881 0 0 0 25 0 1 0 658338428 9965568 1631 33554432000 4194304 4352236 140733843040736 18446744073709551615 4241445 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19631/statm: 2433 1631 129 39 0 1513 0
[pid=19614/tid=19621] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19621/stat : 19621 (python) S 19612 19614 18093 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19624] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19624/stat : 19624 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 23 0 5 0 658338426 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 7 0 0 0
[pid=19614/tid=19627] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19627/stat : 19627 (python) S 19612 19614 18093 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 658338427 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 3 0 0 0
[pid=19614/tid=19630] ppid=19612 vsize=320808 CPUtime=0 cores=1,3,5,7
/proc/19614/task/19630/stat : 19630 (python) S 19612 19614 18093 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 5 0 658338428 328507392 7402 33554432000 4194304 5683644 140736862520192 18446744073709551615 232347716017 0 0 16781312 2 18446604460968751232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 36.08
Current children cumulated vsize (KiB) 1589984

Child status: 0
Real time (s): 9.8939
CPU time (s): 36.4245
CPU user time (s): 36.2405
CPU system time (s): 0.183972
CPU usage (%): 368.151
Max. virtual memory (cumulated for all children) (KiB): 1589984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.2405
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40962
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= 1306
involuntary context switches= 688

runsolver used 0.029995 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 15:50:02
IDJOB=3378852
IDBENCH=88025
IDSOLVER=1860
FILE ID=node132/3378852-1305467402
RUNJOBID= node132-1305467394-19491
PBS_JOBID= 13324991
Free space on /tmp= 73312 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net60-40-10.shuffled.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378852-1305467402/watcher-3378852-1305467402 -o /tmp/evaluation-result-3378852-1305467402/solver-3378852-1305467402 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378852-1305467402.cnf -seed 2001042792 -budget 4800 -cores 4

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

MD5SUM BENCH= 532245ed9a95eef41b179dba56b78f57
RANDOM SEED=2001042792

node132.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.833
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.833
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.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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:      20154836 kB
Buffers:        308044 kB
Cached:        5998440 kB
SwapCached:       6904 kB
Active:        6038720 kB
Inactive:      6431820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20154836 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:           64668 kB
Writeback:           0 kB
AnonPages:     6162100 kB
Mapped:          29012 kB
Slab:           227028 kB
PageTables:      34704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 58472348 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= 73280 MiB
End job on node132 at 2011-05-15 15:50:12