Trace number 3498319

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)UNSAT 612.922 624.293

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark173.435
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.67/12.71	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.67/12.71	c INFO: solving HOME/instance-3498319-1307953126.cnf
0.67/12.71	c INFO: computing task features
3.86/15.97	c INFO: computed variable-clause graph statistics
3.96/16.08	c INFO: computed clause balance statistics
18.06/30.18	c INFO: computed variable balance statistics
29.36/41.44	c INFO: computed small-clause counts
29.56/41.69	c INFO: computed Horn-clause counts
75.36/87.49	c INFO: computed variable graph statistics
75.36/87.49	c INFO: collected features for HOME/instance-3498319-1307953126.cnf in 74.67 s
75.45/87.56	c INFO: running lingeling-276@0 for 97 with 4925 remaining (b = 0.21)
175.71/187.71	c INFO: running cryptominisat-2.9.0@0 for 485 with 4825 remaining (b = 0.18)
612.76/624.23	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: 989)

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 /var/tmp/evaluation-result-3498319-1307953126/watcher-3498319-1307953126 -o /var/tmp/evaluation-result-3498319-1307953126/solver-3498319-1307953126 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498319-1307953126.cnf -seed 1100239941 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.31 0.07 0.02 2/176 15128
/proc/meminfo: memFree=16618332/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/15128/stat : 15128 (runsolver) S 15124 15128 15083 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 1 0 362922950 12087296 50 33554432000 4194304 5436572 140736732220224 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 1 0 0 0
/proc/15128/statm: 2951 50 31 304 0 2643 0

[startup+0.043075 s]
/proc/loadavg: 0.31 0.07 0.02 2/176 15128
/proc/meminfo: memFree=16618332/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=1840 CPUtime=0 cores=1,3,5,7
/proc/15128/stat : 15128 (python) D 15124 15128 15083 0 -1 4194304 48 0 0 0 0 0 0 0 17 0 1 0 362922950 1884160 1 33554432000 0 0 140734977472130 18446744073709551615 5057063 0 0 4096 0 18446744071562234166 0 0 17 3 0 0 0
/proc/15128/statm: 460 1 0 0 0 36 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1840

[startup+0.100964 s]
/proc/loadavg: 0.31 0.07 0.02 2/176 15128
/proc/meminfo: memFree=16618332/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=14252 CPUtime=0 cores=1,3,5,7
/proc/15128/stat : 15128 (python) D 15124 15128 15083 0 -1 4194304 196 0 3 0 0 0 0 0 17 0 1 0 362922950 14594048 133 33554432000 4194304 5683644 140734977464960 18446744073709551615 5051632 0 0 4096 0 18446744071562234166 0 0 17 3 0 0 2
/proc/15128/statm: 3563 133 105 364 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14252

[startup+0.301002 s]
/proc/loadavg: 0.31 0.07 0.02 2/176 15128
/proc/meminfo: memFree=16618332/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/15128/stat : 15128 (python) S 15124 15128 15083 0 -1 4202496 707 0 6 0 0 0 0 0 16 0 1 0 362922950 15548416 603 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 5
/proc/15128/statm: 3796 603 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.700935 s]
/proc/loadavg: 0.31 0.07 0.02 2/176 15128
/proc/meminfo: memFree=16618332/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=15764 CPUtime=0 cores=1,3,5,7
/proc/15128/stat : 15128 (python) S 15124 15128 15083 0 -1 4202496 840 0 6 0 0 0 0 0 15 0 1 0 362922950 16142336 727 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 9
/proc/15128/statm: 3941 727 334 364 0 428 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15764

[startup+1.50075 s]
/proc/loadavg: 0.31 0.07 0.02 2/178 15130
/proc/meminfo: memFree=16610416/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=16400 CPUtime=0.02 cores=1,3,5,7
/proc/15128/stat : 15128 (python) D 15124 15128 15083 0 -1 4202496 1160 0 6 0 1 1 0 0 15 0 1 0 362922950 16793600 1029 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880564992 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 36
/proc/15128/statm: 4100 1029 414 364 0 587 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16400

[startup+3.1005 s]
/proc/loadavg: 0.31 0.07 0.02 4/178 15130
/proc/meminfo: memFree=16604624/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=50020 CPUtime=0.08 cores=1,3,5,7
/proc/15128/stat : 15128 (python) D 15124 15128 15083 0 -1 4202496 1938 0 17 0 5 3 0 0 15 0 1 0 362922950 51220480 1717 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880564992 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 77
/proc/15128/statm: 12505 1717 476 364 0 1205 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50020
heavy processes:

