Trace number 3378878

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)UNSAT 1391.31 555.45

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.2
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.52/2.89	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.52/2.89	c INFO: solving HOME/instance-3378878-1305463524.cnf
0.52/2.89	c INFO: computing task features
5.22/7.64	c INFO: computed variable-clause graph statistics
5.42/7.83	c INFO: computed clause balance statistics
28.11/30.52	c INFO: computed variable balance statistics
44.90/47.34	c INFO: computed small-clause counts
45.50/47.98	c INFO: computed Horn-clause counts
272.18/274.69	c INFO: computed variable graph statistics
272.18/274.69	c INFO: collected features for HOME/instance-3378878-1305463524.cnf in 271.58 s
272.28/274.70	c INFO: running lingeling-276@0 for 388 with 928 remaining (b = 0.92)
272.28/274.71	c INFO: running lingeling-276@0 for 97 with 928 remaining (b = 0.81)
272.28/274.73	c INFO: running cryptominisat-2.9.0@0 for 928 with 928 remaining (b = 0.63)
272.28/274.76	c INFO: running cryptominisat-2.9.0@0 for 928 with 928 remaining (b = 0.56)
672.08/375.01	c INFO: running lingeling-276@0 for 194 with 827 remaining (b = 0.30)
1391.02/555.38	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378878-1305463524/watcher-3378878-1305463524 -o /tmp/evaluation-result-3378878-1305463524/solver-3378878-1305463524 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378878-1305463524.cnf -seed 1429669604 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 3.46 3.89 3.84 3/354 1624
/proc/meminfo: memFree=18204528/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/1624/stat : 1624 (runsolver) S 1622 1624 1592 0 -1 4202560 41 0 0 0 0 0 0 0 19 0 1 0 638768413 12079104 49 33554432000 4194304 5432360 140735640499632 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699968823 0 0 17 6 0 0 0
/proc/1624/statm: 2949 49 30 303 0 2643 0

[startup+0.09591 s]
/proc/loadavg: 3.46 3.89 3.84 3/354 1624
/proc/meminfo: memFree=18204528/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=16396 CPUtime=0.01 cores=0,2,4,6
/proc/1624/stat : 1624 (python) S 1622 1624 1592 0 -1 4202496 1146 0 6 0 1 0 0 0 20 0 1 0 638768413 16789504 1019 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 2
/proc/1624/statm: 4099 1019 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100864 s]
/proc/loadavg: 3.46 3.89 3.84 3/354 1624
/proc/meminfo: memFree=18204528/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=16536 CPUtime=0.01 cores=0,2,4,6
/proc/1624/stat : 1624 (python) S 1622 1624 1592 0 -1 4202496 1177 0 6 0 1 0 0 0 20 0 1 0 638768413 16932864 1046 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 2
/proc/1624/statm: 4134 1046 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+0.300841 s]
/proc/loadavg: 3.46 3.89 3.84 3/354 1624
/proc/meminfo: memFree=18204528/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=32172 CPUtime=0.04 cores=0,2,4,6
/proc/1624/stat : 1624 (python) S 1622 1624 1592 0 -1 4202496 1506 0 11 0 3 1 0 0 18 0 1 0 638768413 32944128 1355 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510293349 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 11
/proc/1624/statm: 8043 1355 445 364 0 898 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 32172

[startup+0.700763 s]
/proc/loadavg: 3.46 3.89 3.84 3/354 1624
/proc/meminfo: memFree=18204528/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=111020 CPUtime=0.1 cores=0,2,4,6
/proc/1624/stat : 1624 (python) S 1622 1624 1592 0 -1 4202496 3453 0 34 0 6 4 0 0 16 0 1 0 638768413 113684480 3137 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 22
/proc/1624/statm: 27755 3137 881 364 0 2291 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 111020

[startup+1.5007 s]
/proc/loadavg: 3.46 3.89 3.84 2/358 1639
/proc/meminfo: memFree=18118248/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=163652 CPUtime=0.3 cores=0,2,4,6
/proc/1624/stat : 1624 (python) D 1622 1624 1592 0 -1 4202496 6610 927 54 8 19 11 0 0 16 0 1 0 638768413 167579648 4757 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510297344 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 35
/proc/1624/statm: 40913 4757 1311 364 0 3454 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 163652

[startup+3.10036 s]
/proc/loadavg: 3.46 3.89 3.84 3/358 1639
/proc/meminfo: memFree=18081056/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=315048 CPUtime=0.73 cores=0,2,4,6
/proc/1624/stat : 1624 (python) R 1622 1624 1592 0 -1 4202496 18203 927 109 8 55 18 0 0 16 0 1 0 638768413 322609152 15994 33554432000 4194304 5683644 140735463307440 18446744073709551615 233509958341 0 0 16781312 2 0 0 0 17 2 0 0 144
/proc/1624/statm: 78762 15994 1761 364 0 14686 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 315048
heavy processes:

[startup+6.30081 s]
/proc/loadavg: 3.51 3.89 3.85 3/358 1639
/proc/meminfo: memFree=17581728/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=417292 CPUtime=3.92 cores=0,2,4,6
/proc/1624/stat : 1624 (python) R 1622 1624 1592 0 -1 4202496 72864 927 109 8 365 27 0 0 20 0 1 0 638768413 427307008 41302 33554432000 4194304 5683644 140735463307440 18446744073709551615 46947917564822 0 0 16781312 2 0 0 0 17 0 0 0 144
/proc/1624/statm: 104323 41306 1772 364 0 40247 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 417292
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 3.39 3.86 3.83 3/358 1639
/proc/meminfo: memFree=17403632/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=521616 CPUtime=10.32 cores=0,2,4,6
/proc/1624/stat : 1624 (python) R 1622 1624 1592 0 -1 4202496 111945 927 109 8 1000 32 0 0 25 0 1 0 638768413 534134784 67789 33554432000 4194304 5683644 140735463307440 18446744073709551615 233513706165 0 0 16781312 2 0 0 0 17 0 0 0 144
/proc/1624/statm: 130404 67789 1826 364 0 66328 0
Current children cumulated CPU time (s) 10.32
Current children cumulated vsize (KiB) 521616

[startup+25.5004 s]
/proc/loadavg: 3.08 3.77 3.80 3/358 1639
/proc/meminfo: memFree=17220428/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=521616 CPUtime=23.12 cores=0,2,4,6
/proc/1624/stat : 1624 (python) R 1622 1624 1592 0 -1 4202496 111945 927 109 8 2280 32 0 0 25 0 1 0 638768413 534134784 67789 33554432000 4194304 5683644 140735463307440 18446744073709551615 46947879297213 0 0 16781312 2 0 0 0 17 0 0 0 144
/proc/1624/statm: 130404 67789 1826 364 0 66328 0
Current children cumulated CPU time (s) 23.12
Current children cumulated vsize (KiB) 521616

[startup+51.1008 s]
/proc/loadavg: 2.71 3.63 3.76 3/358 1640
/proc/meminfo: memFree=17211164/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=531704 CPUtime=48.69 cores=0,2,4,6
/proc/1624/stat : 1624 (python) R 1622 1624 1592 0 -1 4202496 114474 927 109 8 4837 32 0 0 25 0 1 0 638768413 544464896 70318 33554432000 4194304 5683644 140735463307440 18446744073709551615 46947871885452 0 0 16781312 2 0 0 0 17 0 0 0 144
/proc/1624/statm: 132926 70318 1833 364 0 68850 0
Current children cumulated CPU time (s) 48.69
Current children cumulated vsize (KiB) 531704

[startup+102.301 s]
/proc/loadavg: 2.31 3.37 3.66 3/358 1641
/proc/meminfo: memFree=17210952/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=531704 CPUtime=99.89 cores=0,2,4,6
/proc/1624/stat : 1624 (python) R 1622 1624 1592 0 -1 4202496 114474 927 109 8 9957 32 0 0 25 0 1 0 638768413 544464896 70318 33554432000 4194304 5683644 140735463307440 18446744073709551615 46947871885440 0 0 16781312 2 0 0 0 17 0 0 0 144
/proc/1624/statm: 132926 70318 1833 364 0 68850 0
Current children cumulated CPU time (s) 99.89
Current children cumulated vsize (KiB) 531704

[startup+162.301 s]
/proc/loadavg: 3.21 3.38 3.64 7/370 1655
/proc/meminfo: memFree=15874832/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=531704 CPUtime=159.89 cores=0,2,4,6
/proc/1624/stat : 1624 (python) R 1622 1624 1592 0 -1 4202496 114474 927 109 8 15957 32 0 0 25 0 1 0 638768413 544464896 70318 33554432000 4194304 5683644 140735463307440 18446744073709551615 46947871885452 0 0 16781312 2 0 0 0 17 0 0 0 144
/proc/1624/statm: 132926 70318 1833 364 0 68850 0
Current children cumulated CPU time (s) 159.89
Current children cumulated vsize (KiB) 531704

