Trace number 3484683

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-seq-industrial (fixed, 1200 s timeout)UNSAT 631.987 631.963

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.38/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.50	c INFO: solving HOME/instance-3484683-1307753218.cnf
0.38/0.50	c INFO: computing task features
0.38/0.53	c INFO: computed variable-clause graph statistics
0.38/0.54	c INFO: computed clause balance statistics
0.79/0.92	c INFO: computed variable balance statistics
1.09/1.20	c INFO: computed small-clause counts
1.09/1.21	c INFO: computed Horn-clause counts
1.19/1.32	c INFO: computed variable graph statistics
1.19/1.32	c INFO: collected features for HOME/instance-3484683-1307753218.cnf in 0.86 s
1.19/1.33	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
587.81/587.93	c INFO: running cryptominisat-2.9.0@0 for 613 with 613 remaining (b = 0.51)
631.87/631.94	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.1 (svn: 988)

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-3484683-1307753218/watcher-3484683-1307753218 -o /tmp/evaluation-result-3484683-1307753218/solver-3484683-1307753218 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484683-1307753218.cnf -seed 1548787231 -budget 1200 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.89 4.00 3.89 3/196 1679
/proc/meminfo: memFree=31255120/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=15184 CPUtime=0 cores=1,3
/proc/1679/stat : 1679 (python) R 1677 1679 31379 0 -1 4202496 698 0 0 0 0 0 0 0 25 0 1 0 886921482 15548416 589 33554432000 4194304 5683644 140736679232912 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1679/statm: 3796 593 319 364 0 283 0

[startup+0.0912209 s]
/proc/loadavg: 3.89 4.00 3.89 3/196 1679
/proc/meminfo: memFree=31255120/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=99376 CPUtime=0.06 cores=1,3
/proc/1679/stat : 1679 (python) R 1677 1679 31379 0 -1 4202496 2868 0 0 0 5 1 0 0 17 0 1 0 886921482 101761024 2564 33554432000 4194304 5683644 140736679232912 18446744073709551615 4509160 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1679/statm: 24844 2564 818 364 0 1695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99376

[startup+0.100152 s]
/proc/loadavg: 3.89 4.00 3.89 3/196 1679
/proc/meminfo: memFree=31255120/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=104228 CPUtime=0.06 cores=1,3
/proc/1679/stat : 1679 (python) R 1677 1679 31379 0 -1 4202496 3060 0 0 0 5 1 0 0 17 0 1 0 886921482 106729472 2741 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1679/statm: 26057 2741 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.300115 s]
/proc/loadavg: 3.89 4.00 3.89 3/196 1679
/proc/meminfo: memFree=31255120/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=172860 CPUtime=0.21 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 6759 935 1 0 16 5 0 0 17 0 1 0 886921482 177008640 4813 33554432000 4194304 5683644 140736679232912 18446744073709551615 208075308679 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/1679/statm: 43215 4813 1338 364 0 3454 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 172860

[startup+0.701037 s]
/proc/loadavg: 3.89 4.00 3.89 3/196 1679
/proc/meminfo: memFree=31255120/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=282508 CPUtime=0.59 cores=1,3
/proc/1679/stat : 1679 (python) R 1677 1679 31379 0 -1 4202496 11041 935 1 0 51 8 0 0 17 0 1 0 886921482 289288192 8011 33554432000 4194304 5683644 140736679232912 18446744073709551615 4602441 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1679/statm: 70627 8011 1826 364 0 6551 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 282508

[startup+1.50089 s]
/proc/loadavg: 3.89 4.00 3.89 4/197 1684
/proc/meminfo: memFree=31228756/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=291004 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 11411 935 1 0 114 8 0 0 20 0 2 0 886921482 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 72751 7613 1867 364 0 8669 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 291004

