Trace number 3317826

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-industrialUNSAT 75.2076 21.1679

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom12.cnf
MD5SUMf0a59aeb3af8016fb8ec53aa337c4836
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66183
Satisfiable
(Un)Satisfiability was proved
Number of variables17298
Number of clauses57292
Sum of the clauses size145234
Maximum clause length615
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230583
Number of clauses of size 326391
Number of clauses of size 477
Number of clauses of size 510
Number of clauses of size over 5230

Solver Data

0.31/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.68	c INFO: solving HOME/instance-3317826-1304269930.cnf
0.31/0.68	c INFO: computing task features
0.47/0.85	c INFO: computed variable-clause graph statistics
0.47/0.86	c INFO: computed clause balance statistics
1.37/1.79	c INFO: computed variable balance statistics
2.17/2.51	c INFO: computed small-clause counts
2.17/2.51	c INFO: computed Horn-clause counts
2.57/2.93	c INFO: computed variable graph statistics
2.57/2.93	c INFO: collected features for HOME/instance-3317826-1304269930.cnf in 2.24 s
2.57/2.95	c INFO: running lingeling-276@0 for 97 with 4797 remaining (b = 0.30)
2.57/2.98	c INFO: running cryptominisat-2.9.0@0 for 485 with 4797 remaining (b = 0.34)
2.66/3.00	c INFO: running lingeling-276@0 for 582 with 4797 remaining (b = 0.38)
2.66/3.03	c INFO: running lingeling-276@0 for 1261 with 4797 remaining (b = 0.43)
74.94/21.14	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: 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-3317826-1304269930/watcher-3317826-1304269930 -o /tmp/evaluation-result-3317826-1304269930/solver-3317826-1304269930 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317826-1304269930.cnf -seed 1754488358 -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: 5.14 4.28 4.09 5/195 1402
/proc/meminfo: memFree=21337352/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/1402/stat : 1402 (python) S 1400 1402 788 0 -1 4202496 649 0 0 0 0 0 0 0 25 0 1 0 538593505 15441920 545 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/1402/statm: 3770 545 312 364 0 257 0

[startup+0.082297 s]
/proc/loadavg: 5.14 4.28 4.09 5/195 1402
/proc/meminfo: memFree=21337352/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=50012 CPUtime=0.05 cores=0,2,4,6
/proc/1402/stat : 1402 (python) S 1400 1402 788 0 -1 4202496 1969 0 0 0 4 1 0 0 25 0 1 0 538593505 51212288 1732 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/1402/statm: 12503 1732 480 364 0 1203 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50012

[startup+0.100324 s]
/proc/loadavg: 5.14 4.28 4.09 5/195 1402
/proc/meminfo: memFree=21337352/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=85620 CPUtime=0.05 cores=0,2,4,6
/proc/1402/stat : 1402 (python) R 1400 1402 788 0 -1 4202496 2630 0 0 0 4 1 0 0 18 0 1 0 538593505 87674880 2348 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446943232 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1402/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.300289 s]
/proc/loadavg: 5.14 4.28 4.09 5/195 1402
/proc/meminfo: memFree=21337352/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/1402/stat : 1402 (python) S 1400 1402 788 0 -1 4202496 5961 934 1 0 13 4 0 0 17 0 1 0 538593505 139005952 4150 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446941189 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/1402/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700211 s]
/proc/loadavg: 5.14 4.28 4.09 5/195 1402
/proc/meminfo: memFree=21337352/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=279764 CPUtime=0.37 cores=0,2,4,6
/proc/1402/stat : 1402 (python) R 1400 1402 788 0 -1 4202496 9604 934 1 0 29 8 0 0 16 0 1 0 538593505 286478336 7288 33554432000 4194304 5683644 140734866060272 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1402/statm: 69941 7288 1761 364 0 5865 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 279764

[startup+1.50106 s]
/proc/loadavg: 5.14 4.28 4.09 6/196 1407
/proc/meminfo: memFree=21302872/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=289272 CPUtime=1.17 cores=0,2,4,6
/proc/1402/stat : 1402 (python) R 1400 1402 788 0 -1 4202496 13867 934 1 0 108 9 0 0 17 0 1 0 538593505 296214528 9703 33554432000 4194304 5683644 140734866060272 18446744073709551615 244450354113 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1402/statm: 72318 9703 1826 364 0 8242 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 289272

[startup+3.10073 s]
/proc/loadavg: 5.14 4.28 4.09 6/196 1407
/proc/meminfo: memFree=21306468/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=330188 CPUtime=2.7 cores=0,2,4,6
/proc/1402/stat : 1402 (python) S 1400 1402 788 0 -1 4202496 16735 934 1 0 260 10 0 0 22 0 5 0 538593505 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1402/statm: 82547 9744 1881 364 0 18456 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 330188