[startup+222.301 s]
/proc/loadavg: 4.34 3.67 3.72 7/370 1657
/proc/meminfo: memFree=15397848/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=531704 CPUtime=219.88 cores=0,2,4,6
/proc/1624/stat : 1624 (python) R 1622 1624 1592 0 -1 4202496 114474 927 109 8 21955 33 0 0 25 0 1 0 638768413 544464896 70318 33554432000 4194304 5683644 140735463307440 18446744073709551615 46947871885452 0 0 16781312 2 0 0 0 17 0 0 0 144
/proc/1624/statm: 132926 70318 1833 364 0 68850 0
Current children cumulated CPU time (s) 219.88
Current children cumulated vsize (KiB) 531704

[startup+282.301 s]
/proc/loadavg: 5.10 3.99 3.83 9/387 1675
/proc/meminfo: memFree=13225016/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=552972 CPUtime=272.34 cores=0,2,4,6
/proc/1624/stat : 1624 (python) S 1622 1624 1592 0 -1 4202496 117132 927 109 8 27197 37 0 0 24 0 5 0 638768413 566243328 65440 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 144
/proc/1624/statm: 138243 65440 1881 364 0 74152 0
[pid=1664] ppid=1624 vsize=511960 CPUtime=0.01 cores=0,2,4,6
/proc/1664/stat : 1664 (python) S 1624 1624 1592 0 -1 4202560 903 0 0 0 0 1 0 0 18 0 1 0 638795883 524247040 63919 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317583 0 0 16781312 514 4456689242944274689 0 0 17 4 0 0 0
/proc/1664/statm: 127990 63919 376 364 0 63908 0
[pid=1666] ppid=1664 vsize=134396 CPUtime=7.46 cores=0,2,4,6
/proc/1666/stat : 1666 (lingeling) R 1664 1666 1666 0 -1 4202496 56728 0 0 0 739 7 0 0 25 0 1 0 638795884 137621504 32767 33554432000 4194304 4352236 140734944575888 18446744073709551615 4233331 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1666/statm: 33599 32767 127 39 0 32679 0
[pid=1667] ppid=1624 vsize=522216 CPUtime=0.01 cores=0,2,4,6
/proc/1667/stat : 1667 (python) S 1624 1624 1592 0 -1 4202560 936 0 0 0 0 1 0 0 18 0 1 0 638795884 534749184 63917 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317638 0 0 16781312 514 15381898296532369667 0 0 17 0 0 0 0
/proc/1667/statm: 130554 63917 370 364 0 66469 0
[pid=1669] ppid=1667 vsize=134832 CPUtime=7.56 cores=0,2,4,6
/proc/1669/stat : 1669 (lingeling) R 1667 1669 1669 0 -1 4202496 56631 0 0 0 748 8 0 0 25 0 1 0 638795885 138067968 32876 33554432000 4194304 4352236 140734628401200 18446744073709551615 4214782 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/1669/statm: 33708 32876 127 39 0 32788 0
[pid=1670] ppid=1624 vsize=532472 CPUtime=0.02 cores=0,2,4,6
/proc/1670/stat : 1670 (python) S 1624 1624 1592 0 -1 4202560 893 0 0 0 1 1 0 0 15 0 1 0 638795887 545251328 63921 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317638 0 0 16781312 514 15381894448241672452 0 0 17 0 0 0 0
/proc/1670/statm: 133118 63921 370 364 0 69030 0
[pid=1672] ppid=1670 vsize=461704 CPUtime=7.51 cores=0,2,4,6
/proc/1672/stat : 1672 (cryptominisat-2) R 1670 1672 1672 0 -1 4202496 103783 0 0 0 736 15 0 0 25 0 1 0 638795888 472784896 94510 33554432000 4194304 4677096 140733196280000 18446744073709551615 233509958341 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1672/statm: 115426 94510 362 118 0 110385 0
[pid=1673] ppid=1624 vsize=542728 CPUtime=0.02 cores=0,2,4,6
/proc/1673/stat : 1673 (python) S 1624 1624 1592 0 -1 4202560 920 0 0 0 1 1 0 0 15 0 1 0 638795889 555753472 63925 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317638 0 0 16781312 514 6067229411176841474 0 0 17 0 0 0 0
/proc/1673/statm: 135682 63925 370 364 0 71591 0
[pid=1675] ppid=1673 vsize=458748 CPUtime=7.45 cores=0,2,4,6
/proc/1675/stat : 1675 (cryptominisat-2) R 1673 1675 1675 0 -1 4202496 103074 0 0 0 730 15 0 0 25 0 1 0 638795890 469757952 93800 33554432000 4194304 4677096 140735528733808 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1675/statm: 114687 93800 362 118 0 109646 0
[pid=1624/tid=1665] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1665/stat : 1665 (python) S 1622 1624 1592 0 -1 4202560 28 927 0 8 0 0 0 0 25 0 5 0 638795884 566243328 65440 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 6 0 0 0
[pid=1624/tid=1668] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1668/stat : 1668 (python) S 1622 1624 1592 0 -1 4202560 23 927 0 8 0 0 0 0 18 0 5 0 638795885 566243328 65440 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 4 0 0 0
[pid=1624/tid=1671] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1671/stat : 1671 (python) S 1622 1624 1592 0 -1 4202560 24 927 0 8 0 0 0 0 22 0 5 0 638795888 566243328 65440 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 0 0 0 0
[pid=1624/tid=1674] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1674/stat : 1674 (python) S 1622 1624 1592 0 -1 4202560 26 927 0 8 0 0 0 0 24 0 5 0 638795890 566243328 65440 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 302.38
Current children cumulated vsize (KiB) 3852028

