Trace number 3380626

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 350.932 73.9088

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.6988
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.68	c INFO: solving HOME/instance-3380626-1305486168.cnf
0.35/0.68	c INFO: computing task features
1.53/1.89	c INFO: computed variable-clause graph statistics
1.63/1.94	c INFO: computed clause balance statistics
7.73/8.08	c INFO: computed variable balance statistics
12.33/12.61	c INFO: computed small-clause counts
12.33/12.70	c INFO: computed Horn-clause counts
33.63/33.95	c INFO: computed variable graph statistics
33.63/33.95	c INFO: collected features for HOME/instance-3380626-1305486168.cnf in 33.22 s
33.63/33.97	c INFO: running lingeling-276@0 for 97 with 4966 remaining (b = 0.46)
33.63/34.00	c INFO: running lingeling-276@0 for 1261 with 4966 remaining (b = 0.53)
33.74/34.02	c INFO: running cryptominisat-2.9.0@0 for 485 with 4966 remaining (b = 0.37)
33.74/34.05	c INFO: running SApperloT@0 for 97 with 4966 remaining (b = 0.03)
33.74/34.08	c INFO: running lingeling-276@0 for 1261 with 4966 remaining (b = 0.42)
33.95/34.11	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4966 remaining (b = 0.52)
33.95/34.14	c INFO: running lingeling-276@0 for 1067 with 4966 remaining (b = 0.32)
33.95/34.17	c INFO: running precosat-570@0 for 291 with 4966 remaining (b = 0.18)
350.25/73.87	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380626-1305486168/watcher-3380626-1305486168 -o /tmp/evaluation-result-3380626-1305486168/solver-3380626-1305486168 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380626-1305486168.cnf -seed 944371515 -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: 7.51 8.05 8.07 2/300 20586
/proc/meminfo: memFree=15821820/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=15780 CPUtime=0 cores=0-7
/proc/20586/stat : 20586 (python) R 20584 20586 20285 0 -1 4202496 875 0 0 0 0 0 0 0 17 0 1 0 660219599 16158720 758 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370618053 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20586/statm: 3945 759 343 364 0 432 0

[startup+0.0949051 s]
/proc/loadavg: 7.51 8.05 8.07 2/300 20586
/proc/meminfo: memFree=15821820/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=84608 CPUtime=0.05 cores=0-7
/proc/20586/stat : 20586 (python) R 20584 20586 20285 0 -1 4202496 2408 0 0 0 4 1 0 0 17 0 1 0 660219599 86638592 2136 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370955264 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/20586/statm: 21152 2136 707 364 0 1369 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84608

[startup+0.100935 s]
/proc/loadavg: 7.51 8.05 8.07 2/300 20586
/proc/meminfo: memFree=15821820/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=87708 CPUtime=0.06 cores=0-7
/proc/20586/stat : 20586 (python) S 20584 20586 20285 0 -1 4202496 2636 0 0 0 5 1 0 0 17 0 1 0 660219599 89812992 2354 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/20586/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300907 s]
/proc/loadavg: 7.51 8.05 8.07 2/300 20586
/proc/meminfo: memFree=15821820/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=135752 CPUtime=0.18 cores=0-7
/proc/20586/stat : 20586 (python) S 20584 20586 20285 0 -1 4202496 5960 933 1 0 14 4 0 0 17 0 1 0 660219599 139010048 4150 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/20586/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700831 s]
/proc/loadavg: 7.51 8.05 8.07 2/300 20586
/proc/meminfo: memFree=15821820/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=286332 CPUtime=0.43 cores=0-7
/proc/20586/stat : 20586 (python) R 20584 20586 20285 0 -1 4202496 11215 933 1 0 31 12 0 0 16 0 1 0 660219599 293203968 8897 33554432000 4194304 5683644 140735163778480 18446744073709551615 4942130 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20586/statm: 71583 8898 1761 364 0 7507 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 286332

[startup+1.50065 s]
/proc/loadavg: 7.51 8.05 8.07 2/301 20591
/proc/meminfo: memFree=15774072/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=335496 CPUtime=1.22 cores=0-7
/proc/20586/stat : 20586 (python) R 20584 20586 20285 0 -1 4202496 23394 933 1 0 109 13 0 0 17 0 1 0 660219599 343547904 21076 33554432000 4194304 5683644 140735163778480 18446744073709551615 4623653 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20586/statm: 83874 21076 1761 364 0 19798 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 335496

