Trace number 3381348

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 331.507 95.959

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
manolios/c10idw_i.cnf
MD5SUMc139a321e75833c70af36726562b66de
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.5667
Satisfiable
(Un)Satisfiability was proved
Number of variables196306
Number of clauses582994
Sum of the clauses size1360318
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2388662
Number of clauses of size 3194331
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3381348-1305513051.cnf
0.36/0.67	c INFO: computing task features
2.13/2.44	c INFO: computed variable-clause graph statistics
2.23/2.51	c INFO: computed clause balance statistics
10.93/11.21	c INFO: computed variable balance statistics
17.24/17.59	c INFO: computed small-clause counts
17.43/17.71	c INFO: computed Horn-clause counts
61.63/61.97	c INFO: computed variable graph statistics
61.63/61.97	c INFO: collected features for HOME/instance-3381348-1305513051.cnf in 61.22 s
61.63/61.99	c INFO: running lingeling-276@0 for 97 with 4938 remaining (b = 0.56)
61.73/62.02	c INFO: running cryptominisat-2.9.0@0 for 485 with 4938 remaining (b = 0.43)
61.73/62.05	c INFO: running lingeling-276@0 for 1261 with 4938 remaining (b = 0.53)
61.73/62.08	c INFO: running cryptominisat-2.9.0@0 for 485 with 4938 remaining (b = 0.35)
61.82/62.11	c INFO: running lingeling-276@0 for 1261 with 4938 remaining (b = 0.43)
61.82/62.14	c INFO: running precosat-570@0 for 291 with 4938 remaining (b = 0.22)
61.82/62.16	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4938 remaining (b = 0.53)
61.82/62.19	c INFO: running lingeling-276@0 for 582 with 4938 remaining (b = 0.24)
331.35/95.91	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-3381348-1305513051/watcher-3381348-1305513051 -o /tmp/evaluation-result-3381348-1305513051/solver-3381348-1305513051 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381348-1305513051.cnf -seed 793991472 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.84 7.84 7.98 3/327 22679
/proc/meminfo: memFree=24260636/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=15772 CPUtime=0 cores=0-7
/proc/22679/stat : 22679 (python) R 22677 22679 21940 0 -1 4202496 892 0 0 0 0 0 0 0 17 0 1 0 662903267 16150528 775 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335553221 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22679/statm: 3943 775 343 364 0 430 0

[startup+0.091079 s]
/proc/loadavg: 7.84 7.84 7.98 3/327 22679
/proc/meminfo: memFree=24260636/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=84524 CPUtime=0.05 cores=0-7
/proc/22679/stat : 22679 (python) R 22677 22679 21940 0 -1 4202496 2195 0 0 0 4 1 0 0 17 0 1 0 662903267 86552576 1946 33554432000 4194304 5683644 140734077607104 18446744073709551615 232330923950 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22679/statm: 21131 1946 569 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.101059 s]
/proc/loadavg: 7.84 7.84 7.98 3/327 22679
/proc/meminfo: memFree=24260636/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=87708 CPUtime=0.06 cores=0-7
/proc/22679/stat : 22679 (python) R 22677 22679 21940 0 -1 4202496 2637 0 0 0 5 1 0 0 17 0 1 0 662903267 89812992 2355 33554432000 4194304 5683644 140734077607104 18446744073709551615 4988542 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22679/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.301072 s]
/proc/loadavg: 7.84 7.84 7.98 3/327 22679
/proc/meminfo: memFree=24260636/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=135748 CPUtime=0.17 cores=0-7
/proc/22679/stat : 22679 (python) R 22677 22679 21940 0 -1 4202496 5964 935 1 0 13 4 0 0 18 0 1 0 662903267 139005952 4150 33554432000 4194304 5683644 140734077607104 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22679/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700948 s]
/proc/loadavg: 7.84 7.84 7.98 3/327 22679
/proc/meminfo: memFree=24260636/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=289888 CPUtime=0.43 cores=0-7
/proc/22679/stat : 22679 (python) R 22677 22679 21940 0 -1 4202496 12100 935 1 0 32 11 0 0 17 0 1 0 662903267 296845312 9782 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335589495 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22679/statm: 72472 9782 1761 364 0 8396 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 289888

[startup+1.50081 s]
/proc/loadavg: 7.84 7.84 7.98 2/328 22684
/proc/meminfo: memFree=24207804/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=344844 CPUtime=1.23 cores=0-7
/proc/22679/stat : 22679 (python) R 22677 22679 21940 0 -1 4202496 25632 935 1 0 111 12 0 0 18 0 1 0 662903267 353120256 23314 33554432000 4194304 5683644 140734077607104 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22679/statm: 86211 23314 1761 364 0 22135 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 344844