[startup+6.30089 s]
/proc/loadavg: 0.44 0.10 0.03 2/178 15130
/proc/meminfo: memFree=16586796/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=119076 CPUtime=0.23 cores=1,3,5,7
/proc/15128/stat : 15128 (python) S 15124 15128 15083 0 -1 4202496 3843 0 37 0 10 13 0 0 15 0 1 0 362922950 121933824 3512 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 161
/proc/15128/statm: 29769 3512 909 364 0 2653 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 119076
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.49 0.11 0.04 2/178 15138
/proc/meminfo: memFree=16552288/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=270760 CPUtime=0.67 cores=1,3,5,7
/proc/15128/stat : 15128 (python) D 15124 15128 15083 0 -1 4202496 8756 925 111 9 35 32 0 0 15 0 1 0 362922950 277258240 6623 33554432000 4194304 5683644 140734977464960 18446744073709551615 218875645635 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 243
/proc/15128/statm: 67690 6623 1705 364 0 5292 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 270760
heavy processes:

[startup+25.5004 s]
/proc/loadavg: 0.82 0.20 0.07 4/178 15139
/proc/meminfo: memFree=16065036/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=468108 CPUtime=13.46 cores=1,3,5,7
/proc/15128/stat : 15128 (python) R 15124 15128 15083 0 -1 4202496 89600 925 113 9 1303 43 0 0 25 0 1 0 362922950 479342592 54411 33554432000 4194304 5683644 140734977464960 18446744073709551615 4860448 0 0 16781312 2 0 0 0 17 5 0 0 243
/proc/15128/statm: 117027 54411 1826 364 0 52951 0
Current children cumulated CPU time (s) 13.46
Current children cumulated vsize (KiB) 468108
heavy processes:

[startup+51.1008 s]
/proc/loadavg: 1.22 0.35 0.12 4/178 15139
/proc/meminfo: memFree=16057568/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=475964 CPUtime=39.06 cores=1,3,5,7
/proc/15128/stat : 15128 (python) R 15124 15128 15083 0 -1 4202496 91571 925 113 9 3863 43 0 0 25 0 1 0 362922950 487387136 56382 33554432000 4194304 5683644 140734977464960 18446744073709551615 47169391872128 0 0 16781312 2 0 0 0 17 5 0 0 243
/proc/15128/statm: 118991 56382 1833 364 0 54915 0
Current children cumulated CPU time (s) 39.06
Current children cumulated vsize (KiB) 475964
heavy processes:

[startup+102.307 s]
/proc/loadavg: 1.66 0.60 0.21 4/181 15144
/proc/meminfo: memFree=16006372/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=470612 CPUtime=75.48 cores=1,3,5,7
/proc/15128/stat : 15128 (python) S 15124 15128 15083 0 -1 4202496 91941 925 113 9 7504 44 0 0 18 0 2 0 362922950 481906688 52523 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 247
/proc/15128/statm: 117653 52523 1875 364 0 53571 0
[pid=15141] ppid=15128 vsize=460368 CPUtime=0.01 cores=1,3,5,7
/proc/15141/stat : 15141 (python) S 15128 15128 15083 0 -1 4202560 964 0 0 0 0 1 0 0 18 0 1 0 362931707 471416832 51025 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880585231 0 0 16781312 514 8633206971622719752 0 0 17 5 0 0 0
/proc/15141/statm: 115092 51025 381 364 0 51010 0
[pid=15143] ppid=15141 vsize=67160 CPUtime=14.72 cores=1,3,5,7
/proc/15143/stat : 15143 (lingeling) R 15141 15143 15143 0 -1 4202496 22663 0 0 0 1469 3 0 0 25 0 1 0 362931708 68771840 15960 33554432000 4194304 4352236 140735654243456 18446744073709551615 4222634 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/15143/statm: 16790 15960 129 39 0 15870 0
[pid=15128/tid=15142] ppid=15124 vsize=470612 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15142/stat : 15142 (python) S 15124 15128 15083 0 -1 4202560 29 925 0 9 0 0 0 0 18 0 2 0 362931708 481906688 52523 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 90.21
Current children cumulated vsize (KiB) 998140