[startup+6.30113 s]
/proc/loadavg: 5.13 4.29 4.10 9/208 1419
/proc/meminfo: memFree=21238312/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=330188 CPUtime=2.7 cores=0,2,4,6
/proc/1402/stat : 1402 (python) S 1400 1402 788 0 -1 4202496 16735 934 1 0 260 10 0 0 22 0 5 0 538593505 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1402/statm: 82547 9744 1881 364 0 18456 0
[pid=1408] ppid=1402 vsize=289176 CPUtime=0 cores=0,2,4,6
/proc/1408/stat : 1408 (python) S 1402 1402 788 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 538593801 296116224 8205 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965263 0 0 16781312 514 4053393600556269826 0 0 17 0 0 0 0
/proc/1408/statm: 72294 8205 358 364 0 8212 0
[pid=1410] ppid=1408 vsize=10388 CPUtime=3.33 cores=0,2,4,6
/proc/1410/stat : 1410 (lingeling) R 1408 1410 1410 0 -1 4202496 2768 0 0 0 333 0 0 0 25 0 1 0 538593802 10637312 1767 33554432000 4194304 4352236 140736860321536 18446744073709551615 4328377 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1410/statm: 2597 1767 129 39 0 1677 0
[pid=1411] ppid=1402 vsize=299432 CPUtime=0 cores=0,2,4,6
/proc/1411/stat : 1411 (python) S 1402 1402 788 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 538593804 306618368 8198 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 4591995968492110082 0 0 17 6 0 0 0
/proc/1411/statm: 74858 8198 347 364 0 10773 0
[pid=1413] ppid=1411 vsize=61644 CPUtime=3.3 cores=0,2,4,6
/proc/1413/stat : 1413 (cryptominisat-2) R 1411 1413 1413 0 -1 4202496 10567 0 0 0 329 1 0 0 25 0 1 0 538593804 63123456 8411 33554432000 4194304 4677096 140733626980496 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1413/statm: 15411 8411 392 118 0 10370 0
[pid=1414] ppid=1402 vsize=309688 CPUtime=0 cores=0,2,4,6
/proc/1414/stat : 1414 (python) S 1402 1402 788 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 538593806 317120512 8202 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 4141808079324807428 0 0 17 4 0 0 0
/proc/1414/statm: 77422 8202 347 364 0 13334 0
[pid=1416] ppid=1414 vsize=10308 CPUtime=3.27 cores=0,2,4,6
/proc/1416/stat : 1416 (lingeling) R 1414 1416 1416 0 -1 4202496 2750 0 0 0 327 0 0 0 25 0 1 0 538593806 10555392 1747 33554432000 4194304 4352236 140735480098960 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1416/statm: 2577 1747 129 39 0 1657 0
[pid=1417] ppid=1402 vsize=319944 CPUtime=0 cores=0,2,4,6
/proc/1417/stat : 1417 (python) S 1402 1402 788 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 538593809 327622656 8206 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 1961916326096109827 0 0 17 0 0 0 0
/proc/1417/statm: 79986 8206 347 364 0 15895 0
[pid=1419] ppid=1417 vsize=10488 CPUtime=3.26 cores=0,2,4,6
/proc/1419/stat : 1419 (lingeling) R 1417 1419 1419 0 -1 4202496 2790 0 0 0 326 0 0 0 25 0 1 0 538593809 10739712 1791 33554432000 4194304 4352236 140733825425504 18446744073709551615 4328035 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/1419/statm: 2622 1791 129 39 0 1702 0
[pid=1402/tid=1409] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1409/stat : 1409 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 21 0 5 0 538593802 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
[pid=1402/tid=1412] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1412/stat : 1412 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 538593804 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 6 0 0 0
[pid=1402/tid=1415] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1415/stat : 1415 (python) S 1400 1402 788 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538593806 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 4 0 0 0
[pid=1402/tid=1418] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1418/stat : 1418 (python) S 1400 1402 788 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 5 0 538593809 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (KiB) 1641256