[startup+3.10037 s]
/proc/loadavg: 7.51 8.05 8.07 2/301 20591
/proc/meminfo: memFree=15725216/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=354136 CPUtime=2.83 cores=0-7
/proc/20586/stat : 20586 (python) R 20584 20586 20285 0 -1 4202496 41248 933 1 0 267 16 0 0 19 0 1 0 660219599 362635264 25918 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370615099 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20586/statm: 88534 25918 1826 364 0 24458 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 354136

[startup+6.3008 s]
/proc/loadavg: 6.98 7.93 8.03 2/301 20591
/proc/meminfo: memFree=15727084/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=354136 CPUtime=6.03 cores=0-7
/proc/20586/stat : 20586 (python) R 20584 20586 20285 0 -1 4202496 41248 933 1 0 587 16 0 0 25 0 1 0 660219599 362635264 25918 33554432000 4194304 5683644 140735163778480 18446744073709551615 4579971 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20586/statm: 88534 25918 1826 364 0 24458 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 354136

[startup+12.7007 s]
/proc/loadavg: 6.51 7.82 7.99 2/301 20591
/proc/meminfo: memFree=15728520/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=357296 CPUtime=12.43 cores=0-7
/proc/20586/stat : 20586 (python) R 20584 20586 20285 0 -1 4202496 42045 933 1 0 1227 16 0 0 25 0 1 0 660219599 365871104 26715 33554432000 4194304 5683644 140735163778480 18446744073709551615 47786599483520 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20586/statm: 89324 26715 1833 364 0 25248 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 357296

[startup+25.5004 s]
/proc/loadavg: 5.29 7.48 7.88 2/301 20592
/proc/meminfo: memFree=15728744/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=357296 CPUtime=25.23 cores=0-7
/proc/20586/stat : 20586 (python) R 20584 20586 20285 0 -1 4202496 42045 933 1 0 2507 16 0 0 25 0 1 0 660219599 365871104 26715 33554432000 4194304 5683644 140735163778480 18446744073709551615 47786599483532 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20586/statm: 89324 26715 1833 364 0 25248 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 357296

