Trace number 3378937

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)? 4779.33 1199.74

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.66	c INFO: solving HOME/instance-3378937-1305463878.cnf
0.36/0.66	c INFO: computing task features
0.44/0.73	c INFO: computed variable-clause graph statistics
0.44/0.73	c INFO: computed clause balance statistics
0.85/1.14	c INFO: computed variable balance statistics
1.14/1.44	c INFO: computed small-clause counts
1.14/1.44	c INFO: computed Horn-clause counts
1.24/1.56	c INFO: computed variable graph statistics
1.24/1.56	c INFO: collected features for HOME/instance-3378937-1305463878.cnf in 0.90 s
1.24/1.57	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
1.24/1.57	c INFO: running cryptominisat-2.9.0@0 for 582 with 1199 remaining (b = 0.51)
1.24/1.58	c INFO: running lingeling-276@0 for 1199 with 1199 remaining (b = 0.56)
1.24/1.59	c INFO: running lingeling-276@0 for 97 with 1199 remaining (b = 0.21)
396.96/100.89	c INFO: running cryptominisat-2.9.0@0 for 1099 with 1099 remaining (b = 0.38)
2343.99/589.06	c INFO: running lingeling-276@97 for 97 with 611 remaining (b = 0.07)
2352.76/591.27	c INFO: running precosat-570@0 for 609 with 609 remaining (b = 0.32)
2743.99/689.36	c INFO: running precosat-570@0 for 97 with 511 remaining (b = 0.10)
3143.92/789.66	c INFO: running lingeling-276@0 for 411 with 411 remaining (b = 0.16)
4779.10/1199.72	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 4 cores: 1,3,5,7

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: 7.59 6.91 5.29 5/357 26595
/proc/meminfo: memFree=12334660/32950928 swapFree=61888748/67111528
[pid=26595] ppid=26593 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/26595/stat : 26595 (python) R 26593 26595 26250 0 -1 4202496 819 0 0 0 0 0 0 0 17 0 1 0 657986566 15753216 704 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594864640 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/26595/statm: 3881 706 334 364 0 368 0

[startup+0.0808289 s]
/proc/loadavg: 7.59 6.91 5.29 5/357 26595
/proc/meminfo: memFree=12334660/32950928 swapFree=61888748/67111528
[pid=26595] ppid=26593 vsize=50016 CPUtime=0.05 cores=1,3,5,7
/proc/26595/stat : 26595 (python) R 26593 26595 26250 0 -1 4202496 1975 0 0 0 4 1 0 0 17 0 1 0 657986566 51216384 1737 33554432000 4194304 5683644 140736188306512 18446744073709551615 4969253 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26595/statm: 12504 1737 480 364 0 1204 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50016

[startup+0.100826 s]
/proc/loadavg: 7.59 6.91 5.29 5/357 26595
/proc/meminfo: memFree=12334660/32950928 swapFree=61888748/67111528
[pid=26595] ppid=26593 vsize=89772 CPUtime=0.06 cores=1,3,5,7
/proc/26595/stat : 26595 (python) S 26593 26595 26250 0 -1 4202496 2672 0 0 0 4 2 0 0 17 0 1 0 657986566 91926528 2388 33554432000 4194304 5683644 140736188306512 18446744073709551615 235589942919 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/26595/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89772

[startup+0.300793 s]
/proc/loadavg: 7.59 6.91 5.29 5/357 26595
/proc/meminfo: memFree=12334660/32950928 swapFree=61888748/67111528
[pid=26595] ppid=26593 vsize=135752 CPUtime=0.18 cores=1,3,5,7
/proc/26595/stat : 26595 (python) R 26593 26595 26250 0 -1 4202496 5962 930 1 0 13 5 0 0 18 0 1 0 657986566 139010048 4150 33554432000 4194304 5683644 140736188306512 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26595/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700719 s]
/proc/loadavg: 7.59 6.91 5.29 5/357 26595
/proc/meminfo: memFree=12334660/32950928 swapFree=61888748/67111528
[pid=26595] ppid=26593 vsize=280796 CPUtime=0.44 cores=1,3,5,7
/proc/26595/stat : 26595 (python) R 26593 26595 26250 0 -1 4202496 9852 930 1 0 33 11 0 0 17 0 1 0 657986566 287535104 7534 33554432000 4194304 5683644 140736188306512 18446744073709551615 47755220954725 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26595/statm: 70199 7534 1761 364 0 6123 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 280796

[startup+1.50058 s]
/proc/loadavg: 7.59 6.91 5.29 6/358 26601
/proc/meminfo: memFree=12306380/32950928 swapFree=61888748/67111528
[pid=26595] ppid=26593 vsize=282736 CPUtime=1.24 cores=1,3,5,7
/proc/26595/stat : 26595 (python) R 26593 26595 26250 0 -1 4202496 11097 930 1 0 113 11 0 0 18 0 1 0 657986566 289521664 8075 33554432000 4194304 5683644 140736188306512 18446744073709551615 4602366 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26595/statm: 70684 8075 1833 364 0 6608 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 282736