[startup+3.10053 s]
/proc/loadavg: 7.84 7.84 7.98 2/328 22684
/proc/meminfo: memFree=24139848/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=387912 CPUtime=2.83 cores=0-7
/proc/22679/stat : 22679 (python) R 22677 22679 21940 0 -1 4202496 55498 935 1 0 266 17 0 0 21 0 1 0 662903267 397221888 34363 33554432000 4194304 5683644 140734077607104 18446744073709551615 47678521971016 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22679/statm: 96978 34363 1826 364 0 32902 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 387912

[startup+6.30098 s]
/proc/loadavg: 7.29 7.73 7.95 2/328 22685
/proc/meminfo: memFree=24129952/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=387912 CPUtime=6.03 cores=0-7
/proc/22679/stat : 22679 (python) R 22677 22679 21940 0 -1 4202496 55498 935 1 0 586 17 0 0 25 0 1 0 662903267 397221888 34363 33554432000 4194304 5683644 140734077607104 18446744073709551615 47678519136184 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22679/statm: 96978 34363 1826 364 0 32902 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 387912

[startup+12.7008 s]
/proc/loadavg: 6.79 7.62 7.91 2/328 22685
/proc/meminfo: memFree=24130868/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=387912 CPUtime=12.43 cores=0-7
/proc/22679/stat : 22679 (python) R 22677 22679 21940 0 -1 4202496 55499 935 1 0 1226 17 0 0 25 0 1 0 662903267 397221888 34364 33554432000 4194304 5683644 140734077607104 18446744073709551615 47678521960337 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22679/statm: 96978 34364 1827 364 0 32902 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 387912

[startup+25.5005 s]
/proc/loadavg: 5.51 7.29 7.80 2/328 22685
/proc/meminfo: memFree=24128316/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=392468 CPUtime=25.23 cores=0-7
/proc/22679/stat : 22679 (python) R 22677 22679 21940 0 -1 4202496 56644 935 1 0 2506 17 0 0 25 0 1 0 662903267 401887232 35509 33554432000 4194304 5683644 140734077607104 18446744073709551615 47678519195788 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22679/statm: 98117 35509 1833 364 0 34041 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 392468

[startup+51.101 s]
/proc/loadavg: 3.97 6.78 7.61 2/328 22686
/proc/meminfo: memFree=24128712/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=392468 CPUtime=50.83 cores=0-7
/proc/22679/stat : 22679 (python) R 22677 22679 21940 0 -1 4202496 56644 935 1 0 5066 17 0 0 25 0 1 0 662903267 401887232 35509 33554432000 4194304 5683644 140734077607104 18446744073709551615 47678519195788 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22679/statm: 98117 35509 1833 364 0 34041 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 392468

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

