Trace number 3317827

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 262.832 68.3659

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.8988
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

Solver Data

0.39/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/0.66	c INFO: solving HOME/instance-3317827-1304269927.cnf
0.39/0.66	c INFO: computing task features
0.57/0.87	c INFO: computed variable-clause graph statistics
0.57/0.87	c INFO: computed clause balance statistics
1.67/1.90	c INFO: computed variable balance statistics
2.47/2.70	c INFO: computed small-clause counts
2.47/2.71	c INFO: computed Horn-clause counts
2.97/3.25	c INFO: computed variable graph statistics
2.97/3.25	c INFO: collected features for HOME/instance-3317827-1304269927.cnf in 2.58 s
2.97/3.28	c INFO: running lingeling-276@0 for 97 with 4797 remaining (b = 0.31)
2.97/3.30	c INFO: running cryptominisat-2.9.0@0 for 485 with 4797 remaining (b = 0.33)
3.08/3.32	c INFO: running lingeling-276@0 for 1261 with 4797 remaining (b = 0.49)
3.08/3.35	c INFO: running lingeling-276@0 for 1261 with 4797 remaining (b = 0.43)
262.56/68.34	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-3317827-1304269927/watcher-3317827-1304269927 -o /tmp/evaluation-result-3317827-1304269927/solver-3317827-1304269927 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317827-1304269927.cnf -seed 1417511834 -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: 8.13 7.62 6.79 6/197 7485
/proc/meminfo: memFree=26115684/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=15188 CPUtime=0 cores=1,3,5,7
/proc/7485/stat : 7485 (python) R 7483 7485 6903 0 -1 4202496 713 0 0 0 0 0 0 0 25 0 1 0 538593130 15552512 604 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640855476 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7485/statm: 3797 607 319 364 0 284 0

[startup+0.102665 s]
/proc/loadavg: 8.13 7.62 6.79 6/197 7485
/proc/meminfo: memFree=26115684/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=91832 CPUtime=0.06 cores=1,3,5,7
/proc/7485/stat : 7485 (python) R 7483 7485 6903 0 -1 4202496 2679 0 0 0 5 1 0 0 17 0 1 0 538593130 94035968 2394 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640859280 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7485/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91832

[startup+0.200648 s]
/proc/loadavg: 8.13 7.62 6.79 6/197 7485
/proc/meminfo: memFree=26115684/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=124236 CPUtime=0.13 cores=1,3,5,7
/proc/7485/stat : 7485 (python) R 7483 7485 6903 0 -1 4202496 4265 0 1 0 9 4 0 0 17 0 1 0 538593130 127217664 3872 33554432000 4194304 5683644 140734663206384 18446744073709551615 5099287 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7485/statm: 31059 3872 996 364 0 2870 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 124236

[startup+0.300647 s]
/proc/loadavg: 8.13 7.62 6.79 6/197 7485
/proc/meminfo: memFree=26115684/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=135752 CPUtime=0.2 cores=1,3,5,7
/proc/7485/stat : 7485 (python) R 7483 7485 6903 0 -1 4202496 5963 937 1 0 15 5 0 0 17 0 1 0 538593130 139010048 4150 33554432000 4194304 5683644 140734663206384 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7485/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+0.700554 s]
/proc/loadavg: 8.13 7.62 6.79 6/197 7485
/proc/meminfo: memFree=26115684/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=281372 CPUtime=0.47 cores=1,3,5,7
/proc/7485/stat : 7485 (python) R 7483 7485 6903 0 -1 4202496 9990 937 1 0 34 13 0 0 15 0 1 0 538593130 288124928 7672 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640546014 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7485/statm: 70343 7672 1761 364 0 6267 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 281372

[startup+1.50041 s]
/proc/loadavg: 7.96 7.59 6.79 6/198 7491
/proc/meminfo: memFree=26078724/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=292120 CPUtime=1.27 cores=1,3,5,7
/proc/7485/stat : 7485 (python) R 7483 7485 6903 0 -1 4202496 14265 937 1 0 114 13 0 0 16 0 1 0 538593130 299130880 10414 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640514557 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7485/statm: 73030 10414 1826 364 0 8954 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 292120

[startup+3.10012 s]
/proc/loadavg: 7.96 7.59 6.79 6/198 7491
/proc/meminfo: memFree=26077608/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=292120 CPUtime=2.87 cores=1,3,5,7
/proc/7485/stat : 7485 (python) R 7483 7485 6903 0 -1 4202496 14272 937 1 0 274 13 0 0 18 0 1 0 538593130 299130880 10421 33554432000 4194304 5683644 140734663206384 18446744073709551615 47950850336908 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7485/statm: 73030 10421 1833 364 0 8954 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 292120