[startup+51.1018 s]
/proc/loadavg: 5.52 7.34 7.82 10/326 20619
/proc/meminfo: memFree=14668748/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=498700 CPUtime=33.89 cores=0-7
/proc/20586/stat : 20586 (python) S 20584 20586 20285 0 -1 4202496 47775 933 1 0 3369 20 0 0 20 0 9 0 660219599 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20586/statm: 124675 25361 1889 364 0 60572 0
[pid=20593] ppid=20586 vsize=351128 CPUtime=0.04 cores=0-7
/proc/20593/stat : 20593 (python) S 20586 20586 20285 0 -1 4202560 990 0 0 0 2 2 0 0 18 0 1 0 660222997 359555072 23715 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977295 0 0 16781312 514 3188566128364323076 0 0 17 1 0 0 0
/proc/20593/statm: 87782 23715 381 364 0 23700 0
[pid=20595] ppid=20593 vsize=40536 CPUtime=17.1 cores=0-7
/proc/20595/stat : 20595 (lingeling) R 20593 20595 20595 0 -1 4202496 17146 0 0 0 1708 2 0 0 25 0 1 0 660222998 41508864 9303 33554432000 4194304 4352236 140734822850720 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20595/statm: 10134 9303 129 39 0 9214 0
[pid=20596] ppid=20586 vsize=361384 CPUtime=0.04 cores=0-7
/proc/20596/stat : 20596 (python) S 20586 20586 20285 0 -1 4202560 907 0 0 0 2 2 0 0 18 0 1 0 660222999 370057216 23708 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323072 0 0 17 6 0 0 0
/proc/20596/statm: 90346 23708 370 364 0 26261 0
[pid=20598] ppid=20596 vsize=38556 CPUtime=17.08 cores=0-7
/proc/20598/stat : 20598 (lingeling) R 20596 20598 20598 0 -1 4202496 16649 0 0 0 1706 2 0 0 25 0 1 0 660223000 39481344 8809 33554432000 4194304 4352236 140733911977200 18446744073709551615 4300270 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20598/statm: 9639 8809 129 39 0 8719 0
[pid=20599] ppid=20586 vsize=371640 CPUtime=0.04 cores=0-7
/proc/20599/stat : 20599 (python) S 20586 20586 20285 0 -1 4202560 945 0 0 0 2 2 0 0 15 0 1 0 660223002 380559360 23712 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 2159071405340066052 0 0 17 4 0 0 0
/proc/20599/statm: 92910 23712 370 364 0 28822 0
[pid=20601] ppid=20599 vsize=414820 CPUtime=16.99 cores=0-7
/proc/20601/stat : 20601 (cryptominisat-2) R 20599 20601 20601 0 -1 4202496 96681 0 0 0 1687 12 0 0 25 0 1 0 660223003 424775680 90553 33554432000 4194304 4677096 140733394601824 18446744073709551615 4319869 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20601/statm: 103705 90553 392 118 0 98664 0
[pid=20602] ppid=20586 vsize=381896 CPUtime=0.04 cores=0-7
/proc/20602/stat : 20602 (python) S 20586 20586 20285 0 -1 4202560 927 0 0 0 2 2 0 0 18 0 1 0 660223005 391061504 23716 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323074 0 0 17 2 0 0 0
/proc/20602/statm: 95474 23716 370 364 0 31383 0
[pid=20604] ppid=20602 vsize=37280 CPUtime=16.85 cores=0-7
/proc/20604/stat : 20604 (SApperloT-base) R 20602 20604 20604 0 -1 4202496 9206 0 0 0 1683 2 0 0 25 0 1 0 660223005 38174720 8455 33554432000 134512640 135674940 4286577552 18446744073709551615 134562025 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20604/statm: 9320 8455 99 284 0 9034 0
[pid=20605] ppid=20586 vsize=392152 CPUtime=0.04 cores=0-7
/proc/20605/stat : 20605 (python) S 20586 20586 20285 0 -1 4202560 944 0 0 0 2 2 0 0 18 0 1 0 660223008 401563648 23720 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323075 0 0 17 1 0 0 0
/proc/20605/statm: 98038 23720 370 364 0 33944 0
[pid=20607] ppid=20605 vsize=38920 CPUtime=16.94 cores=0-7
/proc/20607/stat : 20607 (lingeling) R 20605 20607 20607 0 -1 4202496 16935 0 0 0 1693 1 0 0 25 0 1 0 660223008 39854080 8932 33554432000 4194304 4352236 140735724473712 18446744073709551615 4213135 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20607/statm: 9730 8932 129 39 0 8810 0
[pid=20608] ppid=20586 vsize=402408 CPUtime=0.04 cores=0-7
/proc/20608/stat : 20608 (python) S 20586 20586 20285 0 -1 4202560 957 0 0 0 2 2 0 0 15 0 1 0 660223011 412065792 23724 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 4085569708831506691 0 0 17 1 0 0 0
/proc/20608/statm: 100602 23724 370 364 0 36505 0
[pid=20610] ppid=20608 vsize=407312 CPUtime=16.79 cores=0-7
/proc/20610/stat : 20610 (cryptominisat-2) R 20608 20610 20610 0 -1 4202496 94825 0 0 0 1662 17 0 0 25 0 1 0 660223011 417087488 88692 33554432000 4194304 4677096 140736803760144 18446744073709551615 4319352 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/20610/statm: 101828 88692 392 118 0 96787 0
[pid=20611] ppid=20586 vsize=478200 CPUtime=0.03 cores=0-7
/proc/20611/stat : 20611 (python) S 20586 20586 20285 0 -1 4202560 815 0 0 0 2 1 0 0 18 0 1 0 660223013 489676800 23846 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323075 0 0 17 1 0 0 0
/proc/20611/statm: 119550 23846 371 364 0 55450 0
[pid=20613] ppid=20611 vsize=38456 CPUtime=16.91 cores=0-7
/proc/20613/stat : 20613 (lingeling) R 20611 20613 20613 0 -1 4202496 16545 0 0 0 1690 1 0 0 25 0 1 0 660223016 39378944 8729 33554432000 4194304 4352236 140733568120592 18446744073709551615 4298922 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20613/statm: 9614 8729 129 39 0 8694 0
[pid=20614] ppid=20586 vsize=488456 CPUtime=0.04 cores=0-7
/proc/20614/stat : 20614 (python) S 20586 20586 20285 0 -1 4202560 861 0 0 0 2 2 0 0 18 0 1 0 660223016 500178944 23845 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323073 0 0 17 1 0 0 0
/proc/20614/statm: 122114 23845 377 364 0 58011 0
[pid=20616] ppid=20614 vsize=139008 CPUtime=16.69 cores=0-7
/proc/20616/stat : 20616 (precosat) R 20614 20616 20616 0 -1 4202496 35389 0 0 0 1664 5 0 0 25 0 1 0 660223017 142344192 32986 33554432000 4194304 4890832 140734166474224 18446744073709551615 4293484 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/20616/statm: 34752 32986 86 171 0 34579 0
[pid=20586/tid=20594] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20594/stat : 20594 (python) S 20584 20586 20285 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 660222997 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 6 0 0 0
[pid=20586/tid=20597] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20597/stat : 20597 (python) S 20584 20586 20285 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 660223000 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 0 0 0 0
[pid=20586/tid=20600] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20600/stat : 20600 (python) S 20584 20586 20285 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 660223002 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 0 0 0 0
[pid=20586/tid=20603] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20603/stat : 20603 (python) S 20584 20586 20285 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 660223005 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 0 0 0 0
[pid=20586/tid=20606] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20606/stat : 20606 (python) S 20584 20586 20285 0 -1 4202560 23 933 0 0 0 0 0 0 23 0 9 0 660223008 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 2 0 0 0
[pid=20586/tid=20609] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20609/stat : 20609 (python) S 20584 20586 20285 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 9 0 660223011 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 7 0 0 0
[pid=20586/tid=20612] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20612/stat : 20612 (python) S 20584 20586 20285 0 -1 4202560 61 933 0 0 0 0 0 0 20 0 9 0 660223014 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 1 0 0 0
[pid=20586/tid=20615] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20615/stat : 20615 (python) S 20584 20586 20285 0 -1 4202560 34 933 0 0 0 0 0 0 21 0 9 0 660223016 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 169.55
Current children cumulated vsize (KiB) 4880852

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