[startup+76.7014 s]
/proc/loadavg: 4.57 6.68 7.56 9/352 22710
/proc/meminfo: memFree=22439000/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=531136 CPUtime=61.93 cores=0-7
/proc/22679/stat : 22679 (python) S 22677 22679 21940 0 -1 4202496 62337 935 1 0 6171 22 0 0 21 0 9 0 662903267 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22679/statm: 132784 33452 1889 364 0 68681 0
[pid=22687] ppid=22679 vsize=383564 CPUtime=0.03 cores=0-7
/proc/22687/stat : 22687 (python) S 22679 22679 21940 0 -1 4202560 983 0 0 0 1 2 0 0 18 0 1 0 662909466 392769536 31825 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912463 0 0 16781312 514 155866768353493250 0 0 17 1 0 0 0
/proc/22687/statm: 95891 31825 381 364 0 31809 0
[pid=22689] ppid=22687 vsize=52304 CPUtime=14.68 cores=0-7
/proc/22689/stat : 22689 (lingeling) R 22687 22689 22689 0 -1 4202496 27573 0 0 0 1465 3 0 0 25 0 1 0 662909467 53559296 11223 33554432000 4194304 4352236 140737336099856 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/22689/statm: 13076 11223 129 39 0 12156 0
[pid=22690] ppid=22679 vsize=393820 CPUtime=0.02 cores=0-7
/proc/22690/stat : 22690 (python) S 22679 22679 21940 0 -1 4202560 915 0 0 0 1 1 0 0 15 0 1 0 662909469 403271680 31818 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 12851311812066377986 0 0 17 4 0 0 0
/proc/22690/statm: 98455 31818 370 364 0 34370 0
[pid=22692] ppid=22690 vsize=607968 CPUtime=14.63 cores=0-7
/proc/22692/stat : 22692 (cryptominisat-2) R 22690 22692 22692 0 -1 4202496 124152 0 0 0 1448 15 0 0 25 0 1 0 662909470 622559232 119436 33554432000 4194304 4677096 140736326285472 18446744073709551615 4564124 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22692/statm: 151992 119436 379 118 0 146951 0
[pid=22693] ppid=22679 vsize=404076 CPUtime=0.03 cores=0-7
/proc/22693/stat : 22693 (python) S 22679 22679 21940 0 -1 4202560 909 0 0 0 1 2 0 0 18 0 1 0 662909472 413773824 31822 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493250 0 0 17 1 0 0 0
/proc/22693/statm: 101019 31822 370 364 0 36931 0
[pid=22695] ppid=22693 vsize=48444 CPUtime=14.62 cores=0-7
/proc/22695/stat : 22695 (lingeling) R 22693 22695 22695 0 -1 4202496 27590 0 0 0 1459 3 0 0 25 0 1 0 662909472 49606656 11281 33554432000 4194304 4352236 140733232491920 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/22695/statm: 12111 11281 129 39 0 11191 0
[pid=22696] ppid=22679 vsize=414332 CPUtime=0.03 cores=0-7
/proc/22696/stat : 22696 (python) S 22679 22679 21940 0 -1 4202560 944 0 0 0 1 2 0 0 15 0 1 0 662909475 424275968 31826 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 1624000668752642308 0 0 17 1 0 0 0
/proc/22696/statm: 103583 31826 370 364 0 39492 0
[pid=22698] ppid=22696 vsize=530712 CPUtime=14.6 cores=0-7
/proc/22698/stat : 22698 (cryptominisat-2) R 22696 22698 22698 0 -1 4202496 112556 0 0 0 1443 17 0 0 25 0 1 0 662909475 543449088 107844 33554432000 4194304 4677096 140734080815840 18446744073709551615 232335548546 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22698/statm: 132678 107844 372 118 0 127637 0
[pid=22699] ppid=22679 vsize=490124 CPUtime=0.02 cores=0-7
/proc/22699/stat : 22699 (python) S 22679 22679 21940 0 -1 4202560 941 0 0 0 1 1 0 0 18 0 1 0 662909478 501886976 31832 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493251 0 0 17 1 0 0 0
/proc/22699/statm: 122531 31832 370 364 0 58437 0
[pid=22701] ppid=22699 vsize=65372 CPUtime=14.56 cores=0-7
/proc/22701/stat : 22701 (lingeling) R 22699 22701 22701 0 -1 4202496 31964 0 0 0 1453 3 0 0 25 0 1 0 662909479 66940928 15513 33554432000 4194304 4352236 140736528016560 18446744073709551615 4235379 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22701/statm: 16343 15513 129 39 0 15423 0
[pid=22702] ppid=22679 vsize=500380 CPUtime=0.03 cores=0-7
/proc/22702/stat : 22702 (python) S 22679 22679 21940 0 -1 4202560 941 0 0 0 2 1 0 0 18 0 1 0 662909481 512389120 31836 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493252 0 0 17 1 0 0 0
/proc/22702/statm: 125095 31836 370 364 0 60998 0
[pid=22704] ppid=22702 vsize=178604 CPUtime=14.35 cores=0-7
/proc/22704/stat : 22704 (precosat) R 22702 22704 22704 0 -1 4202496 45586 0 0 0 1428 7 0 0 25 0 1 0 662909481 182890496 42248 33554432000 4194304 4890832 140735777582352 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/22704/statm: 44651 42248 86 171 0 44478 0
[pid=22705] ppid=22679 vsize=510636 CPUtime=0.02 cores=0-7
/proc/22705/stat : 22705 (python) S 22679 22679 21940 0 -1 4202560 816 0 0 0 1 1 0 0 15 0 1 0 662909484 522891264 31957 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493252 0 0 17 1 0 0 0
/proc/22705/statm: 127659 31957 371 364 0 63559 0
[pid=22707] ppid=22705 vsize=515908 CPUtime=14.31 cores=0-7
/proc/22707/stat : 22707 (cryptominisat-2) R 22705 22707 22707 0 -1 4202496 108960 0 0 0 1414 17 0 0 25 0 1 0 662909486 528289792 104255 33554432000 4194304 4677096 140735995705712 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22707/statm: 128977 104255 362 118 0 123936 0
[pid=22708] ppid=22679 vsize=520892 CPUtime=0.02 cores=0-7
/proc/22708/stat : 22708 (python) S 22679 22679 21940 0 -1 4202560 862 0 0 0 1 1 0 0 18 0 1 0 662909487 533393408 31936 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493251 0 0 17 0 0 0 0
/proc/22708/statm: 130223 31936 377 364 0 66120 0
[pid=22710] ppid=22708 vsize=65116 CPUtime=14.44 cores=0-7
/proc/22710/stat : 22710 (lingeling) R 22708 22710 22710 0 -1 4202496 31897 0 0 0 1440 4 0 0 25 0 1 0 662909487 66678784 15449 33554432000 4194304 4352236 140734359919488 18446744073709551615 4327946 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22710/statm: 16279 15449 129 39 0 15359 0
[pid=22679/tid=22688] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22688/stat : 22688 (python) S 22677 22679 21940 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 9 0 662909467 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 2 0 0 0
[pid=22679/tid=22691] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22691/stat : 22691 (python) S 22677 22679 21940 0 -1 4202560 20 935 0 0 0 0 0 0 18 0 9 0 662909469 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 4 0 0 0
[pid=22679/tid=22694] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22694/stat : 22694 (python) S 22677 22679 21940 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 9 0 662909472 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 2 0 0 0
[pid=22679/tid=22697] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22697/stat : 22697 (python) S 22677 22679 21940 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 9 0 662909475 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 5 0 0 0
[pid=22679/tid=22700] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22700/stat : 22700 (python) S 22677 22679 21940 0 -1 4202560 24 935 0 0 0 0 0 0 23 0 9 0 662909478 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 2 0 0 0
[pid=22679/tid=22703] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22703/stat : 22703 (python) S 22677 22679 21940 0 -1 4202560 26 935 0 0 0 0 0 0 24 0 9 0 662909481 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 7 0 0 0
[pid=22679/tid=22706] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22706/stat : 22706 (python) S 22677 22679 21940 0 -1 4202560 75 935 0 0 0 0 0 0 19 0 9 0 662909484 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 1 0 0 0
[pid=22679/tid=22709] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22709/stat : 22709 (python) S 22677 22679 21940 0 -1 4202560 34 935 0 0 0 0 0 0 21 0 9 0 662909487 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 178.32
Current children cumulated vsize (KiB) 6213388