[startup+3.1013 s]
/proc/loadavg: 7.59 6.91 5.29 9/370 26613
/proc/meminfo: memFree=12248500/32950928 swapFree=61888748/67111528
[pid=26595] ppid=26593 vsize=321716 CPUtime=1.34 cores=1,3,5,7
/proc/26595/stat : 26595 (python) S 26593 26595 26250 0 -1 4202496 13782 930 1 0 122 12 0 0 25 0 5 0 657986566 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26595/statm: 80429 7625 1881 364 0 16338 0
[pid=26602] ppid=26595 vsize=280704 CPUtime=0 cores=1,3,5,7
/proc/26602/stat : 26602 (python) S 26595 26595 26250 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 657986723 287440896 6082 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886671 0 0 16781312 514 14542769713911431167 0 0 17 1 0 0 0
/proc/26602/statm: 70176 6082 354 364 0 6094 0
[pid=26604] ppid=26602 vsize=6204 CPUtime=1.52 cores=1,3,5,7
/proc/26604/stat : 26604 (lingeling) R 26602 26604 26604 0 -1 4202496 1541 0 0 0 152 0 0 0 25 0 1 0 657986723 6352896 721 33554432000 4194304 4352236 140735256262080 18446744073709551615 4328441 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26604/statm: 1551 721 129 39 0 631 0
[pid=26605] ppid=26595 vsize=290960 CPUtime=0 cores=1,3,5,7
/proc/26605/stat : 26605 (python) S 26595 26595 26250 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 657986724 297943040 6080 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 14769221555355385855 0 0 17 5 0 0 0
/proc/26605/statm: 72740 6080 348 364 0 8655 0
[pid=26607] ppid=26605 vsize=38092 CPUtime=1.51 cores=1,3,5,7
/proc/26607/stat : 26607 (cryptominisat-2) R 26605 26607 26607 0 -1 4202496 3146 0 0 0 151 0 0 0 25 0 1 0 657986724 39006208 2669 33554432000 4194304 4677096 140734215070464 18446744073709551615 4338202 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26607/statm: 9523 2669 391 118 0 4482 0
[pid=26608] ppid=26595 vsize=301216 CPUtime=0 cores=1,3,5,7
/proc/26608/stat : 26608 (python) S 26595 26595 26250 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 657986725 308445184 6084 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 5413027964109455359 0 0 17 1 0 0 0
/proc/26608/statm: 75304 6084 348 364 0 11216 0
[pid=26610] ppid=26608 vsize=6204 CPUtime=1.5 cores=1,3,5,7
/proc/26610/stat : 26610 (lingeling) R 26608 26610 26610 0 -1 4202496 1544 0 0 0 150 0 0 0 25 0 1 0 657986725 6352896 721 33554432000 4194304 4352236 140733552232256 18446744073709551615 4329360 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26610/statm: 1551 721 129 39 0 631 0
[pid=26611] ppid=26595 vsize=311472 CPUtime=0 cores=1,3,5,7
/proc/26611/stat : 26611 (python) S 26595 26595 26250 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 657986726 318947328 6088 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 13572612880364208127 0 0 17 7 0 0 0
/proc/26611/statm: 77868 6088 348 364 0 13777 0
[pid=26613] ppid=26611 vsize=6204 CPUtime=1.48 cores=1,3,5,7
/proc/26613/stat : 26613 (lingeling) R 26611 26613 26613 0 -1 4202496 1543 0 0 0 148 0 0 0 25 0 1 0 657986726 6352896 721 33554432000 4194304 4352236 140734271235664 18446744073709551615 4277029 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26613/statm: 1551 721 129 39 0 631 0
[pid=26595/tid=26603] ppid=26593 vsize=321716 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26603/stat : 26603 (python) S 26593 26595 26250 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 5 0 657986723 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 5 0 0 0
[pid=26595/tid=26606] ppid=26593 vsize=321716 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26606/stat : 26606 (python) S 26593 26595 26250 0 -1 4202560 23 930 0 0 0 0 0 0 22 0 5 0 657986724 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 5 0 0 0
[pid=26595/tid=26609] ppid=26593 vsize=321716 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26609/stat : 26609 (python) S 26593 26595 26250 0 -1 4202560 23 930 0 0 0 0 0 0 24 0 5 0 657986725 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 1 0 0 0
[pid=26595/tid=26612] ppid=26593 vsize=321716 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26612/stat : 26612 (python) S 26593 26595 26250 0 -1 4202560 28 930 0 0 0 0 0 0 25 0 5 0 657986726 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 1562772

