Trace number 3380494

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 167.598 45.3344

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.0536
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

Solver Data

0.40/0.71	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.40/0.71	c INFO: solving HOME/instance-3380494-1305481200.cnf
0.40/0.71	c INFO: computing task features
1.70/2.07	c INFO: computed variable-clause graph statistics
1.80/2.12	c INFO: computed clause balance statistics
8.30/8.68	c INFO: computed variable balance statistics
13.30/13.68	c INFO: computed small-clause counts
13.40/13.75	c INFO: computed Horn-clause counts
27.21/27.58	c INFO: computed variable graph statistics
27.21/27.58	c INFO: collected features for HOME/instance-3380494-1305481200.cnf in 26.82 s
27.29/27.60	c INFO: running SApperloT@0 for 97 with 4973 remaining (b = 0.16)
27.29/27.63	c INFO: running lingeling-276@0 for 97 with 4973 remaining (b = 0.16)
27.29/27.66	c INFO: running cryptominisat-2.9.0@0 for 582 with 4973 remaining (b = 0.27)
27.29/27.68	c INFO: running lingeling-276@0 for 485 with 4973 remaining (b = 0.24)
27.39/27.71	c INFO: running lingeling-276@0 for 1261 with 4973 remaining (b = 0.33)
27.39/27.74	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4972 remaining (b = 0.41)
27.39/27.77	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4972 remaining (b = 0.35)
27.48/27.80	c INFO: running precosat-570@0 for 388 with 4972 remaining (b = 0.12)
166.83/45.29	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-3380494-1305481200/watcher-3380494-1305481200 -o /tmp/evaluation-result-3380494-1305481200/solver-3380494-1305481200 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380494-1305481200.cnf -seed 1906799022 -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: 0.00 0.00 0.00 2/407 3819
/proc/meminfo: memFree=22987916/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=15388 CPUtime=0 cores=0-7
/proc/3819/stat : 3819 (python) R 3817 3819 3793 0 -1 4202496 814 0 0 0 0 0 0 0 17 0 1 0 659716748 15757312 701 33554432000 4194304 5683644 140734870342496 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3819/statm: 3847 703 334 364 0 334 0

[startup+0.0660329 s]
/proc/loadavg: 0.00 0.00 0.00 2/407 3819
/proc/meminfo: memFree=22987916/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=30120 CPUtime=0.03 cores=0-7
/proc/3819/stat : 3819 (python) R 3817 3819 3793 0 -1 4202496 1509 0 0 0 3 0 0 0 17 0 1 0 659716748 30842880 1349 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500388619 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3819/statm: 7529 1348 443 364 0 899 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30120

[startup+0.101014 s]
/proc/loadavg: 0.00 0.00 0.00 2/407 3819
/proc/meminfo: memFree=22987916/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=85360 CPUtime=0.05 cores=0-7
/proc/3819/stat : 3819 (python) R 3817 3819 3793 0 -1 4202496 2580 0 0 0 4 1 0 0 17 0 1 0 659716748 87408640 2307 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500687717 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3819/statm: 21341 2308 707 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85360

[startup+0.300997 s]
/proc/loadavg: 0.00 0.00 0.00 2/407 3819
/proc/meminfo: memFree=22987916/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=135752 CPUtime=0.18 cores=0-7
/proc/3819/stat : 3819 (python) S 3817 3819 3793 0 -1 4202496 5962 932 1 0 13 5 0 0 18 0 1 0 659716748 139010048 4150 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500687877 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/3819/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700947 s]
/proc/loadavg: 0.00 0.00 0.00 2/407 3819
/proc/meminfo: memFree=22987916/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=266248 CPUtime=0.4 cores=0-7
/proc/3819/stat : 3819 (python) R 3817 3819 3793 0 -1 4202496 8817 932 1 0 29 11 0 0 17 0 1 0 659716748 272637952 6587 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500689920 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3819/statm: 66562 6587 1690 364 0 5257 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 266248

[startup+1.50073 s]
/proc/loadavg: 0.00 0.00 0.00 2/408 3824
/proc/meminfo: memFree=22937192/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=342376 CPUtime=1.19 cores=0-7
/proc/3819/stat : 3819 (python) R 3817 3819 3793 0 -1 4202496 24957 932 1 0 105 14 0 0 18 0 1 0 659716748 350593024 22636 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500353057 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3819/statm: 85594 22636 1761 364 0 21518 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 342376

[startup+3.10043 s]
/proc/loadavg: 0.00 0.00 0.00 2/408 3824
/proc/meminfo: memFree=22868620/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=374128 CPUtime=2.8 cores=0-7
/proc/3819/stat : 3819 (python) R 3817 3819 3793 0 -1 4202496 43832 932 1 0 263 17 0 0 20 0 1 0 659716748 383107072 30916 33554432000 4194304 5683644 140734870342496 18446744073709551615 47943209439397 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3819/statm: 93532 30916 1826 364 0 29456 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 374128