[startup+12.7009 s]
/proc/loadavg: 5.36 4.35 4.12 9/208 1419
/proc/meminfo: memFree=21215652/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=330188 CPUtime=2.7 cores=0,2,4,6
/proc/1402/stat : 1402 (python) S 1400 1402 788 0 -1 4202496 16735 934 1 0 260 10 0 0 22 0 5 0 538593505 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1402/statm: 82547 9744 1881 364 0 18456 0
[pid=1408] ppid=1402 vsize=289176 CPUtime=0 cores=0,2,4,6
/proc/1408/stat : 1408 (python) S 1402 1402 788 0 -1 4202560 984 0 0 0 0 0 0 0 18 0 1 0 538593801 296116224 8228 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965263 0 0 16781312 514 4053393600556269826 0 0 17 0 0 0 0
/proc/1408/statm: 72294 8228 381 364 0 8212 0
[pid=1410] ppid=1408 vsize=11900 CPUtime=9.71 cores=0,2,4,6
/proc/1410/stat : 1410 (lingeling) R 1408 1410 1410 0 -1 4202496 3146 0 0 0 971 0 0 0 25 0 1 0 538593802 12185600 2145 33554432000 4194304 4352236 140736860321536 18446744073709551615 4328432 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1410/statm: 2975 2145 129 39 0 2055 0
[pid=1411] ppid=1402 vsize=299432 CPUtime=0.01 cores=0,2,4,6
/proc/1411/stat : 1411 (python) S 1402 1402 788 0 -1 4202560 919 0 0 0 1 0 0 0 15 0 1 0 538593804 306618368 8221 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 4591995968492110082 0 0 17 6 0 0 0
/proc/1411/statm: 74858 8221 370 364 0 10773 0
[pid=1413] ppid=1411 vsize=84184 CPUtime=9.69 cores=0,2,4,6
/proc/1413/stat : 1413 (cryptominisat-2) R 1411 1413 1413 0 -1 4202496 15044 0 0 0 968 1 0 0 25 0 1 0 538593804 86204416 11121 33554432000 4194304 4677096 140733626980496 18446744073709551615 4319391 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1413/statm: 21046 11121 393 118 0 16005 0
[pid=1414] ppid=1402 vsize=309688 CPUtime=0 cores=0,2,4,6
/proc/1414/stat : 1414 (python) S 1402 1402 788 0 -1 4202560 913 0 0 0 0 0 0 0 18 0 1 0 538593806 317120512 8225 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 4141808079324807428 0 0 17 4 0 0 0
/proc/1414/statm: 77422 8225 370 364 0 13334 0
[pid=1416] ppid=1414 vsize=11636 CPUtime=9.61 cores=0,2,4,6
/proc/1416/stat : 1416 (lingeling) R 1414 1416 1416 0 -1 4202496 3082 0 0 0 961 0 0 0 25 0 1 0 538593806 11915264 2079 33554432000 4194304 4352236 140735480098960 18446744073709551615 4328811 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1416/statm: 2909 2079 129 39 0 1989 0
[pid=1417] ppid=1402 vsize=319944 CPUtime=0 cores=0,2,4,6
/proc/1417/stat : 1417 (python) S 1402 1402 788 0 -1 4202560 907 0 0 0 0 0 0 0 18 0 1 0 538593809 327622656 8229 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 1961916326096109827 0 0 17 0 0 0 0
/proc/1417/statm: 79986 8229 370 364 0 15895 0
[pid=1419] ppid=1417 vsize=11760 CPUtime=9.66 cores=0,2,4,6
/proc/1419/stat : 1419 (lingeling) R 1417 1419 1419 0 -1 4202496 3108 0 0 0 966 0 0 0 25 0 1 0 538593809 12042240 2109 33554432000 4194304 4352236 140733825425504 18446744073709551615 4249664 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/1419/statm: 2940 2109 129 39 0 2020 0
[pid=1402/tid=1409] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1409/stat : 1409 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 21 0 5 0 538593802 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
[pid=1402/tid=1412] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1412/stat : 1412 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 538593804 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 6 0 0 0
[pid=1402/tid=1415] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1415/stat : 1415 (python) S 1400 1402 788 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538593806 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 4 0 0 0
[pid=1402/tid=1418] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1418/stat : 1418 (python) S 1400 1402 788 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 5 0 538593809 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.38
Current children cumulated vsize (KiB) 1667908

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