[startup+89.5012 s]
/proc/loadavg: 5.33 6.74 7.56 10/352 22711
/proc/meminfo: memFree=22270352/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=531136 CPUtime=61.93 cores=0-7
/proc/22679/stat : 22679 (python) S 22677 22679 21940 0 -1 4202496 62337 935 1 0 6171 22 0 0 21 0 9 0 662903267 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22679/statm: 132784 33452 1889 364 0 68681 0
[pid=22687] ppid=22679 vsize=383564 CPUtime=0.06 cores=0-7

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

[pid=22690] ppid=22679 vsize=393820 CPUtime=0.09 cores=0-7
/proc/22690/stat : 22690 (python) S 22679 22679 21940 0 -1 4202560 934 0 0 0 5 4 0 0 15 0 1 0 662909469 403271680 31818 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493250 0 0 17 4 0 0 0
/proc/22690/statm: 98455 31818 370 364 0 34370 0
[pid=22692] ppid=22690 vsize=610320 CPUtime=32.96 cores=0-7
/proc/22692/stat : 22692 (cryptominisat-2) R 22690 22692 22692 0 -1 4202496 132894 0 0 0 3280 16 0 0 25 0 1 0 662909470 624967680 125640 33554432000 4194304 4677096 140736326285472 18446744073709551615 4236140 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22692/statm: 152580 125640 392 118 0 147539 0
[pid=22693] ppid=22679 vsize=404076 CPUtime=0.07 cores=0-7
/proc/22693/stat : 22693 (python) S 22679 22679 21940 0 -1 4202560 919 0 0 0 3 4 0 0 18 0 1 0 662909472 413773824 31822 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493250 0 0 17 1 0 0 0
/proc/22693/statm: 101019 31822 370 364 0 36931 0
[pid=22695] ppid=22693 vsize=64816 CPUtime=33.02 cores=0-7
/proc/22695/stat : 22695 (lingeling) R 22693 22695 22695 0 -1 4202496 31687 0 0 0 3299 3 0 0 25 0 1 0 662909472 66371584 15374 33554432000 4194304 4352236 140733232491920 18446744073709551615 4234453 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/22695/statm: 16204 15374 129 39 0 15284 0
[pid=22696] ppid=22679 vsize=414332 CPUtime=0.09 cores=0-7
/proc/22696/stat : 22696 (python) S 22679 22679 21940 0 -1 4202560 957 0 0 0 4 5 0 0 15 0 1 0 662909475 424275968 31826 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 1624000668752642308 0 0 17 1 0 0 0
/proc/22696/statm: 103583 31826 370 364 0 39492 0
[pid=22698] ppid=22696 vsize=582608 CPUtime=33 cores=0-7
/proc/22698/stat : 22698 (cryptominisat-2) R 22696 22698 22698 0 -1 4202496 126606 0 0 0 3280 20 0 0 25 0 1 0 662909475 596590592 119372 33554432000 4194304 4677096 140734080815840 18446744073709551615 4319603 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22698/statm: 145652 119372 392 118 0 140611 0
[pid=22699] ppid=22679 vsize=490124 CPUtime=0.07 cores=0-7
/proc/22699/stat : 22699 (python) S 22679 22679 21940 0 -1 4202560 951 0 0 0 4 3 0 0 18 0 1 0 662909478 501886976 31832 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493251 0 0 17 1 0 0 0
/proc/22699/statm: 122531 31832 370 364 0 58437 0
[pid=22701] ppid=22699 vsize=65356 CPUtime=32.96 cores=0-7
/proc/22701/stat : 22701 (lingeling) R 22699 22701 22701 0 -1 4202496 31964 0 0 0 3293 3 0 0 25 0 1 0 662909479 66924544 15509 33554432000 4194304 4352236 140736528016560 18446744073709551615 4222658 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22701/statm: 16339 15509 129 39 0 15419 0
[pid=22702] ppid=22679 vsize=500380 CPUtime=0.07 cores=0-7
/proc/22702/stat : 22702 (python) S 22679 22679 21940 0 -1 4202560 949 0 0 0 4 3 0 0 18 0 1 0 662909481 512389120 31836 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493252 0 0 17 1 0 0 0
/proc/22702/statm: 125095 31836 370 364 0 60998 0
[pid=22704] ppid=22702 vsize=178604 CPUtime=32.52 cores=0-7
/proc/22704/stat : 22704 (precosat) R 22702 22704 22704 0 -1 4202496 45627 0 0 0 3244 8 0 0 25 0 1 0 662909481 182890496 42289 33554432000 4194304 4890832 140735777582352 18446744073709551615 4299120 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/22704/statm: 44651 42289 86 171 0 44478 0
[pid=22705] ppid=22679 vsize=510636 CPUtime=0.08 cores=0-7
/proc/22705/stat : 22705 (python) S 22679 22679 21940 0 -1 4202560 817 0 0 0 4 4 0 0 15 0 1 0 662909484 522891264 31957 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493252 0 0 17 1 0 0 0
/proc/22705/statm: 127659 31957 371 364 0 63559 0
[pid=22707] ppid=22705 vsize=579988 CPUtime=32.41 cores=0-7
/proc/22707/stat : 22707 (cryptominisat-2) R 22705 22707 22707 0 -1 4202496 125837 0 0 0 3221 20 0 0 25 0 1 0 662909486 593907712 118604 33554432000 4194304 4677096 140735995705712 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22707/statm: 144997 118604 392 118 0 139956 0
[pid=22708] ppid=22679 vsize=520892 CPUtime=0.07 cores=0-7
/proc/22708/stat : 22708 (python) S 22679 22679 21940 0 -1 4202560 862 0 0 0 4 3 0 0 18 0 1 0 662909487 533393408 31936 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493251 0 0 17 0 0 0 0
/proc/22708/statm: 130223 31936 377 364 0 66120 0
[pid=22710] ppid=22708 vsize=65100 CPUtime=32.79 cores=0-7
/proc/22710/stat : 22710 (lingeling) R 22708 22710 22710 0 -1 4202496 31897 0 0 0 3275 4 0 0 25 0 1 0 662909487 66662400 15445 33554432000 4194304 4352236 140734359919488 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22710/statm: 16275 15445 129 39 0 15355 0
[pid=22679/tid=22688] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22688/stat : 22688 (python) S 22677 22679 21940 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 9 0 662909467 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 2 0 0 0
[pid=22679/tid=22691] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22691/stat : 22691 (python) S 22677 22679 21940 0 -1 4202560 20 935 0 0 0 0 0 0 18 0 9 0 662909469 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 4 0 0 0
[pid=22679/tid=22694] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22694/stat : 22694 (python) S 22677 22679 21940 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 9 0 662909472 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 2 0 0 0
[pid=22679/tid=22697] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22697/stat : 22697 (python) S 22677 22679 21940 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 9 0 662909475 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 5 0 0 0
[pid=22679/tid=22700] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22700/stat : 22700 (python) S 22677 22679 21940 0 -1 4202560 24 935 0 0 0 0 0 0 23 0 9 0 662909478 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 2 0 0 0
[pid=22679/tid=22703] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22703/stat : 22703 (python) S 22677 22679 21940 0 -1 4202560 26 935 0 0 0 0 0 0 24 0 9 0 662909481 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 7 0 0 0
[pid=22679/tid=22706] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22706/stat : 22706 (python) S 22677 22679 21940 0 -1 4202560 75 935 0 0 0 0 0 0 19 0 9 0 662909484 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 1 0 0 0
[pid=22679/tid=22709] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22709/stat : 22709 (python) S 22677 22679 21940 0 -1 4202560 34 935 0 0 0 0 0 0 21 0 9 0 662909487 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 325.28
Current children cumulated vsize (KiB) 6364428