[startup+6.30078 s]
/proc/loadavg: 0.16 0.03 0.01 2/408 3824
/proc/meminfo: memFree=22869004/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=374128 CPUtime=6 cores=0-7
/proc/3819/stat : 3819 (python) R 3817 3819 3793 0 -1 4202496 43832 932 1 0 583 17 0 0 25 0 1 0 659716748 383107072 30916 33554432000 4194304 5683644 140734870342496 18446744073709551615 47943202306035 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3819/statm: 93532 30916 1826 364 0 29456 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 374128

[startup+12.7005 s]
/proc/loadavg: 0.23 0.05 0.02 2/408 3825
/proc/meminfo: memFree=22869124/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=374128 CPUtime=12.4 cores=0-7
/proc/3819/stat : 3819 (python) R 3817 3819 3793 0 -1 4202496 43833 932 1 0 1223 17 0 0 25 0 1 0 659716748 383107072 30917 33554432000 4194304 5683644 140734870342496 18446744073709551615 47943202139127 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3819/statm: 93532 30917 1827 364 0 29456 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 374128

[startup+25.5009 s]
/proc/loadavg: 0.40 0.09 0.03 2/408 3825
/proc/meminfo: memFree=22869764/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=374128 CPUtime=25.2 cores=0-7
/proc/3819/stat : 3819 (python) R 3817 3819 3793 0 -1 4202496 43839 932 1 0 2503 17 0 0 25 0 1 0 659716748 383107072 30923 33554432000 4194304 5683644 140734870342496 18446744073709551615 47943202027660 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3819/statm: 93532 30923 1833 364 0 29456 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 374128

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

