Trace number 3380850

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)UNSAT 780.321 329.946

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
MD5SUM28b7074e04e59e64b5e4d7991d54f9d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.02
Satisfiable
(Un)Satisfiability was proved
Number of variables448370
Number of clauses1130525
Sum of the clauses size2637889
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2753682
Number of clauses of size 3376841
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3380850-1305493918.cnf
0.36/0.67	c INFO: computing task features
4.43/4.70	c INFO: computed variable-clause graph statistics
4.53/4.84	c INFO: computed clause balance statistics
22.63/22.96	c INFO: computed variable balance statistics
35.53/35.88	c INFO: computed small-clause counts
36.04/36.39	c INFO: computed Horn-clause counts
264.85/265.15	c INFO: computed variable graph statistics
264.85/265.15	c INFO: collected features for HOME/instance-3380850-1305493918.cnf in 264.38 s
264.85/265.18	c INFO: running glucosER@0 for 97 with 4735 remaining (b = 0.85)
264.94/265.20	c INFO: running lingeling-276@0 for 485 with 4735 remaining (b = 0.88)
264.94/265.23	c INFO: running precosat-570@0 for 194 with 4735 remaining (b = 0.61)
264.94/265.26	c INFO: running SApperloT@0 for 97 with 4735 remaining (b = 0.29)
264.94/265.29	c INFO: running cryptominisat-2.9.0@0 for 485 with 4735 remaining (b = 0.69)
265.04/265.31	c INFO: running lingeling-276@0 for 291 with 4735 remaining (b = 0.55)
265.04/265.34	c INFO: running cryptominisat-2.9.0@0 for 776 with 4735 remaining (b = 0.69)
265.04/265.37	c INFO: running lingeling-276@0 for 291 with 4735 remaining (b = 0.39)
780.04/329.87	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380850-1305493918/watcher-3380850-1305493918 -o /tmp/evaluation-result-3380850-1305493918/solver-3380850-1305493918 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380850-1305493918.cnf -seed 454737959 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 2.59 1.85 3.78 2/321 20827
/proc/meminfo: memFree=8865800/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=15772 CPUtime=0 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 867 0 0 0 0 0 0 0 20 0 1 0 660991676 16150528 750 33554432000 4194304 5683644 140735923890720 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20827/statm: 3943 750 343 364 0 430 0

[startup+0.026872 s]
/proc/loadavg: 2.59 1.85 3.78 2/321 20827
/proc/meminfo: memFree=8865800/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=16396 CPUtime=0.01 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 1114 0 0 0 1 0 0 0 20 0 1 0 660991676 16789504 984 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089754720 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20827/statm: 4099 984 408 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100873 s]
/proc/loadavg: 2.59 1.85 3.78 2/321 20827
/proc/meminfo: memFree=8865800/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=89768 CPUtime=0.05 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 2637 0 0 0 4 1 0 0 17 0 1 0 660991676 91922432 2354 33554432000 4194304 5683644 140735923890720 18446744073709551615 248084775015 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20827/statm: 22442 2356 718 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.300921 s]
/proc/loadavg: 2.59 1.85 3.78 2/321 20827
/proc/meminfo: memFree=8865800/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=135748 CPUtime=0.18 cores=0-7
/proc/20827/stat : 20827 (python) S 20825 20827 20410 0 -1 4202496 5962 933 1 0 14 4 0 0 18 0 1 0 660991676 139005952 4150 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089694213 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/20827/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700824 s]
/proc/loadavg: 2.59 1.85 3.78 2/321 20827
/proc/meminfo: memFree=8865800/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=300376 CPUtime=0.44 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 14732 933 1 0 32 12 0 0 17 0 1 0 660991676 307585024 12412 33554432000 4194304 5683644 140735923890720 18446744073709551615 4619880 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20827/statm: 75094 12412 1761 364 0 11018 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 300376

[startup+1.50068 s]
/proc/loadavg: 2.59 1.85 3.78 2/322 20832
/proc/meminfo: memFree=8802244/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=354304 CPUtime=1.23 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 27876 933 1 0 110 13 0 0 18 0 1 0 660991676 362807296 25556 33554432000 4194304 5683644 140735923890720 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20827/statm: 88576 25557 1761 364 0 24500 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 354304

[startup+3.10033 s]
/proc/loadavg: 2.59 1.85 3.78 2/322 20832
/proc/meminfo: memFree=8729084/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=463040 CPUtime=2.83 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 51640 933 1 0 267 16 0 0 21 0 1 0 660991676 474152960 49320 33554432000 4194304 5683644 140735923890720 18446744073709551615 46924332788421 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20827/statm: 115760 49321 1761 364 0 51684 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 463040