[startup+6.3015 s]
/proc/loadavg: 7.96 7.59 6.79 9/210 7503
/proc/meminfo: memFree=26010548/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=332496 CPUtime=3.11 cores=1,3,5,7
/proc/7485/stat : 7485 (python) S 7483 7485 6903 0 -1 4202496 17036 937 1 0 297 14 0 0 25 0 5 0 538593130 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7485/statm: 83124 10320 1881 364 0 19033 0
[pid=7492] ppid=7485 vsize=291484 CPUtime=0 cores=1,3,5,7
/proc/7492/stat : 7492 (python) S 7485 7485 6903 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 538593458 298479616 8781 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879631 0 0 16781312 514 2544077496433737992 0 0 17 7 0 0 0
/proc/7492/statm: 72871 8781 358 364 0 8789 0
[pid=7494] ppid=7492 vsize=10576 CPUtime=3 cores=1,3,5,7
/proc/7494/stat : 7494 (lingeling) R 7492 7494 7494 0 -1 4202496 2857 0 0 0 300 0 0 0 25 0 1 0 538593459 10829824 1813 33554432000 4194304 4352236 140736831983696 18446744073709551615 4279064 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7494/statm: 2644 1813 129 39 0 1724 0
[pid=7495] ppid=7485 vsize=301740 CPUtime=0 cores=1,3,5,7
/proc/7495/stat : 7495 (python) S 7485 7485 6903 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 538593461 308981760 8774 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 4443385976881905928 0 0 17 7 0 0 0
/proc/7495/statm: 75435 8774 347 364 0 11350 0
[pid=7497] ppid=7495 vsize=68856 CPUtime=2.97 cores=1,3,5,7
/proc/7497/stat : 7497 (cryptominisat-2) R 7495 7497 7497 0 -1 4202496 12146 0 0 0 295 2 0 0 25 0 1 0 538593461 70508544 10224 33554432000 4194304 4677096 140734489137936 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/7497/statm: 17214 10224 392 118 0 12173 0
[pid=7498] ppid=7485 vsize=311996 CPUtime=0 cores=1,3,5,7
/proc/7498/stat : 7498 (python) S 7485 7485 6903 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 538593463 319483904 8778 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 4435597586266554629 0 0 17 5 0 0 0
/proc/7498/statm: 77999 8778 347 364 0 13911 0
[pid=7500] ppid=7498 vsize=10768 CPUtime=2.96 cores=1,3,5,7
/proc/7500/stat : 7500 (lingeling) R 7498 7500 7500 0 -1 4202496 3420 0 0 0 296 0 0 0 25 0 1 0 538593463 11026432 1862 33554432000 4194304 4352236 140735174197440 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7500/statm: 2692 1862 129 39 0 1772 0
[pid=7501] ppid=7485 vsize=322252 CPUtime=0 cores=1,3,5,7
/proc/7501/stat : 7501 (python) S 7485 7485 6903 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 538593466 329986048 8782 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 4444661135492219142 0 0 17 3 0 0 0
/proc/7501/statm: 80563 8782 347 364 0 16472 0
[pid=7503] ppid=7501 vsize=10624 CPUtime=2.94 cores=1,3,5,7
/proc/7503/stat : 7503 (lingeling) R 7501 7503 7503 0 -1 4202496 3389 0 0 0 294 0 0 0 25 0 1 0 538593466 10878976 1826 33554432000 4194304 4352236 140736107015072 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/7503/statm: 2656 1826 129 39 0 1736 0
[pid=7485/tid=7493] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7493/stat : 7493 (python) S 7483 7485 6903 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 5 0 538593459 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 1 0 0 0
[pid=7485/tid=7496] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7496/stat : 7496 (python) S 7483 7485 6903 0 -1 4202560 20 937 0 0 0 0 0 0 23 0 5 0 538593461 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 7 0 0 0
[pid=7485/tid=7499] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7499/stat : 7499 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593463 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 5 0 0 0
[pid=7485/tid=7502] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7502/stat : 7502 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593466 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 1660792