[startup+38.3013 s]
/proc/loadavg: 1.57 0.35 0.12 9/432 3849
/proc/meminfo: memFree=22014964/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=448944 CPUtime=27.49 cores=0-7
/proc/3819/stat : 3819 (python) S 3817 3819 3793 0 -1 4202496 49662 932 1 0 2728 21 0 0 24 0 9 0 659716748 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3819/statm: 112236 29200 1889 364 0 48133 0
[pid=3826] ppid=3819 vsize=366908 CPUtime=0.03 cores=0-7
/proc/3826/stat : 3826 (python) S 3819 3819 3793 0 -1 4202560 999 0 0 0 2 1 0 0 18 0 1 0 659719509 375713792 27660 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500711951 0 0 16781312 514 11708584974977302786 0 0 17 1 0 0 0
/proc/3826/statm: 91727 27660 381 364 0 27645 0
[pid=3828] ppid=3826 vsize=28492 CPUtime=10.67 cores=0-7
/proc/3828/stat : 3828 (SApperloT-base) R 3826 3828 3828 0 -1 4202496 6759 0 0 0 1066 1 0 0 25 0 1 0 659719509 29175808 6362 33554432000 134512640 135674940 4290019280 18446744073709551615 134564854 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3828/statm: 7123 6362 99 284 0 6837 0
[pid=3829] ppid=3819 vsize=377164 CPUtime=0.04 cores=0-7
/proc/3829/stat : 3829 (python) S 3819 3819 3793 0 -1 4202560 926 0 0 0 2 2 0 0 18 0 1 0 659719511 386215936 27653 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 11708584974977302787 0 0 17 4 0 0 0
/proc/3829/statm: 94291 27653 370 364 0 30206 0
[pid=3831] ppid=3829 vsize=14704 CPUtime=10.65 cores=0-7
/proc/3831/stat : 3831 (lingeling) R 3829 3831 3831 0 -1 4202496 10942 0 0 0 1063 2 0 0 25 0 1 0 659719512 15056896 2656 33554432000 4194304 4352236 140735059664192 18446744073709551615 4207636 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3831/statm: 3676 2656 129 39 0 2756 0
[pid=3832] ppid=3819 vsize=387420 CPUtime=0.03 cores=0-7
/proc/3832/stat : 3832 (python) S 3819 3819 3793 0 -1 4202560 925 0 0 0 2 1 0 0 15 0 1 0 659719514 396718080 27657 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 17908256059277934849 0 0 17 6 0 0 0
/proc/3832/statm: 96855 27657 370 364 0 32767 0
[pid=3834] ppid=3832 vsize=280272 CPUtime=10.57 cores=0-7
/proc/3834/stat : 3834 (cryptominisat-2) R 3832 3834 3834 0 -1 4202496 60377 0 0 0 1049 8 0 0 25 0 1 0 659719515 286998528 56653 33554432000 4194304 4677096 140735978055968 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3834/statm: 70068 56653 392 118 0 65027 0
[pid=3835] ppid=3819 vsize=397676 CPUtime=0.03 cores=0-7
/proc/3835/stat : 3835 (python) S 3819 3819 3793 0 -1 4202560 955 0 0 0 1 2 0 0 18 0 1 0 659719517 407220224 27661 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 11708584974977302785 0 0 17 6 0 0 0
/proc/3835/statm: 99419 27661 370 364 0 35328 0
[pid=3837] ppid=3835 vsize=13308 CPUtime=10.51 cores=0-7
/proc/3837/stat : 3837 (lingeling) R 3835 3837 3837 0 -1 4202496 10787 0 0 0 1050 1 0 0 25 0 1 0 659719517 13627392 2496 33554432000 4194304 4352236 140735418343632 18446744073709551615 4327936 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/3837/statm: 3327 2496 129 39 0 2407 0
[pid=3838] ppid=3819 vsize=407932 CPUtime=0.04 cores=0-7
/proc/3838/stat : 3838 (python) S 3819 3819 3793 0 -1 4202560 952 0 0 0 2 2 0 0 18 0 1 0 659719519 417722368 27665 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 11708584974977302785 0 0 17 1 0 0 0
/proc/3838/statm: 101983 27665 370 364 0 37889 0
[pid=3840] ppid=3838 vsize=15060 CPUtime=10.4 cores=0-7
/proc/3840/stat : 3840 (lingeling) R 3838 3840 3840 0 -1 4202496 10723 0 0 0 1038 2 0 0 25 0 1 0 659719522 15421440 2680 33554432000 4194304 4352236 140736055860048 18446744073709551615 4276415 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/3840/statm: 3765 2680 129 39 0 2845 0
[pid=3841] ppid=3819 vsize=418188 CPUtime=0.03 cores=0-7
/proc/3841/stat : 3841 (python) S 3819 3819 3793 0 -1 4202560 968 0 0 0 1 2 0 0 15 0 1 0 659719522 428224512 27669 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 840268780473909505 0 0 17 1 0 0 0
/proc/3841/statm: 104547 27669 370 364 0 40450 0
[pid=3845] ppid=3841 vsize=279056 CPUtime=10.37 cores=0-7
/proc/3845/stat : 3845 (cryptominisat-2) R 3841 3845 3845 0 -1 4202496 60083 0 0 0 1029 8 0 0 25 0 1 0 659719526 285753344 56429 33554432000 4194304 4677096 140737419170544 18446744073709551615 4590154 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/3845/statm: 69764 56429 391 118 0 64723 0
[pid=3843] ppid=3819 vsize=428444 CPUtime=0.03 cores=0-7
/proc/3843/stat : 3843 (python) S 3819 3819 3793 0 -1 4202560 966 0 0 0 1 2 0 0 15 0 1 0 659719525 438726656 27673 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 17966895213410484484 0 0 17 2 0 0 0
/proc/3843/statm: 107111 27673 370 364 0 43011 0
[pid=3849] ppid=3843 vsize=277604 CPUtime=10.33 cores=0-7
/proc/3849/stat : 3849 (cryptominisat-2) R 3843 3849 3849 0 -1 4202496 59667 0 0 0 1026 7 0 0 25 0 1 0 659719538 284266496 56055 33554432000 4194304 4677096 140734968399968 18446744073709551615 4338188 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3849/statm: 69401 56055 389 118 0 64360 0
[pid=3846] ppid=3819 vsize=438700 CPUtime=0.03 cores=0-7
/proc/3846/stat : 3846 (python) S 3819 3819 3793 0 -1 4202560 1007 0 0 0 2 1 0 0 18 0 1 0 659719528 449228800 27681 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 11708584974977302785 0 0 17 2 0 0 0
/proc/3846/statm: 109675 27681 376 364 0 45572 0
[pid=3848] ppid=3846 vsize=106212 CPUtime=10.48 cores=0-7
/proc/3848/stat : 3848 (precosat) R 3846 3848 3848 0 -1 4202496 35637 0 0 0 1043 5 0 0 25 0 1 0 659719529 108761088 26097 33554432000 4194304 4890832 140736268284672 18446744073709551615 4238242 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/3848/statm: 26553 26097 86 171 0 26380 0
[pid=3819/tid=3827] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3827/stat : 3827 (python) S 3817 3819 3793 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 659719509 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 6 0 0 0
[pid=3819/tid=3830] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3830/stat : 3830 (python) S 3817 3819 3793 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 9 0 659719512 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 6 0 0 0
[pid=3819/tid=3833] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3833/stat : 3833 (python) S 3817 3819 3793 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 9 0 659719514 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 4 0 0 0
[pid=3819/tid=3836] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3836/stat : 3836 (python) S 3817 3819 3793 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 659719517 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 6 0 0 0
[pid=3819/tid=3839] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3839/stat : 3839 (python) S 3817 3819 3793 0 -1 4202560 24 932 0 0 0 0 0 0 19 0 9 0 659719520 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
[pid=3819/tid=3842] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3842/stat : 3842 (python) S 3817 3819 3793 0 -1 4202560 36 932 0 0 0 0 0 0 21 0 9 0 659719523 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
[pid=3819/tid=3844] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3844/stat : 3844 (python) S 3817 3819 3793 0 -1 4202560 46 932 0 0 0 0 0 0 22 0 9 0 659719525 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
[pid=3819/tid=3847] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3847/stat : 3847 (python) S 3817 3819 3793 0 -1 4202560 12 932 0 0 0 0 0 0 24 0 9 0 659719529 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 111.73
Current children cumulated vsize (KiB) 4686084