[startup+342.301 s]
/proc/loadavg: 7.04 4.75 4.09 10/387 1677
/proc/meminfo: memFree=11406272/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=552972 CPUtime=272.34 cores=0,2,4,6
/proc/1624/stat : 1624 (python) S 1622 1624 1592 0 -1 4202496 117132 927 109 8 27197 37 0 0 24 0 5 0 638768413 566243328 65440 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 144
/proc/1624/statm: 138243 65440 1881 364 0 74152 0
[pid=1664] ppid=1624 vsize=511960 CPUtime=0.18 cores=0,2,4,6
/proc/1664/stat : 1664 (python) S 1624 1624 1592 0 -1 4202560 934 0 0 0 9 9 0 0 18 0 1 0 638795883 524247040 63919 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317583 0 0 16781312 514 16442800569204048129 0 0 17 4 0 0 0
/proc/1664/statm: 127990 63919 376 364 0 63908 0
[pid=1666] ppid=1664 vsize=149320 CPUtime=66.73 cores=0,2,4,6
/proc/1666/stat : 1666 (lingeling) R 1664 1666 1666 0 -1 4202496 69019 0 0 0 6664 9 0 0 25 0 1 0 638795884 152903680 36500 33554432000 4194304 4352236 140734944575888 18446744073709551615 4329367 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1666/statm: 37330 36500 129 39 0 36410 0

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

/proc/1624/statm: 138243 65441 1882 364 0 74152 0
[pid=1664] ppid=1624 vsize=511960 CPUtime=0.75 cores=0,2,4,6
/proc/1664/stat : 1664 (python) S 1624 1624 1592 0 -1 4202560 978 0 0 0 39 36 0 0 18 0 1 0 638795883 524247040 63919 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317583 0 0 16781312 514 16442800569204048129 0 0 17 4 0 0 0
/proc/1664/statm: 127990 63919 376 364 0 63908 0
[pid=1666] ppid=1664 vsize=149292 CPUtime=275.71 cores=0,2,4,6
/proc/1666/stat : 1666 (lingeling) R 1664 1666 1666 0 -1 4202496 69019 0 0 0 27562 9 0 0 25 0 1 0 638795884 152875008 36493 33554432000 4194304 4352236 140734944575888 18446744073709551615 4331615 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1666/statm: 37323 36493 129 39 0 36403 0
[pid=1667] ppid=1624 vsize=522216 CPUtime=1.93 cores=0,2,4,6
/proc/1667/stat : 1667 (python) R 1624 1624 1592 0 -1 4202560 1155 0 0 0 144 49 0 0 17 0 2 0 638795884 534749184 63947 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317638 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1667/statm: 130554 63947 399 364 0 66469 0
[pid=1669] ppid=1667 vsize=0 CPUtime=276.94 cores=0,2,4,6
/proc/1669/stat : 1669 (lingeling) R 1667 1669 1669 0 -1 4202500 68957 0 0 0 27682 12 0 0 25 0 1 0 638795885 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1669/statm: 0 0 0 0 0 0 0
[pid=1667/tid=1679] ppid=1624 vsize=522216 CPUtime=0 cores=0,2,4,6
/proc/1667/task/1679/stat : 1679 (python) S 1624 1624 1592 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638805913 534749184 63947 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 514 18446604452199103232 0 0 -1 2 0 0 0
[pid=1670] ppid=1624 vsize=532472 CPUtime=0.86 cores=0,2,4,6
/proc/1670/stat : 1670 (python) R 1624 1624 1592 0 -1 4202560 978 0 0 0 46 40 0 0 16 0 1 0 638795887 545251328 63921 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510340743 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/1670/statm: 133119 63921 370 364 0 69031 0
[pid=1672] ppid=1670 vsize=1053116 CPUtime=277.6 cores=0,2,4,6
/proc/1672/stat : 1672 (cryptominisat-2) R 1670 1672 1672 0 -1 4202496 276803 0 0 0 27718 42 0 0 25 0 1 0 638795888 1078390784 241833 33554432000 4194304 4677096 140733196280000 18446744073709551615 4363272 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1672/statm: 263279 241833 392 118 0 258238 0
[pid=1673] ppid=1624 vsize=542728 CPUtime=0.85 cores=0,2,4,6
/proc/1673/stat : 1673 (python) S 1624 1624 1592 0 -1 4202560 1001 0 0 0 47 38 0 0 15 0 1 0 638795889 555753472 63925 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317638 0 0 16781312 514 13176067964492808450 0 0 17 2 0 0 0
/proc/1673/statm: 135682 63925 370 364 0 71591 0
[pid=1675] ppid=1673 vsize=1048520 CPUtime=278.48 cores=0,2,4,6
/proc/1675/stat : 1675 (cryptominisat-2) R 1673 1675 1675 0 -1 4202496 275874 0 0 0 27805 43 0 0 25 0 1 0 638795890 1073684480 240781 33554432000 4194304 4677096 140735528733808 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1675/statm: 262130 240781 392 118 0 257089 0
[pid=1624/tid=1665] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1665/stat : 1665 (python) S 1622 1624 1592 0 -1 4202560 28 927 0 8 0 0 0 0 25 0 5 0 638795884 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 6 0 0 0
[pid=1624/tid=1668] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1668/stat : 1668 (python) S 1622 1624 1592 0 -1 4202560 28 927 0 8 0 0 0 0 18 0 5 0 638795885 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 4 0 0 0
[pid=1624/tid=1671] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1671/stat : 1671 (python) S 1622 1624 1592 0 -1 4202560 24 927 0 8 0 0 0 0 22 0 5 0 638795888 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 0 0 0 0
[pid=1624/tid=1674] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1674/stat : 1674 (python) S 1622 1624 1592 0 -1 4202560 26 927 0 8 0 0 0 0 24 0 5 0 638795890 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1385.46
Current children cumulated vsize (KiB) 4913276