[startup+3.10058 s]
/proc/loadavg: 3.89 4.00 3.89 4/200 1687
/proc/meminfo: memFree=31224516/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=291004 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 11411 935 1 0 114 8 0 0 20 0 2 0 886921482 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 72751 7613 1867 364 0 8669 0
[pid=1685] ppid=1679 vsize=280760 CPUtime=0 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886921616 287498240 6096 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252431 0 0 16781312 514 4351304901712674815 0 0 17 1 0 0 0
/proc/1685/statm: 70190 6096 354 364 0 6108 0
[pid=1687] ppid=1685 vsize=8104 CPUtime=1.75 cores=1,3
/proc/1687/stat : 1687 (lingeling) R 1685 1687 1687 0 -1 4202496 1909 0 0 0 175 0 0 0 25 0 1 0 886921616 8298496 1196 33554432000 4194304 4352236 140735215036880 18446744073709551615 4277727 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1687/statm: 2026 1196 129 39 0 1106 0
[pid=1679/tid=1686] ppid=1677 vsize=291004 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 886921616 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 579868

[startup+6.30097 s]
/proc/loadavg: 3.82 3.98 3.89 4/200 1687
/proc/meminfo: memFree=31220372/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=291004 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 11411 935 1 0 114 8 0 0 20 0 2 0 886921482 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 72751 7613 1867 364 0 8669 0
[pid=1685] ppid=1679 vsize=280760 CPUtime=0 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 880 0 0 0 0 0 0 0 18 0 1 0 886921616 287498240 6119 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252431 0 0 16781312 514 4351304901712642312 0 0 17 1 0 0 0
/proc/1685/statm: 70190 6119 377 364 0 6108 0
[pid=1687] ppid=1685 vsize=10024 CPUtime=4.94 cores=1,3
/proc/1687/stat : 1687 (lingeling) R 1685 1687 1687 0 -1 4202496 2389 0 0 0 494 0 0 0 25 0 1 0 886921616 10264576 1676 33554432000 4194304 4352236 140735215036880 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1687/statm: 2506 1676 129 39 0 1586 0
[pid=1679/tid=1686] ppid=1677 vsize=291004 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 886921616 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 581788

[startup+12.7008 s]
/proc/loadavg: 3.76 3.96 3.88 4/200 1687
/proc/meminfo: memFree=31221864/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=291004 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 11411 935 1 0 114 8 0 0 20 0 2 0 886921482 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 72751 7613 1867 364 0 8669 0
[pid=1685] ppid=1679 vsize=280760 CPUtime=0 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 886921616 287498240 6119 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252431 0 0 16781312 514 3389539261735731464 0 0 17 1 0 0 0
/proc/1685/statm: 70190 6119 377 364 0 6108 0
[pid=1687] ppid=1685 vsize=11688 CPUtime=11.33 cores=1,3
/proc/1687/stat : 1687 (lingeling) R 1685 1687 1687 0 -1 4202496 2805 0 0 0 1133 0 0 0 25 0 1 0 886921616 11968512 2092 33554432000 4194304 4352236 140735215036880 18446744073709551615 4280925 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1687/statm: 2922 2092 129 39 0 2002 0
[pid=1679/tid=1686] ppid=1677 vsize=291004 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 886921616 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 583452

[startup+25.5003 s]
/proc/loadavg: 3.59 3.92 3.87 4/200 1688
/proc/meminfo: memFree=31202964/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=291004 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 11411 935 1 0 114 8 0 0 20 0 2 0 886921482 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 72751 7613 1867 364 0 8669 0
[pid=1685] ppid=1679 vsize=280760 CPUtime=0.02 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 889 0 0 0 1 1 0 0 18 0 1 0 886921616 287498240 6119 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252431 0 0 16781312 514 3389539261735731464 0 0 17 1 0 0 0
/proc/1685/statm: 70190 6119 377 364 0 6108 0
[pid=1687] ppid=1685 vsize=13992 CPUtime=24.11 cores=1,3
/proc/1687/stat : 1687 (lingeling) R 1685 1687 1687 0 -1 4202496 3381 0 0 0 2411 0 0 0 25 0 1 0 886921616 14327808 2668 33554432000 4194304 4352236 140735215036880 18446744073709551615 4280960 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1687/statm: 3498 2668 129 39 0 2578 0
[pid=1679/tid=1686] ppid=1677 vsize=291004 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 886921616 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 585756