[startup+12.7013 s]
/proc/loadavg: 7.97 7.60 6.80 9/210 7503
/proc/meminfo: memFree=25991468/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=332496 CPUtime=3.11 cores=1,3,5,7
/proc/7485/stat : 7485 (python) S 7483 7485 6903 0 -1 4202496 17036 937 1 0 297 14 0 0 25 0 5 0 538593130 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7485/statm: 83124 10320 1881 364 0 19033 0
[pid=7492] ppid=7485 vsize=291484 CPUtime=0 cores=1,3,5,7
/proc/7492/stat : 7492 (python) S 7485 7485 6903 0 -1 4202560 985 0 0 0 0 0 0 0 18 0 1 0 538593458 298479616 8803 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879631 0 0 16781312 514 2544077496433737992 0 0 17 7 0 0 0
/proc/7492/statm: 72871 8803 380 364 0 8789 0
[pid=7494] ppid=7492 vsize=11488 CPUtime=9.4 cores=1,3,5,7
/proc/7494/stat : 7494 (lingeling) R 7492 7494 7494 0 -1 4202496 3087 0 0 0 940 0 0 0 25 0 1 0 538593459 11763712 2043 33554432000 4194304 4352236 140736831983696 18446744073709551615 4276771 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7494/statm: 2872 2043 129 39 0 1952 0
[pid=7495] ppid=7485 vsize=301740 CPUtime=0.02 cores=1,3,5,7
/proc/7495/stat : 7495 (python) S 7485 7485 6903 0 -1 4202560 919 0 0 0 1 1 0 0 15 0 1 0 538593461 308981760 8797 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 7664334917412552968 0 0 17 7 0 0 0
/proc/7495/statm: 75435 8797 370 364 0 11350 0
[pid=7497] ppid=7495 vsize=93316 CPUtime=9.3 cores=1,3,5,7
/proc/7497/stat : 7497 (cryptominisat-2) R 7495 7497 7497 0 -1 4202496 17136 0 0 0 927 3 0 0 25 0 1 0 538593461 95555584 12825 33554432000 4194304 4677096 140734489137936 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/7497/statm: 23329 12825 393 118 0 18288 0
[pid=7498] ppid=7485 vsize=311996 CPUtime=0 cores=1,3,5,7
/proc/7498/stat : 7498 (python) S 7485 7485 6903 0 -1 4202560 924 0 0 0 0 0 0 0 18 0 1 0 538593463 319483904 8801 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 4435597586266554629 0 0 17 5 0 0 0
/proc/7498/statm: 77999 8801 370 364 0 13911 0
[pid=7500] ppid=7498 vsize=11724 CPUtime=9.35 cores=1,3,5,7
/proc/7500/stat : 7500 (lingeling) R 7498 7500 7500 0 -1 4202496 3659 0 0 0 935 0 0 0 25 0 1 0 538593463 12005376 2101 33554432000 4194304 4352236 140735174197440 18446744073709551615 4207831 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7500/statm: 2931 2101 129 39 0 2011 0
[pid=7501] ppid=7485 vsize=322252 CPUtime=0 cores=1,3,5,7
/proc/7501/stat : 7501 (python) S 7485 7485 6903 0 -1 4202560 940 0 0 0 0 0 0 0 18 0 1 0 538593466 329986048 8805 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 4444661135492219142 0 0 17 3 0 0 0
/proc/7501/statm: 80563 8805 370 364 0 16472 0
[pid=7503] ppid=7501 vsize=11804 CPUtime=9.33 cores=1,3,5,7
/proc/7503/stat : 7503 (lingeling) R 7501 7503 7503 0 -1 4202496 3684 0 0 0 933 0 0 0 25 0 1 0 538593466 12087296 2121 33554432000 4194304 4352236 140736107015072 18446744073709551615 4234441 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/7503/statm: 2951 2121 129 39 0 2031 0
[pid=7485/tid=7493] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7493/stat : 7493 (python) S 7483 7485 6903 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 5 0 538593459 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 1 0 0 0
[pid=7485/tid=7496] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7496/stat : 7496 (python) S 7483 7485 6903 0 -1 4202560 20 937 0 0 0 0 0 0 23 0 5 0 538593461 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 7 0 0 0
[pid=7485/tid=7499] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7499/stat : 7499 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593463 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 5 0 0 0
[pid=7485/tid=7502] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7502/stat : 7502 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593466 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40.51
Current children cumulated vsize (KiB) 1688300