[startup+41.5017 s]
/proc/loadavg: 2.08 0.48 0.16 9/432 3849
/proc/meminfo: memFree=21986664/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=448944 CPUtime=27.49 cores=0-7
/proc/3819/stat : 3819 (python) S 3817 3819 3793 0 -1 4202496 49662 932 1 0 2728 21 0 0 24 0 9 0 659716748 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3819/statm: 112236 29200 1889 364 0 48133 0
[pid=3826] ppid=3819 vsize=366908 CPUtime=0.03 cores=0-7
/proc/3826/stat : 3826 (python) S 3819 3819 3793 0 -1 4202560 999 0 0 0 2 1 0 0 18 0 1 0 659719509 375713792 27660 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500711951 0 0 16781312 514 11708584974977302786 0 0 17 1 0 0 0
/proc/3826/statm: 91727 27660 381 364 0 27645 0
[pid=3828] ppid=3826 vsize=30348 CPUtime=13.87 cores=0-7
/proc/3828/stat : 3828 (SApperloT-base) R 3826 3828 3828 0 -1 4202496 7213 0 0 0 1386 1 0 0 25 0 1 0 659719509 31076352 6816 33554432000 134512640 135674940 4290019280 18446744073709551615 134564244 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3828/statm: 7587 6816 99 284 0 7301 0
[pid=3829] ppid=3819 vsize=377164 CPUtime=0.04 cores=0-7
/proc/3829/stat : 3829 (python) S 3819 3819 3793 0 -1 4202560 926 0 0 0 2 2 0 0 18 0 1 0 659719511 386215936 27653 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 11708584974977302787 0 0 17 4 0 0 0
/proc/3829/statm: 94291 27653 370 364 0 30206 0
[pid=3831] ppid=3829 vsize=14720 CPUtime=13.85 cores=0-7

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

/proc/3819/task/3839/stat : 3839 (python) S 3817 3819 3793 0 -1 4202560 24 932 0 0 0 0 0 0 19 0 9 0 659719520 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
[pid=3819/tid=3842] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3842/stat : 3842 (python) S 3817 3819 3793 0 -1 4202560 36 932 0 0 0 0 0 0 21 0 9 0 659719523 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
[pid=3819/tid=3844] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3844/stat : 3844 (python) S 3817 3819 3793 0 -1 4202560 46 932 0 0 0 0 0 0 22 0 9 0 659719525 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
[pid=3819/tid=3847] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3847/stat : 3847 (python) S 3817 3819 3793 0 -1 4202560 12 932 0 0 0 0 0 0 24 0 9 0 659719529 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 150.07
Current children cumulated vsize (KiB) 4721212