[startup+51.1004 s]
/proc/loadavg: 3.47 3.86 3.85 4/200 1689
/proc/meminfo: memFree=31201068/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=291004 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 11411 935 1 0 114 8 0 0 20 0 2 0 886921482 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 72751 7613 1867 364 0 8669 0
[pid=1685] ppid=1679 vsize=280760 CPUtime=0.05 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 899 0 0 0 3 2 0 0 18 0 1 0 886921616 287498240 6119 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252431 0 0 16781312 514 3389539261735731464 0 0 17 1 0 0 0
/proc/1685/statm: 70190 6119 377 364 0 6108 0
[pid=1687] ppid=1685 vsize=16052 CPUtime=49.69 cores=1,3
/proc/1687/stat : 1687 (lingeling) R 1685 1687 1687 0 -1 4202496 5880 0 0 0 4968 1 0 0 25 0 1 0 886921616 16437248 3183 33554432000 4194304 4352236 140735215036880 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1687/statm: 4013 3183 129 39 0 3093 0
[pid=1679/tid=1686] ppid=1677 vsize=291004 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 886921616 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 587816

[startup+102.307 s]
/proc/loadavg: 3.24 3.74 3.81 4/200 1690
/proc/meminfo: memFree=31192732/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=291004 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 11411 935 1 0 114 8 0 0 20 0 2 0 886921482 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 72751 7613 1867 364 0 8669 0
[pid=1685] ppid=1679 vsize=280760 CPUtime=0.11 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 924 0 0 0 6 5 0 0 18 0 1 0 886921616 287498240 6119 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252431 0 0 16781312 514 3389539261735731464 0 0 17 1 0 0 0
/proc/1685/statm: 70190 6119 377 364 0 6108 0
[pid=1687] ppid=1685 vsize=20156 CPUtime=100.84 cores=1,3
/proc/1687/stat : 1687 (lingeling) R 1685 1687 1687 0 -1 4202496 12218 0 0 0 10082 2 0 0 25 0 1 0 886921616 20639744 4241 33554432000 4194304 4352236 140735215036880 18446744073709551615 4280939 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1687/statm: 5039 4241 129 39 0 4119 0
[pid=1679/tid=1686] ppid=1677 vsize=291004 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 886921616 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 591920

[startup+162.3 s]
/proc/loadavg: 3.09 3.60 3.75 4/200 1691
/proc/meminfo: memFree=31179424/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=291004 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 11411 935 1 0 114 8 0 0 20 0 2 0 886921482 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 72751 7613 1867 364 0 8669 0
[pid=1685] ppid=1679 vsize=280760 CPUtime=0.19 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 942 0 0 0 10 9 0 0 18 0 1 0 886921616 287498240 6119 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252431 0 0 16781312 514 3389539261735731464 0 0 17 1 0 0 0
/proc/1685/statm: 70190 6119 377 364 0 6108 0
[pid=1687] ppid=1685 vsize=23744 CPUtime=160.76 cores=1,3
/proc/1687/stat : 1687 (lingeling) R 1685 1687 1687 0 -1 4202496 21371 0 0 0 16073 3 0 0 25 0 1 0 886921616 24313856 5138 33554432000 4194304 4352236 140735215036880 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1687/statm: 5936 5138 129 39 0 5016 0
[pid=1679/tid=1686] ppid=1677 vsize=291004 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 886921616 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 595508

[startup+222.301 s]
/proc/loadavg: 3.03 3.49 3.70 4/200 1693
/proc/meminfo: memFree=31172552/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=291004 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 11411 935 1 0 114 8 0 0 20 0 2 0 886921482 297988096 7613 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 72751 7613 1867 364 0 8669 0
[pid=1685] ppid=1679 vsize=280760 CPUtime=0.26 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 962 0 0 0 14 12 0 0 18 0 1 0 886921616 287498240 6119 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252431 0 0 16781312 514 3389539261735731464 0 0 17 1 0 0 0

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