[startup+162.301 s]
/proc/loadavg: 1.87 0.85 0.32 4/184 15148
/proc/meminfo: memFree=15496764/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=470612 CPUtime=75.48 cores=1,3,5,7
/proc/15128/stat : 15128 (python) S 15124 15128 15083 0 -1 4202496 91941 925 113 9 7504 44 0 0 18 0 2 0 362922950 481906688 52523 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 247
/proc/15128/statm: 117653 52523 1875 364 0 53571 0
[pid=15141] ppid=15128 vsize=460368 CPUtime=0.08 cores=1,3,5,7
/proc/15141/stat : 15141 (python) S 15128 15128 15083 0 -1 4202560 993 0 0 0 4 4 0 0 18 0 1 0 362931707 471416832 51025 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880585231 0 0 16781312 514 8633206971622719752 0 0 17 5 0 0 0
/proc/15141/statm: 115092 51025 381 364 0 51010 0
[pid=15143] ppid=15141 vsize=85552 CPUtime=74.71 cores=1,3,5,7
/proc/15143/stat : 15143 (lingeling) R 15141 15143 15143 0 -1 4202496 31874 0 0 0 7467 4 0 0 25 0 1 0 362931708 87605248 19535 33554432000 4194304 4352236 140735654243456 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15143/statm: 21388 19535 129 39 0 20468 0
[pid=15128/tid=15142] ppid=15124 vsize=470612 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15142/stat : 15142 (python) S 15124 15128 15083 0 -1 4202560 29 925 0 9 0 0 0 0 18 0 2 0 362931708 481906688 52523 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 150.27
Current children cumulated vsize (KiB) 1016532

[startup+222.301 s]
/proc/loadavg: 1.95 1.06 0.42 4/188 15154
/proc/meminfo: memFree=14485472/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=480868 CPUtime=75.51 cores=1,3,5,7
/proc/15128/stat : 15128 (python) S 15124 15128 15083 0 -1 4202496 92735 925 113 9 7506 45 0 0 19 0 3 0 362922950 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 247
/proc/15128/statm: 120217 52530 1878 364 0 56132 0
[pid=15141] ppid=15128 vsize=470612 CPUtime=0.12 cores=1,3,5,7
/proc/15141/stat : 15141 (python) S 15128 15128 15083 0 -1 4202560 1164 0 0 0 6 6 0 0 19 0 2 0 362931707 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15141/statm: 117653 51063 414 364 0 53571 0
[pid=15143] ppid=15141 vsize=85456 CPUtime=100.1 cores=1,3,5,7
/proc/15143/stat : 15143 (lingeling) T 15141 15143 15143 0 -1 4202496 31874 0 0 0 10006 4 0 0 25 0 1 0 362931708 87506944 19511 33554432000 4194304 4352236 140735654243456 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/15143/statm: 21364 19511 129 39 0 20444 0
[pid=15141/tid=15150] ppid=15128 vsize=470612 CPUtime=0 cores=1,3,5,7
/proc/15141/task/15150/stat : 15150 (python) S 15128 15128 15083 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 362941719 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 514 18446604471120571456 0 0 -1 5 0 0 0
[pid=15151] ppid=15128 vsize=470624 CPUtime=0.04 cores=1,3,5,7
/proc/15151/stat : 15151 (python) S 15128 15128 15083 0 -1 4202560 910 0 0 0 1 3 0 0 15 0 1 0 362941722 481918976 51018 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880585286 0 0 16781312 514 8633206971622719752 0 0 17 5 0 0 0
/proc/15151/statm: 117656 51018 370 364 0 53571 0
[pid=15153] ppid=15151 vsize=630284 CPUtime=34.56 cores=1,3,5,7
/proc/15153/stat : 15153 (cryptominisat-2) R 15151 15153 15153 0 -1 4202496 130274 0 0 0 3440 16 0 0 25 0 1 0 362941723 645410816 125808 33554432000 4194304 4677096 140733393641456 18446744073709551615 4228556 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15153/statm: 157571 125808 387 118 0 152530 0
[pid=15128/tid=15142] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15142/stat : 15142 (python) S 15124 15128 15083 0 -1 4202560 29 925 0 9 0 0 0 0 18 0 3 0 362931708 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 5 0 0 0
[pid=15128/tid=15152] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15152/stat : 15152 (python) S 15124 15128 15083 0 -1 4202560 24 925 0 9 0 0 0 0 20 0 3 0 362941722 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 210.33
Current children cumulated vsize (KiB) 2137844