[startup+44.701 s]
/proc/loadavg: 2.08 0.48 0.16 9/432 3849
/proc/meminfo: memFree=21974840/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=448944 CPUtime=27.49 cores=0-7
/proc/3819/stat : 3819 (python) S 3817 3819 3793 0 -1 4202496 49662 932 1 0 2728 21 0 0 24 0 9 0 659716748 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3819/statm: 112236 29200 1889 364 0 48133 0
[pid=3826] ppid=3819 vsize=366908 CPUtime=0.05 cores=0-7
/proc/3826/stat : 3826 (python) S 3819 3819 3793 0 -1 4202560 1001 0 0 0 3 2 0 0 18 0 1 0 659719509 375713792 27660 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500711951 0 0 16781312 514 11708584974977302786 0 0 17 1 0 0 0
/proc/3826/statm: 91727 27660 381 364 0 27645 0
[pid=3828] ppid=3826 vsize=32336 CPUtime=17.07 cores=0-7
/proc/3828/stat : 3828 (SApperloT-base) R 3826 3828 3828 0 -1 4202496 7634 0 0 0 1706 1 0 0 25 0 1 0 659719509 33112064 7237 33554432000 134512640 135674940 4290019280 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3828/statm: 8084 7237 99 284 0 7798 0
[pid=3829] ppid=3819 vsize=377164 CPUtime=0.05 cores=0-7
/proc/3829/stat : 3829 (python) S 3819 3819 3793 0 -1 4202560 929 0 0 0 3 2 0 0 18 0 1 0 659719511 386215936 27653 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 11708584974977302787 0 0 17 4 0 0 0
/proc/3829/statm: 94291 27653 370 364 0 30206 0
[pid=3831] ppid=3829 vsize=16752 CPUtime=17.05 cores=0-7
/proc/3831/stat : 3831 (lingeling) R 3829 3831 3831 0 -1 4202496 11715 0 0 0 1703 2 0 0 25 0 1 0 659719512 17154048 3168 33554432000 4194304 4352236 140735059664192 18446744073709551615 4329077 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3831/statm: 4188 3168 129 39 0 3268 0
[pid=3832] ppid=3819 vsize=387420 CPUtime=0.06 cores=0-7
/proc/3832/stat : 3832 (python) S 3819 3819 3793 0 -1 4202560 933 0 0 0 3 3 0 0 15 0 1 0 659719514 396718080 27657 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 17908256059277934849 0 0 17 6 0 0 0
/proc/3832/statm: 96855 27657 370 364 0 32767 0
[pid=3834] ppid=3832 vsize=289708 CPUtime=16.96 cores=0-7
/proc/3834/stat : 3834 (cryptominisat-2) R 3832 3834 3834 0 -1 4202496 63872 0 0 0 1687 9 0 0 25 0 1 0 659719515 296660992 59199 33554432000 4194304 4677096 140735978055968 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3834/statm: 72427 59199 392 118 0 67386 0
[pid=3835] ppid=3819 vsize=397676 CPUtime=0.05 cores=0-7
/proc/3835/stat : 3835 (python) S 3819 3819 3793 0 -1 4202560 957 0 0 0 3 2 0 0 18 0 1 0 659719517 407220224 27661 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 11708584974977302785 0 0 17 6 0 0 0
/proc/3835/statm: 99419 27661 370 364 0 35328 0
[pid=3837] ppid=3835 vsize=14332 CPUtime=16.88 cores=0-7
/proc/3837/stat : 3837 (lingeling) R 3835 3837 3837 0 -1 4202496 11048 0 0 0 1687 1 0 0 25 0 1 0 659719517 14675968 2752 33554432000 4194304 4352236 140735418343632 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/3837/statm: 3583 2752 129 39 0 2663 0
[pid=3838] ppid=3819 vsize=407932 CPUtime=0.05 cores=0-7
/proc/3838/stat : 3838 (python) S 3819 3819 3793 0 -1 4202560 955 0 0 0 3 2 0 0 18 0 1 0 659719519 417722368 27665 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 11708584974977302785 0 0 17 1 0 0 0
/proc/3838/statm: 101983 27665 370 364 0 37889 0
[pid=3840] ppid=3838 vsize=15056 CPUtime=16.7 cores=0-7
/proc/3840/stat : 3840 (lingeling) R 3838 3840 3840 0 -1 4202496 10728 0 0 0 1668 2 0 0 25 0 1 0 659719522 15417344 2679 33554432000 4194304 4352236 140736055860048 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/3840/statm: 3764 2679 129 39 0 2844 0
[pid=3841] ppid=3819 vsize=418188 CPUtime=0.05 cores=0-7
/proc/3841/stat : 3841 (python) S 3819 3819 3793 0 -1 4202560 971 0 0 0 2 3 0 0 15 0 1 0 659719522 428224512 27669 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 840268780473909505 0 0 17 1 0 0 0
/proc/3841/statm: 104547 27669 370 364 0 40450 0
[pid=3845] ppid=3841 vsize=290416 CPUtime=16.71 cores=0-7
/proc/3845/stat : 3845 (cryptominisat-2) R 3841 3845 3845 0 -1 4202496 63804 0 0 0 1662 9 0 0 25 0 1 0 659719526 297385984 59209 33554432000 4194304 4677096 140737419170544 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/3845/statm: 72604 59209 391 118 0 67563 0
[pid=3843] ppid=3819 vsize=428444 CPUtime=0.05 cores=0-7
/proc/3843/stat : 3843 (python) S 3819 3819 3793 0 -1 4202560 972 0 0 0 2 3 0 0 15 0 1 0 659719525 438726656 27673 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 17966895213410484484 0 0 17 2 0 0 0
/proc/3843/statm: 107111 27673 370 364 0 43011 0
[pid=3849] ppid=3843 vsize=288144 CPUtime=16.7 cores=0-7
/proc/3849/stat : 3849 (cryptominisat-2) R 3843 3849 3849 0 -1 4202496 63416 0 0 0 1662 8 0 0 25 0 1 0 659719538 295059456 58897 33554432000 4194304 4677096 140734968399968 18446744073709551615 4319376 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3849/statm: 72036 58897 392 118 0 66995 0
[pid=3846] ppid=3819 vsize=438700 CPUtime=0.05 cores=0-7
/proc/3846/stat : 3846 (python) S 3819 3819 3793 0 -1 4202560 1010 0 0 0 3 2 0 0 18 0 1 0 659719528 449228800 27681 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 11708584974977302785 0 0 17 2 0 0 0
/proc/3846/statm: 109675 27681 376 364 0 45572 0
[pid=3848] ppid=3846 vsize=106212 CPUtime=16.88 cores=0-7
/proc/3848/stat : 3848 (precosat) R 3846 3848 3848 0 -1 4202496 38155 0 0 0 1683 5 0 0 25 0 1 0 659719529 108761088 26097 33554432000 4194304 4890832 140736268284672 18446744073709551615 4229225 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/3848/statm: 26553 26097 86 171 0 26380 0
[pid=3819/tid=3827] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3827/stat : 3827 (python) S 3817 3819 3793 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 659719509 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 6 0 0 0
[pid=3819/tid=3830] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3830/stat : 3830 (python) S 3817 3819 3793 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 9 0 659719512 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 6 0 0 0
[pid=3819/tid=3833] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3833/stat : 3833 (python) S 3817 3819 3793 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 9 0 659719514 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 4 0 0 0
[pid=3819/tid=3836] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3836/stat : 3836 (python) S 3817 3819 3793 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 659719517 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 6 0 0 0
[pid=3819/tid=3839] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3839/stat : 3839 (python) S 3817 3819 3793 0 -1 4202560 24 932 0 0 0 0 0 0 19 0 9 0 659719520 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
[pid=3819/tid=3842] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3842/stat : 3842 (python) S 3817 3819 3793 0 -1 4202560 36 932 0 0 0 0 0 0 21 0 9 0 659719523 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
[pid=3819/tid=3844] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3844/stat : 3844 (python) S 3817 3819 3793 0 -1 4202560 46 932 0 0 0 0 0 0 22 0 9 0 659719525 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
[pid=3819/tid=3847] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3847/stat : 3847 (python) S 3817 3819 3793 0 -1 4202560 12 932 0 0 0 0 0 0 24 0 9 0 659719529 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 162.85
Current children cumulated vsize (KiB) 4724332