[startup+63.9015 s]
/proc/loadavg: 6.05 7.39 7.83 10/326 20620
/proc/meminfo: memFree=14538256/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=498700 CPUtime=33.89 cores=0-7
/proc/20586/stat : 20586 (python) S 20584 20586 20285 0 -1 4202496 47775 933 1 0 3369 20 0 0 20 0 9 0 660219599 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20586/statm: 124675 25361 1889 364 0 60572 0
[pid=20593] ppid=20586 vsize=351128 CPUtime=0.06 cores=0-7
/proc/20593/stat : 20593 (python) S 20586 20586 20285 0 -1 4202560 998 0 0 0 3 3 0 0 18 0 1 0 660222997 359555072 23715 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977295 0 0 16781312 514 3188566128364323076 0 0 17 1 0 0 0
/proc/20593/statm: 87782 23715 381 364 0 23700 0
[pid=20595] ppid=20593 vsize=40528 CPUtime=29.9 cores=0-7
/proc/20595/stat : 20595 (lingeling) R 20593 20595 20595 0 -1 4202496 17146 0 0 0 2988 2 0 0 25 0 1 0 660222998 41500672 9301 33554432000 4194304 4352236 140734822850720 18446744073709551615 4230352 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20595/statm: 10132 9301 129 39 0 9212 0
[pid=20596] ppid=20586 vsize=361384 CPUtime=0.06 cores=0-7
/proc/20596/stat : 20596 (python) S 20586 20586 20285 0 -1 4202560 912 0 0 0 4 2 0 0 18 0 1 0 660222999 370057216 23708 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323072 0 0 17 6 0 0 0
/proc/20596/statm: 90346 23708 370 364 0 26261 0
[pid=20598] ppid=20596 vsize=38548 CPUtime=29.88 cores=0-7

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

/proc/20586/task/20597/stat : 20597 (python) S 20584 20586 20285 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 660223000 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 0 0 0 0
[pid=20586/tid=20600] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20600/stat : 20600 (python) S 20584 20586 20285 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 660223002 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 0 0 0 0
[pid=20586/tid=20603] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20603/stat : 20603 (python) S 20584 20586 20285 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 660223005 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 0 0 0 0
[pid=20586/tid=20606] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20606/stat : 20606 (python) S 20584 20586 20285 0 -1 4202560 23 933 0 0 0 0 0 0 23 0 9 0 660223008 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 2 0 0 0
[pid=20586/tid=20609] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20609/stat : 20609 (python) S 20584 20586 20285 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 9 0 660223011 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 7 0 0 0
[pid=20586/tid=20612] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20612/stat : 20612 (python) S 20584 20586 20285 0 -1 4202560 61 933 0 0 0 0 0 0 20 0 9 0 660223014 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 1 0 0 0
[pid=20586/tid=20615] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20615/stat : 20615 (python) S 20584 20586 20285 0 -1 4202560 34 933 0 0 0 0 0 0 21 0 9 0 660223016 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 335.09
Current children cumulated vsize (KiB) 4546164