[startup+282.301 s]
/proc/loadavg: 2.04 1.25 0.53 4/188 15156
/proc/meminfo: memFree=13895832/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=480868 CPUtime=75.51 cores=1,3,5,7
/proc/15128/stat : 15128 (python) S 15124 15128 15083 0 -1 4202496 92735 925 113 9 7506 45 0 0 19 0 3 0 362922950 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 247
/proc/15128/statm: 120217 52530 1878 364 0 56132 0
[pid=15141] ppid=15128 vsize=470612 CPUtime=0.12 cores=1,3,5,7
/proc/15141/stat : 15141 (python) S 15128 15128 15083 0 -1 4202560 1164 0 0 0 6 6 0 0 19 0 2 0 362931707 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15141/statm: 117653 51063 414 364 0 53571 0
[pid=15143] ppid=15141 vsize=85456 CPUtime=100.1 cores=1,3,5,7
/proc/15143/stat : 15143 (lingeling) T 15141 15143 15143 0 -1 4202496 31874 0 0 0 10006 4 0 0 25 0 1 0 362931708 87506944 19511 33554432000 4194304 4352236 140735654243456 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/15143/statm: 21364 19511 129 39 0 20444 0
[pid=15141/tid=15150] ppid=15128 vsize=470612 CPUtime=0 cores=1,3,5,7
/proc/15141/task/15150/stat : 15150 (python) S 15128 15128 15083 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 362941719 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 514 18446604471120571456 0 0 -1 5 0 0 0
[pid=15151] ppid=15128 vsize=470624 CPUtime=0.13 cores=1,3,5,7
/proc/15151/stat : 15151 (python) S 15128 15128 15083 0 -1 4202560 941 0 0 0 5 8 0 0 15 0 1 0 362941722 481918976 51018 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880585286 0 0 16781312 514 6371318043535966472 0 0 17 5 0 0 0

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

/proc/15153/stat : 15153 (cryptominisat-2) R 15151 15153 15153 0 -1 4202496 384137 0 0 0 42600 57 0 0 25 0 1 0 362941723 1685020672 340484 33554432000 4194304 4677096 140733393641456 18446744073709551615 4348324 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15153/statm: 411382 340484 391 118 0 406341 0
[pid=15128/tid=15142] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15142/stat : 15142 (python) S 15124 15128 15083 0 -1 4202560 29 925 0 9 0 0 0 0 18 0 3 0 362931708 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 5 0 0 0
[pid=15128/tid=15152] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15152/stat : 15152 (python) S 15124 15128 15083 0 -1 4202560 24 925 0 9 0 0 0 0 20 0 3 0 362941722 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 602.86
Current children cumulated vsize (KiB) 3153088

[startup+620.701 s]
/proc/loadavg: 2.00 1.75 0.97 3/185 15207
/proc/meminfo: memFree=14758252/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=480868 CPUtime=75.51 cores=1,3,5,7
/proc/15128/stat : 15128 (python) S 15124 15128 15083 0 -1 4202496 92735 925 113 9 7506 45 0 0 19 0 3 0 362922950 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 247
/proc/15128/statm: 120217 52530 1878 364 0 56132 0
[pid=15141] ppid=15128 vsize=470612 CPUtime=0.12 cores=1,3,5,7
/proc/15141/stat : 15141 (python) S 15128 15128 15083 0 -1 4202560 1164 0 0 0 6 6 0 0 19 0 2 0 362931707 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15141/statm: 117653 51063 414 364 0 53571 0
[pid=15143] ppid=15141 vsize=85456 CPUtime=100.1 cores=1,3,5,7
/proc/15143/stat : 15143 (lingeling) T 15141 15143 15143 0 -1 4202496 31874 0 0 0 10006 4 0 0 25 0 1 0 362931708 87506944 19511 33554432000 4194304 4352236 140735654243456 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/15143/statm: 21364 19511 129 39 0 20444 0
[pid=15141/tid=15150] ppid=15128 vsize=470612 CPUtime=0 cores=1,3,5,7
/proc/15141/task/15150/stat : 15150 (python) S 15128 15128 15083 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 362941719 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 514 18446604471120571456 0 0 -1 5 0 0 0
[pid=15151] ppid=15128 vsize=470624 CPUtime=0.56 cores=1,3,5,7
/proc/15151/stat : 15151 (python) S 15128 15128 15083 0 -1 4202560 988 0 0 0 27 29 0 0 15 0 1 0 362941722 481918976 51018 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880585286 0 0 16781312 514 8633206971622719752 0 0 17 5 0 0 0
/proc/15151/statm: 117656 51018 370 364 0 53571 0
[pid=15153] ppid=15151 vsize=1645528 CPUtime=432.97 cores=1,3,5,7
/proc/15153/stat : 15153 (cryptominisat-2) R 15151 15153 15153 0 -1 4202496 384150 0 0 0 43240 57 0 0 25 0 1 0 362941723 1685020672 340497 33554432000 4194304 4677096 140733393641456 18446744073709551615 4337755 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15153/statm: 411382 340497 391 118 0 406341 0
[pid=15128/tid=15142] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15142/stat : 15142 (python) S 15124 15128 15083 0 -1 4202560 29 925 0 9 0 0 0 0 18 0 3 0 362931708 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 5 0 0 0
[pid=15128/tid=15152] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15152/stat : 15152 (python) S 15124 15128 15083 0 -1 4202560 24 925 0 9 0 0 0 0 20 0 3 0 362941722 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 609.26
Current children cumulated vsize (KiB) 3153088

