Trace number 3317725

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-industrial? (TO) 4800.17 1234.37

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark388.148
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.67	c INFO: solving HOME/instance-3317725-1304267355.cnf
0.34/0.67	c INFO: computing task features
1.83/2.14	c INFO: computed variable-clause graph statistics
1.83/2.19	c INFO: computed clause balance statistics
8.92/9.23	c INFO: computed variable balance statistics
14.22/14.55	c INFO: computed small-clause counts
14.32/14.65	c INFO: computed Horn-clause counts
41.62/41.99	c INFO: computed variable graph statistics
41.62/41.99	c INFO: collected features for HOME/instance-3317725-1304267355.cnf in 41.26 s
41.72/42.01	c INFO: running lingeling-276@0 for 97 with 4758 remaining (b = 0.49)
41.72/42.04	c INFO: running lingeling-276@0 for 1067 with 4758 remaining (b = 0.50)
41.72/42.06	c INFO: running cryptominisat-2.9.0@0 for 485 with 4758 remaining (b = 0.38)
41.72/42.09	c INFO: running SApperloT@0 for 97 with 4758 remaining (b = 0.03)
441.32/142.17	c INFO: running lingeling-276@0 for 776 with 4658 remaining (b = 0.34)
441.73/142.26	c INFO: running precosat-570@0 for 291 with 4658 remaining (b = 0.30)
1609.55/434.64	c INFO: running cryptominisat-2.9.0@0 for 485 with 4366 remaining (b = 0.34)
1990.14/529.97	c INFO: running lingeling-276@0 for 97 with 4270 remaining (b = 0.11)
2390.26/630.12	c INFO: running lingeling-276@99 for 388 with 4170 remaining (b = 0.16)
3561.43/923.49	c INFO: running lingeling-276@0 for 97 with 3877 remaining (b = 0.08)
3564.18/924.13	c INFO: running precosat-570@291 for 97 with 3876 remaining (b = 0.05)
3940.75/1018.67	c INFO: running cryptominisat-2.9.0@0 for 388 with 3782 remaining (b = 0.17)
3960.64/1023.68	c INFO: running cryptominisat-2.9.0@485 for 1455 with 3777 remaining (b = 0.44)
3971.00/1026.28	c INFO: running lingeling-276@775 for 582 with 3774 remaining (b = 0.17)
4322.04/1114.35	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3686 remaining (b = 0.49)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3317725-1304267355/watcher-3317725-1304267355 -o /tmp/evaluation-result-3317725-1304267355/solver-3317725-1304267355 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317725-1304267355.cnf -seed 1755707011 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.08 1.11 0.37 5/189 5378
/proc/meminfo: memFree=30203732/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/5378/stat : 5378 (python) S 5376 5378 5278 0 -1 4202496 733 0 0 0 0 0 0 0 21 0 1 0 538335357 15548416 621 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/5378/statm: 3796 621 322 364 0 283 0

[startup+0.0351221 s]
/proc/loadavg: 4.08 1.11 0.37 5/189 5378
/proc/meminfo: memFree=30203732/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=16808 CPUtime=0.01 cores=0,2,4,6
/proc/5378/stat : 5378 (python) S 5376 5378 5278 0 -1 4202496 1228 0 0 0 1 0 0 0 21 0 1 0 538335357 17211392 1085 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/5378/statm: 4202 1085 417 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16808

[startup+0.100865 s]
/proc/loadavg: 4.08 1.11 0.37 5/189 5378
/proc/meminfo: memFree=30203732/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=89764 CPUtime=0.06 cores=0,2,4,6
/proc/5378/stat : 5378 (python) S 5376 5378 5278 0 -1 4202496 2672 0 0 0 5 1 0 0 21 0 1 0 538335357 91918336 2387 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/5378/statm: 22441 2387 750 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89764

[startup+0.300866 s]
/proc/loadavg: 4.08 1.11 0.37 5/189 5378
/proc/meminfo: memFree=30203732/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=135748 CPUtime=0.2 cores=0,2,4,6
/proc/5378/stat : 5378 (python) R 5376 5378 5278 0 -1 4202496 5964 935 1 0 14 6 0 0 21 0 1 0 538335357 139005952 4150 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089694213 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/5378/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700758 s]
/proc/loadavg: 4.08 1.11 0.37 5/189 5378
/proc/meminfo: memFree=30203732/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=287464 CPUtime=0.43 cores=0,2,4,6
/proc/5378/stat : 5378 (python) R 5376 5378 5278 0 -1 4202496 11512 935 1 0 30 13 0 0 20 0 1 0 538335357 294363136 9192 33554432000 4194304 5683644 140735330999936 18446744073709551615 4602978 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5378/statm: 71866 9192 1761 364 0 7790 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 287464