[startup+15.9014 s]
/proc/loadavg: 5.57 4.41 4.14 9/208 1419
/proc/meminfo: memFree=21211932/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=330188 CPUtime=2.7 cores=0,2,4,6
/proc/1402/stat : 1402 (python) S 1400 1402 788 0 -1 4202496 16735 934 1 0 260 10 0 0 22 0 5 0 538593505 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1402/statm: 82547 9744 1881 364 0 18456 0
[pid=1408] ppid=1402 vsize=289176 CPUtime=0 cores=0,2,4,6
/proc/1408/stat : 1408 (python) S 1402 1402 788 0 -1 4202560 988 0 0 0 0 0 0 0 18 0 1 0 538593801 296116224 8228 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965263 0 0 16781312 514 597448230254379266 0 0 17 0 0 0 0
/proc/1408/statm: 72294 8228 381 364 0 8212 0
[pid=1410] ppid=1408 vsize=12288 CPUtime=12.9 cores=0,2,4,6
/proc/1410/stat : 1410 (lingeling) R 1408 1410 1410 0 -1 4202496 3755 0 0 0 1290 0 0 0 25 0 1 0 538593802 12582912 2242 33554432000 4194304 4352236 140736860321536 18446744073709551615 4329328 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1410/statm: 3072 2242 129 39 0 2152 0
[pid=1411] ppid=1402 vsize=299432 CPUtime=0.01 cores=0,2,4,6
/proc/1411/stat : 1411 (python) S 1402 1402 788 0 -1 4202560 919 0 0 0 1 0 0 0 15 0 1 0 538593804 306618368 8221 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 4591995968492110082 0 0 17 6 0 0 0
/proc/1411/statm: 74858 8221 370 364 0 10773 0
[pid=1413] ppid=1411 vsize=84344 CPUtime=12.89 cores=0,2,4,6
/proc/1413/stat : 1413 (cryptominisat-2) R 1411 1413 1413 0 -1 4202496 16077 0 0 0 1287 2 0 0 25 0 1 0 538593804 86368256 11327 33554432000 4194304 4677096 140733626980496 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1413/statm: 21086 11327 393 118 0 16045 0
[pid=1414] ppid=1402 vsize=309688 CPUtime=0.01 cores=0,2,4,6
/proc/1414/stat : 1414 (python) S 1402 1402 788 0 -1 4202560 917 0 0 0 0 1 0 0 18 0 1 0 538593806 317120512 8225 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 597448230254379268 0 0 17 4 0 0 0
/proc/1414/statm: 77422 8225 370 364 0 13334 0
[pid=1416] ppid=1414 vsize=11636 CPUtime=12.79 cores=0,2,4,6
/proc/1416/stat : 1416 (lingeling) R 1414 1416 1416 0 -1 4202496 3082 0 0 0 1279 0 0 0 25 0 1 0 538593806 11915264 2079 33554432000 4194304 4352236 140735480098960 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1416/statm: 2909 2079 129 39 0 1989 0
[pid=1417] ppid=1402 vsize=319944 CPUtime=0 cores=0,2,4,6
/proc/1417/stat : 1417 (python) S 1402 1402 788 0 -1 4202560 911 0 0 0 0 0 0 0 18 0 1 0 538593809 327622656 8229 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 597448230254379267 0 0 17 0 0 0 0
/proc/1417/statm: 79986 8229 370 364 0 15895 0
[pid=1419] ppid=1417 vsize=12272 CPUtime=12.86 cores=0,2,4,6
/proc/1419/stat : 1419 (lingeling) R 1417 1419 1419 0 -1 4202496 3236 0 0 0 1286 0 0 0 25 0 1 0 538593809 12566528 2237 33554432000 4194304 4352236 140733825425504 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/1419/statm: 3068 2237 129 39 0 2148 0
[pid=1402/tid=1409] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1409/stat : 1409 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 21 0 5 0 538593802 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
[pid=1402/tid=1412] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1412/stat : 1412 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 538593804 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 6 0 0 0
[pid=1402/tid=1415] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1415/stat : 1415 (python) S 1400 1402 788 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538593806 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 4 0 0 0
[pid=1402/tid=1418] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1418/stat : 1418 (python) S 1400 1402 788 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 5 0 538593809 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.16
Current children cumulated vsize (KiB) 1668968