[startup+622.301 s]
/proc/loadavg: 2.00 1.75 0.97 3/185 15208
/proc/meminfo: memFree=14758252/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=480868 CPUtime=75.51 cores=1,3,5,7
/proc/15128/stat : 15128 (python) S 15124 15128 15083 0 -1 4202496 92735 925 113 9 7506 45 0 0 19 0 3 0 362922950 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 247
/proc/15128/statm: 120217 52530 1878 364 0 56132 0
[pid=15141] ppid=15128 vsize=470612 CPUtime=0.12 cores=1,3,5,7
/proc/15141/stat : 15141 (python) S 15128 15128 15083 0 -1 4202560 1164 0 0 0 6 6 0 0 19 0 2 0 362931707 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15141/statm: 117653 51063 414 364 0 53571 0
[pid=15143] ppid=15141 vsize=85456 CPUtime=100.1 cores=1,3,5,7
/proc/15143/stat : 15143 (lingeling) T 15141 15143 15143 0 -1 4202496 31874 0 0 0 10006 4 0 0 25 0 1 0 362931708 87506944 19511 33554432000 4194304 4352236 140735654243456 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/15143/statm: 21364 19511 129 39 0 20444 0
[pid=15141/tid=15150] ppid=15128 vsize=470612 CPUtime=0 cores=1,3,5,7
/proc/15141/task/15150/stat : 15150 (python) S 15128 15128 15083 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 362941719 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 514 18446604471120571456 0 0 -1 5 0 0 0
[pid=15151] ppid=15128 vsize=470624 CPUtime=0.56 cores=1,3,5,7
/proc/15151/stat : 15151 (python) S 15128 15128 15083 0 -1 4202560 988 0 0 0 27 29 0 0 15 0 1 0 362941722 481918976 51018 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880585286 0 0 16781312 514 8633206971622719752 0 0 17 5 0 0 0
/proc/15151/statm: 117656 51018 370 364 0 53571 0
[pid=15153] ppid=15151 vsize=1645528 CPUtime=434.57 cores=1,3,5,7
/proc/15153/stat : 15153 (cryptominisat-2) R 15151 15153 15153 0 -1 4202496 384153 0 0 0 43400 57 0 0 25 0 1 0 362941723 1685020672 340500 33554432000 4194304 4677096 140733393641456 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15153/statm: 411382 340500 391 118 0 406341 0
[pid=15128/tid=15142] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15142/stat : 15142 (python) S 15124 15128 15083 0 -1 4202560 29 925 0 9 0 0 0 0 18 0 3 0 362931708 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 5 0 0 0
[pid=15128/tid=15152] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15152/stat : 15152 (python) S 15124 15128 15083 0 -1 4202560 24 925 0 9 0 0 0 0 20 0 3 0 362941722 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 610.86
Current children cumulated vsize (KiB) 3153088