[startup+1.50067 s]
/proc/loadavg: 4.08 1.11 0.37 6/190 5383
/proc/meminfo: memFree=30152884/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=339952 CPUtime=1.22 cores=0,2,4,6
/proc/5378/stat : 5378 (python) R 5376 5378 5278 0 -1 4202496 24223 935 1 0 107 15 0 0 22 0 1 0 538335357 348110848 21903 33554432000 4194304 5683644 140735330999936 18446744073709551615 4603256 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5378/statm: 84988 21904 1761 364 0 20912 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 339952

[startup+3.10033 s]
/proc/loadavg: 4.08 1.11 0.37 6/190 5383
/proc/meminfo: memFree=30088420/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=364712 CPUtime=2.82 cores=0,2,4,6
/proc/5378/stat : 5378 (python) R 5376 5378 5278 0 -1 4202496 45672 935 1 0 265 17 0 0 25 0 1 0 538335357 373465088 28563 33554432000 4194304 5683644 140735330999936 18446744073709551615 4619677 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5378/statm: 91178 28563 1826 364 0 27102 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 364712

[startup+6.30076 s]
/proc/loadavg: 4.24 1.19 0.40 6/190 5383
/proc/meminfo: memFree=30096116/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=364712 CPUtime=6.02 cores=0,2,4,6
/proc/5378/stat : 5378 (python) R 5376 5378 5278 0 -1 4202496 45672 935 1 0 585 17 0 0 25 0 1 0 538335357 373465088 28563 33554432000 4194304 5683644 140735330999936 18446744073709551615 248093106869 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5378/statm: 91178 28563 1826 364 0 27102 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 364712

[startup+12.7006 s]
/proc/loadavg: 4.30 1.25 0.43 6/190 5383
/proc/meminfo: memFree=30097616/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=364712 CPUtime=12.42 cores=0,2,4,6
/proc/5378/stat : 5378 (python) R 5376 5378 5278 0 -1 4202496 45673 935 1 0 1225 17 0 0 25 0 1 0 538335357 373465088 28564 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089356662 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5378/statm: 91178 28564 1827 364 0 27102 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 364712

[startup+25.5004 s]
/proc/loadavg: 4.45 1.44 0.50 6/190 5384
/proc/meminfo: memFree=30069224/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=368304 CPUtime=25.23 cores=0,2,4,6
/proc/5378/stat : 5378 (python) R 5376 5378 5278 0 -1 4202496 46577 935 1 0 2505 18 0 0 25 0 1 0 538335357 377143296 29468 33554432000 4194304 5683644 140735330999936 18446744073709551615 47633053468800 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5378/statm: 92076 29468 1833 364 0 28000 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 368304