[startup+19.1008 s]
/proc/loadavg: 5.77 4.47 4.16 9/212 1423
/proc/meminfo: memFree=21189084/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=330188 CPUtime=2.7 cores=0,2,4,6
/proc/1402/stat : 1402 (python) S 1400 1402 788 0 -1 4202496 16735 934 1 0 260 10 0 0 22 0 5 0 538593505 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1402/statm: 82547 9744 1881 364 0 18456 0
[pid=1408] ppid=1402 vsize=289176 CPUtime=0.02 cores=0,2,4,6
/proc/1408/stat : 1408 (python) S 1402 1402 788 0 -1 4202560 991 0 0 0 1 1 0 0 18 0 1 0 538593801 296116224 8228 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965263 0 0 16781312 514 597448230254379266 0 0 17 0 0 0 0
/proc/1408/statm: 72294 8228 381 364 0 8212 0
[pid=1410] ppid=1408 vsize=14336 CPUtime=16.09 cores=0,2,4,6
/proc/1410/stat : 1410 (lingeling) R 1408 1410 1410 0 -1 4202496 4286 0 0 0 1609 0 0 0 25 0 1 0 538593802 14680064 2773 33554432000 4194304 4352236 140736860321536 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1410/statm: 3584 2773 129 39 0 2664 0
[pid=1411] ppid=1402 vsize=299432 CPUtime=0.02 cores=0,2,4,6
/proc/1411/stat : 1411 (python) S 1402 1402 788 0 -1 4202560 922 0 0 0 2 0 0 0 15 0 1 0 538593804 306618368 8221 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 4591995968492110082 0 0 17 6 0 0 0
/proc/1411/statm: 74858 8221 370 364 0 10773 0
[pid=1413] ppid=1411 vsize=84436 CPUtime=16.08 cores=0,2,4,6
/proc/1413/stat : 1413 (cryptominisat-2) R 1411 1413 1413 0 -1 4202496 18184 0 0 0 1606 2 0 0 25 0 1 0 538593804 86462464 12731 33554432000 4194304 4677096 140733626980496 18446744073709551615 4319985 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1413/statm: 21109 12731 393 118 0 16068 0
[pid=1414] ppid=1402 vsize=309688 CPUtime=0.02 cores=0,2,4,6
/proc/1414/stat : 1414 (python) S 1402 1402 788 0 -1 4202560 921 0 0 0 1 1 0 0 18 0 1 0 538593806 317120512 8225 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 597448230254379268 0 0 17 4 0 0 0
/proc/1414/statm: 77422 8225 370 364 0 13334 0
[pid=1416] ppid=1414 vsize=14196 CPUtime=15.96 cores=0,2,4,6
/proc/1416/stat : 1416 (lingeling) R 1414 1416 1416 0 -1 4202496 3722 0 0 0 1596 0 0 0 25 0 1 0 538593806 14536704 2719 33554432000 4194304 4352236 140735480098960 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1416/statm: 3549 2719 129 39 0 2629 0
[pid=1417] ppid=1402 vsize=319944 CPUtime=0 cores=0,2,4,6
/proc/1417/stat : 1417 (python) S 1402 1402 788 0 -1 4202560 911 0 0 0 0 0 0 0 18 0 1 0 538593809 327622656 8229 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 597448230254379267 0 0 17 0 0 0 0
/proc/1417/statm: 79986 8229 370 364 0 15895 0
[pid=1419] ppid=1417 vsize=14832 CPUtime=16.06 cores=0,2,4,6
/proc/1419/stat : 1419 (lingeling) R 1417 1419 1419 0 -1 4202496 3876 0 0 0 1606 0 0 0 25 0 1 0 538593809 15187968 2877 33554432000 4194304 4352236 140733825425504 18446744073709551615 4328479 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/1419/statm: 3708 2877 129 39 0 2788 0
[pid=1402/tid=1409] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1409/stat : 1409 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 21 0 5 0 538593802 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
[pid=1402/tid=1412] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1412/stat : 1412 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 538593804 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 6 0 0 0
[pid=1402/tid=1415] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1415/stat : 1415 (python) S 1400 1402 788 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538593806 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 4 0 0 0
[pid=1402/tid=1418] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1418/stat : 1418 (python) S 1400 1402 788 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 5 0 538593809 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 66.95
Current children cumulated vsize (KiB) 1676228