[startup+623.101 s]
/proc/loadavg: 2.00 1.75 0.97 3/185 15208
/proc/meminfo: memFree=14758128/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=480868 CPUtime=75.51 cores=1,3,5,7
/proc/15128/stat : 15128 (python) S 15124 15128 15083 0 -1 4202496 92735 925 113 9 7506 45 0 0 19 0 3 0 362922950 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 247
/proc/15128/statm: 120217 52530 1878 364 0 56132 0
[pid=15141] ppid=15128 vsize=470612 CPUtime=0.12 cores=1,3,5,7
/proc/15141/stat : 15141 (python) S 15128 15128 15083 0 -1 4202560 1164 0 0 0 6 6 0 0 19 0 2 0 362931707 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15141/statm: 117653 51063 414 364 0 53571 0
[pid=15143] ppid=15141 vsize=85456 CPUtime=100.1 cores=1,3,5,7
/proc/15143/stat : 15143 (lingeling) T 15141 15143 15143 0 -1 4202496 31874 0 0 0 10006 4 0 0 25 0 1 0 362931708 87506944 19511 33554432000 4194304 4352236 140735654243456 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/15143/statm: 21364 19511 129 39 0 20444 0
[pid=15141/tid=15150] ppid=15128 vsize=470612 CPUtime=0 cores=1,3,5,7
/proc/15141/task/15150/stat : 15150 (python) S 15128 15128 15083 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 362941719 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 514 18446604471120571456 0 0 -1 5 0 0 0
[pid=15151] ppid=15128 vsize=470624 CPUtime=0.56 cores=1,3,5,7
/proc/15151/stat : 15151 (python) S 15128 15128 15083 0 -1 4202560 988 0 0 0 27 29 0 0 15 0 1 0 362941722 481918976 51018 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880585286 0 0 16781312 514 8633206971622719752 0 0 17 5 0 0 0
/proc/15151/statm: 117656 51018 370 364 0 53571 0
[pid=15153] ppid=15151 vsize=1645528 CPUtime=435.37 cores=1,3,5,7
/proc/15153/stat : 15153 (cryptominisat-2) R 15151 15153 15153 0 -1 4202496 384154 0 0 0 43480 57 0 0 25 0 1 0 362941723 1685020672 340501 33554432000 4194304 4677096 140733393641456 18446744073709551615 4358593 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15153/statm: 411382 340501 391 118 0 406341 0
[pid=15128/tid=15142] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15142/stat : 15142 (python) S 15124 15128 15083 0 -1 4202560 29 925 0 9 0 0 0 0 18 0 3 0 362931708 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 5 0 0 0
[pid=15128/tid=15152] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15152/stat : 15152 (python) S 15124 15128 15083 0 -1 4202560 24 925 0 9 0 0 0 0 20 0 3 0 362941722 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 611.66
Current children cumulated vsize (KiB) 3153088

[startup+623.901 s]
/proc/loadavg: 2.00 1.75 0.97 3/185 15208
/proc/meminfo: memFree=14758128/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=480868 CPUtime=75.51 cores=1,3,5,7
/proc/15128/stat : 15128 (python) S 15124 15128 15083 0 -1 4202496 92735 925 113 9 7506 45 0 0 19 0 3 0 362922950 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 247
/proc/15128/statm: 120217 52530 1878 364 0 56132 0
[pid=15141] ppid=15128 vsize=470612 CPUtime=0.12 cores=1,3,5,7
/proc/15141/stat : 15141 (python) S 15128 15128 15083 0 -1 4202560 1164 0 0 0 6 6 0 0 19 0 2 0 362931707 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15141/statm: 117653 51063 414 364 0 53571 0
[pid=15143] ppid=15141 vsize=85456 CPUtime=100.1 cores=1,3,5,7
/proc/15143/stat : 15143 (lingeling) T 15141 15143 15143 0 -1 4202496 31874 0 0 0 10006 4 0 0 25 0 1 0 362931708 87506944 19511 33554432000 4194304 4352236 140735654243456 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/15143/statm: 21364 19511 129 39 0 20444 0
[pid=15141/tid=15150] ppid=15128 vsize=470612 CPUtime=0 cores=1,3,5,7
/proc/15141/task/15150/stat : 15150 (python) S 15128 15128 15083 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 362941719 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 514 18446604471120571456 0 0 -1 5 0 0 0
[pid=15151] ppid=15128 vsize=470624 CPUtime=0.56 cores=1,3,5,7
/proc/15151/stat : 15151 (python) S 15128 15128 15083 0 -1 4202560 988 0 0 0 27 29 0 0 15 0 1 0 362941722 481918976 51018 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880585286 0 0 16781312 514 8633206971622719752 0 0 17 5 0 0 0
/proc/15151/statm: 117656 51018 370 364 0 53571 0
[pid=15153] ppid=15151 vsize=1645528 CPUtime=436.17 cores=1,3,5,7
/proc/15153/stat : 15153 (cryptominisat-2) R 15151 15153 15153 0 -1 4202496 384156 0 0 0 43560 57 0 0 25 0 1 0 362941723 1685020672 340503 33554432000 4194304 4677096 140733393641456 18446744073709551615 4337650 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15153/statm: 411382 340503 391 118 0 406341 0
[pid=15128/tid=15142] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15142/stat : 15142 (python) S 15124 15128 15083 0 -1 4202560 29 925 0 9 0 0 0 0 18 0 3 0 362931708 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 5 0 0 0
[pid=15128/tid=15152] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15152/stat : 15152 (python) S 15124 15128 15083 0 -1 4202560 24 925 0 9 0 0 0 0 20 0 3 0 362941722 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 612.46
Current children cumulated vsize (KiB) 3153088