[startup+6.30076 s]
/proc/loadavg: 2.46 1.83 3.77 2/322 20832
/proc/meminfo: memFree=8629352/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=492432 CPUtime=6.03 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 99540 933 1 0 581 22 0 0 25 0 1 0 660991676 504250368 60493 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089353351 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20827/statm: 123108 60493 1826 364 0 59032 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 492432

[startup+12.7006 s]
/proc/loadavg: 2.34 1.82 3.75 2/322 20832
/proc/meminfo: memFree=8629788/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=492432 CPUtime=12.43 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 99540 933 1 0 1221 22 0 0 25 0 1 0 660991676 504250368 60493 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089365435 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20827/statm: 123108 60493 1826 364 0 59032 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 492432

[startup+25.5004 s]
/proc/loadavg: 2.04 1.78 3.71 2/322 20833
/proc/meminfo: memFree=8631228/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=492432 CPUtime=25.23 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 99541 933 1 0 2501 22 0 0 25 0 1 0 660991676 504250368 60494 33554432000 4194304 5683644 140735923890720 18446744073709551615 46924335370997 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20827/statm: 123108 60494 1827 364 0 59032 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 492432

[startup+51.1009 s]
/proc/loadavg: 1.69 1.71 3.63 2/322 20833
/proc/meminfo: memFree=8622516/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=501264 CPUtime=50.83 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 101755 933 1 0 5061 22 0 0 25 0 1 0 660991676 513294336 62708 33554432000 4194304 5683644 140735923890720 18446744073709551615 46924332607628 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20827/statm: 125316 62708 1833 364 0 61240 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 501264

[startup+102.311 s]
/proc/loadavg: 1.30 1.60 3.49 2/322 20835
/proc/meminfo: memFree=8622872/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=501264 CPUtime=102.04 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 101755 933 1 0 10182 22 0 0 25 0 1 0 660991676 513294336 62708 33554432000 4194304 5683644 140735923890720 18446744073709551615 46924332607628 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20827/statm: 125316 62708 1833 364 0 61240 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 501264

[startup+162.3 s]
/proc/loadavg: 1.15 1.50 3.34 2/322 20836
/proc/meminfo: memFree=8621984/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=501264 CPUtime=162.04 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 101755 933 1 0 16182 22 0 0 25 0 1 0 660991676 513294336 62708 33554432000 4194304 5683644 140735923890720 18446744073709551615 46924332607616 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20827/statm: 125316 62708 1833 364 0 61240 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 501264

[startup+222.301 s]
/proc/loadavg: 1.05 1.41 3.19 2/322 20838
/proc/meminfo: memFree=8622804/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=501264 CPUtime=222.04 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 101755 933 1 0 22182 22 0 0 25 0 1 0 660991676 513294336 62708 33554432000 4194304 5683644 140735923890720 18446744073709551615 46924332607628 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20827/statm: 125316 62708 1833 364 0 61240 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 501264