/proc/1732/stat : 1732 (cryptominisat-2) R 1730 1732 1732 0 -1 4202496 18217 0 0 0 2632 2 0 0 25 0 1 0 886980276 91623424 13310 33554432000 4194304 4677096 140735156560416 18446744073709551615 4319799 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1732/statm: 22369 13310 392 118 0 17328 0
[pid=1679/tid=1686] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886921616 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
[pid=1679/tid=1731] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1731/stat : 1731 (python) S 1677 1679 31379 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 886980276 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 614.24
Current children cumulated vsize (KiB) 1001504

[startup+620.701 s]
/proc/loadavg: 2.00 2.50 3.18 3/191 1733
/proc/meminfo: memFree=31269724/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=301260 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 12218 935 1 0 114 8 0 0 20 0 3 0 886921482 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 75315 7620 1870 364 0 11230 0
[pid=1685] ppid=1679 vsize=291004 CPUtime=0.7 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 1194 0 0 0 38 32 0 0 19 0 2 0 886921616 297988096 6162 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1685/statm: 72751 6162 415 364 0 8669 0
[pid=1687] ppid=1685 vsize=28748 CPUtime=585.94 cores=1,3
/proc/1687/stat : 1687 (lingeling) T 1685 1687 1687 0 -1 4202496 67070 0 0 0 58587 7 0 0 25 0 1 0 886921616 29437952 6389 33554432000 4194304 4352236 140735215036880 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1687/statm: 7187 6389 129 39 0 6267 0
[pid=1685/tid=1729] ppid=1679 vsize=291004 CPUtime=0 cores=1,3
/proc/1685/task/1729/stat : 1729 (python) S 1679 1679 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886980275 297988096 6162 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 514 18446604471105679552 0 0 -1 3 0 0 0
[pid=1730] ppid=1679 vsize=291016 CPUtime=0.04 cores=1,3
/proc/1730/stat : 1730 (python) S 1679 1679 31379 0 -1 4202560 918 0 0 0 2 2 0 0 15 0 1 0 886980276 298000384 6117 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252486 0 0 16781312 514 4591806852492132616 0 0 17 3 0 0 0
/proc/1730/statm: 72754 6117 371 364 0 8669 0
[pid=1732] ppid=1730 vsize=89636 CPUtime=32.75 cores=1,3
/proc/1732/stat : 1732 (cryptominisat-2) R 1730 1732 1732 0 -1 4202496 20221 0 0 0 3272 3 0 0 25 0 1 0 886980276 91787264 13993 33554432000 4194304 4677096 140735156560416 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1732/statm: 22409 13993 392 118 0 17368 0
[pid=1679/tid=1686] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886921616 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
[pid=1679/tid=1731] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1731/stat : 1731 (python) S 1677 1679 31379 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 886980276 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 620.65
Current children cumulated vsize (KiB) 1001664

[startup+627.101 s]
/proc/loadavg: 2.00 2.50 3.17 3/191 1733
/proc/meminfo: memFree=31268236/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=301260 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 12218 935 1 0 114 8 0 0 20 0 3 0 886921482 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 75315 7620 1870 364 0 11230 0
[pid=1685] ppid=1679 vsize=291004 CPUtime=0.7 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 1194 0 0 0 38 32 0 0 19 0 2 0 886921616 297988096 6162 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1685/statm: 72751 6162 415 364 0 8669 0
[pid=1687] ppid=1685 vsize=28748 CPUtime=585.94 cores=1,3
/proc/1687/stat : 1687 (lingeling) T 1685 1687 1687 0 -1 4202496 67070 0 0 0 58587 7 0 0 25 0 1 0 886921616 29437952 6389 33554432000 4194304 4352236 140735215036880 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1687/statm: 7187 6389 129 39 0 6267 0
[pid=1685/tid=1729] ppid=1679 vsize=291004 CPUtime=0 cores=1,3
/proc/1685/task/1729/stat : 1729 (python) S 1679 1679 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886980275 297988096 6162 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 514 18446604471105679552 0 0 -1 3 0 0 0
[pid=1730] ppid=1679 vsize=291016 CPUtime=0.05 cores=1,3
/proc/1730/stat : 1730 (python) S 1679 1679 31379 0 -1 4202560 922 0 0 0 3 2 0 0 15 0 1 0 886980276 298000384 6117 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252486 0 0 16781312 514 4591806852492132616 0 0 17 3 0 0 0
/proc/1730/statm: 72754 6117 371 364 0 8669 0
[pid=1732] ppid=1730 vsize=89684 CPUtime=39.15 cores=1,3
/proc/1732/stat : 1732 (cryptominisat-2) R 1730 1732 1732 0 -1 4202496 21760 0 0 0 3912 3 0 0 25 0 1 0 886980276 91836416 13842 33554432000 4194304 4677096 140735156560416 18446744073709551615 4319754 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1732/statm: 22421 13842 392 118 0 17380 0
[pid=1679/tid=1686] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886921616 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
[pid=1679/tid=1731] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1731/stat : 1731 (python) S 1677 1679 31379 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 886980276 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 627.06
Current children cumulated vsize (KiB) 1001712