[startup+95.5011 s]
/proc/loadavg: 5.54 6.76 7.56 9/352 22711
/proc/meminfo: memFree=22244560/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=531136 CPUtime=61.93 cores=0-7
/proc/22679/stat : 22679 (python) S 22677 22679 21940 0 -1 4202496 62337 935 1 0 6171 22 0 0 21 0 9 0 662903267 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22679/statm: 132784 33452 1889 364 0 68681 0
[pid=22687] ppid=22679 vsize=383564 CPUtime=0.07 cores=0-7
/proc/22687/stat : 22687 (python) S 22679 22679 21940 0 -1 4202560 994 0 0 0 3 4 0 0 18 0 1 0 662909466 392769536 31825 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912463 0 0 16781312 514 155866768353493250 0 0 17 1 0 0 0
/proc/22687/statm: 95891 31825 381 364 0 31809 0
[pid=22689] ppid=22687 vsize=68676 CPUtime=33.48 cores=0-7
/proc/22689/stat : 22689 (lingeling) R 22687 22689 22689 0 -1 4202496 31670 0 0 0 3344 4 0 0 25 0 1 0 662909467 70324224 15316 33554432000 4194304 4352236 140737336099856 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/22689/statm: 17169 15316 129 39 0 16249 0
[pid=22690] ppid=22679 vsize=393820 CPUtime=0.09 cores=0-7
/proc/22690/stat : 22690 (python) S 22679 22679 21940 0 -1 4202560 934 0 0 0 5 4 0 0 15 0 1 0 662909469 403271680 31818 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493250 0 0 17 4 0 0 0
/proc/22690/statm: 98455 31818 370 364 0 34370 0
[pid=22692] ppid=22690 vsize=613592 CPUtime=33.36 cores=0-7
/proc/22692/stat : 22692 (cryptominisat-2) R 22690 22692 22692 0 -1 4202496 133638 0 0 0 3320 16 0 0 25 0 1 0 662909470 628318208 126384 33554432000 4194304 4677096 140736326285472 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22692/statm: 153398 126384 392 118 0 148357 0
[pid=22693] ppid=22679 vsize=404076 CPUtime=0.07 cores=0-7
/proc/22693/stat : 22693 (python) S 22679 22679 21940 0 -1 4202560 919 0 0 0 3 4 0 0 18 0 1 0 662909472 413773824 31822 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493250 0 0 17 1 0 0 0
/proc/22693/statm: 101019 31822 370 364 0 36931 0
[pid=22695] ppid=22693 vsize=64812 CPUtime=33.42 cores=0-7
/proc/22695/stat : 22695 (lingeling) R 22693 22695 22695 0 -1 4202496 31687 0 0 0 3339 3 0 0 25 0 1 0 662909472 66367488 15373 33554432000 4194304 4352236 140733232491920 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/22695/statm: 16203 15373 129 39 0 15283 0
[pid=22696] ppid=22679 vsize=414332 CPUtime=0.09 cores=0-7
/proc/22696/stat : 22696 (python) S 22679 22679 21940 0 -1 4202560 957 0 0 0 4 5 0 0 15 0 1 0 662909475 424275968 31826 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 1624000668752642308 0 0 17 1 0 0 0
/proc/22696/statm: 103583 31826 370 364 0 39492 0
[pid=22698] ppid=22696 vsize=586728 CPUtime=33.4 cores=0-7
/proc/22698/stat : 22698 (cryptominisat-2) R 22696 22698 22698 0 -1 4202496 127475 0 0 0 3320 20 0 0 25 0 1 0 662909475 600809472 120241 33554432000 4194304 4677096 140734080815840 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22698/statm: 146682 120241 392 118 0 141641 0
[pid=22699] ppid=22679 vsize=490124 CPUtime=0.07 cores=0-7
/proc/22699/stat : 22699 (python) S 22679 22679 21940 0 -1 4202560 951 0 0 0 4 3 0 0 18 0 1 0 662909478 501886976 31832 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493251 0 0 17 1 0 0 0
/proc/22699/statm: 122531 31832 370 364 0 58437 0
[pid=22701] ppid=22699 vsize=65356 CPUtime=33.36 cores=0-7
/proc/22701/stat : 22701 (lingeling) R 22699 22701 22701 0 -1 4202496 31964 0 0 0 3333 3 0 0 25 0 1 0 662909479 66924544 15509 33554432000 4194304 4352236 140736528016560 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22701/statm: 16339 15509 129 39 0 15419 0
[pid=22702] ppid=22679 vsize=500380 CPUtime=0.07 cores=0-7
/proc/22702/stat : 22702 (python) S 22679 22679 21940 0 -1 4202560 949 0 0 0 4 3 0 0 18 0 1 0 662909481 512389120 31836 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493252 0 0 17 1 0 0 0
/proc/22702/statm: 125095 31836 370 364 0 60998 0
[pid=22704] ppid=22702 vsize=178604 CPUtime=32.92 cores=0-7
/proc/22704/stat : 22704 (precosat) R 22702 22704 22704 0 -1 4202496 45627 0 0 0 3284 8 0 0 25 0 1 0 662909481 182890496 42289 33554432000 4194304 4890832 140735777582352 18446744073709551615 4232298 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/22704/statm: 44651 42289 86 171 0 44478 0
[pid=22705] ppid=22679 vsize=510636 CPUtime=0.08 cores=0-7
/proc/22705/stat : 22705 (python) S 22679 22679 21940 0 -1 4202560 817 0 0 0 4 4 0 0 15 0 1 0 662909484 522891264 31957 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 2462026441210953988 0 0 17 1 0 0 0
/proc/22705/statm: 127659 31957 371 364 0 63559 0
[pid=22707] ppid=22705 vsize=579988 CPUtime=32.8 cores=0-7
/proc/22707/stat : 22707 (cryptominisat-2) R 22705 22707 22707 0 -1 4202496 125872 0 0 0 3260 20 0 0 25 0 1 0 662909486 593907712 118639 33554432000 4194304 4677096 140735995705712 18446744073709551615 4358608 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22707/statm: 144997 118639 392 118 0 139956 0
[pid=22708] ppid=22679 vsize=520892 CPUtime=0.07 cores=0-7
/proc/22708/stat : 22708 (python) S 22679 22679 21940 0 -1 4202560 862 0 0 0 4 3 0 0 18 0 1 0 662909487 533393408 31936 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493251 0 0 17 0 0 0 0
/proc/22708/statm: 130223 31936 377 364 0 66120 0
[pid=22710] ppid=22708 vsize=65100 CPUtime=33.19 cores=0-7
/proc/22710/stat : 22710 (lingeling) R 22708 22710 22710 0 -1 4202496 31897 0 0 0 3315 4 0 0 25 0 1 0 662909487 66662400 15445 33554432000 4194304 4352236 140734359919488 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22710/statm: 16275 15445 129 39 0 15355 0
[pid=22679/tid=22688] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22688/stat : 22688 (python) S 22677 22679 21940 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 9 0 662909467 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 2 0 0 0
[pid=22679/tid=22691] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22691/stat : 22691 (python) S 22677 22679 21940 0 -1 4202560 20 935 0 0 0 0 0 0 18 0 9 0 662909469 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 4 0 0 0
[pid=22679/tid=22694] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22694/stat : 22694 (python) S 22677 22679 21940 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 9 0 662909472 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 2 0 0 0
[pid=22679/tid=22697] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22697/stat : 22697 (python) S 22677 22679 21940 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 9 0 662909475 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 5 0 0 0
[pid=22679/tid=22700] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22700/stat : 22700 (python) S 22677 22679 21940 0 -1 4202560 24 935 0 0 0 0 0 0 23 0 9 0 662909478 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 2 0 0 0
[pid=22679/tid=22703] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22703/stat : 22703 (python) S 22677 22679 21940 0 -1 4202560 26 935 0 0 0 0 0 0 24 0 9 0 662909481 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 7 0 0 0
[pid=22679/tid=22706] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22706/stat : 22706 (python) S 22677 22679 21940 0 -1 4202560 75 935 0 0 0 0 0 0 19 0 9 0 662909484 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 1 0 0 0
[pid=22679/tid=22709] ppid=22677 vsize=531136 CPUtime=0 cores=0-7
/proc/22679/task/22709/stat : 22709 (python) S 22677 22679 21940 0 -1 4202560 34 935 0 0 0 0 0 0 21 0 9 0 662909487 543883264 33452 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 328.47
Current children cumulated vsize (KiB) 6371816