[startup+25.501 s]
/proc/loadavg: 7.97 7.62 6.81 9/213 7506
/proc/meminfo: memFree=25882868/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=332496 CPUtime=3.11 cores=1,3,5,7
/proc/7485/stat : 7485 (python) S 7483 7485 6903 0 -1 4202496 17036 937 1 0 297 14 0 0 25 0 5 0 538593130 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7485/statm: 83124 10320 1881 364 0 19033 0
[pid=7492] ppid=7485 vsize=291484 CPUtime=0.02 cores=1,3,5,7
/proc/7492/stat : 7492 (python) S 7485 7485 6903 0 -1 4202560 996 0 0 0 1 1 0 0 18 0 1 0 538593458 298479616 8804 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879631 0 0 16781312 514 7664334917412552968 0 0 17 7 0 0 0
/proc/7492/statm: 72871 8804 381 364 0 8789 0
[pid=7494] ppid=7492 vsize=16360 CPUtime=22.2 cores=1,3,5,7
/proc/7494/stat : 7494 (lingeling) R 7492 7494 7494 0 -1 4202496 5200 0 0 0 2220 0 0 0 25 0 1 0 538593459 16752640 3132 33554432000 4194304 4352236 140736831983696 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7494/statm: 4090 3132 129 39 0 3170 0
[pid=7495] ppid=7485 vsize=301740 CPUtime=0.03 cores=1,3,5,7
/proc/7495/stat : 7495 (python) S 7485 7485 6903 0 -1 4202560 925 0 0 0 2 1 0 0 15 0 1 0 538593461 308981760 8797 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 4443385976881905928 0 0 17 7 0 0 0
/proc/7495/statm: 75435 8797 370 364 0 11350 0
[pid=7497] ppid=7495 vsize=87120 CPUtime=21.97 cores=1,3,5,7
/proc/7497/stat : 7497 (cryptominisat-2) R 7495 7497 7497 0 -1 4202496 22680 0 0 0 2193 4 0 0 25 0 1 0 538593461 89210880 14510 33554432000 4194304 4677096 140734489137936 18446744073709551615 4320307 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/7497/statm: 21780 14510 393 118 0 16739 0
[pid=7498] ppid=7485 vsize=311996 CPUtime=0.03 cores=1,3,5,7
/proc/7498/stat : 7498 (python) S 7485 7485 6903 0 -1 4202560 933 0 0 0 2 1 0 0 18 0 1 0 538593463 319483904 8801 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 7664334917412552965 0 0 17 5 0 0 0
/proc/7498/statm: 77999 8801 370 364 0 13911 0
[pid=7500] ppid=7498 vsize=15816 CPUtime=22.13 cores=1,3,5,7
/proc/7500/stat : 7500 (lingeling) R 7498 7500 7500 0 -1 4202496 4682 0 0 0 2213 0 0 0 25 0 1 0 538593463 16195584 3124 33554432000 4194304 4352236 140735174197440 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7500/statm: 3954 3124 129 39 0 3034 0
[pid=7501] ppid=7485 vsize=322252 CPUtime=0.02 cores=1,3,5,7
/proc/7501/stat : 7501 (python) S 7485 7485 6903 0 -1 4202560 945 0 0 0 1 1 0 0 18 0 1 0 538593466 329986048 8805 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 7664334917412552966 0 0 17 3 0 0 0
/proc/7501/statm: 80563 8805 370 364 0 16472 0
[pid=7503] ppid=7501 vsize=16028 CPUtime=22.1 cores=1,3,5,7
/proc/7503/stat : 7503 (lingeling) R 7501 7503 7503 0 -1 4202496 4740 0 0 0 2210 0 0 0 25 0 1 0 538593466 16412672 3177 33554432000 4194304 4352236 140736107015072 18446744073709551615 4327936 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/7503/statm: 4007 3177 129 39 0 3087 0
[pid=7485/tid=7493] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7493/stat : 7493 (python) S 7483 7485 6903 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 5 0 538593459 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 1 0 0 0
[pid=7485/tid=7496] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7496/stat : 7496 (python) S 7483 7485 6903 0 -1 4202560 20 937 0 0 0 0 0 0 23 0 5 0 538593461 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 7 0 0 0
[pid=7485/tid=7499] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7499/stat : 7499 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593463 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 5 0 0 0

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

[pid=7485/tid=7499] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7499/stat : 7499 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593463 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 5 0 0 0
[pid=7485/tid=7502] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7502/stat : 7502 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593466 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 251.77
Current children cumulated vsize (KiB) 1742416