[startup+72.7009 s]
/proc/loadavg: 6.42 7.43 7.84 11/325 20620
/proc/meminfo: memFree=15384440/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=498700 CPUtime=33.89 cores=0-7
/proc/20586/stat : 20586 (python) S 20584 20586 20285 0 -1 4202496 47775 933 1 0 3369 20 0 0 20 0 9 0 660219599 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20586/statm: 124675 25361 1889 364 0 60572 0
[pid=20593] ppid=20586 vsize=351128 CPUtime=0.08 cores=0-7
/proc/20593/stat : 20593 (python) S 20586 20586 20285 0 -1 4202560 1001 0 0 0 4 4 0 0 18 0 1 0 660222997 359555072 23715 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977295 0 0 16781312 514 3188566128364323076 0 0 17 1 0 0 0
/proc/20593/statm: 87782 23715 381 364 0 23700 0
[pid=20595] ppid=20593 vsize=40524 CPUtime=38.7 cores=0-7
/proc/20595/stat : 20595 (lingeling) R 20593 20595 20595 0 -1 4202496 17146 0 0 0 3868 2 0 0 25 0 1 0 660222998 41496576 9300 33554432000 4194304 4352236 140734822850720 18446744073709551615 4276741 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20595/statm: 10131 9300 129 39 0 9211 0
[pid=20596] ppid=20586 vsize=361384 CPUtime=0.08 cores=0-7
/proc/20596/stat : 20596 (python) S 20586 20586 20285 0 -1 4202560 915 0 0 0 5 3 0 0 18 0 1 0 660222999 370057216 23708 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323072 0 0 17 6 0 0 0
/proc/20596/statm: 90346 23708 370 364 0 26261 0
[pid=20598] ppid=20596 vsize=38548 CPUtime=38.68 cores=0-7
/proc/20598/stat : 20598 (lingeling) R 20596 20598 20598 0 -1 4202496 16649 0 0 0 3866 2 0 0 25 0 1 0 660223000 39473152 8807 33554432000 4194304 4352236 140733911977200 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20598/statm: 9637 8807 129 39 0 8717 0
[pid=20599] ppid=20586 vsize=371640 CPUtime=1.07 cores=0-7
/proc/20599/stat : 20599 (python) R 20586 20586 20285 0 -1 4202560 963 0 0 0 87 20 0 0 16 0 1 0 660223002 380559360 23712 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382787391 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/20599/statm: 92910 23712 370 364 0 28822 0
[pid=20601] ppid=20599 vsize=0 CPUtime=36.93 cores=0-7
/proc/20601/stat : 20601 (cryptominisat-2) R 20599 20601 20601 0 -1 4202500 113675 0 0 0 3676 17 0 0 25 0 1 0 660223003 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20601/statm: 0 0 0 0 0 0 0
[pid=20602] ppid=20586 vsize=381896 CPUtime=0.08 cores=0-7
/proc/20602/stat : 20602 (python) S 20586 20586 20285 0 -1 4202560 936 0 0 0 4 4 0 0 18 0 1 0 660223005 391061504 23716 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323074 0 0 17 2 0 0 0
/proc/20602/statm: 95474 23716 370 364 0 31383 0
[pid=20604] ppid=20602 vsize=45556 CPUtime=38.4 cores=0-7
/proc/20604/stat : 20604 (SApperloT-base) R 20602 20604 20604 0 -1 4202496 11628 0 0 0 3838 2 0 0 25 0 1 0 660223005 46649344 10364 33554432000 134512640 135674940 4286577552 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20604/statm: 11389 10364 100 284 0 11103 0
[pid=20605] ppid=20586 vsize=392152 CPUtime=0.08 cores=0-7
/proc/20605/stat : 20605 (python) S 20586 20586 20285 0 -1 4202560 955 0 0 0 4 4 0 0 18 0 1 0 660223008 401563648 23720 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323075 0 0 17 1 0 0 0
/proc/20605/statm: 98038 23720 370 364 0 33944 0
[pid=20607] ppid=20605 vsize=38908 CPUtime=38.5 cores=0-7
/proc/20607/stat : 20607 (lingeling) R 20605 20607 20607 0 -1 4202496 16935 0 0 0 3849 1 0 0 25 0 1 0 660223008 39841792 8929 33554432000 4194304 4352236 140735724473712 18446744073709551615 4213189 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20607/statm: 9727 8929 129 39 0 8807 0
[pid=20608] ppid=20586 vsize=402408 CPUtime=0.29 cores=0-7
/proc/20608/stat : 20608 (python) R 20586 20586 20285 0 -1 4202560 976 0 0 0 22 7 0 0 16 0 1 0 660223011 412065792 23724 33554432000 4194304 5683644 140735163778480 18446744073709551615 4509424 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/20608/statm: 100602 23724 370 364 0 36505 0
[pid=20610] ppid=20608 vsize=0 CPUtime=37.91 cores=0-7
/proc/20610/stat : 20610 (cryptominisat-2) R 20608 20610 20610 0 -1 4202500 113475 0 0 0 3768 23 0 0 25 0 1 0 660223011 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20610/statm: 0 0 0 0 0 0 0
[pid=20611] ppid=20586 vsize=478200 CPUtime=0.07 cores=0-7
/proc/20611/stat : 20611 (python) S 20586 20586 20285 0 -1 4202560 815 0 0 0 4 3 0 0 18 0 1 0 660223013 489676800 23846 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323075 0 0 17 1 0 0 0
/proc/20611/statm: 119550 23846 371 364 0 55450 0
[pid=20613] ppid=20611 vsize=38444 CPUtime=38.51 cores=0-7
/proc/20613/stat : 20613 (lingeling) R 20611 20613 20613 0 -1 4202496 17569 0 0 0 3850 1 0 0 25 0 1 0 660223016 39366656 8726 33554432000 4194304 4352236 140733568120592 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20613/statm: 9611 8726 129 39 0 8691 0
[pid=20614] ppid=20586 vsize=488456 CPUtime=0.08 cores=0-7
/proc/20614/stat : 20614 (python) S 20586 20586 20285 0 -1 4202560 861 0 0 0 4 4 0 0 18 0 1 0 660223016 500178944 23845 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323073 0 0 17 1 0 0 0
/proc/20614/statm: 122114 23845 377 364 0 58011 0
[pid=20616] ppid=20614 vsize=139008 CPUtime=38.11 cores=0-7
/proc/20616/stat : 20616 (precosat) R 20614 20616 20616 0 -1 4202496 35395 0 0 0 3806 5 0 0 25 0 1 0 660223017 142344192 32992 33554432000 4194304 4890832 140734166474224 18446744073709551615 4238719 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/20616/statm: 34752 32992 86 171 0 34579 0
[pid=20586/tid=20594] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20594/stat : 20594 (python) S 20584 20586 20285 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 660222997 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 6 0 0 0
[pid=20586/tid=20597] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20597/stat : 20597 (python) S 20584 20586 20285 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 660223000 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 0 0 0 0
[pid=20586/tid=20600] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20600/stat : 20600 (python) S 20584 20586 20285 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 660223002 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 0 0 0 0
[pid=20586/tid=20603] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20603/stat : 20603 (python) S 20584 20586 20285 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 660223005 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 0 0 0 0
[pid=20586/tid=20606] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20606/stat : 20606 (python) S 20584 20586 20285 0 -1 4202560 23 933 0 0 0 0 0 0 23 0 9 0 660223008 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 2 0 0 0
[pid=20586/tid=20609] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20609/stat : 20609 (python) S 20584 20586 20285 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 9 0 660223011 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 7 0 0 0
[pid=20586/tid=20612] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20612/stat : 20612 (python) S 20584 20586 20285 0 -1 4202560 61 933 0 0 0 0 0 0 20 0 9 0 660223014 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 1 0 0 0
[pid=20586/tid=20615] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20615/stat : 20615 (python) S 20584 20586 20285 0 -1 4202560 34 933 0 0 0 0 0 0 21 0 9 0 660223016 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 341.46
Current children cumulated vsize (KiB) 4066952