[startup+630.307 s]
/proc/loadavg: 2.00 2.49 3.17 3/191 1733
/proc/meminfo: memFree=31267988/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=301260 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 12218 935 1 0 114 8 0 0 20 0 3 0 886921482 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 75315 7620 1870 364 0 11230 0
[pid=1685] ppid=1679 vsize=291004 CPUtime=0.7 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 1194 0 0 0 38 32 0 0 19 0 2 0 886921616 297988096 6162 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1685/statm: 72751 6162 415 364 0 8669 0
[pid=1687] ppid=1685 vsize=28748 CPUtime=585.94 cores=1,3
/proc/1687/stat : 1687 (lingeling) T 1685 1687 1687 0 -1 4202496 67070 0 0 0 58587 7 0 0 25 0 1 0 886921616 29437952 6389 33554432000 4194304 4352236 140735215036880 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1687/statm: 7187 6389 129 39 0 6267 0
[pid=1685/tid=1729] ppid=1679 vsize=291004 CPUtime=0 cores=1,3
/proc/1685/task/1729/stat : 1729 (python) S 1679 1679 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886980275 297988096 6162 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 514 18446604471105679552 0 0 -1 3 0 0 0
[pid=1730] ppid=1679 vsize=291016 CPUtime=0.05 cores=1,3
/proc/1730/stat : 1730 (python) S 1679 1679 31379 0 -1 4202560 922 0 0 0 3 2 0 0 15 0 1 0 886980276 298000384 6117 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252486 0 0 16781312 514 4591806852492132616 0 0 17 3 0 0 0
/proc/1730/statm: 72754 6117 371 364 0 8669 0
[pid=1732] ppid=1730 vsize=89776 CPUtime=42.35 cores=1,3
/proc/1732/stat : 1732 (cryptominisat-2) R 1730 1732 1732 0 -1 4202496 22532 0 0 0 4232 3 0 0 25 0 1 0 886980276 91930624 13867 33554432000 4194304 4677096 140735156560416 18446744073709551615 4318923 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1732/statm: 22444 13867 392 118 0 17403 0
[pid=1679/tid=1686] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886921616 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
[pid=1679/tid=1731] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1731/stat : 1731 (python) S 1677 1679 31379 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 886980276 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 630.26
Current children cumulated vsize (KiB) 1001804