[startup+95.901 s]
/proc/loadavg: 5.54 6.76 7.56 9/352 22711
/proc/meminfo: memFree=22227692/32951124 swapFree=65173160/67111528
[pid=22679] ppid=22677 vsize=531136 CPUtime=230.3 cores=0-7
/proc/22679/stat : 22679 (python) S 22677 22679 21940 0 -1 4202496 62380 362897 1 0 6171 22 16757 80 17 0 9 0 662903267 543883264 33453 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347722559 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22679/statm: 132784 33453 1890 364 0 68681 0
[pid=22693] ppid=22679 vsize=0 CPUtime=33.79 cores=0-7
/proc/22693/stat : 22693 (python) Z 22679 22679 21940 0 -1 4202588 1158 31690 0 0 4 5 3366 4 16 0 1 0 662909472 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22693/statm: 0 0 0 0 0 0 0
[pid=22696] ppid=22679 vsize=0 CPUtime=33.89 cores=0-7
/proc/22696/stat : 22696 (python) R 22679 22679 21940 0 -1 4202564 1005 127477 0 0 4 6 3357 22 15 0 1 0 662909475 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22696/statm: 0 0 0 0 0 0 0
[pid=22702] ppid=22679 vsize=500380 CPUtime=0.07 cores=0-7
/proc/22702/stat : 22702 (python) S 22679 22679 21940 0 -1 4202560 949 0 0 0 4 3 0 0 18 0 1 0 662909481 512389120 31836 33554432000 4194304 5683644 140734077607104 18446744073709551615 232335912518 0 0 16781312 514 155866768353493252 0 0 17 1 0 0 0
/proc/22702/statm: 125095 31836 370 364 0 60998 0
[pid=22704] ppid=22702 vsize=178604 CPUtime=33.3 cores=0-7
/proc/22704/stat : 22704 (precosat) R 22702 22704 22704 0 -1 4202496 45627 0 0 0 3322 8 0 0 25 0 1 0 662909481 182890496 42289 33554432000 4194304 4890832 140735777582352 18446744073709551615 4241028 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/22704/statm: 44651 42289 86 171 0 44478 0
[pid=22679/tid=22688] ppid=22677 vsize=531136 CPUtime=168.37 cores=0-7
/proc/22679/task/22688/stat : 22688 (python) S 22677 22679 21940 0 -1 4202560 23 362897 0 0 0 0 16757 80 25 0 9 0 662909467 543883264 33453 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 2 0 0 0
[pid=22679/tid=22691] ppid=22677 vsize=531136 CPUtime=168.37 cores=0-7
/proc/22679/task/22691/stat : 22691 (python) S 22677 22679 21940 0 -1 4202560 20 362897 0 0 0 0 16757 80 18 0 9 0 662909469 543883264 33453 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 4 0 0 0
[pid=22679/tid=22694] ppid=22677 vsize=531136 CPUtime=168.37 cores=0-7
/proc/22679/task/22694/stat : 22694 (python) S 22677 22679 21940 0 -1 4202560 23 362897 0 0 0 0 16757 80 21 0 9 0 662909472 543883264 33453 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 2 0 0 0
[pid=22679/tid=22697] ppid=22677 vsize=531136 CPUtime=168.37 cores=0-7
/proc/22679/task/22697/stat : 22697 (python) S 22677 22679 21940 0 -1 4202560 19 362897 0 0 0 0 16757 80 18 0 9 0 662909475 543883264 33453 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 5 0 0 0
[pid=22679/tid=22700] ppid=22677 vsize=531136 CPUtime=168.37 cores=0-7
/proc/22679/task/22700/stat : 22700 (python) S 22677 22679 21940 0 -1 4202560 24 362897 0 0 0 0 16757 80 23 0 9 0 662909478 543883264 33453 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 2 0 0 0
[pid=22679/tid=22703] ppid=22677 vsize=531136 CPUtime=168.37 cores=0-7
/proc/22679/task/22703/stat : 22703 (python) S 22677 22679 21940 0 -1 4202560 26 362897 0 0 0 0 16757 80 24 0 9 0 662909481 543883264 33453 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 7 0 0 0
[pid=22679/tid=22706] ppid=22677 vsize=531136 CPUtime=168.37 cores=0-7
/proc/22679/task/22706/stat : 22706 (python) S 22677 22679 21940 0 -1 4202560 75 362897 0 0 0 0 16757 80 19 0 9 0 662909484 543883264 33453 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 1 0 0 0
[pid=22679/tid=22709] ppid=22677 vsize=531136 CPUtime=168.37 cores=0-7
/proc/22679/task/22709/stat : 22709 (python) S 22677 22679 21940 0 -1 4202560 34 362897 0 0 0 0 16757 80 21 0 9 0 662909487 543883264 33453 33554432000 4194304 5683644 140734077607104 18446744073709551615 232347716017 0 0 16781312 2 18446604447965142016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 331.35
Current children cumulated vsize (KiB) 1210120