[startup+6.30073 s]
/proc/loadavg: 7.78 6.96 5.32 9/370 26613
/proc/meminfo: memFree=12185256/32950928 swapFree=61888748/67111528
[pid=26595] ppid=26593 vsize=321716 CPUtime=1.34 cores=1,3,5,7
/proc/26595/stat : 26595 (python) S 26593 26595 26250 0 -1 4202496 13782 930 1 0 122 12 0 0 25 0 5 0 657986566 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26595/statm: 80429 7625 1881 364 0 16338 0
[pid=26602] ppid=26595 vsize=280704 CPUtime=0 cores=1,3,5,7
/proc/26602/stat : 26602 (python) S 26595 26595 26250 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 657986723 287440896 6104 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886671 0 0 16781312 514 14542769713911398664 0 0 17 1 0 0 0
/proc/26602/statm: 70176 6104 376 364 0 6094 0
[pid=26604] ppid=26602 vsize=6204 CPUtime=4.72 cores=1,3,5,7
/proc/26604/stat : 26604 (lingeling) R 26602 26604 26604 0 -1 4202496 1541 0 0 0 472 0 0 0 25 0 1 0 657986723 6352896 721 33554432000 4194304 4352236 140735256262080 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26604/statm: 1551 721 129 39 0 631 0
[pid=26605] ppid=26595 vsize=290960 CPUtime=0.01 cores=1,3,5,7
/proc/26605/stat : 26605 (python) S 26595 26595 26250 0 -1 4202560 900 0 0 0 1 0 0 0 15 0 1 0 657986724 297943040 6103 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 14769221555355353351 0 0 17 5 0 0 0
/proc/26605/statm: 72740 6103 371 364 0 8655 0
[pid=26607] ppid=26605 vsize=39352 CPUtime=4.69 cores=1,3,5,7
/proc/26607/stat : 26607 (cryptominisat-2) R 26605 26607 26607 0 -1 4202496 3996 0 0 0 469 0 0 0 25 0 1 0 657986724 40296448 2853 33554432000 4194304 4677096 140734215070464 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26607/statm: 9838 2853 391 118 0 4797 0
[pid=26608] ppid=26595 vsize=301216 CPUtime=0.01 cores=1,3,5,7
/proc/26608/stat : 26608 (python) S 26595 26595 26250 0 -1 4202560 885 0 0 0 0 1 0 0 18 0 1 0 657986725 308445184 6107 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 5413027964109422855 0 0 17 1 0 0 0
/proc/26608/statm: 75304 6107 371 364 0 11216 0
[pid=26610] ppid=26608 vsize=6204 CPUtime=4.66 cores=1,3,5,7
/proc/26610/stat : 26610 (lingeling) R 26608 26610 26610 0 -1 4202496 1544 0 0 0 466 0 0 0 25 0 1 0 657986725 6352896 721 33554432000 4194304 4352236 140733552232256 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26610/statm: 1551 721 129 39 0 631 0
[pid=26611] ppid=26595 vsize=311472 CPUtime=0.01 cores=1,3,5,7
/proc/26611/stat : 26611 (python) S 26595 26595 26250 0 -1 4202560 914 0 0 0 0 1 0 0 18 0 1 0 657986726 318947328 6111 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 13572612880364175624 0 0 17 7 0 0 0
/proc/26611/statm: 77868 6111 371 364 0 13777 0
[pid=26613] ppid=26611 vsize=6204 CPUtime=4.63 cores=1,3,5,7
/proc/26613/stat : 26613 (lingeling) R 26611 26613 26613 0 -1 4202496 1543 0 0 0 463 0 0 0 25 0 1 0 657986726 6352896 721 33554432000 4194304 4352236 140734271235664 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26613/statm: 1551 721 129 39 0 631 0
[pid=26595/tid=26603] ppid=26593 vsize=321716 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26603/stat : 26603 (python) S 26593 26595 26250 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 5 0 657986723 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 5 0 0 0
[pid=26595/tid=26606] ppid=26593 vsize=321716 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26606/stat : 26606 (python) S 26593 26595 26250 0 -1 4202560 23 930 0 0 0 0 0 0 22 0 5 0 657986724 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 5 0 0 0
[pid=26595/tid=26609] ppid=26593 vsize=321716 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26609/stat : 26609 (python) S 26593 26595 26250 0 -1 4202560 23 930 0 0 0 0 0 0 24 0 5 0 657986725 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 1 0 0 0
[pid=26595/tid=26612] ppid=26593 vsize=321716 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26612/stat : 26612 (python) S 26593 26595 26250 0 -1 4202560 28 930 0 0 0 0 0 0 25 0 5 0 657986726 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.07
Current children cumulated vsize (KiB) 1564032