[startup+631.101 s]
/proc/loadavg: 2.00 2.49 3.17 3/191 1733
/proc/meminfo: memFree=31267988/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=301260 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 12218 935 1 0 114 8 0 0 20 0 3 0 886921482 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 75315 7620 1870 364 0 11230 0
[pid=1685] ppid=1679 vsize=291004 CPUtime=0.7 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 1194 0 0 0 38 32 0 0 19 0 2 0 886921616 297988096 6162 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1685/statm: 72751 6162 415 364 0 8669 0
[pid=1687] ppid=1685 vsize=28748 CPUtime=585.94 cores=1,3
/proc/1687/stat : 1687 (lingeling) T 1685 1687 1687 0 -1 4202496 67070 0 0 0 58587 7 0 0 25 0 1 0 886921616 29437952 6389 33554432000 4194304 4352236 140735215036880 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1687/statm: 7187 6389 129 39 0 6267 0
[pid=1685/tid=1729] ppid=1679 vsize=291004 CPUtime=0 cores=1,3
/proc/1685/task/1729/stat : 1729 (python) S 1679 1679 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886980275 297988096 6162 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 514 18446604471105679552 0 0 -1 3 0 0 0
[pid=1730] ppid=1679 vsize=291016 CPUtime=0.06 cores=1,3
/proc/1730/stat : 1730 (python) S 1679 1679 31379 0 -1 4202560 925 0 0 0 3 3 0 0 15 0 1 0 886980276 298000384 6117 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252486 0 0 16781312 514 3389539261735731464 0 0 17 3 0 0 0
/proc/1730/statm: 72754 6117 371 364 0 8669 0
[pid=1732] ppid=1730 vsize=89776 CPUtime=43.15 cores=1,3
/proc/1732/stat : 1732 (cryptominisat-2) R 1730 1732 1732 0 -1 4202496 22632 0 0 0 4312 3 0 0 25 0 1 0 886980276 91930624 13967 33554432000 4194304 4677096 140735156560416 18446744073709551615 4317762 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1732/statm: 22444 13967 392 118 0 17403 0
[pid=1679/tid=1686] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886921616 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
[pid=1679/tid=1731] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1731/stat : 1731 (python) S 1677 1679 31379 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 886980276 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 631.07
Current children cumulated vsize (KiB) 1001804

[startup+631.501 s]
/proc/loadavg: 2.00 2.49 3.17 3/191 1733
/proc/meminfo: memFree=31267492/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=301260 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 12218 935 1 0 114 8 0 0 20 0 3 0 886921482 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 75315 7620 1870 364 0 11230 0
[pid=1685] ppid=1679 vsize=291004 CPUtime=0.7 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 1194 0 0 0 38 32 0 0 19 0 2 0 886921616 297988096 6162 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1685/statm: 72751 6162 415 364 0 8669 0
[pid=1687] ppid=1685 vsize=28748 CPUtime=585.94 cores=1,3
/proc/1687/stat : 1687 (lingeling) T 1685 1687 1687 0 -1 4202496 67070 0 0 0 58587 7 0 0 25 0 1 0 886921616 29437952 6389 33554432000 4194304 4352236 140735215036880 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1687/statm: 7187 6389 129 39 0 6267 0
[pid=1685/tid=1729] ppid=1679 vsize=291004 CPUtime=0 cores=1,3
/proc/1685/task/1729/stat : 1729 (python) S 1679 1679 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886980275 297988096 6162 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 514 18446604471105679552 0 0 -1 3 0 0 0
[pid=1730] ppid=1679 vsize=291016 CPUtime=0.06 cores=1,3
/proc/1730/stat : 1730 (python) S 1679 1679 31379 0 -1 4202560 925 0 0 0 3 3 0 0 15 0 1 0 886980276 298000384 6117 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252486 0 0 16781312 514 3389539261735731464 0 0 17 3 0 0 0
/proc/1730/statm: 72754 6117 371 364 0 8669 0
[pid=1732] ppid=1730 vsize=83516 CPUtime=43.55 cores=1,3
/proc/1732/stat : 1732 (cryptominisat-2) R 1730 1732 1732 0 -1 4202496 22669 0 0 0 4352 3 0 0 25 0 1 0 886980276 85520384 13249 33554432000 4194304 4677096 140735156560416 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1732/statm: 20879 13249 392 118 0 15838 0
[pid=1679/tid=1686] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886921616 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
[pid=1679/tid=1731] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1731/stat : 1731 (python) S 1677 1679 31379 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 886980276 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 631.47
Current children cumulated vsize (KiB) 995544