[startup+19.9006 s]
/proc/loadavg: 5.77 4.47 4.16 9/212 1423
/proc/meminfo: memFree=21155356/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=330188 CPUtime=2.7 cores=0,2,4,6
/proc/1402/stat : 1402 (python) S 1400 1402 788 0 -1 4202496 16735 934 1 0 260 10 0 0 22 0 5 0 538593505 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1402/statm: 82547 9744 1881 364 0 18456 0
[pid=1408] ppid=1402 vsize=289176 CPUtime=0.02 cores=0,2,4,6
/proc/1408/stat : 1408 (python) S 1402 1402 788 0 -1 4202560 991 0 0 0 1 1 0 0 18 0 1 0 538593801 296116224 8228 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965263 0 0 16781312 514 597448230254379266 0 0 17 0 0 0 0
/proc/1408/statm: 72294 8228 381 364 0 8212 0
[pid=1410] ppid=1408 vsize=15436 CPUtime=16.88 cores=0,2,4,6
/proc/1410/stat : 1410 (lingeling) R 1408 1410 1410 0 -1 4202496 4542 0 0 0 1688 0 0 0 25 0 1 0 538593802 15806464 3029 33554432000 4194304 4352236 140736860321536 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1410/statm: 3859 3029 129 39 0 2939 0
[pid=1411] ppid=1402 vsize=299432 CPUtime=0.02 cores=0,2,4,6
/proc/1411/stat : 1411 (python) S 1402 1402 788 0 -1 4202560 922 0 0 0 2 0 0 0 15 0 1 0 538593804 306618368 8221 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 4591995968492110082 0 0 17 6 0 0 0
/proc/1411/statm: 74858 8221 370 364 0 10773 0
[pid=1413] ppid=1411 vsize=84432 CPUtime=16.88 cores=0,2,4,6
/proc/1413/stat : 1413 (cryptominisat-2) R 1411 1413 1413 0 -1 4202496 18695 0 0 0 1686 2 0 0 25 0 1 0 538593804 86458368 12255 33554432000 4194304 4677096 140733626980496 18446744073709551615 4319869 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1413/statm: 21108 12255 393 118 0 16067 0
[pid=1414] ppid=1402 vsize=309688 CPUtime=0.02 cores=0,2,4,6
/proc/1414/stat : 1414 (python) S 1402 1402 788 0 -1 4202560 921 0 0 0 1 1 0 0 18 0 1 0 538593806 317120512 8225 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 597448230254379268 0 0 17 4 0 0 0
/proc/1414/statm: 77422 8225 370 364 0 13334 0
[pid=1416] ppid=1414 vsize=14196 CPUtime=16.75 cores=0,2,4,6
/proc/1416/stat : 1416 (lingeling) R 1414 1416 1416 0 -1 4202496 3722 0 0 0 1675 0 0 0 25 0 1 0 538593806 14536704 2719 33554432000 4194304 4352236 140735480098960 18446744073709551615 4231127 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1416/statm: 3549 2719 129 39 0 2629 0
[pid=1417] ppid=1402 vsize=319944 CPUtime=0.02 cores=0,2,4,6
/proc/1417/stat : 1417 (python) S 1402 1402 788 0 -1 4202560 913 0 0 0 1 1 0 0 18 0 1 0 538593809 327622656 8229 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 597448230254379267 0 0 17 0 0 0 0
/proc/1417/statm: 79986 8229 370 364 0 15895 0
[pid=1419] ppid=1417 vsize=14832 CPUtime=16.86 cores=0,2,4,6
/proc/1419/stat : 1419 (lingeling) R 1417 1419 1419 0 -1 4202496 3876 0 0 0 1686 0 0 0 25 0 1 0 538593809 15187968 2877 33554432000 4194304 4352236 140733825425504 18446744073709551615 4329367 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/1419/statm: 3708 2877 129 39 0 2788 0
[pid=1402/tid=1409] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1409/stat : 1409 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 21 0 5 0 538593802 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
[pid=1402/tid=1412] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1412/stat : 1412 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 538593804 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 6 0 0 0
[pid=1402/tid=1415] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1415/stat : 1415 (python) S 1400 1402 788 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538593806 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 4 0 0 0
[pid=1402/tid=1418] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1418/stat : 1418 (python) S 1400 1402 788 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 5 0 538593809 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 70.15
Current children cumulated vsize (KiB) 1677324