[startup+12.7006 s]
/proc/loadavg: 7.80 6.98 5.33 9/370 26613
/proc/meminfo: memFree=12115184/32950928 swapFree=61888748/67111528
[pid=26595] ppid=26593 vsize=321716 CPUtime=1.34 cores=1,3,5,7
/proc/26595/stat : 26595 (python) S 26593 26595 26250 0 -1 4202496 13782 930 1 0 122 12 0 0 25 0 5 0 657986566 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26595/statm: 80429 7625 1881 364 0 16338 0
[pid=26602] ppid=26595 vsize=280704 CPUtime=0.02 cores=1,3,5,7
/proc/26602/stat : 26602 (python) S 26595 26595 26250 0 -1 4202560 905 0 0 0 1 1 0 0 18 0 1 0 657986723 287440896 6105 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886671 0 0 16781312 514 16231676744485011720 0 0 17 1 0 0 0
/proc/26602/statm: 70176 6105 377 364 0 6094 0
[pid=26604] ppid=26602 vsize=6444 CPUtime=11.12 cores=1,3,5,7
/proc/26604/stat : 26604 (lingeling) R 26602 26604 26604 0 -1 4202496 1704 0 0 0 1112 0 0 0 25 0 1 0 657986723 6598656 781 33554432000 4194304 4352236 140735256262080 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26604/statm: 1611 781 129 39 0 691 0
[pid=26605] ppid=26595 vsize=290960 CPUtime=0.02 cores=1,3,5,7
/proc/26605/stat : 26605 (python) S 26595 26595 26250 0 -1 4202560 907 0 0 0 1 1 0 0 16 0 1 0 657986724 297943040 6103 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 16231676744485011719 0 0 17 5 0 0 0
/proc/26605/statm: 72740 6103 371 364 0 8655 0
[pid=26607] ppid=26605 vsize=43984 CPUtime=11.07 cores=1,3,5,7
/proc/26607/stat : 26607 (cryptominisat-2) R 26605 26607 26607 0 -1 4202496 6260 0 0 0 1107 0 0 0 25 0 1 0 657986724 45039616 4217 33554432000 4194304 4677096 140734215070464 18446744073709551615 4319273 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26607/statm: 10996 4217 393 118 0 5955 0
[pid=26608] ppid=26595 vsize=301216 CPUtime=0.02 cores=1,3,5,7
/proc/26608/stat : 26608 (python) S 26595 26595 26250 0 -1 4202560 889 0 0 0 1 1 0 0 18 0 1 0 657986725 308445184 6107 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 16231676744485011719 0 0 17 1 0 0 0
/proc/26608/statm: 75304 6107 371 364 0 11216 0
[pid=26610] ppid=26608 vsize=6444 CPUtime=11.03 cores=1,3,5,7
/proc/26610/stat : 26610 (lingeling) R 26608 26610 26610 0 -1 4202496 1707 0 0 0 1103 0 0 0 25 0 1 0 657986725 6598656 781 33554432000 4194304 4352236 140733552232256 18446744073709551615 4231316 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26610/statm: 1611 781 129 39 0 691 0
[pid=26611] ppid=26595 vsize=311472 CPUtime=0.02 cores=1,3,5,7
/proc/26611/stat : 26611 (python) S 26595 26595 26250 0 -1 4202560 917 0 0 0 1 1 0 0 18 0 1 0 657986726 318947328 6111 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 16231676744485011720 0 0 17 7 0 0 0
/proc/26611/statm: 77868 6111 371 364 0 13777 0
[pid=26613] ppid=26611 vsize=6204 CPUtime=10.94 cores=1,3,5,7
/proc/26613/stat : 26613 (lingeling) R 26611 26613 26613 0 -1 4202496 1645 0 0 0 1094 0 0 0 25 0 1 0 657986726 6352896 721 33554432000 4194304 4352236 140734271235664 18446744073709551615 4277074 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26613/statm: 1551 721 129 39 0 631 0
[pid=26595/tid=26603] ppid=26593 vsize=321716 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26603/stat : 26603 (python) S 26593 26595 26250 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 5 0 657986723 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 5 0 0 0
[pid=26595/tid=26606] ppid=26593 vsize=321716 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26606/stat : 26606 (python) S 26593 26595 26250 0 -1 4202560 23 930 0 0 0 0 0 0 22 0 5 0 657986724 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 5 0 0 0
[pid=26595/tid=26609] ppid=26593 vsize=321716 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26609/stat : 26609 (python) S 26593 26595 26250 0 -1 4202560 23 930 0 0 0 0 0 0 24 0 5 0 657986725 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 1 0 0 0
[pid=26595/tid=26612] ppid=26593 vsize=321716 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26612/stat : 26612 (python) S 26593 26595 26250 0 -1 4202560 28 930 0 0 0 0 0 0 25 0 5 0 657986726 329437184 7625 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 45.58
Current children cumulated vsize (KiB) 1569144

[startup+25.5014 s]
/proc/loadavg: 7.91 7.04 5.38 9/370 26613
/proc/meminfo: memFree=12131724/32950928 swapFree=61888748/67111528
[pid=26595] ppid=26593 vsize=321716 CPUtime=1.34 cores=1,3,5,7

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