[startup+554.701 s]
/proc/loadavg: 8.30 6.56 4.95 11/388 1683
/proc/meminfo: memFree=9513912/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=552972 CPUtime=272.34 cores=0,2,4,6
/proc/1624/stat : 1624 (python) S 1622 1624 1592 0 -1 4202496 117628 927 109 8 27197 37 0 0 18 0 5 0 638768413 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 144
/proc/1624/statm: 138243 65441 1882 364 0 74152 0
[pid=1664] ppid=1624 vsize=511960 CPUtime=0.75 cores=0,2,4,6
/proc/1664/stat : 1664 (python) S 1624 1624 1592 0 -1 4202560 978 0 0 0 39 36 0 0 18 0 1 0 638795883 524247040 63919 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317583 0 0 16781312 514 16442800569204048129 0 0 17 4 0 0 0
/proc/1664/statm: 127990 63919 376 364 0 63908 0
[pid=1666] ppid=1664 vsize=149292 CPUtime=276.51 cores=0,2,4,6
/proc/1666/stat : 1666 (lingeling) R 1664 1666 1666 0 -1 4202496 69019 0 0 0 27642 9 0 0 25 0 1 0 638795884 152875008 36493 33554432000 4194304 4352236 140734944575888 18446744073709551615 4329047 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1666/statm: 37323 36493 129 39 0 36403 0
[pid=1667] ppid=1624 vsize=522216 CPUtime=2.73 cores=0,2,4,6
/proc/1667/stat : 1667 (python) R 1624 1624 1592 0 -1 4202560 1155 0 0 0 217 56 0 0 18 0 2 0 638795884 534749184 63947 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317638 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1667/statm: 130554 63947 399 364 0 66469 0
[pid=1669] ppid=1667 vsize=0 CPUtime=276.94 cores=0,2,4,6
/proc/1669/stat : 1669 (lingeling) R 1667 1669 1669 0 -1 4202500 68957 0 0 0 27682 12 0 0 25 0 1 0 638795885 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1669/statm: 0 0 0 0 0 0 0
[pid=1667/tid=1679] ppid=1624 vsize=522216 CPUtime=0 cores=0,2,4,6
/proc/1667/task/1679/stat : 1679 (python) S 1624 1624 1592 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638805913 534749184 63947 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 514 18446604452199103232 0 0 -1 2 0 0 0
[pid=1670] ppid=1624 vsize=532472 CPUtime=0.87 cores=0,2,4,6
/proc/1670/stat : 1670 (python) S 1624 1624 1592 0 -1 4202560 978 0 0 0 47 40 0 0 16 0 1 0 638795887 545251328 63921 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317638 0 0 16781312 514 16442800569204048132 0 0 17 4 0 0 0
/proc/1670/statm: 133118 63921 370 364 0 69030 0
[pid=1672] ppid=1670 vsize=1053116 CPUtime=278.4 cores=0,2,4,6
/proc/1672/stat : 1672 (cryptominisat-2) R 1670 1672 1672 0 -1 4202496 276835 0 0 0 27798 42 0 0 25 0 1 0 638795888 1078390784 241865 33554432000 4194304 4677096 140733196280000 18446744073709551615 4319802 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1672/statm: 263279 241865 392 118 0 258238 0
[pid=1673] ppid=1624 vsize=542728 CPUtime=0.85 cores=0,2,4,6
/proc/1673/stat : 1673 (python) S 1624 1624 1592 0 -1 4202560 1001 0 0 0 47 38 0 0 15 0 1 0 638795889 555753472 63925 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317638 0 0 16781312 514 13176067964492808450 0 0 17 2 0 0 0
/proc/1673/statm: 135682 63925 370 364 0 71591 0
[pid=1675] ppid=1673 vsize=1048520 CPUtime=279.28 cores=0,2,4,6
/proc/1675/stat : 1675 (cryptominisat-2) R 1673 1675 1675 0 -1 4202496 275909 0 0 0 27885 43 0 0 25 0 1 0 638795890 1073684480 240816 33554432000 4194304 4677096 140735528733808 18446744073709551615 4319756 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1675/statm: 262130 240816 392 118 0 257089 0
[pid=1624/tid=1665] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1665/stat : 1665 (python) S 1622 1624 1592 0 -1 4202560 28 927 0 8 0 0 0 0 25 0 5 0 638795884 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 6 0 0 0
[pid=1624/tid=1668] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1668/stat : 1668 (python) S 1622 1624 1592 0 -1 4202560 28 927 0 8 0 0 0 0 18 0 5 0 638795885 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 4 0 0 0
[pid=1624/tid=1671] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1671/stat : 1671 (python) S 1622 1624 1592 0 -1 4202560 24 927 0 8 0 0 0 0 22 0 5 0 638795888 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 0 0 0 0
[pid=1624/tid=1674] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1674/stat : 1674 (python) S 1622 1624 1592 0 -1 4202560 26 927 0 8 0 0 0 0 24 0 5 0 638795890 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1388.67
Current children cumulated vsize (KiB) 4913276