[startup+631.901 s]
/proc/loadavg: 2.00 2.49 3.17 3/191 1733
/proc/meminfo: memFree=31267492/32950928 swapFree=67055948/67111528
[pid=1679] ppid=1677 vsize=301260 CPUtime=1.22 cores=1,3
/proc/1679/stat : 1679 (python) S 1677 1679 31379 0 -1 4202496 12218 935 1 0 114 8 0 0 20 0 3 0 886921482 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1679/statm: 75315 7620 1870 364 0 11230 0
[pid=1685] ppid=1679 vsize=291004 CPUtime=0.7 cores=1,3
/proc/1685/stat : 1685 (python) S 1679 1679 31379 0 -1 4202560 1194 0 0 0 38 32 0 0 19 0 2 0 886921616 297988096 6162 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1685/statm: 72751 6162 415 364 0 8669 0
[pid=1687] ppid=1685 vsize=28748 CPUtime=585.94 cores=1,3
/proc/1687/stat : 1687 (lingeling) T 1685 1687 1687 0 -1 4202496 67070 0 0 0 58587 7 0 0 25 0 1 0 886921616 29437952 6389 33554432000 4194304 4352236 140735215036880 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1687/statm: 7187 6389 129 39 0 6267 0
[pid=1685/tid=1729] ppid=1679 vsize=291004 CPUtime=0 cores=1,3
/proc/1685/task/1729/stat : 1729 (python) S 1679 1679 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886980275 297988096 6162 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 514 18446604471105679552 0 0 -1 3 0 0 0
[pid=1730] ppid=1679 vsize=291016 CPUtime=0.06 cores=1,3
/proc/1730/stat : 1730 (python) S 1679 1679 31379 0 -1 4202560 925 0 0 0 3 3 0 0 15 0 1 0 886980276 298000384 6117 33554432000 4194304 5683644 140736679232912 18446744073709551615 208080252486 0 0 16781312 514 4591806852492132616 0 0 17 3 0 0 0
/proc/1730/statm: 72754 6117 371 364 0 8669 0
[pid=1732] ppid=1730 vsize=83516 CPUtime=43.95 cores=1,3
/proc/1732/stat : 1732 (cryptominisat-2) R 1730 1732 1732 0 -1 4202496 22675 0 0 0 4392 3 0 0 25 0 1 0 886980276 85520384 13255 33554432000 4194304 4677096 140735156560416 18446744073709551615 4320307 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1732/statm: 20879 13255 392 118 0 15838 0
[pid=1679/tid=1686] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1686/stat : 1686 (python) S 1677 1679 31379 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886921616 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
[pid=1679/tid=1731] ppid=1677 vsize=301260 CPUtime=0 cores=1,3
/proc/1679/task/1731/stat : 1731 (python) S 1677 1679 31379 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 886980276 308490240 7620 33554432000 4194304 5683644 140736679232912 18446744073709551615 208092055985 0 0 16781312 2 18446604460326614144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 631.87
Current children cumulated vsize (KiB) 995544

Child status: 0
Real time (s): 631.963
CPU time (s): 631.987
CPU user time (s): 631.41
CPU system time (s): 0.576912
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1010600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 631.41
system time used= 0.576912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110091
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= 1810
involuntary context switches= 1623

runsolver used 1.00285 second user time and 2.44163 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 02:46:58
IDJOB=3484683
IDBENCH=87988
IDSOLVER=1976
FILE ID=node127/3484683-1307753218
RUNJOBID= node127-1307750682-796
PBS_JOBID= 13550830
Free space on /tmp= 73996 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net70-60-10.shuffled.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484683-1307753218/watcher-3484683-1307753218 -o /tmp/evaluation-result-3484683-1307753218/solver-3484683-1307753218 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484683-1307753218.cnf -seed 1548787231 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=1548787231

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31255796 kB
Buffers:        287368 kB
Cached:         993892 kB
SwapCached:       9372 kB
Active:         823472 kB
Inactive:       669216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31255796 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           39548 kB
Writeback:           0 kB
AnonPages:      208484 kB
Mapped:          19464 kB
Slab:           133316 kB
PageTables:       8416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   623732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73992 MiB
End job on node127 at 2011-06-11 02:57:30