[pid=26659] ppid=26595 vsize=342412 CPUtime=0.29 cores=1,3,5,7
/proc/26659/stat : 26659 (python) S 26595 26595 26250 0 -1 4202560 1100 0 0 0 14 15 0 0 19 0 2 0 658055503 350629888 6196 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26659/statm: 85603 6196 400 364 0 21503 0
[pid=26661] ppid=26659 vsize=13596 CPUtime=98.13 cores=1,3,5,7
/proc/26661/stat : 26661 (precosat) T 26659 26661 26661 0 -1 4202496 3670 0 0 0 9813 0 0 0 25 0 1 0 658055503 13922304 3127 33554432000 4194304 4890832 140736229210128 18446744073709551615 4238559 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/26661/statm: 3399 3127 86 171 0 3226 0
[pid=26659/tid=26668] ppid=26595 vsize=342412 CPUtime=0 cores=1,3,5,7
/proc/26659/task/26668/stat : 26668 (python) S 26595 26595 26250 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658065532 350629888 6196 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 514 18446604471101203648 0 0 -1 7 0 0 0
[pid=26595/tid=26603] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26603/stat : 26603 (python) S 26593 26595 26250 0 -1 4202560 33 930 0 0 0 0 0 0 18 0 8 0 657986723 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 5 0 0 0
[pid=26595/tid=26606] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26606/stat : 26606 (python) S 26593 26595 26250 0 -1 4202560 23 930 0 0 0 0 0 0 22 0 8 0 657986724 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 5 0 0 0
[pid=26595/tid=26609] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26609/stat : 26609 (python) S 26593 26595 26250 0 -1 4202560 23 930 0 0 0 0 0 0 24 0 8 0 657986725 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 1 0 0 0
[pid=26595/tid=26612] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26612/stat : 26612 (python) S 26593 26595 26250 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 8 0 657986726 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
[pid=26595/tid=26619] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26619/stat : 26619 (python) S 26593 26595 26250 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 8 0 657996656 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
[pid=26595/tid=26654] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26654/stat : 26654 (python) S 26593 26595 26250 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 8 0 658045694 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
[pid=26595/tid=26660] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26660/stat : 26660 (python) S 26593 26595 26250 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 8 0 658055503 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4776.7
Current children cumulated vsize (KiB) 2830180