[startup+282.301 s]
/proc/loadavg: 2.57 1.68 3.16 9/346 20864
/proc/meminfo: memFree=6294684/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=631552 CPUtime=265.12 cores=0-7
/proc/20827/stat : 20827 (python) S 20825 20827 20410 0 -1 4202496 107211 933 1 0 26484 28 0 0 20 0 9 0 660991676 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20827/statm: 157888 58589 1889 364 0 93785 0
[pid=20840] ppid=20827 vsize=483980 CPUtime=0.04 cores=0-7
/proc/20840/stat : 20840 (python) S 20827 20827 20410 0 -1 4202560 982 0 0 0 2 2 0 0 18 0 1 0 661018194 495595520 56930 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718287 0 0 16781312 514 7576092512213762308 0 0 17 1 0 0 0
/proc/20840/statm: 120995 56930 382 364 0 56913 0
[pid=20842] ppid=20840 vsize=170044 CPUtime=17.1 cores=0-7
/proc/20842/stat : 20842 (glucoser_static) R 20840 20842 20842 0 -1 4202496 39520 0 0 0 1705 5 0 0 25 0 1 0 661018194 174125056 39222 33554432000 134512640 134580299 4288479824 18446744073709551615 134552965 0 0 16781312 8388611 0 0 0 17 3 0 0 0
/proc/20842/statm: 42511 39222 242 17 0 41839 0
[pid=20843] ppid=20827 vsize=494236 CPUtime=0.04 cores=0-7
/proc/20843/stat : 20843 (python) S 20827 20827 20410 0 -1 4202560 921 0 0 0 2 2 0 0 18 0 1 0 661018196 506097664 56922 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762308 0 0 17 0 0 0 0
/proc/20843/statm: 123559 56922 370 364 0 59474 0
[pid=20845] ppid=20843 vsize=107324 CPUtime=17.07 cores=0-7
/proc/20845/stat : 20845 (lingeling) R 20843 20845 20845 0 -1 4202496 45706 0 0 0 1698 9 0 0 25 0 1 0 661018197 109899776 25999 33554432000 4194304 4352236 140734536976592 18446744073709551615 4303313 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20845/statm: 26831 25999 127 39 0 25911 0
[pid=20846] ppid=20827 vsize=504492 CPUtime=0.04 cores=0-7
/proc/20846/stat : 20846 (python) S 20827 20827 20410 0 -1 4202560 911 0 0 0 2 2 0 0 18 0 1 0 661018199 516599808 56926 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762306 0 0 17 1 0 0 0
/proc/20846/statm: 126123 56926 370 364 0 62035 0
[pid=20848] ppid=20846 vsize=364252 CPUtime=17.04 cores=0-7
/proc/20848/stat : 20848 (precosat) R 20846 20848 20848 0 -1 4202496 92897 0 0 0 1688 16 0 0 25 0 1 0 661018200 372994048 85625 33554432000 4194304 4890832 140734165220896 18446744073709551615 4245784 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/20848/statm: 91063 85625 86 171 0 90890 0
[pid=20849] ppid=20827 vsize=514748 CPUtime=0.05 cores=0-7
/proc/20849/stat : 20849 (python) S 20827 20827 20410 0 -1 4202560 948 0 0 0 2 3 0 0 18 0 1 0 661018202 527101952 56930 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762306 0 0 17 1 0 0 0
/proc/20849/statm: 128687 56930 370 364 0 64596 0
[pid=20851] ppid=20849 vsize=102552 CPUtime=17.02 cores=0-7
/proc/20851/stat : 20851 (SApperloT-base) R 20849 20851 20851 0 -1 4202496 27298 0 0 0 1695 7 0 0 25 0 1 0 661018203 105013248 22489 33554432000 134512640 135674940 4293196848 18446744073709551615 134552145 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20851/statm: 25638 22489 99 284 0 25352 0
[pid=20852] ppid=20827 vsize=590540 CPUtime=0.05 cores=0-7
/proc/20852/stat : 20852 (python) S 20827 20827 20410 0 -1 4202560 804 0 0 0 2 3 0 0 15 0 1 0 661018205 604712960 57052 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 14991871835346272514 0 0 17 1 0 0 0
/proc/20852/statm: 147635 57052 371 364 0 83541 0
[pid=20854] ppid=20852 vsize=1055788 CPUtime=16.92 cores=0-7
/proc/20854/stat : 20854 (cryptominisat-2) R 20852 20854 20854 0 -1 4202496 206498 0 0 0 1655 37 0 0 25 0 1 0 661018206 1081126912 197272 33554432000 4194304 4677096 140735047845088 18446744073709551615 4586829 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20854/statm: 263947 197272 372 118 0 258906 0
[pid=20855] ppid=20827 vsize=600796 CPUtime=0.04 cores=0-7
/proc/20855/stat : 20855 (python) S 20827 20827 20410 0 -1 4202560 812 0 0 0 1 3 0 0 18 0 1 0 661018208 615215104 57042 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762305 0 0 17 1 0 0 0
/proc/20855/statm: 150199 57042 371 364 0 86102 0
[pid=20857] ppid=20855 vsize=107496 CPUtime=16.76 cores=0-7
/proc/20857/stat : 20857 (lingeling) R 20855 20857 20857 0 -1 4202496 48299 0 0 0 1669 7 0 0 25 0 1 0 661018208 110075904 26042 33554432000 4194304 4352236 140736079605632 18446744073709551615 4215274 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20857/statm: 26874 26042 127 39 0 25954 0
[pid=20858] ppid=20827 vsize=611052 CPUtime=0.04 cores=0-7
/proc/20858/stat : 20858 (python) S 20827 20827 20410 0 -1 4202560 825 0 0 0 2 2 0 0 15 0 1 0 661018210 625717248 57052 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 11998288701005201668 0 0 17 1 0 0 0
/proc/20858/statm: 152763 57052 371 364 0 88663 0
[pid=20862] ppid=20858 vsize=1056316 CPUtime=16.9 cores=0-7
/proc/20862/stat : 20862 (cryptominisat-2) R 20858 20862 20862 0 -1 4202496 206633 0 0 0 1658 32 0 0 25 0 1 0 661018214 1081667584 197403 33554432000 4194304 4677096 140734269257648 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20862/statm: 264079 197403 372 118 0 259038 0
[pid=20860] ppid=20827 vsize=621308 CPUtime=0.04 cores=0-7
/proc/20860/stat : 20860 (python) S 20827 20827 20410 0 -1 4202560 868 0 0 0 1 3 0 0 18 0 1 0 661018213 636219392 57073 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762308 0 0 17 1 0 0 0
/proc/20860/statm: 155327 57073 377 364 0 91224 0
[pid=20863] ppid=20860 vsize=106364 CPUtime=16.56 cores=0-7
/proc/20863/stat : 20863 (lingeling) R 20860 20863 20863 0 -1 4202496 49247 0 0 0 1648 8 0 0 25 0 1 0 661018215 108916736 25759 33554432000 4194304 4352236 140734740593328 18446744073709551615 4228334 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20863/statm: 26591 25759 127 39 0 25671 0
[pid=20827/tid=20841] ppid=20825 vsize=631552 CPUtime=0 cores=0-7

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