[startup+67.2074 s]
/proc/loadavg: 8.03 7.68 6.87 11/213 7507
/proc/meminfo: memFree=25923860/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=332496 CPUtime=3.11 cores=1,3,5,7
/proc/7485/stat : 7485 (python) S 7483 7485 6903 0 -1 4202496 17036 937 1 0 297 14 0 0 25 0 5 0 538593130 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7485/statm: 83124 10320 1881 364 0 19033 0
[pid=7492] ppid=7485 vsize=291484 CPUtime=0.07 cores=1,3,5,7
/proc/7492/stat : 7492 (python) S 7485 7485 6903 0 -1 4202560 1014 0 0 0 4 3 0 0 18 0 1 0 538593458 298479616 8804 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879631 0 0 16781312 514 7664334917412552968 0 0 17 1 0 0 0
/proc/7492/statm: 72871 8804 381 364 0 8789 0
[pid=7494] ppid=7492 vsize=19688 CPUtime=63.9 cores=1,3,5,7
/proc/7494/stat : 7494 (lingeling) R 7492 7494 7494 0 -1 4202496 7183 0 0 0 6390 0 0 0 25 0 1 0 538593459 20160512 4091 33554432000 4194304 4352236 140736831983696 18446744073709551615 4329000 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7494/statm: 4922 4091 129 39 0 4002 0
[pid=7495] ppid=7485 vsize=301740 CPUtime=1.48 cores=1,3,5,7
/proc/7495/stat : 7495 (python) R 7485 7485 6903 0 -1 4202560 945 0 0 0 116 32 0 0 17 0 1 0 538593461 308981760 8797 33554432000 4194304 5683644 140734663206384 18446744073709551615 4313546 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/7495/statm: 75435 8797 370 364 0 11350 0
[pid=7497] ppid=7495 vsize=0 CPUtime=61.92 cores=1,3,5,7
/proc/7497/stat : 7497 (cryptominisat-2) R 7495 7497 7497 0 -1 4202500 36080 0 0 0 6185 7 0 0 25 0 1 0 538593461 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7497/statm: 0 0 0 0 0 0 0
[pid=7498] ppid=7485 vsize=311996 CPUtime=0.08 cores=1,3,5,7
/proc/7498/stat : 7498 (python) S 7485 7485 6903 0 -1 4202560 948 0 0 0 5 3 0 0 18 0 1 0 538593463 319483904 8801 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 7664334917412552965 0 0 17 5 0 0 0
/proc/7498/statm: 77999 8801 370 364 0 13911 0
[pid=7500] ppid=7498 vsize=18632 CPUtime=63.78 cores=1,3,5,7
/proc/7500/stat : 7500 (lingeling) R 7498 7500 7500 0 -1 4202496 6410 0 0 0 6378 0 0 0 25 0 1 0 538593463 19079168 3828 33554432000 4194304 4352236 140735174197440 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7500/statm: 4658 3828 129 39 0 3738 0
[pid=7501] ppid=7485 vsize=322252 CPUtime=0.07 cores=1,3,5,7
/proc/7501/stat : 7501 (python) S 7485 7485 6903 0 -1 4202560 958 0 0 0 4 3 0 0 18 0 1 0 538593466 329986048 8805 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 7664334917412552966 0 0 17 3 0 0 0
/proc/7501/statm: 80563 8805 370 364 0 16472 0
[pid=7503] ppid=7501 vsize=19100 CPUtime=63.76 cores=1,3,5,7
/proc/7503/stat : 7503 (lingeling) R 7501 7503 7503 0 -1 4202496 5508 0 0 0 6376 0 0 0 25 0 1 0 538593466 19558400 3945 33554432000 4194304 4352236 140736107015072 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/7503/statm: 4775 3945 129 39 0 3855 0
[pid=7485/tid=7493] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7493/stat : 7493 (python) S 7483 7485 6903 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 5 0 538593459 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 1 0 0 0
[pid=7485/tid=7496] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7496/stat : 7496 (python) S 7483 7485 6903 0 -1 4202560 20 937 0 0 0 0 0 0 23 0 5 0 538593461 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 7 0 0 0
[pid=7485/tid=7499] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7499/stat : 7499 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593463 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 5 0 0 0
[pid=7485/tid=7502] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7502/stat : 7502 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593466 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 258.17
Current children cumulated vsize (KiB) 1617388