[startup+1199.5 s]
/proc/loadavg: 7.58 7.88 7.27 9/383 26853
/proc/meminfo: memFree=12741144/32950928 swapFree=61888748/67111528
[pid=26595] ppid=26593 vsize=352656 CPUtime=1.37 cores=1,3,5,7
/proc/26595/stat : 26595 (python) S 26593 26595 26250 0 -1 4202496 16618 930 1 0 124 13 0 0 18 0 8 0 657986566 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26595/statm: 88164 7689 1888 364 0 24064 0
[pid=26602] ppid=26595 vsize=290948 CPUtime=2.65 cores=1,3,5,7
/proc/26602/stat : 26602 (python) S 26595 26595 26250 0 -1 4202560 1204 0 0 0 135 130 0 0 18 0 2 0 657986723 297930752 6149 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26602/statm: 72737 6149 416 364 0 8655 0
[pid=26604] ppid=26602 vsize=13220 CPUtime=996.23 cores=1,3,5,7
/proc/26604/stat : 26604 (lingeling) R 26602 26604 26604 0 -1 4202496 10950 0 0 0 99622 1 0 0 25 0 1 0 657986723 13537280 2475 33554432000 4194304 4352236 140735256262080 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26604/statm: 3305 2475 129 39 0 2385 0
[pid=26602/tid=26651] ppid=26595 vsize=290948 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26651/stat : 26651 (python) S 26595 26595 26250 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658045470 297930752 6149 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 514 18446604469183597568 0 0 -1 1 0 0 0
[pid=26605] ppid=26595 vsize=290960 CPUtime=1.66 cores=1,3,5,7
/proc/26605/stat : 26605 (python) S 26595 26595 26250 0 -1 4202560 1138 0 0 0 88 78 0 0 16 0 2 0 657986724 297943040 6134 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26605/statm: 72740 6134 401 364 0 8655 0
[pid=26607] ppid=26605 vsize=88348 CPUtime=588.01 cores=1,3,5,7
/proc/26607/stat : 26607 (cryptominisat-2) T 26605 26607 26607 0 -1 4202496 79725 0 0 0 58779 22 0 0 25 0 1 0 657986724 90468352 16516 33554432000 4194304 4677096 140734215070464 18446744073709551615 4319799 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/26607/statm: 22087 16516 393 118 0 17046 0
[pid=26605/tid=26652] ppid=26595 vsize=290960 CPUtime=0 cores=1,3,5,7
/proc/26605/task/26652/stat : 26652 (python) S 26595 26595 26250 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658045693 297943040 6134 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 514 18446604469236322496 0 0 -1 5 0 0 0
[pid=26608] ppid=26595 vsize=301216 CPUtime=3.25 cores=1,3,5,7
/proc/26608/stat : 26608 (python) S 26595 26595 26250 0 -1 4202560 964 0 0 0 165 160 0 0 18 0 1 0 657986725 308445184 6107 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 16231676744485011719 0 0 17 1 0 0 0
/proc/26608/statm: 75304 6107 371 364 0 11216 0
[pid=26610] ppid=26608 vsize=14308 CPUtime=1193.12 cores=1,3,5,7
/proc/26610/stat : 26610 (lingeling) R 26608 26610 26610 0 -1 4202496 10393 0 0 0 119309 3 0 0 25 0 1 0 657986725 14651392 2747 33554432000 4194304 4352236 140733552232256 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26610/statm: 3577 2747 129 39 0 2657 0
[pid=26611] ppid=26595 vsize=311472 CPUtime=0.56 cores=1,3,5,7
/proc/26611/stat : 26611 (python) S 26595 26595 26250 0 -1 4202560 1149 0 0 0 30 26 0 0 18 0 2 0 657986726 318947328 6141 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26611/statm: 77868 6141 400 364 0 13777 0
[pid=26613] ppid=26611 vsize=9108 CPUtime=198.11 cores=1,3,5,7
/proc/26613/stat : 26613 (lingeling) T 26611 26613 26613 0 -1 4202496 2840 0 0 0 19811 0 0 0 25 0 1 0 657986726 9326592 1468 33554432000 4194304 4352236 140734271235664 18446744073709551615 4276475 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/26613/statm: 2277 1468 129 39 0 1357 0
[pid=26611/tid=26617] ppid=26595 vsize=311472 CPUtime=0 cores=1,3,5,7
/proc/26611/task/26617/stat : 26617 (python) S 26595 26595 26250 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 657996655 318947328 6141 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 514 18446604460367780736 0 0 -1 7 0 0 0
[pid=26618] ppid=26595 vsize=321728 CPUtime=3.1 cores=1,3,5,7
/proc/26618/stat : 26618 (python) S 26595 26595 26250 0 -1 4202560 1015 0 0 0 156 154 0 0 15 0 1 0 657996656 329449472 6124 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 16231676744485011716 0 0 17 7 0 0 0
/proc/26618/statm: 80432 6124 380 364 0 16338 0
[pid=26620] ppid=26618 vsize=124188 CPUtime=1083.87 cores=1,3,5,7
/proc/26620/stat : 26620 (cryptominisat-2) R 26618 26620 26620 0 -1 4202496 84046 0 0 0 108359 28 0 0 25 0 1 0 657996656 127168512 25908 33554432000 4194304 4677096 140736747925456 18446744073709551615 4336170 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/26620/statm: 31047 25908 393 118 0 26006 0
[pid=26653] ppid=26595 vsize=331984 CPUtime=1.73 cores=1,3,5,7
/proc/26653/stat : 26653 (python) S 26595 26595 26250 0 -1 4202560 983 0 0 0 91 82 0 0 18 0 1 0 658045693 339951616 6147 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 16231676744485011718 0 0 17 7 0 0 0
/proc/26653/statm: 82996 6147 371 364 0 18899 0
[pid=26655] ppid=26653 vsize=24036 CPUtime=606.22 cores=1,3,5,7
/proc/26655/stat : 26655 (precosat) R 26653 26655 26655 0 -1 4202496 7172 0 0 0 60621 1 0 0 25 0 1 0 658045694 24612864 5647 33554432000 4194304 4890832 140736580326352 18446744073709551615 4229367 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/26655/statm: 6009 5647 86 171 0 5836 0
[pid=26659] ppid=26595 vsize=342412 CPUtime=0.29 cores=1,3,5,7
/proc/26659/stat : 26659 (python) S 26595 26595 26250 0 -1 4202560 1100 0 0 0 14 15 0 0 19 0 2 0 658055503 350629888 6196 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26659/statm: 85603 6196 400 364 0 21503 0
[pid=26661] ppid=26659 vsize=13596 CPUtime=98.13 cores=1,3,5,7
/proc/26661/stat : 26661 (precosat) T 26659 26661 26661 0 -1 4202496 3670 0 0 0 9813 0 0 0 25 0 1 0 658055503 13922304 3127 33554432000 4194304 4890832 140736229210128 18446744073709551615 4238559 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/26661/statm: 3399 3127 86 171 0 3226 0
[pid=26659/tid=26668] ppid=26595 vsize=342412 CPUtime=0 cores=1,3,5,7
/proc/26659/task/26668/stat : 26668 (python) S 26595 26595 26250 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658065532 350629888 6196 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 514 18446604471101203648 0 0 -1 7 0 0 0
[pid=26595/tid=26603] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26603/stat : 26603 (python) S 26593 26595 26250 0 -1 4202560 33 930 0 0 0 0 0 0 18 0 8 0 657986723 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 5 0 0 0
[pid=26595/tid=26606] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26606/stat : 26606 (python) S 26593 26595 26250 0 -1 4202560 23 930 0 0 0 0 0 0 22 0 8 0 657986724 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 5 0 0 0
[pid=26595/tid=26609] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26609/stat : 26609 (python) S 26593 26595 26250 0 -1 4202560 23 930 0 0 0 0 0 0 24 0 8 0 657986725 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 1 0 0 0
[pid=26595/tid=26612] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26612/stat : 26612 (python) S 26593 26595 26250 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 8 0 657986726 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
[pid=26595/tid=26619] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26619/stat : 26619 (python) S 26593 26595 26250 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 8 0 657996656 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
[pid=26595/tid=26654] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26654/stat : 26654 (python) S 26593 26595 26250 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 8 0 658045694 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
[pid=26595/tid=26660] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26660/stat : 26660 (python) S 26593 26595 26250 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 8 0 658055503 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4778.3
Current children cumulated vsize (KiB) 2830180