/proc/20827/task/20850/stat : 20850 (python) S 20825 20827 20410 0 -1 4202560 23 933 0 0 0 0 0 0 18 0 9 0 661018202 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 5 0 0 0
[pid=20827/tid=20853] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20853/stat : 20853 (python) S 20825 20827 20410 0 -1 4202560 61 933 0 0 0 0 0 0 20 0 9 0 661018205 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20827/tid=20856] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20856/stat : 20856 (python) S 20825 20827 20410 0 -1 4202560 32 933 0 0 0 0 0 0 21 0 9 0 661018208 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 7 0 0 0
[pid=20827/tid=20859] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20859/stat : 20859 (python) S 20825 20827 20410 0 -1 4202560 40 933 0 0 0 0 0 0 19 0 9 0 661018211 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 6 0 0 0
[pid=20827/tid=20861] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20861/stat : 20861 (python) S 20825 20827 20410 0 -1 4202560 29 933 0 0 0 0 0 0 21 0 9 0 661018214 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 765.07
Current children cumulated vsize (KiB) 8831696

[startup+328.702 s]
/proc/loadavg: 5.48 2.57 3.39 9/346 20865
/proc/meminfo: memFree=5636312/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=631552 CPUtime=265.12 cores=0-7
/proc/20827/stat : 20827 (python) S 20825 20827 20410 0 -1 4202496 107211 933 1 0 26484 28 0 0 20 0 9 0 660991676 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20827/statm: 157888 58589 1889 364 0 93785 0
[pid=20840] ppid=20827 vsize=483980 CPUtime=0.15 cores=0-7
/proc/20840/stat : 20840 (python) S 20827 20827 20410 0 -1 4202560 1002 0 0 0 7 8 0 0 18 0 1 0 661018194 495595520 56930 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718287 0 0 16781312 514 7576092512213762308 0 0 17 1 0 0 0
/proc/20840/statm: 120995 56930 382 364 0 56913 0
[pid=20842] ppid=20840 vsize=175856 CPUtime=63.49 cores=0-7
/proc/20842/stat : 20842 (glucoser_static) R 20840 20842 20842 0 -1 4202496 40979 0 0 0 6344 5 0 0 25 0 1 0 661018194 180076544 40679 33554432000 134512640 134580299 4288479824 18446744073709551615 134543208 0 0 16781312 8388611 0 0 0 17 3 0 0 0
/proc/20842/statm: 43964 40679 242 17 0 43292 0
[pid=20843] ppid=20827 vsize=494236 CPUtime=0.14 cores=0-7
/proc/20843/stat : 20843 (python) S 20827 20827 20410 0 -1 4202560 939 0 0 0 8 6 0 0 18 0 1 0 661018196 506097664 56922 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762308 0 0 17 0 0 0 0
/proc/20843/statm: 123559 56922 370 364 0 59474 0
[pid=20845] ppid=20843 vsize=82988 CPUtime=63.47 cores=0-7
/proc/20845/stat : 20845 (lingeling) R 20843 20845 20845 0 -1 4202496 55391 0 0 0 6336 11 0 0 25 0 1 0 661018197 84979712 19917 33554432000 4194304 4352236 140734536976592 18446744073709551615 4278694 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20845/statm: 20747 19917 129 39 0 19827 0
[pid=20846] ppid=20827 vsize=504492 CPUtime=0.4 cores=0-7
/proc/20846/stat : 20846 (python) R 20827 20827 20410 0 -1 4202560 932 0 0 0 28 12 0 0 17 0 1 0 661018199 516599808 56926 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/20846/statm: 126123 56926 370 364 0 62035 0
[pid=20848] ppid=20846 vsize=0 CPUtime=63.19 cores=0-7
/proc/20848/stat : 20848 (precosat) R 20846 20848 20848 0 -1 4202500 93933 0 0 0 6301 18 0 0 25 0 1 0 661018200 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20848/statm: 0 0 0 0 0 0 0
[pid=20849] ppid=20827 vsize=514748 CPUtime=0.16 cores=0-7
/proc/20849/stat : 20849 (python) S 20827 20827 20410 0 -1 4202560 968 0 0 0 7 9 0 0 18 0 1 0 661018202 527101952 56930 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762306 0 0 17 1 0 0 0
/proc/20849/statm: 128687 56930 370 364 0 64596 0
[pid=20851] ppid=20849 vsize=174744 CPUtime=63.42 cores=0-7
/proc/20851/stat : 20851 (SApperloT-base) R 20849 20851 20851 0 -1 4202496 49681 0 0 0 6330 12 0 0 25 0 1 0 661018203 178937856 40775 33554432000 134512640 135674940 4293196848 18446744073709551615 134551845 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20851/statm: 43686 40775 99 284 0 43400 0
[pid=20852] ppid=20827 vsize=590540 CPUtime=0.17 cores=0-7
/proc/20852/stat : 20852 (python) S 20827 20827 20410 0 -1 4202560 804 0 0 0 9 8 0 0 15 0 1 0 661018205 604712960 57052 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762306 0 0 17 0 0 0 0
/proc/20852/statm: 147635 57052 371 364 0 83541 0
[pid=20854] ppid=20852 vsize=1374120 CPUtime=63.13 cores=0-7
/proc/20854/stat : 20854 (cryptominisat-2) R 20852 20854 20854 0 -1 4202496 262777 0 0 0 6263 50 0 0 25 0 1 0 661018206 1407098880 253551 33554432000 4194304 4677096 140735047845088 18446744073709551615 4336232 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20854/statm: 343530 253551 387 118 0 338489 0
[pid=20855] ppid=20827 vsize=600796 CPUtime=0.15 cores=0-7
/proc/20855/stat : 20855 (python) S 20827 20827 20410 0 -1 4202560 812 0 0 0 7 8 0 0 18 0 1 0 661018208 615215104 57042 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762305 0 0 17 1 0 0 0
/proc/20855/statm: 150199 57042 371 364 0 86102 0
[pid=20857] ppid=20855 vsize=83160 CPUtime=62.61 cores=0-7
/proc/20857/stat : 20857 (lingeling) R 20855 20857 20857 0 -1 4202496 57250 0 0 0 6253 8 0 0 25 0 1 0 661018208 85155840 19960 33554432000 4194304 4352236 140736079605632 18446744073709551615 4238648 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20857/statm: 20790 19960 129 39 0 19870 0
[pid=20858] ppid=20827 vsize=611052 CPUtime=0.16 cores=0-7
/proc/20858/stat : 20858 (python) S 20827 20827 20410 0 -1 4202560 826 0 0 0 8 8 0 0 15 0 1 0 661018210 625717248 57052 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 11998288701005201668 0 0 17 1 0 0 0
/proc/20858/statm: 152763 57052 371 364 0 88663 0
[pid=20862] ppid=20858 vsize=1440436 CPUtime=63.3 cores=0-7
/proc/20862/stat : 20862 (cryptominisat-2) R 20858 20862 20862 0 -1 4202496 271440 0 0 0 6286 44 0 0 25 0 1 0 661018214 1475006464 262004 33554432000 4194304 4677096 140734269257648 18446744073709551615 4228586 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20862/statm: 360109 262004 387 118 0 355068 0
[pid=20860] ppid=20827 vsize=621308 CPUtime=0.15 cores=0-7
/proc/20860/stat : 20860 (python) S 20827 20827 20410 0 -1 4202560 868 0 0 0 6 9 0 0 18 0 1 0 661018213 636219392 57073 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762308 0 0 17 1 0 0 0
/proc/20860/statm: 155327 57073 377 364 0 91224 0
[pid=20863] ppid=20860 vsize=82148 CPUtime=62.27 cores=0-7
/proc/20863/stat : 20863 (lingeling) R 20860 20863 20863 0 -1 4202496 57442 0 0 0 6219 8 0 0 25 0 1 0 661018215 84119552 19739 33554432000 4194304 4352236 140734740593328 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20863/statm: 20537 19739 129 39 0 19617 0
[pid=20827/tid=20841] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20841/stat : 20841 (python) S 20825 20827 20410 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 661018194 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 4 0 0 0
[pid=20827/tid=20844] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20844/stat : 20844 (python) S 20825 20827 20410 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 9 0 661018197 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20827/tid=20847] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20847/stat : 20847 (python) S 20825 20827 20410 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 661018200 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 4 0 0 0
[pid=20827/tid=20850] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20850/stat : 20850 (python) S 20825 20827 20410 0 -1 4202560 23 933 0 0 0 0 0 0 18 0 9 0 661018202 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 5 0 0 0
[pid=20827/tid=20853] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20853/stat : 20853 (python) S 20825 20827 20410 0 -1 4202560 61 933 0 0 0 0 0 0 20 0 9 0 661018205 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20827/tid=20856] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20856/stat : 20856 (python) S 20825 20827 20410 0 -1 4202560 32 933 0 0 0 0 0 0 21 0 9 0 661018208 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 7 0 0 0
[pid=20827/tid=20859] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20859/stat : 20859 (python) S 20825 20827 20410 0 -1 4202560 40 933 0 0 0 0 0 0 19 0 9 0 661018211 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 6 0 0 0
[pid=20827/tid=20861] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20861/stat : 20861 (python) S 20825 20827 20410 0 -1 4202560 29 933 0 0 0 0 0 0 21 0 9 0 661018214 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 771.48
Current children cumulated vsize (KiB) 8466156