[startup+624.101 s]
/proc/loadavg: 2.00 1.75 0.97 3/185 15208
/proc/meminfo: memFree=14758128/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=480868 CPUtime=75.51 cores=1,3,5,7
/proc/15128/stat : 15128 (python) S 15124 15128 15083 0 -1 4202496 92735 925 113 9 7506 45 0 0 19 0 3 0 362922950 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 247
/proc/15128/statm: 120217 52530 1878 364 0 56132 0
[pid=15141] ppid=15128 vsize=470612 CPUtime=0.12 cores=1,3,5,7
/proc/15141/stat : 15141 (python) S 15128 15128 15083 0 -1 4202560 1164 0 0 0 6 6 0 0 19 0 2 0 362931707 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15141/statm: 117653 51063 414 364 0 53571 0
[pid=15143] ppid=15141 vsize=85456 CPUtime=100.1 cores=1,3,5,7
/proc/15143/stat : 15143 (lingeling) T 15141 15143 15143 0 -1 4202496 31874 0 0 0 10006 4 0 0 25 0 1 0 362931708 87506944 19511 33554432000 4194304 4352236 140735654243456 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/15143/statm: 21364 19511 129 39 0 20444 0
[pid=15141/tid=15150] ppid=15128 vsize=470612 CPUtime=0 cores=1,3,5,7
/proc/15141/task/15150/stat : 15150 (python) S 15128 15128 15083 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 362941719 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 514 18446604471120571456 0 0 -1 5 0 0 0
[pid=15151] ppid=15128 vsize=470624 CPUtime=0.56 cores=1,3,5,7
/proc/15151/stat : 15151 (python) S 15128 15128 15083 0 -1 4202560 988 0 0 0 27 29 0 0 15 0 1 0 362941722 481918976 51018 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880585286 0 0 16781312 514 5617618623880200456 0 0 17 5 0 0 0
/proc/15151/statm: 117656 51018 370 364 0 53571 0
[pid=15153] ppid=15151 vsize=1645528 CPUtime=436.37 cores=1,3,5,7
/proc/15153/stat : 15153 (cryptominisat-2) R 15151 15153 15153 0 -1 4202496 384163 0 0 0 43580 57 0 0 18 0 1 0 362941723 1685020672 340509 33554432000 4194304 4677096 140733393641456 18446744073709551615 218880222994 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15153/statm: 411382 340509 396 118 0 406341 0
[pid=15128/tid=15142] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15142/stat : 15142 (python) S 15124 15128 15083 0 -1 4202560 29 925 0 9 0 0 0 0 18 0 3 0 362931708 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 5 0 0 0
[pid=15128/tid=15152] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15152/stat : 15152 (python) S 15124 15128 15083 0 -1 4202560 24 925 0 9 0 0 0 0 20 0 3 0 362941722 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 612.66
Current children cumulated vsize (KiB) 3153088