[startup+555.101 s]
/proc/loadavg: 8.30 6.56 4.95 11/388 1683
/proc/meminfo: memFree=9513912/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=552972 CPUtime=272.34 cores=0,2,4,6
/proc/1624/stat : 1624 (python) S 1622 1624 1592 0 -1 4202496 117628 927 109 8 27197 37 0 0 18 0 5 0 638768413 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 144
/proc/1624/statm: 138243 65441 1882 364 0 74152 0
[pid=1664] ppid=1624 vsize=511960 CPUtime=0.75 cores=0,2,4,6
/proc/1664/stat : 1664 (python) S 1624 1624 1592 0 -1 4202560 978 0 0 0 39 36 0 0 18 0 1 0 638795883 524247040 63919 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317583 0 0 16781312 514 16442800569204048129 0 0 17 4 0 0 0
/proc/1664/statm: 127990 63919 376 364 0 63908 0
[pid=1666] ppid=1664 vsize=149292 CPUtime=276.89 cores=0,2,4,6
/proc/1666/stat : 1666 (lingeling) R 1664 1666 1666 0 -1 4202496 69019 0 0 0 27680 9 0 0 25 0 1 0 638795884 152875008 36493 33554432000 4194304 4352236 140734944575888 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1666/statm: 37323 36493 129 39 0 36403 0
[pid=1667] ppid=1624 vsize=522216 CPUtime=3.13 cores=0,2,4,6
/proc/1667/stat : 1667 (python) R 1624 1624 1592 0 -1 4202560 1155 0 0 0 252 61 0 0 18 0 2 0 638795884 534749184 63947 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317638 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1667/statm: 130554 63947 399 364 0 66469 0
[pid=1669] ppid=1667 vsize=0 CPUtime=276.94 cores=0,2,4,6
/proc/1669/stat : 1669 (lingeling) R 1667 1669 1669 0 -1 4202500 68957 0 0 0 27682 12 0 0 25 0 1 0 638795885 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1669/statm: 0 0 0 0 0 0 0
[pid=1667/tid=1679] ppid=1624 vsize=522216 CPUtime=0 cores=0,2,4,6
/proc/1667/task/1679/stat : 1679 (python) S 1624 1624 1592 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638805913 534749184 63947 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 514 18446604452199103232 0 0 -1 2 0 0 0
[pid=1670] ppid=1624 vsize=532472 CPUtime=0.87 cores=0,2,4,6
/proc/1670/stat : 1670 (python) S 1624 1624 1592 0 -1 4202560 978 0 0 0 47 40 0 0 15 0 1 0 638795887 545251328 63921 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317638 0 0 16781312 514 16442800569204048132 0 0 17 4 0 0 0
/proc/1670/statm: 133118 63921 370 364 0 69030 0
[pid=1672] ppid=1670 vsize=1053116 CPUtime=278.79 cores=0,2,4,6
/proc/1672/stat : 1672 (cryptominisat-2) R 1670 1672 1672 0 -1 4202496 276851 0 0 0 27837 42 0 0 25 0 1 0 638795888 1078390784 241881 33554432000 4194304 4677096 140733196280000 18446744073709551615 4319376 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1672/statm: 263279 241881 392 118 0 258238 0
[pid=1673] ppid=1624 vsize=542728 CPUtime=0.85 cores=0,2,4,6
/proc/1673/stat : 1673 (python) S 1624 1624 1592 0 -1 4202560 1001 0 0 0 47 38 0 0 15 0 1 0 638795889 555753472 63925 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317638 0 0 16781312 514 13176067964492808450 0 0 17 2 0 0 0
/proc/1673/statm: 135682 63925 370 364 0 71591 0
[pid=1675] ppid=1673 vsize=1048520 CPUtime=279.68 cores=0,2,4,6
/proc/1675/stat : 1675 (cryptominisat-2) R 1673 1675 1675 0 -1 4202496 275928 0 0 0 27925 43 0 0 25 0 1 0 638795890 1073684480 240835 33554432000 4194304 4677096 140735528733808 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1675/statm: 262130 240835 392 118 0 257089 0
[pid=1624/tid=1665] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1665/stat : 1665 (python) S 1622 1624 1592 0 -1 4202560 28 927 0 8 0 0 0 0 25 0 5 0 638795884 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 6 0 0 0
[pid=1624/tid=1668] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1668/stat : 1668 (python) S 1622 1624 1592 0 -1 4202560 28 927 0 8 0 0 0 0 18 0 5 0 638795885 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 4 0 0 0
[pid=1624/tid=1671] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1671/stat : 1671 (python) S 1622 1624 1592 0 -1 4202560 24 927 0 8 0 0 0 0 22 0 5 0 638795888 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 0 0 0 0
[pid=1624/tid=1674] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1674/stat : 1674 (python) S 1622 1624 1592 0 -1 4202560 26 927 0 8 0 0 0 0 24 0 5 0 638795890 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1390.24
Current children cumulated vsize (KiB) 4913276