[startup+1199.7 s]
/proc/loadavg: 7.58 7.88 7.27 9/383 26853
/proc/meminfo: memFree=12741144/32950928 swapFree=61888748/67111528
[pid=26595] ppid=26593 vsize=352656 CPUtime=1.38 cores=1,3,5,7
/proc/26595/stat : 26595 (python) R 26593 26595 26250 0 -1 4202496 16625 930 1 0 125 13 0 0 18 0 8 0 657986566 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594522508 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26595/statm: 88164 7689 1888 364 0 24064 0
[pid=26602] ppid=26595 vsize=290948 CPUtime=2.66 cores=1,3,5,7
/proc/26602/stat : 26602 (python) S 26595 26595 26250 0 -1 4202560 1204 0 0 0 135 131 0 0 18 0 2 0 657986723 297930752 6149 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26602/statm: 72737 6149 416 364 0 8655 0
[pid=26604] ppid=26602 vsize=13220 CPUtime=996.41 cores=1,3,5,7
/proc/26604/stat : 26604 (lingeling) T 26602 26604 26604 0 -1 4202496 10950 0 0 0 99640 1 0 0 25 0 1 0 657986723 13537280 2475 33554432000 4194304 4352236 140735256262080 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/26604/statm: 3305 2475 129 39 0 2385 0
[pid=26602/tid=26651] ppid=26595 vsize=290948 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26651/stat : 26651 (python) S 26595 26595 26250 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 658045470 297930752 6149 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 514 18446604469183597568 0 0 -1 1 0 0 0
[pid=26605] ppid=26595 vsize=290960 CPUtime=1.66 cores=1,3,5,7
/proc/26605/stat : 26605 (python) S 26595 26595 26250 0 -1 4202560 1138 0 0 0 88 78 0 0 16 0 2 0 657986724 297943040 6134 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26605/statm: 72740 6134 401 364 0 8655 0
[pid=26607] ppid=26605 vsize=88348 CPUtime=588.01 cores=1,3,5,7
/proc/26607/stat : 26607 (cryptominisat-2) T 26605 26607 26607 0 -1 4202496 79725 0 0 0 58779 22 0 0 25 0 1 0 657986724 90468352 16516 33554432000 4194304 4677096 140734215070464 18446744073709551615 4319799 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/26607/statm: 22087 16516 393 118 0 17046 0
[pid=26605/tid=26652] ppid=26595 vsize=290960 CPUtime=0 cores=1,3,5,7
/proc/26605/task/26652/stat : 26652 (python) S 26595 26595 26250 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658045693 297943040 6134 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 514 18446604469236322496 0 0 -1 5 0 0 0
[pid=26608] ppid=26595 vsize=301216 CPUtime=3.25 cores=1,3,5,7
/proc/26608/stat : 26608 (python) S 26595 26595 26250 0 -1 4202560 964 0 0 0 165 160 0 0 18 0 1 0 657986725 308445184 6107 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 16231676744485011719 0 0 17 1 0 0 0
/proc/26608/statm: 75304 6107 371 364 0 11216 0
[pid=26610] ppid=26608 vsize=14308 CPUtime=1193.32 cores=1,3,5,7
/proc/26610/stat : 26610 (lingeling) R 26608 26610 26610 0 -1 4202496 10393 0 0 0 119329 3 0 0 25 0 1 0 657986725 14651392 2747 33554432000 4194304 4352236 140733552232256 18446744073709551615 4231147 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26610/statm: 3577 2747 129 39 0 2657 0
[pid=26611] ppid=26595 vsize=311472 CPUtime=0.56 cores=1,3,5,7
/proc/26611/stat : 26611 (python) S 26595 26595 26250 0 -1 4202560 1149 0 0 0 30 26 0 0 18 0 2 0 657986726 318947328 6141 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26611/statm: 77868 6141 400 364 0 13777 0
[pid=26613] ppid=26611 vsize=9108 CPUtime=198.11 cores=1,3,5,7
/proc/26613/stat : 26613 (lingeling) T 26611 26613 26613 0 -1 4202496 2840 0 0 0 19811 0 0 0 25 0 1 0 657986726 9326592 1468 33554432000 4194304 4352236 140734271235664 18446744073709551615 4276475 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/26613/statm: 2277 1468 129 39 0 1357 0
[pid=26611/tid=26617] ppid=26595 vsize=311472 CPUtime=0 cores=1,3,5,7
/proc/26611/task/26617/stat : 26617 (python) S 26595 26595 26250 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 657996655 318947328 6141 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 514 18446604460367780736 0 0 -1 7 0 0 0
[pid=26618] ppid=26595 vsize=321728 CPUtime=3.1 cores=1,3,5,7
/proc/26618/stat : 26618 (python) S 26595 26595 26250 0 -1 4202560 1015 0 0 0 156 154 0 0 15 0 1 0 657996656 329449472 6124 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 16231676744485011716 0 0 17 7 0 0 0
/proc/26618/statm: 80432 6124 380 364 0 16338 0
[pid=26620] ppid=26618 vsize=124188 CPUtime=1084.07 cores=1,3,5,7
/proc/26620/stat : 26620 (cryptominisat-2) R 26618 26620 26620 0 -1 4202496 84046 0 0 0 108379 28 0 0 25 0 1 0 657996656 127168512 25908 33554432000 4194304 4677096 140736747925456 18446744073709551615 4319322 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26620/statm: 31047 25908 393 118 0 26006 0
[pid=26653] ppid=26595 vsize=331984 CPUtime=1.73 cores=1,3,5,7
/proc/26653/stat : 26653 (python) S 26595 26595 26250 0 -1 4202560 983 0 0 0 91 82 0 0 18 0 1 0 658045693 339951616 6147 33554432000 4194304 5683644 140736188306512 18446744073709551615 235594886726 0 0 16781312 514 16231676744485011718 0 0 17 7 0 0 0
/proc/26653/statm: 82996 6147 371 364 0 18899 0
[pid=26655] ppid=26653 vsize=24036 CPUtime=606.42 cores=1,3,5,7
/proc/26655/stat : 26655 (precosat) R 26653 26655 26655 0 -1 4202496 7172 0 0 0 60641 1 0 0 25 0 1 0 658045694 24612864 5647 33554432000 4194304 4890832 140736580326352 18446744073709551615 4238439 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/26655/statm: 6009 5647 86 171 0 5836 0
[pid=26659] ppid=26595 vsize=342412 CPUtime=0.29 cores=1,3,5,7
/proc/26659/stat : 26659 (python) S 26595 26595 26250 0 -1 4202560 1100 0 0 0 14 15 0 0 19 0 2 0 658055503 350629888 6196 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26659/statm: 85603 6196 400 364 0 21503 0
[pid=26661] ppid=26659 vsize=13596 CPUtime=98.13 cores=1,3,5,7
/proc/26661/stat : 26661 (precosat) T 26659 26661 26661 0 -1 4202496 3670 0 0 0 9813 0 0 0 25 0 1 0 658055503 13922304 3127 33554432000 4194304 4890832 140736229210128 18446744073709551615 4238559 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/26661/statm: 3399 3127 86 171 0 3226 0
[pid=26659/tid=26668] ppid=26595 vsize=342412 CPUtime=0 cores=1,3,5,7
/proc/26659/task/26668/stat : 26668 (python) S 26595 26595 26250 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658065532 350629888 6196 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 514 18446604471101203648 0 0 -1 7 0 0 0
[pid=26595/tid=26603] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26603/stat : 26603 (python) S 26593 26595 26250 0 -1 4202560 33 930 0 0 0 0 0 0 18 0 8 0 657986723 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 5 0 0 0
[pid=26595/tid=26606] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26606/stat : 26606 (python) S 26593 26595 26250 0 -1 4202560 23 930 0 0 0 0 0 0 22 0 8 0 657986724 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 5 0 0 0
[pid=26595/tid=26609] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26609/stat : 26609 (python) S 26593 26595 26250 0 -1 4202560 23 930 0 0 0 0 0 0 24 0 8 0 657986725 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 1 0 0 0
[pid=26595/tid=26612] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26612/stat : 26612 (python) S 26593 26595 26250 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 8 0 657986726 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
[pid=26595/tid=26619] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26619/stat : 26619 (python) S 26593 26595 26250 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 8 0 657996656 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
[pid=26595/tid=26654] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26654/stat : 26654 (python) S 26593 26595 26250 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 8 0 658045694 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
[pid=26595/tid=26660] ppid=26593 vsize=352656 CPUtime=0 cores=1,3,5,7
/proc/26595/task/26660/stat : 26660 (python) S 26593 26595 26250 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 8 0 658055503 361119744 7689 33554432000 4194304 5683644 140736188306512 18446744073709551615 235606690225 0 0 16781312 2 18446604463428486400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4779.1
Current children cumulated vsize (KiB) 2830180