Child status: 0
Real time (s): 95.959
CPU time (s): 331.507
CPU user time (s): 329.925
CPU system time (s): 1.58176
CPU usage (%): 345.467
Max. virtual memory (cumulated for all children) (KiB): 6414036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 329.925
system time used= 1.58176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 649205
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= 3517
involuntary context switches= 2941

runsolver used 0.352946 second user time and 0.702893 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-16 04:30:51
IDJOB=3381348
IDBENCH=88143
IDSOLVER=1864
FILE ID=node132/3381348-1305513051
RUNJOBID= node132-1305509043-21954
PBS_JOBID= 13325514
Free space on /tmp= 73364 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/manolios/c10idw_i.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-3381348-1305513051/watcher-3381348-1305513051 -o /tmp/evaluation-result-3381348-1305513051/solver-3381348-1305513051 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381348-1305513051.cnf -seed 793991472 -budget 40000 -cores 8

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

MD5SUM BENCH= c139a321e75833c70af36726562b66de
RANDOM SEED=793991472

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24260916 kB
Buffers:        307248 kB
Cached:        3268772 kB
SwapCached:       9912 kB
Active:        2312448 kB
Inactive:      6057084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24260916 kB
SwapTotal:    67111528 kB
SwapFree:     65173160 kB
Dirty:           41932 kB
Writeback:           0 kB
AnonPages:     4791572 kB
Mapped:          21220 kB
Slab:           220788 kB
PageTables:      31972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 58153824 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73332 MiB
End job on node132 at 2011-05-16 04:32:27