[startup+73.5018 s]
/proc/loadavg: 6.42 7.43 7.84 11/325 20620
/proc/meminfo: memFree=15384440/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=498700 CPUtime=33.89 cores=0-7
/proc/20586/stat : 20586 (python) S 20584 20586 20285 0 -1 4202496 47775 933 1 0 3369 20 0 0 20 0 9 0 660219599 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20586/statm: 124675 25361 1889 364 0 60572 0
[pid=20593] ppid=20586 vsize=351128 CPUtime=0.08 cores=0-7
/proc/20593/stat : 20593 (python) S 20586 20586 20285 0 -1 4202560 1001 0 0 0 4 4 0 0 18 0 1 0 660222997 359555072 23715 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977295 0 0 16781312 514 3188566128364323076 0 0 17 1 0 0 0
/proc/20593/statm: 87782 23715 381 364 0 23700 0
[pid=20595] ppid=20593 vsize=40524 CPUtime=39.5 cores=0-7
/proc/20595/stat : 20595 (lingeling) R 20593 20595 20595 0 -1 4202496 17146 0 0 0 3948 2 0 0 25 0 1 0 660222998 41496576 9300 33554432000 4194304 4352236 140734822850720 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20595/statm: 10131 9300 129 39 0 9211 0
[pid=20596] ppid=20586 vsize=361384 CPUtime=0.08 cores=0-7
/proc/20596/stat : 20596 (python) S 20586 20586 20285 0 -1 4202560 915 0 0 0 5 3 0 0 18 0 1 0 660222999 370057216 23708 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323072 0 0 17 6 0 0 0
/proc/20596/statm: 90346 23708 370 364 0 26261 0
[pid=20598] ppid=20596 vsize=38548 CPUtime=39.48 cores=0-7
/proc/20598/stat : 20598 (lingeling) R 20596 20598 20598 0 -1 4202496 16649 0 0 0 3946 2 0 0 25 0 1 0 660223000 39473152 8807 33554432000 4194304 4352236 140733911977200 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20598/statm: 9637 8807 129 39 0 8717 0
[pid=20599] ppid=20586 vsize=371640 CPUtime=1.87 cores=0-7
/proc/20599/stat : 20599 (python) R 20586 20586 20285 0 -1 4202560 963 0 0 0 154 33 0 0 17 0 1 0 660223002 380559360 23712 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382787391 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/20599/statm: 92910 23712 370 364 0 28822 0
[pid=20601] ppid=20599 vsize=0 CPUtime=36.93 cores=0-7
/proc/20601/stat : 20601 (cryptominisat-2) R 20599 20601 20601 0 -1 4202500 113675 0 0 0 3676 17 0 0 25 0 1 0 660223003 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20601/statm: 0 0 0 0 0 0 0
[pid=20602] ppid=20586 vsize=381896 CPUtime=0.08 cores=0-7
/proc/20602/stat : 20602 (python) S 20586 20586 20285 0 -1 4202560 936 0 0 0 4 4 0 0 18 0 1 0 660223005 391061504 23716 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323074 0 0 17 2 0 0 0
/proc/20602/statm: 95474 23716 370 364 0 31383 0
[pid=20604] ppid=20602 vsize=46084 CPUtime=39.2 cores=0-7
/proc/20604/stat : 20604 (SApperloT-base) R 20602 20604 20604 0 -1 4202496 11753 0 0 0 3918 2 0 0 25 0 1 0 660223005 47190016 10489 33554432000 134512640 135674940 4286577552 18446744073709551615 134551377 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20604/statm: 11521 10489 100 284 0 11235 0
[pid=20605] ppid=20586 vsize=392152 CPUtime=0.08 cores=0-7
/proc/20605/stat : 20605 (python) S 20586 20586 20285 0 -1 4202560 955 0 0 0 4 4 0 0 18 0 1 0 660223008 401563648 23720 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323075 0 0 17 1 0 0 0
/proc/20605/statm: 98038 23720 370 364 0 33944 0
[pid=20607] ppid=20605 vsize=38908 CPUtime=39.3 cores=0-7
/proc/20607/stat : 20607 (lingeling) R 20605 20607 20607 0 -1 4202496 16935 0 0 0 3929 1 0 0 25 0 1 0 660223008 39841792 8929 33554432000 4194304 4352236 140735724473712 18446744073709551615 4309132 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20607/statm: 9727 8929 129 39 0 8807 0
[pid=20608] ppid=20586 vsize=402408 CPUtime=1.09 cores=0-7
/proc/20608/stat : 20608 (python) R 20586 20586 20285 0 -1 4202560 976 0 0 0 91 18 0 0 16 0 1 0 660223011 412065792 23724 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/20608/statm: 100602 23724 370 364 0 36505 0
[pid=20610] ppid=20608 vsize=0 CPUtime=37.91 cores=0-7
/proc/20610/stat : 20610 (cryptominisat-2) R 20608 20610 20610 0 -1 4202500 113475 0 0 0 3768 23 0 0 25 0 1 0 660223011 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20610/statm: 0 0 0 0 0 0 0
[pid=20611] ppid=20586 vsize=478200 CPUtime=0.07 cores=0-7
/proc/20611/stat : 20611 (python) S 20586 20586 20285 0 -1 4202560 815 0 0 0 4 3 0 0 18 0 1 0 660223013 489676800 23846 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323075 0 0 17 1 0 0 0
/proc/20611/statm: 119550 23846 371 364 0 55450 0
[pid=20613] ppid=20611 vsize=38444 CPUtime=39.31 cores=0-7
/proc/20613/stat : 20613 (lingeling) R 20611 20613 20613 0 -1 4202496 17569 0 0 0 3930 1 0 0 25 0 1 0 660223016 39366656 8726 33554432000 4194304 4352236 140733568120592 18446744073709551615 4277069 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20613/statm: 9611 8726 129 39 0 8691 0
[pid=20614] ppid=20586 vsize=488456 CPUtime=0.08 cores=0-7
/proc/20614/stat : 20614 (python) S 20586 20586 20285 0 -1 4202560 861 0 0 0 4 4 0 0 18 0 1 0 660223016 500178944 23845 33554432000 4194304 5683644 140735163778480 18446744073709551615 218370977350 0 0 16781312 514 3188566128364323073 0 0 17 1 0 0 0
/proc/20614/statm: 122114 23845 377 364 0 58011 0
[pid=20616] ppid=20614 vsize=139008 CPUtime=38.91 cores=0-7
/proc/20616/stat : 20616 (precosat) R 20614 20616 20616 0 -1 4202496 35395 0 0 0 3886 5 0 0 25 0 1 0 660223017 142344192 32992 33554432000 4194304 4890832 140734166474224 18446744073709551615 4238480 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/20616/statm: 34752 32992 86 171 0 34579 0
[pid=20586/tid=20594] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20594/stat : 20594 (python) S 20584 20586 20285 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 660222997 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 6 0 0 0
[pid=20586/tid=20597] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20597/stat : 20597 (python) S 20584 20586 20285 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 660223000 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 0 0 0 0
[pid=20586/tid=20600] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20600/stat : 20600 (python) S 20584 20586 20285 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 660223002 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 0 0 0 0
[pid=20586/tid=20603] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20603/stat : 20603 (python) S 20584 20586 20285 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 660223005 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 0 0 0 0
[pid=20586/tid=20606] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20606/stat : 20606 (python) S 20584 20586 20285 0 -1 4202560 23 933 0 0 0 0 0 0 23 0 9 0 660223008 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 2 0 0 0
[pid=20586/tid=20609] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20609/stat : 20609 (python) S 20584 20586 20285 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 9 0 660223011 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 7 0 0 0
[pid=20586/tid=20612] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20612/stat : 20612 (python) S 20584 20586 20285 0 -1 4202560 61 933 0 0 0 0 0 0 20 0 9 0 660223014 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 1 0 0 0
[pid=20586/tid=20615] ppid=20584 vsize=498700 CPUtime=0 cores=0-7
/proc/20586/task/20615/stat : 20615 (python) S 20584 20586 20285 0 -1 4202560 34 933 0 0 0 0 0 0 21 0 9 0 660223016 510668800 25361 33554432000 4194304 5683644 140735163778480 18446744073709551615 218382780849 0 0 16781312 2 18446604460286075264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 347.86
Current children cumulated vsize (KiB) 4067480