[startup+329.502 s]
/proc/loadavg: 5.48 2.57 3.39 11/346 20865
/proc/meminfo: memFree=5976816/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=631552 CPUtime=265.12 cores=0-7
/proc/20827/stat : 20827 (python) S 20825 20827 20410 0 -1 4202496 107211 933 1 0 26484 28 0 0 20 0 9 0 660991676 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20827/statm: 157888 58589 1889 364 0 93785 0
[pid=20840] ppid=20827 vsize=483980 CPUtime=0.16 cores=0-7
/proc/20840/stat : 20840 (python) S 20827 20827 20410 0 -1 4202560 1004 0 0 0 7 9 0 0 18 0 1 0 661018194 495595520 56930 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718287 0 0 16781312 514 7576092512213762308 0 0 17 1 0 0 0
/proc/20840/statm: 120995 56930 382 364 0 56913 0
[pid=20842] ppid=20840 vsize=176036 CPUtime=64.29 cores=0-7
/proc/20842/stat : 20842 (glucoser_static) R 20840 20842 20842 0 -1 4202496 40999 0 0 0 6424 5 0 0 25 0 1 0 661018194 180260864 40699 33554432000 134512640 134580299 4288479824 18446744073709551615 134543208 0 0 16781312 8388611 0 0 0 17 3 0 0 0
/proc/20842/statm: 44009 40699 242 17 0 43337 0
[pid=20843] ppid=20827 vsize=494236 CPUtime=0.17 cores=0-7
/proc/20843/stat : 20843 (python) S 20827 20827 20410 0 -1 4202560 941 0 0 0 10 7 0 0 18 0 1 0 661018196 506097664 56922 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762308 0 0 17 0 0 0 0
/proc/20843/statm: 123559 56922 370 364 0 59474 0
[pid=20845] ppid=20843 vsize=82988 CPUtime=64.27 cores=0-7
/proc/20845/stat : 20845 (lingeling) R 20843 20845 20845 0 -1 4202496 55391 0 0 0 6416 11 0 0 25 0 1 0 661018197 84979712 19917 33554432000 4194304 4352236 140734536976592 18446744073709551615 4238671 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20845/statm: 20747 19917 129 39 0 19827 0
[pid=20846] ppid=20827 vsize=504492 CPUtime=1.2 cores=0-7
/proc/20846/stat : 20846 (python) R 20827 20827 20410 0 -1 4202560 932 0 0 0 95 25 0 0 18 0 1 0 661018199 516599808 56926 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/20846/statm: 126123 56926 370 364 0 62035 0
[pid=20848] ppid=20846 vsize=0 CPUtime=63.19 cores=0-7
/proc/20848/stat : 20848 (precosat) R 20846 20848 20848 0 -1 4202500 93933 0 0 0 6301 18 0 0 25 0 1 0 661018200 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20848/statm: 0 0 0 0 0 0 0
[pid=20849] ppid=20827 vsize=514748 CPUtime=0.16 cores=0-7
/proc/20849/stat : 20849 (python) S 20827 20827 20410 0 -1 4202560 968 0 0 0 7 9 0 0 18 0 1 0 661018202 527101952 56930 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762306 0 0 17 1 0 0 0
/proc/20849/statm: 128687 56930 370 364 0 64596 0
[pid=20851] ppid=20849 vsize=175292 CPUtime=64.22 cores=0-7
/proc/20851/stat : 20851 (SApperloT-base) R 20849 20851 20851 0 -1 4202496 49832 0 0 0 6410 12 0 0 25 0 1 0 661018203 179499008 40926 33554432000 134512640 135674940 4293196848 18446744073709551615 134555861 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20851/statm: 43823 40926 99 284 0 43537 0
[pid=20852] ppid=20827 vsize=590540 CPUtime=0.17 cores=0-7
/proc/20852/stat : 20852 (python) S 20827 20827 20410 0 -1 4202560 804 0 0 0 9 8 0 0 15 0 1 0 661018205 604712960 57052 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762306 0 0 17 0 0 0 0
/proc/20852/statm: 147635 57052 371 364 0 83541 0
[pid=20854] ppid=20852 vsize=1375396 CPUtime=63.91 cores=0-7
/proc/20854/stat : 20854 (cryptominisat-2) R 20852 20854 20854 0 -1 4202496 263225 0 0 0 6341 50 0 0 25 0 1 0 661018206 1408405504 253999 33554432000 4194304 4677096 140735047845088 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20854/statm: 343849 253999 387 118 0 338808 0
[pid=20855] ppid=20827 vsize=600796 CPUtime=0.16 cores=0-7
/proc/20855/stat : 20855 (python) S 20827 20827 20410 0 -1 4202560 812 0 0 0 7 9 0 0 18 0 1 0 661018208 615215104 57042 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762305 0 0 17 1 0 0 0
/proc/20855/statm: 150199 57042 371 364 0 86102 0
[pid=20857] ppid=20855 vsize=83160 CPUtime=63.4 cores=0-7
/proc/20857/stat : 20857 (lingeling) R 20855 20857 20857 0 -1 4202496 57250 0 0 0 6332 8 0 0 25 0 1 0 661018208 85155840 19960 33554432000 4194304 4352236 140736079605632 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20857/statm: 20790 19960 129 39 0 19870 0
[pid=20858] ppid=20827 vsize=611052 CPUtime=0.16 cores=0-7
/proc/20858/stat : 20858 (python) S 20827 20827 20410 0 -1 4202560 826 0 0 0 8 8 0 0 15 0 1 0 661018210 625717248 57052 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 11998288701005201668 0 0 17 1 0 0 0
/proc/20858/statm: 152763 57052 371 364 0 88663 0
[pid=20862] ppid=20858 vsize=1443892 CPUtime=64.09 cores=0-7
/proc/20862/stat : 20862 (cryptominisat-2) R 20858 20862 20862 0 -1 4202496 272335 0 0 0 6365 44 0 0 25 0 1 0 661018214 1478545408 262899 33554432000 4194304 4677096 140734269257648 18446744073709551615 4336232 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20862/statm: 360973 262899 387 118 0 355932 0
[pid=20860] ppid=20827 vsize=621308 CPUtime=0.15 cores=0-7
/proc/20860/stat : 20860 (python) S 20827 20827 20410 0 -1 4202560 868 0 0 0 6 9 0 0 18 0 1 0 661018213 636219392 57073 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089718342 0 0 16781312 514 7576092512213762308 0 0 17 1 0 0 0
/proc/20860/statm: 155327 57073 377 364 0 91224 0
[pid=20863] ppid=20860 vsize=82148 CPUtime=63.04 cores=0-7
/proc/20863/stat : 20863 (lingeling) R 20860 20863 20863 0 -1 4202496 57442 0 0 0 6296 8 0 0 25 0 1 0 661018215 84119552 19739 33554432000 4194304 4352236 140734740593328 18446744073709551615 4280945 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20863/statm: 20537 19739 129 39 0 19617 0
[pid=20827/tid=20841] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20841/stat : 20841 (python) S 20825 20827 20410 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 661018194 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 4 0 0 0
[pid=20827/tid=20844] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20844/stat : 20844 (python) S 20825 20827 20410 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 9 0 661018197 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20827/tid=20847] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20847/stat : 20847 (python) S 20825 20827 20410 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 661018200 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 4 0 0 0
[pid=20827/tid=20850] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20850/stat : 20850 (python) S 20825 20827 20410 0 -1 4202560 23 933 0 0 0 0 0 0 18 0 9 0 661018202 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 5 0 0 0
[pid=20827/tid=20853] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20853/stat : 20853 (python) S 20825 20827 20410 0 -1 4202560 61 933 0 0 0 0 0 0 20 0 9 0 661018205 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20827/tid=20856] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20856/stat : 20856 (python) S 20825 20827 20410 0 -1 4202560 32 933 0 0 0 0 0 0 21 0 9 0 661018208 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 7 0 0 0
[pid=20827/tid=20859] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20859/stat : 20859 (python) S 20825 20827 20410 0 -1 4202560 40 933 0 0 0 0 0 0 19 0 9 0 661018211 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 6 0 0 0
[pid=20827/tid=20861] ppid=20825 vsize=631552 CPUtime=0 cores=0-7
/proc/20827/task/20861/stat : 20861 (python) S 20825 20827 20410 0 -1 4202560 29 933 0 0 0 0 0 0 21 0 9 0 661018214 646709248 58589 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 777.86
Current children cumulated vsize (KiB) 8471616