[startup+20.7015 s]
/proc/loadavg: 5.77 4.47 4.16 9/212 1423
/proc/meminfo: memFree=21155356/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=330188 CPUtime=2.7 cores=0,2,4,6
/proc/1402/stat : 1402 (python) S 1400 1402 788 0 -1 4202496 16735 934 1 0 260 10 0 0 22 0 5 0 538593505 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1402/statm: 82547 9744 1881 364 0 18456 0
[pid=1408] ppid=1402 vsize=289176 CPUtime=0.02 cores=0,2,4,6
/proc/1408/stat : 1408 (python) S 1402 1402 788 0 -1 4202560 991 0 0 0 1 1 0 0 18 0 1 0 538593801 296116224 8228 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965263 0 0 16781312 514 597448230254379266 0 0 17 0 0 0 0
/proc/1408/statm: 72294 8228 381 364 0 8212 0
[pid=1410] ppid=1408 vsize=15436 CPUtime=17.68 cores=0,2,4,6
/proc/1410/stat : 1410 (lingeling) R 1408 1410 1410 0 -1 4202496 4542 0 0 0 1768 0 0 0 25 0 1 0 538593802 15806464 3029 33554432000 4194304 4352236 140736860321536 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1410/statm: 3859 3029 129 39 0 2939 0
[pid=1411] ppid=1402 vsize=299432 CPUtime=0.02 cores=0,2,4,6
/proc/1411/stat : 1411 (python) S 1402 1402 788 0 -1 4202560 922 0 0 0 2 0 0 0 15 0 1 0 538593804 306618368 8221 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 4591995968492110082 0 0 17 6 0 0 0
/proc/1411/statm: 74858 8221 370 364 0 10773 0
[pid=1413] ppid=1411 vsize=84432 CPUtime=17.68 cores=0,2,4,6
/proc/1413/stat : 1413 (cryptominisat-2) R 1411 1413 1413 0 -1 4202496 18829 0 0 0 1766 2 0 0 25 0 1 0 538593804 86458368 12389 33554432000 4194304 4677096 140733626980496 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1413/statm: 21108 12389 393 118 0 16067 0
[pid=1414] ppid=1402 vsize=309688 CPUtime=0.02 cores=0,2,4,6
/proc/1414/stat : 1414 (python) S 1402 1402 788 0 -1 4202560 921 0 0 0 1 1 0 0 18 0 1 0 538593806 317120512 8225 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 597448230254379268 0 0 17 4 0 0 0
/proc/1414/statm: 77422 8225 370 364 0 13334 0
[pid=1416] ppid=1414 vsize=14532 CPUtime=17.55 cores=0,2,4,6
/proc/1416/stat : 1416 (lingeling) R 1414 1416 1416 0 -1 4202496 3806 0 0 0 1755 0 0 0 25 0 1 0 538593806 14880768 2803 33554432000 4194304 4352236 140735480098960 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1416/statm: 3633 2803 129 39 0 2713 0
[pid=1417] ppid=1402 vsize=319944 CPUtime=0.02 cores=0,2,4,6
/proc/1417/stat : 1417 (python) S 1402 1402 788 0 -1 4202560 913 0 0 0 1 1 0 0 18 0 1 0 538593809 327622656 8229 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 597448230254379267 0 0 17 0 0 0 0
/proc/1417/statm: 79986 8229 370 364 0 15895 0
[pid=1419] ppid=1417 vsize=14832 CPUtime=17.66 cores=0,2,4,6
/proc/1419/stat : 1419 (lingeling) R 1417 1419 1419 0 -1 4202496 3876 0 0 0 1766 0 0 0 25 0 1 0 538593809 15187968 2877 33554432000 4194304 4352236 140733825425504 18446744073709551615 4277770 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/1419/statm: 3708 2877 129 39 0 2788 0
[pid=1402/tid=1409] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1409/stat : 1409 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 21 0 5 0 538593802 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
[pid=1402/tid=1412] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1412/stat : 1412 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 538593804 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 6 0 0 0
[pid=1402/tid=1415] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1415/stat : 1415 (python) S 1400 1402 788 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538593806 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 4 0 0 0
[pid=1402/tid=1418] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1418/stat : 1418 (python) S 1400 1402 788 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 5 0 538593809 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 73.35
Current children cumulated vsize (KiB) 1677660