[startup+73.9018 s]
/proc/loadavg: 6.42 7.43 7.84 12/325 20620
/proc/meminfo: memFree=15383932/32951124 swapFree=52307768/67111528
[pid=20586] ppid=20584 vsize=447372 CPUtime=350.9 cores=0-7
/proc/20586/stat : 20586 (python) R 20584 20586 20285 0 -1 4202496 59949 351772 1 0 3371 21 31551 147 17 0 1 0 660219599 458108928 25278 33554432000 4194304 5683644 140735163778480 18446744073709551615 4510411 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20586/statm: 111843 25278 1874 364 0 47767 0
Current children cumulated CPU time (s) 350.9
Current children cumulated vsize (KiB) 447372

Child status: 0
Real time (s): 73.9088
CPU time (s): 350.932
CPU user time (s): 349.236
CPU system time (s): 1.69574
CPU usage (%): 474.817
Max. virtual memory (cumulated for all children) (KiB): 5025416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 349.236
system time used= 1.69574
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 411985
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= 3887
involuntary context switches= 2359

runsolver used 0.235964 second user time and 0.491925 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 21:02:48
IDJOB=3380626
IDBENCH=70952
IDSOLVER=1864
FILE ID=node101/3380626-1305486168
RUNJOBID= node101-1305481207-20299
PBS_JOBID= 13325379
Free space on /tmp= 73752 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.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-3380626-1305486168/watcher-3380626-1305486168 -o /tmp/evaluation-result-3380626-1305486168/solver-3380626-1305486168 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380626-1305486168.cnf -seed 944371515 -budget 40000 -cores 8

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=944371515

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.75
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.841
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:     32951124 kB
MemFree:      15822108 kB
Buffers:        347460 kB
Cached:        6247944 kB
SwapCached:      14848 kB
Active:       11638248 kB
Inactive:      5193416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15822108 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           39076 kB
Writeback:           0 kB
AnonPages:    10233328 kB
Mapped:          15588 kB
Slab:           161148 kB
PageTables:      63776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42585500 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= 73720 MiB
End job on node101 at 2011-05-15 21:04:02