[startup+45.1169 s]
/proc/loadavg: 2.08 0.48 0.16 9/432 3849
/proc/meminfo: memFree=21969508/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=448944 CPUtime=27.49 cores=0-7
/proc/3819/stat : 3819 (python) S 3817 3819 3793 0 -1 4202496 49662 932 1 0 2728 21 0 0 24 0 9 0 659716748 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3819/statm: 112236 29200 1889 364 0 48133 0
[pid=3826] ppid=3819 vsize=366908 CPUtime=0.05 cores=0-7
/proc/3826/stat : 3826 (python) S 3819 3819 3793 0 -1 4202560 1001 0 0 0 3 2 0 0 18 0 1 0 659719509 375713792 27660 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500711951 0 0 16781312 514 11708584974977302786 0 0 17 1 0 0 0
/proc/3826/statm: 91727 27660 381 364 0 27645 0
[pid=3828] ppid=3826 vsize=32468 CPUtime=17.49 cores=0-7
/proc/3828/stat : 3828 (SApperloT-base) R 3826 3828 3828 0 -1 4202496 7682 0 0 0 1748 1 0 0 25 0 1 0 659719509 33247232 7285 33554432000 134512640 135674940 4290019280 18446744073709551615 134552157 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3828/statm: 8117 7285 99 284 0 7831 0
[pid=3829] ppid=3819 vsize=377164 CPUtime=0.05 cores=0-7
/proc/3829/stat : 3829 (python) S 3819 3819 3793 0 -1 4202560 929 0 0 0 3 2 0 0 18 0 1 0 659719511 386215936 27653 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 11708584974977302787 0 0 17 4 0 0 0
/proc/3829/statm: 94291 27653 370 364 0 30206 0
[pid=3831] ppid=3829 vsize=16752 CPUtime=17.47 cores=0-7
/proc/3831/stat : 3831 (lingeling) R 3829 3831 3831 0 -1 4202496 11715 0 0 0 1745 2 0 0 25 0 1 0 659719512 17154048 3168 33554432000 4194304 4352236 140735059664192 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3831/statm: 4188 3168 129 39 0 3268 0
[pid=3832] ppid=3819 vsize=387420 CPUtime=0.06 cores=0-7
/proc/3832/stat : 3832 (python) S 3819 3819 3793 0 -1 4202560 933 0 0 0 3 3 0 0 15 0 1 0 659719514 396718080 27657 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 17908256059277934849 0 0 17 6 0 0 0
/proc/3832/statm: 96855 27657 370 364 0 32767 0
[pid=3834] ppid=3832 vsize=289708 CPUtime=17.37 cores=0-7
/proc/3834/stat : 3834 (cryptominisat-2) R 3832 3834 3834 0 -1 4202496 63936 0 0 0 1728 9 0 0 25 0 1 0 659719515 296660992 59263 33554432000 4194304 4677096 140735978055968 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3834/statm: 72427 59263 392 118 0 67386 0
[pid=3835] ppid=3819 vsize=397676 CPUtime=0.05 cores=0-7
/proc/3835/stat : 3835 (python) S 3819 3819 3793 0 -1 4202560 957 0 0 0 3 2 0 0 18 0 1 0 659719517 407220224 27661 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 11708584974977302785 0 0 17 6 0 0 0
/proc/3835/statm: 99419 27661 370 364 0 35328 0
[pid=3837] ppid=3835 vsize=14332 CPUtime=17.29 cores=0-7
/proc/3837/stat : 3837 (lingeling) R 3835 3837 3837 0 -1 4202496 11048 0 0 0 1728 1 0 0 25 0 1 0 659719517 14675968 2752 33554432000 4194304 4352236 140735418343632 18446744073709551615 4209229 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/3837/statm: 3583 2752 129 39 0 2663 0
[pid=3838] ppid=3819 vsize=407932 CPUtime=0.05 cores=0-7
/proc/3838/stat : 3838 (python) S 3819 3819 3793 0 -1 4202560 955 0 0 0 3 2 0 0 18 0 1 0 659719519 417722368 27665 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 11708584974977302785 0 0 17 1 0 0 0
/proc/3838/statm: 101983 27665 370 364 0 37889 0
[pid=3840] ppid=3838 vsize=15056 CPUtime=17.1 cores=0-7
/proc/3840/stat : 3840 (lingeling) R 3838 3840 3840 0 -1 4202496 10728 0 0 0 1708 2 0 0 25 0 1 0 659719522 15417344 2679 33554432000 4194304 4352236 140736055860048 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/3840/statm: 3764 2679 129 39 0 2844 0
[pid=3841] ppid=3819 vsize=418188 CPUtime=0.05 cores=0-7
/proc/3841/stat : 3841 (python) S 3819 3819 3793 0 -1 4202560 971 0 0 0 2 3 0 0 15 0 1 0 659719522 428224512 27669 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 840268780473909505 0 0 17 1 0 0 0
/proc/3841/statm: 104547 27669 370 364 0 40450 0
[pid=3845] ppid=3841 vsize=290416 CPUtime=17.12 cores=0-7
/proc/3845/stat : 3845 (cryptominisat-2) R 3841 3845 3845 0 -1 4202496 63880 0 0 0 1703 9 0 0 25 0 1 0 659719526 297385984 59285 33554432000 4194304 4677096 140737419170544 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/3845/statm: 72604 59285 391 118 0 67563 0
[pid=3843] ppid=3819 vsize=428444 CPUtime=0.05 cores=0-7
/proc/3843/stat : 3843 (python) S 3819 3819 3793 0 -1 4202560 972 0 0 0 2 3 0 0 15 0 1 0 659719525 438726656 27673 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 17966895213410484484 0 0 17 2 0 0 0
/proc/3843/statm: 107111 27673 370 364 0 43011 0
[pid=3849] ppid=3843 vsize=288144 CPUtime=17.11 cores=0-7
/proc/3849/stat : 3849 (cryptominisat-2) R 3843 3849 3849 0 -1 4202496 63496 0 0 0 1703 8 0 0 25 0 1 0 659719538 295059456 58977 33554432000 4194304 4677096 140734968399968 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3849/statm: 72036 58977 392 118 0 66995 0
[pid=3846] ppid=3819 vsize=438700 CPUtime=0.05 cores=0-7
/proc/3846/stat : 3846 (python) S 3819 3819 3793 0 -1 4202560 1010 0 0 0 3 2 0 0 18 0 1 0 659719528 449228800 27681 33554432000 4194304 5683644 140734870342496 18446744073709551615 254500712006 0 0 16781312 514 11708584974977302785 0 0 17 2 0 0 0
/proc/3846/statm: 109675 27681 376 364 0 45572 0
[pid=3848] ppid=3846 vsize=106212 CPUtime=17.29 cores=0-7
/proc/3848/stat : 3848 (precosat) R 3846 3848 3848 0 -1 4202496 38155 0 0 0 1724 5 0 0 25 0 1 0 659719529 108761088 26097 33554432000 4194304 4890832 140736268284672 18446744073709551615 4293232 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/3848/statm: 26553 26097 86 171 0 26380 0
[pid=3819/tid=3827] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3827/stat : 3827 (python) S 3817 3819 3793 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 659719509 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 6 0 0 0
[pid=3819/tid=3830] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3830/stat : 3830 (python) S 3817 3819 3793 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 9 0 659719512 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 6 0 0 0
[pid=3819/tid=3833] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3833/stat : 3833 (python) S 3817 3819 3793 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 9 0 659719514 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 4 0 0 0
[pid=3819/tid=3836] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3836/stat : 3836 (python) S 3817 3819 3793 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 659719517 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 6 0 0 0
[pid=3819/tid=3839] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3839/stat : 3839 (python) S 3817 3819 3793 0 -1 4202560 24 932 0 0 0 0 0 0 19 0 9 0 659719520 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
[pid=3819/tid=3842] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3842/stat : 3842 (python) S 3817 3819 3793 0 -1 4202560 36 932 0 0 0 0 0 0 21 0 9 0 659719523 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
[pid=3819/tid=3844] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3844/stat : 3844 (python) S 3817 3819 3793 0 -1 4202560 46 932 0 0 0 0 0 0 22 0 9 0 659719525 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
[pid=3819/tid=3847] ppid=3817 vsize=448944 CPUtime=0 cores=0-7
/proc/3819/task/3847/stat : 3847 (python) S 3817 3819 3793 0 -1 4202560 12 932 0 0 0 0 0 0 24 0 9 0 659719529 459718656 29200 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 2 18446604451615672320 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 166.14
Current children cumulated vsize (KiB) 4724464