[startup+51.1008 s]
/proc/loadavg: 5.10 1.82 0.65 9/202 5396
/proc/meminfo: memFree=29762000/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=402292 CPUtime=41.81 cores=0,2,4,6
/proc/5378/stat : 5378 (python) S 5376 5378 5278 0 -1 4202496 49293 935 1 0 4161 20 0 0 25 0 5 0 538335357 411947008 27770 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5378/statm: 100573 27770 1881 364 0 36482 0
[pid=5385] ppid=5378 vsize=361280 CPUtime=0 cores=0,2,4,6
/proc/5385/stat : 5385 (python) S 5378 5378 5278 0 -1 4202560 975 0 0 0 0 0 0 0 18 0 1 0 538339558 369950720 26254 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718287 0 0 16781312 514 4528199005313663236 0 0 17 6 0 0 0
/proc/5385/statm: 90320 26254 381 364 0 26238 0
[pid=5387] ppid=5385 vsize=57296 CPUtime=9.01 cores=0,2,4,6
/proc/5387/stat : 5387 (lingeling) R 5385 5387 5387 0 -1 4202496 27982 0 0 0 897 4 0 0 25 0 1 0 538339559 58671104 13526 33554432000 4194304 4352236 140735946858368 18446744073709551615 4278746 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/5387/statm: 14324 13526 129 39 0 13404 0
[pid=5388] ppid=5378 vsize=371536 CPUtime=0 cores=0,2,4,6
/proc/5388/stat : 5388 (python) S 5378 5378 5278 0 -1 4202560 906 0 0 0 0 0 0 0 18 0 1 0 538339561 380452864 26247 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 3872921686118465796 0 0 17 2 0 0 0
/proc/5388/statm: 92884 26247 370 364 0 28799 0
[pid=5390] ppid=5388 vsize=57440 CPUtime=9.04 cores=0,2,4,6
/proc/5390/stat : 5390 (lingeling) R 5388 5390 5390 0 -1 4202496 28089 0 0 0 900 4 0 0 25 0 1 0 538339562 58818560 13561 33554432000 4194304 4352236 140734841533312 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/5390/statm: 14360 13561 129 39 0 13440 0
[pid=5391] ppid=5378 vsize=381792 CPUtime=0 cores=0,2,4,6
/proc/5391/stat : 5391 (python) S 5378 5378 5278 0 -1 4202560 933 0 0 0 0 0 0 0 15 0 1 0 538339564 390955008 26251 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 4090565889668120836 0 0 17 2 0 0 0
/proc/5391/statm: 95448 26251 370 364 0 31360 0
[pid=5393] ppid=5391 vsize=215536 CPUtime=8.99 cores=0,2,4,6
/proc/5393/stat : 5393 (cryptominisat-2) R 5391 5393 5393 0 -1 4202496 50162 0 0 0 891 8 0 0 25 0 1 0 538339564 220708864 45526 33554432000 4194304 4677096 140735839507808 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5393/statm: 53884 45526 378 118 0 48843 0
[pid=5394] ppid=5378 vsize=392048 CPUtime=0 cores=0,2,4,6
/proc/5394/stat : 5394 (python) S 5378 5378 5278 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 538339566 401457152 26254 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 4094199225842106626 0 0 17 4 0 0 0
/proc/5394/statm: 98012 26254 369 364 0 33921 0
[pid=5396] ppid=5394 vsize=28372 CPUtime=8.98 cores=0,2,4,6
/proc/5396/stat : 5396 (SApperloT-base) R 5394 5396 5396 0 -1 4202496 6780 0 0 0 897 1 0 0 25 0 1 0 538339567 29052928 6287 33554432000 134512640 135674940 4287442160 18446744073709551615 134564304 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5396/statm: 7093 6287 99 284 0 6807 0
[pid=5378/tid=5386] ppid=5376 vsize=402292 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5386/stat : 5386 (python) S 5376 5378 5278 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538339559 411947008 27770 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 0 0 0 0
[pid=5378/tid=5389] ppid=5376 vsize=402292 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5389/stat : 5389 (python) S 5376 5378 5278 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538339561 411947008 27770 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 2 0 0 0
[pid=5378/tid=5392] ppid=5376 vsize=402292 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5392/stat : 5392 (python) S 5376 5378 5278 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538339564 411947008 27770 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 2 0 0 0
[pid=5378/tid=5395] ppid=5376 vsize=402292 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5395/stat : 5395 (python) S 5376 5378 5278 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 5 0 538339567 411947008 27770 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 77.83
Current children cumulated vsize (KiB) 2267592