[startup+624.201 s]
/proc/loadavg: 2.00 1.75 0.97 3/185 15208
/proc/meminfo: memFree=14758128/32950928 swapFree=67054688/67111528
[pid=15128] ppid=15124 vsize=480868 CPUtime=75.51 cores=1,3,5,7
/proc/15128/stat : 15128 (python) S 15124 15128 15083 0 -1 4202496 92735 925 113 9 7506 45 0 0 19 0 3 0 362922950 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 247
/proc/15128/statm: 120217 52530 1878 364 0 56132 0
[pid=15141] ppid=15128 vsize=470612 CPUtime=0.12 cores=1,3,5,7
/proc/15141/stat : 15141 (python) S 15128 15128 15083 0 -1 4202560 1164 0 0 0 6 6 0 0 19 0 2 0 362931707 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15141/statm: 117653 51063 414 364 0 53571 0
[pid=15143] ppid=15141 vsize=85456 CPUtime=100.1 cores=1,3,5,7
/proc/15143/stat : 15143 (lingeling) T 15141 15143 15143 0 -1 4202496 31874 0 0 0 10006 4 0 0 25 0 1 0 362931708 87506944 19511 33554432000 4194304 4352236 140735654243456 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/15143/statm: 21364 19511 129 39 0 20444 0
[pid=15141/tid=15150] ppid=15128 vsize=470612 CPUtime=0 cores=1,3,5,7
/proc/15141/task/15150/stat : 15150 (python) S 15128 15128 15083 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 362941719 481906688 51063 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 514 18446604471120571456 0 0 -1 5 0 0 0
[pid=15151] ppid=15128 vsize=470624 CPUtime=0.56 cores=1,3,5,7
/proc/15151/stat : 15151 (python) S 15128 15128 15083 0 -1 4202560 988 0 0 0 27 29 0 0 15 0 1 0 362941722 481918976 51018 33554432000 4194304 5683644 140734977464960 18446744073709551615 218880585286 0 0 16781312 514 5617618623880200456 0 0 17 5 0 0 0
/proc/15151/statm: 117656 51018 370 364 0 53571 0
[pid=15153] ppid=15151 vsize=0 CPUtime=436.47 cores=1,3,5,7
/proc/15153/stat : 15153 (cryptominisat-2) R 15151 15153 15153 0 -1 4202500 384164 0 0 0 43587 60 0 0 18 0 1 0 362941723 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15153/statm: 0 0 0 0 0 0 0
[pid=15128/tid=15142] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15142/stat : 15142 (python) S 15124 15128 15083 0 -1 4202560 29 925 0 9 0 0 0 0 18 0 3 0 362931708 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 5 0 0 0
[pid=15128/tid=15152] ppid=15124 vsize=480868 CPUtime=0 cores=1,3,5,7
/proc/15128/task/15152/stat : 15152 (python) S 15124 15128 15083 0 -1 4202560 24 925 0 9 0 0 0 0 20 0 3 0 362941722 492408832 52530 33554432000 4194304 5683644 140734977464960 18446744073709551615 218892388785 0 0 16781312 2 18446604471149892608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 612.76
Current children cumulated vsize (KiB) 1507560

Child status: 0
Real time (s): 624.293
CPU time (s): 612.922
CPU user time (s): 611.396
CPU system time (s): 1.52577
CPU usage (%): 98.1786
Max. virtual memory (cumulated for all children) (KiB): 3206536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 611.396
system time used= 1.52577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 536808
page faults= 122
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18996
involuntary context switches= 824

runsolver used 0.91486 second user time and 2.45263 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-13 10:18:48
IDJOB=3498319
IDBENCH=71039
IDSOLVER=1991
FILE ID=node112/3498319-1307953126
RUNJOBID= node112-1307953126-15102
PBS_JOBID= 13559716
Free space on /var/tmp= 2848 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.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 /var/tmp/evaluation-result-3498319-1307953126/watcher-3498319-1307953126 -o /var/tmp/evaluation-result-3498319-1307953126/solver-3498319-1307953126 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498319-1307953126.cnf -seed 1100239941 -budget 5000

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1100239941

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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:      16618480 kB
Buffers:         72888 kB
Cached:       15658696 kB
SwapCached:      10444 kB
Active:         694196 kB
Inactive:     15055384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16618480 kB
SwapTotal:    67111528 kB
SwapFree:     67054688 kB
Dirty:          108740 kB
Writeback:           0 kB
AnonPages:       15948 kB
Mapped:           8832 kB
Slab:           517564 kB
PageTables:       4608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184964 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 /var/tmp at the end= 2792 MiB
End job on node112 at 2011-06-13 10:29:20