[startup+45.302 s]
/proc/loadavg: 2.08 0.48 0.16 9/432 3849
/proc/meminfo: memFree=21969508/32950928 swapFree=45937200/67111528
[pid=3819] ppid=3817 vsize=428356 CPUtime=167.55 cores=0-7
/proc/3819/stat : 3819 (python) R 3817 3819 3793 0 -1 4202496 51852 279983 1 0 2729 21 13932 73 17 0 4 0 659716748 438636544 29178 33554432000 4194304 5683644 140734870342496 18446744073709551615 4516308 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/3819/statm: 107089 29178 1875 364 0 43011 0
[pid=3819/tid=3827] ppid=3817 vsize=428356 CPUtime=140.05 cores=0-7
/proc/3819/task/3827/stat : 3827 (python) S 3817 3819 3793 0 -1 4202560 30 279983 0 0 0 0 13932 73 18 0 4 0 659719509 438636544 29178 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 0 18446604451615672320 0 0 -1 0 0 0 0
[pid=3819/tid=3830] ppid=3817 vsize=428356 CPUtime=140.05 cores=0-7
/proc/3819/task/3830/stat : 3830 (python) S 3817 3819 3793 0 -1 4202560 22 279983 0 0 0 0 13932 73 18 0 4 0 659719512 438636544 29178 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 0 18446604451615672320 0 0 -1 4 0 0 0
[pid=3819/tid=3836] ppid=3817 vsize=428356 CPUtime=140.05 cores=0-7
/proc/3819/task/3836/stat : 3836 (python) S 3817 3819 3793 0 -1 4202560 24 279983 0 0 0 0 13932 73 18 0 4 0 659719517 438636544 29178 33554432000 4194304 5683644 140734870342496 18446744073709551615 254512515505 0 0 16781312 0 18446604451615672320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 167.55
Current children cumulated vsize (KiB) 428356