[startup+102.307 s]
/proc/loadavg: 6.86 2.80 1.04 9/206 5402
/proc/meminfo: memFree=29237020/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=402292 CPUtime=41.81 cores=0,2,4,6
/proc/5378/stat : 5378 (python) S 5376 5378 5278 0 -1 4202496 49293 935 1 0 4161 20 0 0 25 0 5 0 538335357 411947008 27770 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5378/statm: 100573 27770 1881 364 0 36482 0
[pid=5385] ppid=5378 vsize=361280 CPUtime=0.08 cores=0,2,4,6
/proc/5385/stat : 5385 (python) S 5378 5378 5278 0 -1 4202560 1003 0 0 0 5 3 0 0 18 0 1 0 538339558 369950720 26254 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718287 0 0 16781312 514 7796241128373584132 0 0 17 6 0 0 0
/proc/5385/statm: 90320 26254 381 364 0 26238 0
[pid=5387] ppid=5385 vsize=75820 CPUtime=59.85 cores=0,2,4,6
/proc/5387/stat : 5387 (lingeling) R 5385 5387 5387 0 -1 4202496 61554 0 0 0 5977 8 0 0 25 0 1 0 538339559 77639680 18125 33554432000 4194304 4352236 140735946858368 18446744073709551615 4267932 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/5387/statm: 18955 18125 129 39 0 18035 0
[pid=5388] ppid=5378 vsize=371536 CPUtime=0.08 cores=0,2,4,6
/proc/5388/stat : 5388 (python) S 5378 5378 5278 0 -1 4202560 930 0 0 0 4 4 0 0 18 0 1 0 538339561 380452864 26247 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 7796241128373584132 0 0 17 2 0 0 0
/proc/5388/statm: 92884 26247 370 364 0 28799 0
[pid=5390] ppid=5388 vsize=62348 CPUtime=60.24 cores=0,2,4,6
/proc/5390/stat : 5390 (lingeling) R 5388 5390 5390 0 -1 4202496 64540 0 0 0 6016 8 0 0 25 0 1 0 538339562 63844352 14756 33554432000 4194304 4352236 140734841533312 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/5390/statm: 15587 14756 129 39 0 14667 0
[pid=5391] ppid=5378 vsize=381792 CPUtime=0.08 cores=0,2,4,6
/proc/5391/stat : 5391 (python) S 5378 5378 5278 0 -1 4202560 964 0 0 0 4 4 0 0 15 0 1 0 538339564 390955008 26251 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 4090565889668120836 0 0 17 2 0 0 0
/proc/5391/statm: 95448 26251 370 364 0 31360 0
[pid=5393] ppid=5391 vsize=407736 CPUtime=60.05 cores=0,2,4,6
/proc/5393/stat : 5393 (cryptominisat-2) R 5391 5393 5393 0 -1 4202496 120847 0 0 0 5986 19 0 0 25 0 1 0 538339564 417521664 90856 33554432000 4194304 4677096 140735839507808 18446744073709551615 4336380 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5393/statm: 101934 90856 396 118 0 96893 0
[pid=5394] ppid=5378 vsize=392048 CPUtime=0.07 cores=0,2,4,6
/proc/5394/stat : 5394 (python) S 5378 5378 5278 0 -1 4202560 925 0 0 0 3 4 0 0 18 0 1 0 538339566 401457152 26255 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 7796241128373584130 0 0 17 4 0 0 0
/proc/5394/statm: 98012 26255 370 364 0 33921 0
[pid=5396] ppid=5394 vsize=91464 CPUtime=60.12 cores=0,2,4,6
/proc/5396/stat : 5396 (SApperloT-base) R 5394 5396 5396 0 -1 4202496 22662 0 0 0 6005 7 0 0 25 0 1 0 538339567 93659136 21783 33554432000 134512640 135674940 4287442160 18446744073709551615 134551440 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5396/statm: 22866 21783 99 284 0 22580 0
[pid=5378/tid=5386] ppid=5376 vsize=402292 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5386/stat : 5386 (python) S 5376 5378 5278 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538339559 411947008 27770 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 0 0 0 0
[pid=5378/tid=5389] ppid=5376 vsize=402292 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5389/stat : 5389 (python) S 5376 5378 5278 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538339561 411947008 27770 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 2 0 0 0
[pid=5378/tid=5392] ppid=5376 vsize=402292 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5392/stat : 5392 (python) S 5376 5378 5278 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538339564 411947008 27770 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 2 0 0 0
[pid=5378/tid=5395] ppid=5376 vsize=402292 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5395/stat : 5395 (python) S 5376 5378 5278 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 5 0 538339567 411947008 27770 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 2546316

[startup+162.301 s]
/proc/loadavg: 7.68 3.78 1.49 9/211 5408
/proc/meminfo: memFree=28857140/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=412548 CPUtime=41.86 cores=0,2,4,6
/proc/5378/stat : 5378 (python) S 5376 5378 5278 0 -1 4202496 50134 935 1 0 4165 21 0 0 19 0 6 0 538335357 422449152 27777 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5378/statm: 103137 27777 1884 364 0 39043 0
[pid=5385] ppid=5378 vsize=371524 CPUtime=0.15 cores=0,2,4,6
/proc/5385/stat : 5385 (python) S 5378 5378 5278 0 -1 4202560 1188 0 0 0 9 6 0 0 18 0 2 0 538339558 380440576 26293 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5385/statm: 92881 26293 415 364 0 28799 0

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