[startup+68.0013 s]
/proc/loadavg: 8.03 7.68 6.87 11/213 7507
/proc/meminfo: memFree=25923860/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=332496 CPUtime=3.11 cores=1,3,5,7
/proc/7485/stat : 7485 (python) S 7483 7485 6903 0 -1 4202496 17036 937 1 0 297 14 0 0 25 0 5 0 538593130 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7485/statm: 83124 10320 1881 364 0 19033 0
[pid=7492] ppid=7485 vsize=291484 CPUtime=0.07 cores=1,3,5,7
/proc/7492/stat : 7492 (python) S 7485 7485 6903 0 -1 4202560 1014 0 0 0 4 3 0 0 18 0 1 0 538593458 298479616 8804 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879631 0 0 16781312 514 7664334917412552968 0 0 17 1 0 0 0
/proc/7492/statm: 72871 8804 381 364 0 8789 0
[pid=7494] ppid=7492 vsize=19688 CPUtime=64.69 cores=1,3,5,7
/proc/7494/stat : 7494 (lingeling) R 7492 7494 7494 0 -1 4202496 7183 0 0 0 6469 0 0 0 25 0 1 0 538593459 20160512 4091 33554432000 4194304 4352236 140736831983696 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7494/statm: 4922 4091 129 39 0 4002 0
[pid=7495] ppid=7485 vsize=301740 CPUtime=2.27 cores=1,3,5,7
/proc/7495/stat : 7495 (python) R 7485 7485 6903 0 -1 4202560 948 0 0 0 178 49 0 0 18 0 1 0 538593461 308981760 8797 33554432000 4194304 5683644 140734663206384 18446744073709551615 18446744073699065939 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/7495/statm: 75435 8797 370 364 0 11350 0
[pid=7497] ppid=7495 vsize=0 CPUtime=61.92 cores=1,3,5,7
/proc/7497/stat : 7497 (cryptominisat-2) R 7495 7497 7497 0 -1 4202500 36080 0 0 0 6185 7 0 0 25 0 1 0 538593461 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7497/statm: 0 0 0 0 0 0 0
[pid=7498] ppid=7485 vsize=311996 CPUtime=0.08 cores=1,3,5,7
/proc/7498/stat : 7498 (python) S 7485 7485 6903 0 -1 4202560 949 0 0 0 5 3 0 0 18 0 1 0 538593463 319483904 8801 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 7664334917412552965 0 0 17 5 0 0 0
/proc/7498/statm: 77999 8801 370 364 0 13911 0
[pid=7500] ppid=7498 vsize=18632 CPUtime=64.57 cores=1,3,5,7
/proc/7500/stat : 7500 (lingeling) R 7498 7500 7500 0 -1 4202496 6410 0 0 0 6457 0 0 0 25 0 1 0 538593463 19079168 3828 33554432000 4194304 4352236 140735174197440 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7500/statm: 4658 3828 129 39 0 3738 0
[pid=7501] ppid=7485 vsize=322252 CPUtime=0.08 cores=1,3,5,7
/proc/7501/stat : 7501 (python) S 7485 7485 6903 0 -1 4202560 960 0 0 0 4 4 0 0 18 0 1 0 538593466 329986048 8805 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 7664334917412552966 0 0 17 3 0 0 0
/proc/7501/statm: 80563 8805 370 364 0 16472 0
[pid=7503] ppid=7501 vsize=19100 CPUtime=64.55 cores=1,3,5,7
/proc/7503/stat : 7503 (lingeling) R 7501 7503 7503 0 -1 4202496 5508 0 0 0 6455 0 0 0 25 0 1 0 538593466 19558400 3945 33554432000 4194304 4352236 140736107015072 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/7503/statm: 4775 3945 129 39 0 3855 0
[pid=7485/tid=7493] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7493/stat : 7493 (python) S 7483 7485 6903 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 5 0 538593459 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 1 0 0 0
[pid=7485/tid=7496] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7496/stat : 7496 (python) S 7483 7485 6903 0 -1 4202560 20 937 0 0 0 0 0 0 23 0 5 0 538593461 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 7 0 0 0
[pid=7485/tid=7499] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7499/stat : 7499 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593463 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 5 0 0 0
[pid=7485/tid=7502] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7502/stat : 7502 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593466 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 261.34
Current children cumulated vsize (KiB) 1617388