[startup+329.901 s]
/proc/loadavg: 5.28 2.58 3.39 2/324 20866
/proc/meminfo: memFree=8631584/32950928 swapFree=64721848/67111528
[pid=20827] ppid=20825 vsize=600712 CPUtime=780.27 cores=0-7
/proc/20827/stat : 20827 (python) R 20825 20827 20410 0 -1 4202496 125171 899594 1 0 26485 30 51242 270 16 0 3 0 660991676 615129088 58561 33554432000 4194304 5683644 140735923890720 18446744073709551615 248089353655 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20827/statm: 150178 58561 1873 364 0 86102 0
[pid=20827/tid=20847] ppid=20825 vsize=600712 CPUtime=515.12 cores=0-7
/proc/20827/task/20847/stat : 20847 (python) S 20825 20827 20410 0 -1 4202560 26 899594 0 0 0 0 51242 270 18 0 3 0 661018200 615129088 58561 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 0 18446604445028047936 0 0 -1 4 0 0 0
[pid=20827/tid=20853] ppid=20825 vsize=600712 CPUtime=515.12 cores=0-7
/proc/20827/task/20853/stat : 20853 (python) S 20825 20827 20410 0 -1 4202560 62 899594 0 0 0 0 51242 270 18 0 3 0 661018205 615129088 58561 33554432000 4194304 5683644 140735923890720 18446744073709551615 248101521841 0 0 16781312 0 18446604445028047936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 780.27
Current children cumulated vsize (KiB) 600712