[startup+21.1014 s]
/proc/loadavg: 5.77 4.47 4.16 9/212 1423
/proc/meminfo: memFree=21144568/32951124 swapFree=67111524/67111528
[pid=1402] ppid=1400 vsize=330188 CPUtime=2.7 cores=0,2,4,6
/proc/1402/stat : 1402 (python) S 1400 1402 788 0 -1 4202496 16735 934 1 0 260 10 0 0 22 0 5 0 538593505 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1402/statm: 82547 9744 1881 364 0 18456 0
[pid=1408] ppid=1402 vsize=289176 CPUtime=0.02 cores=0,2,4,6
/proc/1408/stat : 1408 (python) S 1402 1402 788 0 -1 4202560 991 0 0 0 1 1 0 0 18 0 1 0 538593801 296116224 8228 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965263 0 0 16781312 514 597448230254379266 0 0 17 0 0 0 0
/proc/1408/statm: 72294 8228 381 364 0 8212 0
[pid=1410] ppid=1408 vsize=15436 CPUtime=18.08 cores=0,2,4,6
/proc/1410/stat : 1410 (lingeling) R 1408 1410 1410 0 -1 4202496 4542 0 0 0 1808 0 0 0 25 0 1 0 538593802 15806464 3029 33554432000 4194304 4352236 140736860321536 18446744073709551615 4234484 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1410/statm: 3859 3029 129 39 0 2939 0
[pid=1411] ppid=1402 vsize=299432 CPUtime=0.02 cores=0,2,4,6
/proc/1411/stat : 1411 (python) S 1402 1402 788 0 -1 4202560 922 0 0 0 2 0 0 0 15 0 1 0 538593804 306618368 8221 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 4591995968492110082 0 0 17 6 0 0 0
/proc/1411/statm: 74858 8221 370 364 0 10773 0
[pid=1413] ppid=1411 vsize=84432 CPUtime=18.08 cores=0,2,4,6
/proc/1413/stat : 1413 (cryptominisat-2) R 1411 1413 1413 0 -1 4202496 18890 0 0 0 1806 2 0 0 25 0 1 0 538593804 86458368 12450 33554432000 4194304 4677096 140733626980496 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1413/statm: 21108 12450 393 118 0 16067 0
[pid=1414] ppid=1402 vsize=309688 CPUtime=0.02 cores=0,2,4,6
/proc/1414/stat : 1414 (python) S 1402 1402 788 0 -1 4202560 921 0 0 0 1 1 0 0 18 0 1 0 538593806 317120512 8225 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 597448230254379268 0 0 17 4 0 0 0
/proc/1414/statm: 77422 8225 370 364 0 13334 0
[pid=1416] ppid=1414 vsize=14532 CPUtime=17.94 cores=0,2,4,6
/proc/1416/stat : 1416 (lingeling) R 1414 1416 1416 0 -1 4202496 3806 0 0 0 1794 0 0 0 25 0 1 0 538593806 14880768 2803 33554432000 4194304 4352236 140735480098960 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1416/statm: 3633 2803 129 39 0 2713 0
[pid=1417] ppid=1402 vsize=319944 CPUtime=0.02 cores=0,2,4,6
/proc/1417/stat : 1417 (python) S 1402 1402 788 0 -1 4202560 913 0 0 0 1 1 0 0 18 0 1 0 538593809 327622656 8229 33554432000 4194304 5683644 140734866060272 18446744073709551615 244446965318 0 0 16781312 514 597448230254379267 0 0 17 0 0 0 0
/proc/1417/statm: 79986 8229 370 364 0 15895 0
[pid=1419] ppid=1417 vsize=15088 CPUtime=18.06 cores=0,2,4,6
/proc/1419/stat : 1419 (lingeling) R 1417 1419 1419 0 -1 4202496 3940 0 0 0 1806 0 0 0 25 0 1 0 538593809 15450112 2941 33554432000 4194304 4352236 140733825425504 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/1419/statm: 3772 2941 129 39 0 2852 0
[pid=1402/tid=1409] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1409/stat : 1409 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 21 0 5 0 538593802 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
[pid=1402/tid=1412] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1412/stat : 1412 (python) S 1400 1402 788 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 538593804 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 6 0 0 0
[pid=1402/tid=1415] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1415/stat : 1415 (python) S 1400 1402 788 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538593806 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 4 0 0 0
[pid=1402/tid=1418] ppid=1400 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/1402/task/1418/stat : 1418 (python) S 1400 1402 788 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 5 0 538593809 338112512 9744 33554432000 4194304 5683644 140734866060272 18446744073709551615 244458768817 0 0 16781312 2 18446604440472733696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 74.94
Current children cumulated vsize (KiB) 1677916

Child status: 0
Real time (s): 21.1679
CPU time (s): 75.2076
CPU user time (s): 74.9906
CPU system time (s): 0.216967
CPU usage (%): 355.291
Max. virtual memory (cumulated for all children) (KiB): 1677916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.9906
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58525
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= 3111
involuntary context switches= 760

runsolver used 0.029995 second user time and 0.092985 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-01 19:12:10
IDJOB=3317826
IDBENCH=83118
IDSOLVER=1706
FILE ID=node105/3317826-1304269930
RUNJOBID= node105-1304267294-806
PBS_JOBID= 13173973
Free space on /tmp= 73388 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom12.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-3317826-1304269930/watcher-3317826-1304269930 -o /tmp/evaluation-result-3317826-1304269930/solver-3317826-1304269930 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317826-1304269930.cnf -seed 1754488358 -budget 4800 -cores 4

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

MD5SUM BENCH= f0a59aeb3af8016fb8ec53aa337c4836
RANDOM SEED=1754488358

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21337384 kB
Buffers:       2190236 kB
Cached:        6532372 kB
SwapCached:          4 kB
Active:        3176296 kB
Inactive:      7870704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21337384 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           34108 kB
Writeback:           0 kB
AnonPages:     2324600 kB
Mapped:          22368 kB
Slab:           494584 kB
PageTables:      13116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3088980 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= 73356 MiB
End job on node105 at 2011-05-01 19:12:32