Child status: 0
Real time (s): 1199.74
CPU time (s): 4779.33
CPU user time (s): 4772.08
CPU system time (s): 7.2499
CPU usage (%): 398.363
Max. virtual memory (cumulated for all children) (KiB): 2877388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4772.08
system time used= 7.2499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228717
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= 9019
involuntary context switches= 29008

runsolver used 4.36234 second user time and 10.2904 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 14:51:18
IDJOB=3378937
IDBENCH=70775
IDSOLVER=1860
FILE ID=node120/3378937-1305463878
RUNJOBID= node120-1305463247-26269
PBS_JOBID= 13324988
Free space on /tmp= 73604 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate032.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-3378937-1305463878/watcher-3378937-1305463878 -o /tmp/evaluation-result-3378937-1305463878/solver-3378937-1305463878 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378937-1305463878.cnf -seed 218109214 -budget 4800 -cores 4

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=218109214

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12334940 kB
Buffers:         39560 kB
Cached:         981092 kB
SwapCached:      75492 kB
Active:        8228720 kB
Inactive:     12170400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12334940 kB
SwapTotal:    67111528 kB
SwapFree:     61888748 kB
Dirty:           32328 kB
Writeback:           0 kB
AnonPages:    19308640 kB
Mapped:          26552 kB
Slab:            83556 kB
PageTables:      69212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 60441396 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= 73580 MiB
End job on node120 at 2011-05-15 15:11:18