Child status: 0
Real time (s): 329.946
CPU time (s): 780.321
CPU user time (s): 777.295
CPU system time (s): 3.02654
CPU usage (%): 236.5
Max. virtual memory (cumulated for all children) (KiB): 8832580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 777.295
system time used= 3.02654
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1033799
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= 3781
involuntary context switches= 3278

runsolver used 1.02984 second user time and 2.16667 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 23:11:59
IDJOB=3380850
IDBENCH=82450
IDSOLVER=1864
FILE ID=node123/3380850-1305493918
RUNJOBID= node123-1305487703-20424
PBS_JOBID= 13325394
Free space on /tmp= 73384 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380850-1305493918/watcher-3380850-1305493918 -o /tmp/evaluation-result-3380850-1305493918/solver-3380850-1305493918 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380850-1305493918.cnf -seed 454737959 -budget 40000 -cores 8

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

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=454737959

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.80
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.838
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.838
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:       8866080 kB
Buffers:        332232 kB
Cached:        4481332 kB
SwapCached:      10528 kB
Active:       20707316 kB
Inactive:      3071540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8866080 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           52452 kB
Writeback:           0 kB
AnonPages:    18962632 kB
Mapped:          24784 kB
Slab:           181596 kB
PageTables:      59516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69836044 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= 73352 MiB
End job on node123 at 2011-05-15 23:17:29