Child status: 0
Real time (s): 45.3344
CPU time (s): 167.598
CPU user time (s): 166.638
CPU system time (s): 0.959854
CPU usage (%): 369.691
Max. virtual memory (cumulated for all children) (KiB): 4724464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.638
system time used= 0.959854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 343478
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= 3445
involuntary context switches= 1111

runsolver used 0.166974 second user time and 0.445932 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 19:40:00
IDJOB=3380494
IDBENCH=20346
IDSOLVER=1864
FILE ID=node149/3380494-1305481200
RUNJOBID= node149-1305481200-3807
PBS_JOBID= 13325331
Free space on /tmp= 73544 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.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-3380494-1305481200/watcher-3380494-1305481200 -o /tmp/evaluation-result-3380494-1305481200/solver-3380494-1305481200 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380494-1305481200.cnf -seed 1906799022 -budget 40000 -cores 8

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

MD5SUM BENCH= 083d28c2adf10233f37f8b5a078c94a9
RANDOM SEED=1906799022

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22988320 kB
Buffers:        333280 kB
Cached:        4563948 kB
SwapCached:      19976 kB
Active:        7037452 kB
Inactive:      2611820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22988320 kB
SwapTotal:    67111528 kB
SwapFree:     45937200 kB
Dirty:           39884 kB
Writeback:           0 kB
AnonPages:     4745184 kB
Mapped:          21436 kB
Slab:           166544 kB
PageTables:      79048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 120767000 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= 73512 MiB
End job on node149 at 2011-05-15 19:40:46