[startup+555.301 s]
/proc/loadavg: 8.30 6.56 4.95 11/388 1683
/proc/meminfo: memFree=9513912/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=552972 CPUtime=272.34 cores=0,2,4,6
/proc/1624/stat : 1624 (python) S 1622 1624 1592 0 -1 4202496 117635 927 109 8 27197 37 0 0 17 0 5 0 638768413 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522127679 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 144
/proc/1624/statm: 138243 65441 1882 364 0 74152 0
[pid=1664] ppid=1624 vsize=511960 CPUtime=0.75 cores=0,2,4,6
/proc/1664/stat : 1664 (python) S 1624 1624 1592 0 -1 4202560 978 0 0 0 39 36 0 0 18 0 1 0 638795883 524247040 63919 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317583 0 0 16781312 514 16442800569204048129 0 0 17 4 0 0 0
/proc/1664/statm: 127990 63919 376 364 0 63908 0
[pid=1666] ppid=1664 vsize=149292 CPUtime=277.09 cores=0,2,4,6
/proc/1666/stat : 1666 (lingeling) R 1664 1666 1666 0 -1 4202496 69019 0 0 0 27700 9 0 0 25 0 1 0 638795884 152875008 36493 33554432000 4194304 4352236 140734944575888 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1666/statm: 37323 36493 129 39 0 36403 0
[pid=1667] ppid=1624 vsize=0 CPUtime=280.25 cores=0,2,4,6
/proc/1667/stat : 1667 (python) Z 1624 1624 1592 0 -1 4202588 1231 68957 0 0 268 63 27682 12 19 0 1 0 638795884 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1667/statm: 0 0 0 0 0 0 0
[pid=1670] ppid=1624 vsize=532472 CPUtime=0.87 cores=0,2,4,6
/proc/1670/stat : 1670 (python) S 1624 1624 1592 0 -1 4202560 997 0 0 0 47 40 0 0 15 0 1 0 638795887 545251328 63926 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522127679 0 0 16781824 2 18446744071562232103 0 0 17 4 0 0 0
/proc/1670/statm: 133118 63926 375 364 0 69030 0
[pid=1672] ppid=1670 vsize=0 CPUtime=278.99 cores=0,2,4,6
/proc/1672/stat : 1672 (cryptominisat-2) R 1670 1672 1672 0 -1 4203524 276862 0 0 0 27854 45 0 0 25 0 1 0 638795888 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1672/statm: 0 0 0 0 0 0 0
[pid=1673] ppid=1624 vsize=542728 CPUtime=0.85 cores=0,2,4,6
/proc/1673/stat : 1673 (python) S 1624 1624 1592 0 -1 4202560 1001 0 0 0 47 38 0 0 15 0 1 0 638795889 555753472 63925 33554432000 4194304 5683644 140735463307440 18446744073709551615 233510317638 0 0 16781312 514 13176067964492808450 0 0 17 2 0 0 0
/proc/1673/statm: 135682 63925 370 364 0 71591 0
[pid=1675] ppid=1673 vsize=1048520 CPUtime=279.88 cores=0,2,4,6
/proc/1675/stat : 1675 (cryptominisat-2) R 1673 1675 1675 0 -1 4202496 275937 0 0 0 27945 43 0 0 25 0 1 0 638795890 1073684480 240844 33554432000 4194304 4677096 140735528733808 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1675/statm: 262130 240844 392 118 0 257089 0
[pid=1624/tid=1665] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1665/stat : 1665 (python) S 1622 1624 1592 0 -1 4202560 28 927 0 8 0 0 0 0 25 0 5 0 638795884 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 6 0 0 0
[pid=1624/tid=1668] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1668/stat : 1668 (python) S 1622 1624 1592 0 -1 4202560 28 927 0 8 0 0 0 0 18 0 5 0 638795885 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 4 0 0 0
[pid=1624/tid=1671] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1671/stat : 1671 (python) S 1622 1624 1592 0 -1 4202560 24 927 0 8 0 0 0 0 22 0 5 0 638795888 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 0 0 0 0
[pid=1624/tid=1674] ppid=1622 vsize=552972 CPUtime=0 cores=0,2,4,6
/proc/1624/task/1674/stat : 1674 (python) S 1622 1624 1592 0 -1 4202560 26 927 0 8 0 0 0 0 24 0 5 0 638795890 566243328 65441 33554432000 4194304 5683644 140735463307440 18446744073709551615 233522121137 0 0 16781312 2 18446604453917985472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1391.02
Current children cumulated vsize (KiB) 3337944