[startup+68.2012 s]
/proc/loadavg: 8.03 7.68 6.87 11/213 7507
/proc/meminfo: memFree=25922992/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=332496 CPUtime=3.11 cores=1,3,5,7
/proc/7485/stat : 7485 (python) S 7483 7485 6903 0 -1 4202496 17036 937 1 0 297 14 0 0 25 0 5 0 538593130 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7485/statm: 83124 10320 1881 364 0 19033 0
[pid=7492] ppid=7485 vsize=291484 CPUtime=0.07 cores=1,3,5,7
/proc/7492/stat : 7492 (python) S 7485 7485 6903 0 -1 4202560 1014 0 0 0 4 3 0 0 18 0 1 0 538593458 298479616 8804 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879631 0 0 16781312 514 7664334917412552968 0 0 17 1 0 0 0
/proc/7492/statm: 72871 8804 381 364 0 8789 0
[pid=7494] ppid=7492 vsize=19688 CPUtime=64.9 cores=1,3,5,7
/proc/7494/stat : 7494 (lingeling) R 7492 7494 7494 0 -1 4202496 7183 0 0 0 6490 0 0 0 25 0 1 0 538593459 20160512 4091 33554432000 4194304 4352236 140736831983696 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7494/statm: 4922 4091 129 39 0 4002 0
[pid=7495] ppid=7485 vsize=301740 CPUtime=2.47 cores=1,3,5,7
/proc/7495/stat : 7495 (python) R 7485 7485 6903 0 -1 4202560 948 0 0 0 195 52 0 0 18 0 1 0 538593461 308981760 8797 33554432000 4194304 5683644 140734663206384 18446744073709551615 4499535 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/7495/statm: 75435 8797 370 364 0 11350 0
[pid=7497] ppid=7495 vsize=0 CPUtime=61.92 cores=1,3,5,7
/proc/7497/stat : 7497 (cryptominisat-2) R 7495 7497 7497 0 -1 4202500 36080 0 0 0 6185 7 0 0 25 0 1 0 538593461 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7497/statm: 0 0 0 0 0 0 0
[pid=7498] ppid=7485 vsize=311996 CPUtime=0.08 cores=1,3,5,7
/proc/7498/stat : 7498 (python) S 7485 7485 6903 0 -1 4202560 949 0 0 0 5 3 0 0 18 0 1 0 538593463 319483904 8801 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 7664334917412552965 0 0 17 5 0 0 0
/proc/7498/statm: 77999 8801 370 364 0 13911 0
[pid=7500] ppid=7498 vsize=18632 CPUtime=64.78 cores=1,3,5,7
/proc/7500/stat : 7500 (lingeling) R 7498 7500 7500 0 -1 4202496 6410 0 0 0 6478 0 0 0 25 0 1 0 538593463 19079168 3828 33554432000 4194304 4352236 140735174197440 18446744073709551615 4328122 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7500/statm: 4658 3828 129 39 0 3738 0
[pid=7501] ppid=7485 vsize=322252 CPUtime=0.08 cores=1,3,5,7
/proc/7501/stat : 7501 (python) S 7485 7485 6903 0 -1 4202560 960 0 0 0 4 4 0 0 18 0 1 0 538593466 329986048 8805 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 7664334917412552966 0 0 17 3 0 0 0
/proc/7501/statm: 80563 8805 370 364 0 16472 0
[pid=7503] ppid=7501 vsize=19100 CPUtime=64.75 cores=1,3,5,7
/proc/7503/stat : 7503 (lingeling) R 7501 7503 7503 0 -1 4202496 5508 0 0 0 6475 0 0 0 25 0 1 0 538593466 19558400 3945 33554432000 4194304 4352236 140736107015072 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/7503/statm: 4775 3945 129 39 0 3855 0
[pid=7485/tid=7493] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7493/stat : 7493 (python) S 7483 7485 6903 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 5 0 538593459 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 1 0 0 0
[pid=7485/tid=7496] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7496/stat : 7496 (python) S 7483 7485 6903 0 -1 4202560 20 937 0 0 0 0 0 0 23 0 5 0 538593461 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 7 0 0 0
[pid=7485/tid=7499] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7499/stat : 7499 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593463 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 5 0 0 0
[pid=7485/tid=7502] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7502/stat : 7502 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593466 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 262.16
Current children cumulated vsize (KiB) 1617388