/proc/5408/stat : 5408 (precosat) T 5406 5408 5408 0 -1 4202496 79543 0 0 0 39355 9 0 0 25 0 1 0 538349584 175988736 40341 33554432000 4194304 4890832 140734900170240 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/5408/statm: 42966 40341 86 171 0 42793 0
[pid=5406/tid=5416] ppid=5378 vsize=402304 CPUtime=0 cores=0,2,4,6
/proc/5406/task/5416/stat : 5416 (python) S 5378 5378 5278 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538378819 411959296 26289 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 514 18446604453865685184 0 0 -1 6 0 0 0
[pid=5417] ppid=5378 vsize=412560 CPUtime=1.02 cores=0,2,4,6
/proc/5417/stat : 5417 (python) S 5378 5378 5278 0 -1 4202560 1194 0 0 0 55 47 0 0 15 0 2 0 538378821 422461440 26294 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5417/statm: 103140 26294 400 364 0 39043 0
[pid=5419] ppid=5417 vsize=776428 CPUtime=697.42 cores=0,2,4,6
/proc/5419/stat : 5419 (cryptominisat-2) R 5417 5419 5419 0 -1 4202496 488539 0 0 0 69642 100 0 0 25 0 1 0 538378822 795062272 165507 33554432000 4194304 4677096 140734120850672 18446744073709551615 248089394955 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5419/statm: 194107 165507 392 118 0 189066 0
[pid=5417/tid=5446] ppid=5378 vsize=412560 CPUtime=0 cores=0,2,4,6
/proc/5417/task/5446/stat : 5446 (python) S 5378 5378 5278 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 538427704 422461440 26294 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 514 18446604453850649920 0 0 -1 2 0 0 0
[pid=5428] ppid=5378 vsize=422816 CPUtime=0.65 cores=0,2,4,6
/proc/5428/stat : 5428 (python) S 5378 5378 5278 0 -1 4202560 1166 0 0 0 33 32 0 0 18 0 2 0 538388354 432963584 26297 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5428/statm: 105704 26297 399 364 0 41604 0
[pid=5430] ppid=5428 vsize=86416 CPUtime=487.99 cores=0,2,4,6
/proc/5430/stat : 5430 (lingeling) T 5428 5430 5430 0 -1 4202496 98968 0 0 0 48786 13 0 0 25 0 1 0 538388355 88489984 20774 33554432000 4194304 4352236 140737313659312 18446744073709551615 4331538 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/5430/statm: 21604 20774 129 39 0 20684 0
[pid=5428/tid=5438] ppid=5378 vsize=422816 CPUtime=0 cores=0,2,4,6
/proc/5428/task/5438/stat : 5438 (python) S 5378 5378 5278 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538398367 432963584 26297 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 514 18446604453805342848 0 0 -1 6 0 0 0
[pid=5447] ppid=5378 vsize=433072 CPUtime=0.42 cores=0,2,4,6
/proc/5447/stat : 5447 (python) S 5378 5378 5278 0 -1 4202560 1222 0 0 0 23 19 0 0 18 0 2 0 538427707 443465728 26307 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5447/statm: 108268 26307 405 364 0 44165 0
[pid=5449] ppid=5447 vsize=84192 CPUtime=305.25 cores=0,2,4,6
/proc/5449/stat : 5449 (lingeling) R 5447 5449 5449 0 -1 4202496 94988 0 0 0 30514 11 0 0 25 0 1 0 538427707 86212608 20218 33554432000 4194304 4352236 140735133904976 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/5449/statm: 21048 20218 129 39 0 20128 0
[pid=5447/tid=5454] ppid=5378 vsize=433072 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5454/stat : 5454 (python) S 5378 5378 5278 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538437723 443465728 26307 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 514 18446604453831708736 0 0 -1 2 0 0 0
[pid=5459] ppid=5378 vsize=443328 CPUtime=0.2 cores=0,2,4,6
/proc/5459/stat : 5459 (python) S 5378 5378 5278 0 -1 4202560 1000 0 0 0 11 9 0 0 15 0 1 0 538446793 453967872 26275 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 7796241128373584132 0 0 17 6 0 0 0
/proc/5459/statm: 110832 26275 370 364 0 46726 0
[pid=5461] ppid=5459 vsize=573736 CPUtime=117.86 cores=0,2,4,6
/proc/5461/stat : 5461 (cryptominisat-2) R 5459 5461 5461 0 -1 4202496 163654 0 0 0 11757 29 0 0 25 0 1 0 538446793 587505664 123455 33554432000 4194304 4677096 140736428360128 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5461/statm: 143434 123455 392 118 0 138393 0
[pid=5378/tid=5386] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5386/stat : 5386 (python) S 5376 5378 5278 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 10 0 538339559 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 0 0 0 0
[pid=5378/tid=5389] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5389/stat : 5389 (python) S 5376 5378 5278 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 10 0 538339561 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 2 0 0 0
[pid=5378/tid=5392] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5392/stat : 5392 (python) S 5376 5378 5278 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 10 0 538339564 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 2 0 0 0
[pid=5378/tid=5395] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5395/stat : 5395 (python) S 5376 5378 5278 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 10 0 538339567 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
[pid=5378/tid=5407] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5407/stat : 5407 (python) S 5376 5378 5278 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 10 0 538349584 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
[pid=5378/tid=5418] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5418/stat : 5418 (python) S 5376 5378 5278 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 10 0 538378822 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
[pid=5378/tid=5429] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5429/stat : 5429 (python) S 5376 5378 5278 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 10 0 538388354 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
[pid=5378/tid=5448] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5448/stat : 5448 (python) S 5376 5378 5278 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 10 0 538427707 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
[pid=5378/tid=5460] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5460/stat : 5460 (python) S 5376 5378 5278 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 10 0 538446793 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 6691540

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1234.3 s]
/proc/loadavg: 8.05 7.98 6.00 9/228 5509
/proc/meminfo: memFree=27639560/32950928 swapFree=67111428/67111528
[pid=5378] ppid=5376 vsize=453572 CPUtime=42.09 cores=0,2,4,6
/proc/5378/stat : 5378 (python) S 5376 5378 5278 0 -1 4202496 53533 935 1 0 4186 23 0 0 20 0 10 0 538335357 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5378/statm: 113393 27801 1892 364 0 49287 0
[pid=5385] ppid=5378 vsize=371524 CPUtime=1.18 cores=0,2,4,6
/proc/5385/stat : 5385 (python) S 5378 5378 5278 0 -1 4202560 1212 0 0 0 61 57 0 0 18 0 2 0 538339558 380440576 26293 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5385/statm: 92881 26293 415 364 0 28799 0
[pid=5387] ppid=5385 vsize=75880 CPUtime=875.17 cores=0,2,4,6
/proc/5387/stat : 5387 (lingeling) T 5385 5387 5387 0 -1 4202496 116459 0 0 0 87500 17 0 0 25 0 1 0 538339559 77701120 18140 33554432000 4194304 4352236 140735946858368 18446744073709551615 4331578 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/5387/statm: 18970 18140 129 39 0 18050 0
[pid=5385/tid=5404] ppid=5378 vsize=371524 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5404/stat : 5404 (python) S 5378 5378 5278 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538349572 380440576 26293 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 514 18446604453966996736 0 0 -1 6 0 0 0
[pid=5388] ppid=5378 vsize=371536 CPUtime=1.43 cores=0,2,4,6
/proc/5388/stat : 5388 (python) S 5378 5378 5278 0 -1 4202560 1132 0 0 0 77 66 0 0 19 0 2 0 538339561 380452864 26277 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5388/statm: 92884 26277 399 364 0 28799 0
[pid=5390] ppid=5388 vsize=63552 CPUtime=1072.3 cores=0,2,4,6
/proc/5390/stat : 5390 (lingeling) T 5388 5390 5390 0 -1 4202496 131530 0 0 0 107213 17 0 0 25 0 1 0 538339562 65077248 15057 33554432000 4194304 4352236 140734841533312 18446744073709551615 4207615 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/5390/statm: 15888 15057 129 39 0 14968 0
[pid=5388/tid=5458] ppid=5378 vsize=371536 CPUtime=0 cores=0,2,4,6
/proc/5388/task/5458/stat : 5458 (python) S 5378 5378 5278 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538446790 380452864 26277 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 514 18446604453814428096 0 0 -1 0 0 0 0
[pid=5391] ppid=5378 vsize=381792 CPUtime=1.02 cores=0,2,4,6
/proc/5391/stat : 5391 (python) S 5378 5378 5278 0 -1 4202560 1175 0 0 0 54 48 0 0 15 0 2 0 538339564 390955008 26282 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5391/statm: 95448 26282 400 364 0 31360 0
[pid=5393] ppid=5391 vsize=637100 CPUtime=701.87 cores=0,2,4,6
/proc/5393/stat : 5393 (cryptominisat-2) R 5391 5393 5393 0 -1 4202496 457799 0 0 0 70077 110 0 0 25 0 1 0 538339564 652390400 147996 33554432000 4194304 4677096 140735839507808 18446744073709551615 4336189 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5393/statm: 159275 147996 392 118 0 154234 0
[pid=5391/tid=5427] ppid=5378 vsize=381792 CPUtime=0 cores=0,2,4,6
/proc/5391/task/5427/stat : 5427 (python) S 5378 5378 5278 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538388351 390955008 26282 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 514 18446604453814428992 0 0 -1 2 0 0 0
[pid=5394] ppid=5378 vsize=392048 CPUtime=0.13 cores=0,2,4,6
/proc/5394/stat : 5394 (python) S 5378 5378 5278 0 -1 4202560 1102 0 0 0 6 7 0 0 19 0 2 0 538339566 401457152 26285 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5394/statm: 98012 26285 399 364 0 33921 0
[pid=5396] ppid=5394 vsize=137820 CPUtime=100 cores=0,2,4,6
/proc/5396/stat : 5396 (SApperloT-base) T 5394 5396 5396 0 -1 4202496 34219 0 0 0 9990 10 0 0 25 0 1 0 538339567 141127680 33340 33554432000 134512640 135674940 4287442160 18446744073709551615 134564785 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/5396/statm: 34455 33340 99 284 0 34169 0
[pid=5394/tid=5405] ppid=5378 vsize=392048 CPUtime=0 cores=0,2,4,6
/proc/5394/task/5405/stat : 5405 (python) S 5378 5378 5278 0 -1 4202560 53 0 0 0 0 0 0 0 19 0 2 0 538349581 401457152 26285 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 514 18446604453865948288 0 0 -1 6 0 0 0
[pid=5406] ppid=5378 vsize=402304 CPUtime=0.53 cores=0,2,4,6
/proc/5406/stat : 5406 (python) S 5378 5378 5278 0 -1 4202560 1177 0 0 0 28 25 0 0 18 0 2 0 538349584 411959296 26289 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5406/statm: 100576 26289 399 364 0 36482 0
[pid=5408] ppid=5406 vsize=171864 CPUtime=393.64 cores=0,2,4,6
/proc/5408/stat : 5408 (precosat) T 5406 5408 5408 0 -1 4202496 79543 0 0 0 39355 9 0 0 25 0 1 0 538349584 175988736 40341 33554432000 4194304 4890832 140734900170240 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/5408/statm: 42966 40341 86 171 0 42793 0
[pid=5406/tid=5416] ppid=5378 vsize=402304 CPUtime=0 cores=0,2,4,6
/proc/5406/task/5416/stat : 5416 (python) S 5378 5378 5278 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538378819 411959296 26289 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 514 18446604453865685184 0 0 -1 6 0 0 0
[pid=5417] ppid=5378 vsize=412560 CPUtime=1.02 cores=0,2,4,6
/proc/5417/stat : 5417 (python) S 5378 5378 5278 0 -1 4202560 1194 0 0 0 55 47 0 0 15 0 2 0 538378821 422461440 26294 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5417/statm: 103140 26294 400 364 0 39043 0
[pid=5419] ppid=5417 vsize=776428 CPUtime=697.42 cores=0,2,4,6
/proc/5419/stat : 5419 (cryptominisat-2) R 5417 5419 5419 0 -1 4202496 488539 0 0 0 69642 100 0 0 25 0 1 0 538378822 795062272 165507 33554432000 4194304 4677096 140734120850672 18446744073709551615 248089394955 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5419/statm: 194107 165507 392 118 0 189066 0
[pid=5417/tid=5446] ppid=5378 vsize=412560 CPUtime=0 cores=0,2,4,6
/proc/5417/task/5446/stat : 5446 (python) S 5378 5378 5278 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 538427704 422461440 26294 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 514 18446604453850649920 0 0 -1 2 0 0 0
[pid=5428] ppid=5378 vsize=422816 CPUtime=0.65 cores=0,2,4,6
/proc/5428/stat : 5428 (python) S 5378 5378 5278 0 -1 4202560 1166 0 0 0 33 32 0 0 18 0 2 0 538388354 432963584 26297 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5428/statm: 105704 26297 399 364 0 41604 0
[pid=5430] ppid=5428 vsize=86416 CPUtime=487.99 cores=0,2,4,6
/proc/5430/stat : 5430 (lingeling) T 5428 5430 5430 0 -1 4202496 98968 0 0 0 48786 13 0 0 25 0 1 0 538388355 88489984 20774 33554432000 4194304 4352236 140737313659312 18446744073709551615 4331538 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/5430/statm: 21604 20774 129 39 0 20684 0
[pid=5428/tid=5438] ppid=5378 vsize=422816 CPUtime=0 cores=0,2,4,6
/proc/5428/task/5438/stat : 5438 (python) S 5378 5378 5278 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538398367 432963584 26297 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 514 18446604453805342848 0 0 -1 6 0 0 0
[pid=5447] ppid=5378 vsize=433072 CPUtime=0.42 cores=0,2,4,6
/proc/5447/stat : 5447 (python) S 5378 5378 5278 0 -1 4202560 1222 0 0 0 23 19 0 0 18 0 2 0 538427707 443465728 26307 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5447/statm: 108268 26307 405 364 0 44165 0
[pid=5449] ppid=5447 vsize=84192 CPUtime=305.25 cores=0,2,4,6
/proc/5449/stat : 5449 (lingeling) R 5447 5449 5449 0 -1 4202496 94988 0 0 0 30514 11 0 0 25 0 1 0 538427707 86212608 20218 33554432000 4194304 4352236 140735133904976 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/5449/statm: 21048 20218 129 39 0 20128 0
[pid=5447/tid=5454] ppid=5378 vsize=433072 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5454/stat : 5454 (python) S 5378 5378 5278 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538437723 443465728 26307 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 514 18446604453831708736 0 0 -1 2 0 0 0
[pid=5459] ppid=5378 vsize=443328 CPUtime=0.2 cores=0,2,4,6
/proc/5459/stat : 5459 (python) S 5378 5378 5278 0 -1 4202560 1000 0 0 0 11 9 0 0 15 0 1 0 538446793 453967872 26275 33554432000 4194304 5683644 140735330999936 18446744073709551615 248089718342 0 0 16781312 514 7796241128373584132 0 0 17 6 0 0 0
/proc/5459/statm: 110832 26275 370 364 0 46726 0
[pid=5461] ppid=5459 vsize=573736 CPUtime=117.86 cores=0,2,4,6
/proc/5461/stat : 5461 (cryptominisat-2) R 5459 5461 5461 0 -1 4202496 163654 0 0 0 11757 29 0 0 25 0 1 0 538446793 587505664 123455 33554432000 4194304 4677096 140736428360128 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5461/statm: 143434 123455 392 118 0 138393 0
[pid=5378/tid=5386] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5386/stat : 5386 (python) S 5376 5378 5278 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 10 0 538339559 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 0 0 0 0
[pid=5378/tid=5389] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5389/stat : 5389 (python) S 5376 5378 5278 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 10 0 538339561 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 2 0 0 0
[pid=5378/tid=5392] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5392/stat : 5392 (python) S 5376 5378 5278 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 10 0 538339564 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 2 0 0 0
[pid=5378/tid=5395] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5395/stat : 5395 (python) S 5376 5378 5278 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 10 0 538339567 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
[pid=5378/tid=5407] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5407/stat : 5407 (python) S 5376 5378 5278 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 10 0 538349584 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
[pid=5378/tid=5418] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5418/stat : 5418 (python) S 5376 5378 5278 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 10 0 538378822 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
[pid=5378/tid=5429] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5429/stat : 5429 (python) S 5376 5378 5278 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 10 0 538388354 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
[pid=5378/tid=5448] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5448/stat : 5448 (python) S 5376 5378 5278 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 10 0 538427707 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
[pid=5378/tid=5460] ppid=5376 vsize=453572 CPUtime=0 cores=0,2,4,6
/proc/5378/task/5460/stat : 5460 (python) S 5376 5378 5278 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 10 0 538446793 464457728 27801 33554432000 4194304 5683644 140735330999936 18446744073709551615 248101521841 0 0 16781312 2 18446604453814429888 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 6691540

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5378 and gives
#  childrusage.ru_utime.tv_sec=41
#  childrusage.ru_utime.tv_usec=862635
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=245962
# CPU time returned by wait4() is 42.1086
# while last known CPU time is 4800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1234.37
CPU time (s): 4800.17
CPU user time (s): 4793.68
CPU system time (s): 6.49
CPU usage (%): 388.877
Max. virtual memory (cumulated for all children) (KiB): 6778000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.8626
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54474
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= 2814
involuntary context switches= 181

runsolver used 3.2555 second user time and 7.36088 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-01 18:29:15
IDJOB=3317725
IDBENCH=70760
IDSOLVER=1706
FILE ID=node123/3317725-1304267355
RUNJOBID= node123-1304267283-5296
PBS_JOBID= 13173956
Free space on /tmp= 73436 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.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-3317725-1304267355/watcher-3317725-1304267355 -o /tmp/evaluation-result-3317725-1304267355/solver-3317725-1304267355 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317725-1304267355.cnf -seed 1755707011 -budget 4800 -cores 4

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=1755707011

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:      30203888 kB
Buffers:        349252 kB
Cached:        1686804 kB
SwapCached:        100 kB
Active:         515076 kB
Inactive:      1874540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30203888 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:           39680 kB
Writeback:           0 kB
AnonPages:      353520 kB
Mapped:          21084 kB
Slab:           289680 kB
PageTables:       8232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   816852 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= 73404 MiB
End job on node123 at 2011-05-01 18:49:52