[startup+555.401 s]
/proc/loadavg: 8.30 6.56 4.95 11/388 1683
/proc/meminfo: memFree=9513912/32951124 swapFree=67111348/67111528
[pid=1624] ppid=1622 vsize=542668 CPUtime=1391.24 cores=0,2,4,6
/proc/1624/stat : 1624 (python) R 1622 1624 1592 0 -1 4202496 127175 696040 109 8 27199 37 111590 298 16 0 1 0 638768413 555692032 65428 33554432000 4194304 5683644 140735463307440 18446744073709551615 233509952951 0 0 16781312 0 0 0 0 17 2 0 0 144
/proc/1624/statm: 135667 65428 1873 364 0 71591 0
Current children cumulated CPU time (s) 1391.24
Current children cumulated vsize (KiB) 542668

Child status: 0
Real time (s): 555.45
CPU time (s): 1391.31
CPU user time (s): 1387.92
CPU system time (s): 3.38249
CPU usage (%): 250.482
Max. virtual memory (cumulated for all children) (KiB): 5157768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1387.92
system time used= 3.38248
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 843481
page faults= 117
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17702
involuntary context switches= 14733

runsolver used 1.91671 second user time and 4.52731 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 14:45:25
IDJOB=3378878
IDBENCH=69591
IDSOLVER=1860
FILE ID=node145/3378878-1305463524
RUNJOBID= node145-1305463524-1610
PBS_JOBID= 13325000
Free space on /tmp= 73616 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.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-3378878-1305463524/watcher-3378878-1305463524 -o /tmp/evaluation-result-3378878-1305463524/solver-3378878-1305463524 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378878-1305463524.cnf -seed 1429669604 -budget 4800 -cores 4

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=1429669604

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18205164 kB
Buffers:        316012 kB
Cached:        8592536 kB
SwapCached:          0 kB
Active:        7507212 kB
Inactive:      6878184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18205164 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          110040 kB
Writeback:           8 kB
AnonPages:     5476728 kB
Mapped:          26884 kB
Slab:           260640 kB
PageTables:      33796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79343660 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= 73520 MiB
End job on node145 at 2011-05-15 14:54:41