[startup+68.3072 s]
/proc/loadavg: 8.03 7.68 6.87 11/213 7507
/proc/meminfo: memFree=25922992/32951124 swapFree=67111364/67111528
[pid=7485] ppid=7483 vsize=332496 CPUtime=3.11 cores=1,3,5,7
/proc/7485/stat : 7485 (python) S 7483 7485 6903 0 -1 4202496 17036 937 1 0 297 14 0 0 25 0 5 0 538593130 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7485/statm: 83124 10320 1881 364 0 19033 0
[pid=7492] ppid=7485 vsize=291484 CPUtime=0.07 cores=1,3,5,7
/proc/7492/stat : 7492 (python) S 7485 7485 6903 0 -1 4202560 1014 0 0 0 4 3 0 0 18 0 1 0 538593458 298479616 8804 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879631 0 0 16781312 514 7664334917412552968 0 0 17 1 0 0 0
/proc/7492/statm: 72871 8804 381 364 0 8789 0
[pid=7494] ppid=7492 vsize=19688 CPUtime=65 cores=1,3,5,7
/proc/7494/stat : 7494 (lingeling) R 7492 7494 7494 0 -1 4202496 7183 0 0 0 6500 0 0 0 25 0 1 0 538593459 20160512 4091 33554432000 4194304 4352236 140736831983696 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7494/statm: 4922 4091 129 39 0 4002 0
[pid=7495] ppid=7485 vsize=301740 CPUtime=2.57 cores=1,3,5,7
/proc/7495/stat : 7495 (python) R 7485 7485 6903 0 -1 4202560 948 0 0 0 204 53 0 0 18 0 1 0 538593461 308981760 8797 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640514588 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/7495/statm: 75435 8797 370 364 0 11350 0
[pid=7497] ppid=7495 vsize=0 CPUtime=61.92 cores=1,3,5,7
/proc/7497/stat : 7497 (cryptominisat-2) R 7495 7497 7497 0 -1 4202500 36080 0 0 0 6185 7 0 0 25 0 1 0 538593461 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7497/statm: 0 0 0 0 0 0 0
[pid=7498] ppid=7485 vsize=311996 CPUtime=0.08 cores=1,3,5,7
/proc/7498/stat : 7498 (python) S 7485 7485 6903 0 -1 4202560 949 0 0 0 5 3 0 0 18 0 1 0 538593463 319483904 8801 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 7664334917412552965 0 0 17 5 0 0 0
/proc/7498/statm: 77999 8801 370 364 0 13911 0
[pid=7500] ppid=7498 vsize=18632 CPUtime=64.88 cores=1,3,5,7
/proc/7500/stat : 7500 (lingeling) R 7498 7500 7500 0 -1 4202496 6410 0 0 0 6488 0 0 0 25 0 1 0 538593463 19079168 3828 33554432000 4194304 4352236 140735174197440 18446744073709551615 4328308 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7500/statm: 4658 3828 129 39 0 3738 0
[pid=7501] ppid=7485 vsize=322252 CPUtime=0.08 cores=1,3,5,7
/proc/7501/stat : 7501 (python) S 7485 7485 6903 0 -1 4202560 960 0 0 0 4 4 0 0 18 0 1 0 538593466 329986048 8805 33554432000 4194304 5683644 140734663206384 18446744073709551615 253640879686 0 0 16781312 514 7664334917412552966 0 0 17 3 0 0 0
/proc/7501/statm: 80563 8805 370 364 0 16472 0
[pid=7503] ppid=7501 vsize=19100 CPUtime=64.85 cores=1,3,5,7
/proc/7503/stat : 7503 (lingeling) R 7501 7503 7503 0 -1 4202496 5508 0 0 0 6485 0 0 0 25 0 1 0 538593466 19558400 3945 33554432000 4194304 4352236 140736107015072 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/7503/statm: 4775 3945 129 39 0 3855 0
[pid=7485/tid=7493] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7493/stat : 7493 (python) S 7483 7485 6903 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 5 0 538593459 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 1 0 0 0
[pid=7485/tid=7496] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7496/stat : 7496 (python) S 7483 7485 6903 0 -1 4202560 20 937 0 0 0 0 0 0 23 0 5 0 538593461 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 7 0 0 0
[pid=7485/tid=7499] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7499/stat : 7499 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593463 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 5 0 0 0
[pid=7485/tid=7502] ppid=7483 vsize=332496 CPUtime=0 cores=1,3,5,7
/proc/7485/task/7502/stat : 7502 (python) S 7483 7485 6903 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 5 0 538593466 340475904 10320 33554432000 4194304 5683644 140734663206384 18446744073709551615 253652683185 0 0 16781312 2 18446604466389936128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 262.56
Current children cumulated vsize (KiB) 1617388

Child status: 0
Real time (s): 68.3659
CPU time (s): 262.832
CPU user time (s): 261.912
CPU system time (s): 0.91986
CPU usage (%): 384.449
Max. virtual memory (cumulated for all children) (KiB): 1749584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 261.912
system time used= 0.91986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83135
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= 3364
involuntary context switches= 1724

runsolver used 0.12598 second user time and 0.311952 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-01 19:12:07
IDJOB=3317827
IDBENCH=83117
IDSOLVER=1706
FILE ID=node106/3317827-1304269927
RUNJOBID= node106-1304267295-6922
PBS_JOBID= 13173972
Free space on /tmp= 72944 MiB

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

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=1417511834

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26115840 kB
Buffers:        299220 kB
Cached:        2568892 kB
SwapCached:         88 kB
Active:        4884400 kB
Inactive:      1721924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26115840 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           33032 kB
Writeback:           0 kB
AnonPages:     3737860 kB
Mapped:          24048 kB
Slab:           154552 kB
PageTables:      15624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4744120 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= 72916 MiB
End job on node106 at 2011-05-01 19:13:16