Trace number 3317797

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 125.313 32.655

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.36/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.68	c INFO: solving HOME/instance-3317797-1304271144.cnf
0.36/0.68	c INFO: computing task features
0.43/0.75	c INFO: computed variable-clause graph statistics
0.43/0.76	c INFO: computed clause balance statistics
0.84/1.13	c INFO: computed variable balance statistics
1.13/1.43	c INFO: computed small-clause counts
1.13/1.43	c INFO: computed Horn-clause counts
1.23/1.55	c INFO: computed variable graph statistics
1.23/1.55	c INFO: collected features for HOME/instance-3317797-1304271144.cnf in 0.86 s
1.23/1.57	c INFO: running lingeling-276@0 for 97 with 4799 remaining (b = 0.29)
1.23/1.59	c INFO: running cryptominisat-2.9.0@0 for 485 with 4799 remaining (b = 0.34)
1.33/1.61	c INFO: running lingeling-276@0 for 582 with 4799 remaining (b = 0.39)
1.33/1.64	c INFO: running lingeling-276@0 for 1261 with 4799 remaining (b = 0.45)
125.05/32.63	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.64 7.44 6.73 3/189 26484
/proc/meminfo: memFree=21896156/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/26484/stat : 26484 (python) S 26482 26484 25680 0 -1 4202496 727 0 0 0 0 0 0 0 23 0 1 0 538714838 15548416 617 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/26484/statm: 3796 617 322 364 0 283 0

[startup+0.0404491 s]
/proc/loadavg: 6.64 7.44 6.73 3/189 26484
/proc/meminfo: memFree=21896156/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=18884 CPUtime=0.01 cores=1,3,5,7
/proc/26484/stat : 26484 (python) R 26482 26484 25680 0 -1 4202496 1272 0 0 0 1 0 0 0 23 0 1 0 538714838 19337216 1125 33554432000 4194304 5683644 140735592740960 18446744073709551615 4309594 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26484/statm: 4721 1125 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100466 s]
/proc/loadavg: 6.64 7.44 6.73 3/189 26484
/proc/meminfo: memFree=21896156/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/26484/stat : 26484 (python) R 26482 26484 25680 0 -1 4202496 2630 0 0 0 4 2 0 0 17 0 1 0 538714838 87674880 2348 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809161573 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26484/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300437 s]
/proc/loadavg: 6.64 7.44 6.73 3/189 26484
/proc/meminfo: memFree=21896156/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/26484/stat : 26484 (python) S 26482 26484 25680 0 -1 4202496 5961 934 1 0 13 5 0 0 17 0 1 0 538714838 139005952 4150 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809161733 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/26484/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700353 s]
/proc/loadavg: 6.64 7.44 6.73 3/189 26484
/proc/meminfo: memFree=21896156/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=279560 CPUtime=0.43 cores=1,3,5,7
/proc/26484/stat : 26484 (python) R 26482 26484 25680 0 -1 4202496 9527 934 1 0 31 12 0 0 15 0 1 0 538714838 286269440 7209 33554432000 4194304 5683644 140735592740960 18446744073709551615 4960188 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26484/statm: 69890 7210 1761 364 0 5814 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 279560

[startup+1.5002 s]
/proc/loadavg: 6.64 7.44 6.73 4/190 26489
/proc/meminfo: memFree=21869240/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=282760 CPUtime=1.23 cores=1,3,5,7
/proc/26484/stat : 26484 (python) R 26482 26484 25680 0 -1 4202496 11094 934 1 0 111 12 0 0 16 0 1 0 538714838 289546240 8082 33554432000 4194304 5683644 140735592740960 18446744073709551615 47477793704076 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26484/statm: 70690 8082 1833 364 0 6614 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 282760

[startup+3.10085 s]
/proc/loadavg: 6.64 7.44 6.73 7/202 26501
/proc/meminfo: memFree=21836904/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=321764 CPUtime=1.37 cores=1,3,5,7
/proc/26484/stat : 26484 (python) S 26482 26484 25680 0 -1 4202496 13840 934 1 0 124 13 0 0 24 0 5 0 538714838 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26484/statm: 80441 7638 1881 364 0 16350 0
[pid=26490] ppid=26484 vsize=280752 CPUtime=0 cores=1,3,5,7
/proc/26490/stat : 26490 (python) S 26484 26484 25680 0 -1 4202560 805 0 0 0 0 0 0 0 18 0 1 0 538714995 287490048 6100 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185807 0 0 16781312 514 17069575252767408127 0 0 17 3 0 0 0
/proc/26490/statm: 70188 6100 359 364 0 6106 0
[pid=26492] ppid=26490 vsize=7568 CPUtime=1.51 cores=1,3,5,7
/proc/26492/stat : 26492 (lingeling) R 26490 26492 26492 0 -1 4202496 1936 0 0 0 151 0 0 0 24 0 1 0 538714995 7749632 1094 33554432000 4194304 4352236 140734536391760 18446744073709551615 4276795 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26492/statm: 1892 1094 129 39 0 972 0
[pid=26493] ppid=26484 vsize=291008 CPUtime=0 cores=1,3,5,7
/proc/26493/stat : 26493 (python) S 26484 26484 25680 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 538714997 297992192 6093 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 6498576618846420991 0 0 17 5 0 0 0
/proc/26493/statm: 72752 6093 348 364 0 8667 0
[pid=26495] ppid=26493 vsize=61156 CPUtime=1.49 cores=1,3,5,7
/proc/26495/stat : 26495 (cryptominisat-2) R 26493 26495 26495 0 -1 4202496 8343 0 0 0 148 1 0 0 25 0 1 0 538714998 62623744 7836 33554432000 4194304 4677096 140733558713392 18446744073709551615 4335483 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26495/statm: 15289 7836 375 118 0 10248 0
[pid=26496] ppid=26484 vsize=301264 CPUtime=0 cores=1,3,5,7
/proc/26496/stat : 26496 (python) S 26484 26484 25680 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 538715000 308494336 6097 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 648087342078230527 0 0 17 5 0 0 0
/proc/26496/statm: 75316 6097 348 364 0 11228 0
[pid=26498] ppid=26496 vsize=7468 CPUtime=1.47 cores=1,3,5,7
/proc/26498/stat : 26498 (lingeling) R 26496 26498 26498 0 -1 4202496 1881 0 0 0 147 0 0 0 25 0 1 0 538715000 7647232 1036 33554432000 4194304 4352236 140735930266496 18446744073709551615 4234001 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26498/statm: 1867 1036 129 39 0 947 0
[pid=26499] ppid=26484 vsize=311520 CPUtime=0 cores=1,3,5,7
/proc/26499/stat : 26499 (python) S 26484 26484 25680 0 -1 4202560 754 0 0 0 0 0 0 0 18 0 1 0 538715002 318996480 6101 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 5359964158563450879 0 0 17 5 0 0 0
/proc/26499/statm: 77880 6101 348 364 0 13789 0
[pid=26501] ppid=26499 vsize=7528 CPUtime=1.44 cores=1,3,5,7
/proc/26501/stat : 26501 (lingeling) R 26499 26501 26501 0 -1 4202496 1926 0 0 0 144 0 0 0 25 0 1 0 538715003 7708672 1083 33554432000 4194304 4352236 140733202382864 18446744073709551615 4331541 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26501/statm: 1882 1083 129 39 0 962 0
[pid=26484/tid=26491] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26491/stat : 26491 (python) S 26482 26484 25680 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 5 0 538714995 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 3 0 0 0
[pid=26484/tid=26494] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26494/stat : 26494 (python) S 26482 26484 25680 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538714998 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26497] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26497/stat : 26497 (python) S 26482 26484 25680 0 -1 4202560 33 934 0 0 0 0 0 0 22 0 5 0 538715000 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26500] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26500/stat : 26500 (python) S 26482 26484 25680 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 5 0 538715002 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1590028

[startup+6.30127 s]
/proc/loadavg: 6.59 7.41 6.73 7/202 26501
/proc/meminfo: memFree=21806628/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=321764 CPUtime=1.37 cores=1,3,5,7
/proc/26484/stat : 26484 (python) S 26482 26484 25680 0 -1 4202496 13840 934 1 0 124 13 0 0 24 0 5 0 538714838 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26484/statm: 80441 7638 1881 364 0 16350 0
[pid=26490] ppid=26484 vsize=280752 CPUtime=0 cores=1,3,5,7
/proc/26490/stat : 26490 (python) S 26484 26484 25680 0 -1 4202560 979 0 0 0 0 0 0 0 18 0 1 0 538714995 287490048 6123 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185807 0 0 16781312 514 17069575252767375622 0 0 17 3 0 0 0
/proc/26490/statm: 70188 6123 382 364 0 6106 0
[pid=26492] ppid=26490 vsize=10000 CPUtime=4.69 cores=1,3,5,7
/proc/26492/stat : 26492 (lingeling) R 26490 26492 26492 0 -1 4202496 2512 0 0 0 469 0 0 0 25 0 1 0 538714995 10240000 1670 33554432000 4194304 4352236 140734536391760 18446744073709551615 4280932 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26492/statm: 2500 1670 129 39 0 1580 0
[pid=26493] ppid=26484 vsize=291008 CPUtime=0 cores=1,3,5,7
/proc/26493/stat : 26493 (python) S 26484 26484 25680 0 -1 4202560 901 0 0 0 0 0 0 0 15 0 1 0 538714997 297992192 6116 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 14893940533683519750 0 0 17 5 0 0 0
/proc/26493/statm: 72752 6116 371 364 0 8667 0
[pid=26495] ppid=26493 vsize=63868 CPUtime=4.69 cores=1,3,5,7
/proc/26495/stat : 26495 (cryptominisat-2) R 26493 26495 26495 0 -1 4202496 10467 0 0 0 468 1 0 0 25 0 1 0 538714998 65400832 8785 33554432000 4194304 4677096 140733558713392 18446744073709551615 4320256 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26495/statm: 15967 8785 392 118 0 10926 0
[pid=26496] ppid=26484 vsize=301264 CPUtime=0 cores=1,3,5,7
/proc/26496/stat : 26496 (python) S 26484 26484 25680 0 -1 4202560 908 0 0 0 0 0 0 0 18 0 1 0 538715000 308494336 6120 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 648087342078198021 0 0 17 5 0 0 0
/proc/26496/statm: 75316 6120 371 364 0 11228 0
[pid=26498] ppid=26496 vsize=9388 CPUtime=4.66 cores=1,3,5,7
/proc/26498/stat : 26498 (lingeling) R 26496 26498 26498 0 -1 4202496 2393 0 0 0 466 0 0 0 25 0 1 0 538715000 9613312 1548 33554432000 4194304 4352236 140735930266496 18446744073709551615 4241523 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26498/statm: 2347 1548 129 39 0 1427 0
[pid=26499] ppid=26484 vsize=311520 CPUtime=0 cores=1,3,5,7
/proc/26499/stat : 26499 (python) S 26484 26484 25680 0 -1 4202560 931 0 0 0 0 0 0 0 18 0 1 0 538715002 318996480 6124 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 5359964158563450879 0 0 17 5 0 0 0
/proc/26499/statm: 77880 6124 371 364 0 13789 0
[pid=26501] ppid=26499 vsize=9704 CPUtime=4.62 cores=1,3,5,7
/proc/26501/stat : 26501 (lingeling) R 26499 26501 26501 0 -1 4202496 2470 0 0 0 462 0 0 0 25 0 1 0 538715003 9936896 1627 33554432000 4194304 4352236 140733202382864 18446744073709551615 4328248 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26501/statm: 2426 1627 129 39 0 1506 0
[pid=26484/tid=26491] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26491/stat : 26491 (python) S 26482 26484 25680 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 5 0 538714995 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 3 0 0 0
[pid=26484/tid=26494] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26494/stat : 26494 (python) S 26482 26484 25680 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538714998 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26497] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26497/stat : 26497 (python) S 26482 26484 25680 0 -1 4202560 33 934 0 0 0 0 0 0 22 0 5 0 538715000 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26500] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26500/stat : 26500 (python) S 26482 26484 25680 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 5 0 538715002 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20.03
Current children cumulated vsize (KiB) 1599268

[startup+12.7011 s]
/proc/loadavg: 6.54 7.39 6.72 7/202 26501
/proc/meminfo: memFree=21791580/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=321764 CPUtime=1.37 cores=1,3,5,7
/proc/26484/stat : 26484 (python) S 26482 26484 25680 0 -1 4202496 13840 934 1 0 124 13 0 0 24 0 5 0 538714838 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26484/statm: 80441 7638 1881 364 0 16350 0
[pid=26490] ppid=26484 vsize=280752 CPUtime=0.01 cores=1,3,5,7
/proc/26490/stat : 26490 (python) S 26484 26484 25680 0 -1 4202560 983 0 0 0 1 0 0 0 18 0 1 0 538714995 287490048 6123 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185807 0 0 16781312 514 6016175783469351174 0 0 17 3 0 0 0
/proc/26490/statm: 70188 6123 382 364 0 6106 0
[pid=26492] ppid=26490 vsize=12304 CPUtime=11.05 cores=1,3,5,7
/proc/26492/stat : 26492 (lingeling) R 26490 26492 26492 0 -1 4202496 3120 0 0 0 1105 0 0 0 25 0 1 0 538714995 12599296 2278 33554432000 4194304 4352236 140734536391760 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26492/statm: 3076 2278 129 39 0 2156 0
[pid=26493] ppid=26484 vsize=291008 CPUtime=0.01 cores=1,3,5,7
/proc/26493/stat : 26493 (python) S 26484 26484 25680 0 -1 4202560 910 0 0 0 1 0 0 0 15 0 1 0 538714997 297992192 6116 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 14893940533683519750 0 0 17 5 0 0 0
/proc/26493/statm: 72752 6116 371 364 0 8667 0
[pid=26495] ppid=26493 vsize=80568 CPUtime=11.08 cores=1,3,5,7
/proc/26495/stat : 26495 (cryptominisat-2) R 26493 26495 26495 0 -1 4202496 13641 0 0 0 1107 1 0 0 25 0 1 0 538714998 82501632 10910 33554432000 4194304 4677096 140733558713392 18446744073709551615 4319352 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26495/statm: 20142 10910 392 118 0 15101 0
[pid=26496] ppid=26484 vsize=301264 CPUtime=0 cores=1,3,5,7
/proc/26496/stat : 26496 (python) S 26484 26484 25680 0 -1 4202560 912 0 0 0 0 0 0 0 18 0 1 0 538715000 308494336 6120 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 6016175783469351173 0 0 17 5 0 0 0
/proc/26496/statm: 75316 6120 371 364 0 11228 0
[pid=26498] ppid=26496 vsize=10668 CPUtime=11.05 cores=1,3,5,7
/proc/26498/stat : 26498 (lingeling) R 26496 26498 26498 0 -1 4202496 2681 0 0 0 1105 0 0 0 25 0 1 0 538715000 10924032 1836 33554432000 4194304 4352236 140735930266496 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26498/statm: 2667 1836 129 39 0 1747 0
[pid=26499] ppid=26484 vsize=311520 CPUtime=0 cores=1,3,5,7
/proc/26499/stat : 26499 (python) S 26484 26484 25680 0 -1 4202560 934 0 0 0 0 0 0 0 18 0 1 0 538715002 318996480 6124 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 6016175783469351173 0 0 17 5 0 0 0
/proc/26499/statm: 77880 6124 371 364 0 13789 0
[pid=26501] ppid=26499 vsize=10600 CPUtime=10.99 cores=1,3,5,7
/proc/26501/stat : 26501 (lingeling) R 26499 26501 26501 0 -1 4202496 2662 0 0 0 1099 0 0 0 25 0 1 0 538715003 10854400 1819 33554432000 4194304 4352236 140733202382864 18446744073709551615 4233807 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26501/statm: 2650 1819 129 39 0 1730 0
[pid=26484/tid=26491] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26491/stat : 26491 (python) S 26482 26484 25680 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 5 0 538714995 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 3 0 0 0
[pid=26484/tid=26494] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26494/stat : 26494 (python) S 26482 26484 25680 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538714998 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26497] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26497/stat : 26497 (python) S 26482 26484 25680 0 -1 4202560 33 934 0 0 0 0 0 0 22 0 5 0 538715000 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26500] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26500/stat : 26500 (python) S 26482 26484 25680 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 5 0 538715002 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 45.56
Current children cumulated vsize (KiB) 1620448

[startup+25.5008 s]
/proc/loadavg: 6.57 7.35 6.72 7/202 26501
/proc/meminfo: memFree=21771232/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=321764 CPUtime=1.37 cores=1,3,5,7

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

[pid=26484/tid=26497] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26497/stat : 26497 (python) S 26482 26484 25680 0 -1 4202560 33 934 0 0 0 0 0 0 22 0 5 0 538715000 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26500] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26500/stat : 26500 (python) S 26482 26484 25680 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 5 0 538715002 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 115.86
Current children cumulated vsize (KiB) 1640208

[startup+31.9076 s]
/proc/loadavg: 6.53 7.33 6.72 7/202 26501
/proc/meminfo: memFree=21768464/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=321764 CPUtime=1.37 cores=1,3,5,7
/proc/26484/stat : 26484 (python) S 26482 26484 25680 0 -1 4202496 13840 934 1 0 124 13 0 0 24 0 5 0 538714838 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26484/statm: 80441 7638 1881 364 0 16350 0
[pid=26490] ppid=26484 vsize=280752 CPUtime=0.03 cores=1,3,5,7
/proc/26490/stat : 26490 (python) S 26484 26484 25680 0 -1 4202560 993 0 0 0 2 1 0 0 18 0 1 0 538714995 287490048 6123 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185807 0 0 16781312 514 6016175783469351174 0 0 17 3 0 0 0
/proc/26490/statm: 70188 6123 382 364 0 6106 0
[pid=26492] ppid=26490 vsize=14480 CPUtime=30.15 cores=1,3,5,7
/proc/26492/stat : 26492 (lingeling) R 26490 26492 26492 0 -1 4202496 4144 0 0 0 3015 0 0 0 25 0 1 0 538714995 14827520 2790 33554432000 4194304 4352236 140734536391760 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26492/statm: 3620 2790 129 39 0 2700 0
[pid=26493] ppid=26484 vsize=291008 CPUtime=0.04 cores=1,3,5,7
/proc/26493/stat : 26493 (python) S 26484 26484 25680 0 -1 4202560 918 0 0 0 2 2 0 0 15 0 1 0 538714997 297992192 6116 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 14893940533683519750 0 0 17 5 0 0 0
/proc/26493/statm: 72752 6116 371 364 0 8667 0
[pid=26495] ppid=26493 vsize=89768 CPUtime=30.29 cores=1,3,5,7
/proc/26495/stat : 26495 (cryptominisat-2) R 26493 26495 26495 0 -1 4202496 18862 0 0 0 3026 3 0 0 25 0 1 0 538714998 91922432 13041 33554432000 4194304 4677096 140733558713392 18446744073709551615 4320275 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26495/statm: 22442 13041 392 118 0 17401 0
[pid=26496] ppid=26484 vsize=301264 CPUtime=0.03 cores=1,3,5,7
/proc/26496/stat : 26496 (python) S 26484 26484 25680 0 -1 4202560 919 0 0 0 2 1 0 0 18 0 1 0 538715000 308494336 6120 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 6016175783469351173 0 0 17 5 0 0 0
/proc/26496/statm: 75316 6120 371 364 0 11228 0
[pid=26498] ppid=26496 vsize=15020 CPUtime=30.23 cores=1,3,5,7
/proc/26498/stat : 26498 (lingeling) R 26496 26498 26498 0 -1 4202496 4281 0 0 0 3023 0 0 0 25 0 1 0 538715000 15380480 2924 33554432000 4194304 4352236 140735930266496 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26498/statm: 3755 2924 129 39 0 2835 0
[pid=26499] ppid=26484 vsize=311520 CPUtime=0.03 cores=1,3,5,7
/proc/26499/stat : 26499 (python) S 26484 26484 25680 0 -1 4202560 942 0 0 0 1 2 0 0 18 0 1 0 538715002 318996480 6124 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 6016175783469351173 0 0 17 5 0 0 0
/proc/26499/statm: 77880 6124 371 364 0 13789 0
[pid=26501] ppid=26499 vsize=17384 CPUtime=30.12 cores=1,3,5,7
/proc/26501/stat : 26501 (lingeling) R 26499 26501 26501 0 -1 4202496 4358 0 0 0 3012 0 0 0 25 0 1 0 538715003 17801216 3515 33554432000 4194304 4352236 140733202382864 18446744073709551615 4270901 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26501/statm: 4346 3515 129 39 0 3426 0
[pid=26484/tid=26491] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26491/stat : 26491 (python) S 26482 26484 25680 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 5 0 538714995 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 3 0 0 0
[pid=26484/tid=26494] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26494/stat : 26494 (python) S 26482 26484 25680 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538714998 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26497] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26497/stat : 26497 (python) S 26482 26484 25680 0 -1 4202560 33 934 0 0 0 0 0 0 22 0 5 0 538715000 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26500] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26500/stat : 26500 (python) S 26482 26484 25680 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 5 0 538715002 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 122.29
Current children cumulated vsize (KiB) 1642960

[startup+32.3015 s]
/proc/loadavg: 6.53 7.33 6.72 7/202 26501
/proc/meminfo: memFree=21768464/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=321764 CPUtime=1.37 cores=1,3,5,7
/proc/26484/stat : 26484 (python) S 26482 26484 25680 0 -1 4202496 13840 934 1 0 124 13 0 0 24 0 5 0 538714838 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26484/statm: 80441 7638 1881 364 0 16350 0
[pid=26490] ppid=26484 vsize=280752 CPUtime=0.03 cores=1,3,5,7
/proc/26490/stat : 26490 (python) S 26484 26484 25680 0 -1 4202560 993 0 0 0 2 1 0 0 18 0 1 0 538714995 287490048 6123 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185807 0 0 16781312 514 6016175783469351174 0 0 17 3 0 0 0
/proc/26490/statm: 70188 6123 382 364 0 6106 0
[pid=26492] ppid=26490 vsize=14480 CPUtime=30.54 cores=1,3,5,7
/proc/26492/stat : 26492 (lingeling) R 26490 26492 26492 0 -1 4202496 4144 0 0 0 3054 0 0 0 25 0 1 0 538714995 14827520 2790 33554432000 4194304 4352236 140734536391760 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26492/statm: 3620 2790 129 39 0 2700 0
[pid=26493] ppid=26484 vsize=291008 CPUtime=0.04 cores=1,3,5,7
/proc/26493/stat : 26493 (python) S 26484 26484 25680 0 -1 4202560 918 0 0 0 2 2 0 0 15 0 1 0 538714997 297992192 6116 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 14893940533683519750 0 0 17 5 0 0 0
/proc/26493/statm: 72752 6116 371 364 0 8667 0
[pid=26495] ppid=26493 vsize=89768 CPUtime=30.68 cores=1,3,5,7
/proc/26495/stat : 26495 (cryptominisat-2) R 26493 26495 26495 0 -1 4202496 18919 0 0 0 3065 3 0 0 25 0 1 0 538714998 91922432 13098 33554432000 4194304 4677096 140733558713392 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26495/statm: 22442 13098 392 118 0 17401 0
[pid=26496] ppid=26484 vsize=301264 CPUtime=0.03 cores=1,3,5,7
/proc/26496/stat : 26496 (python) S 26484 26484 25680 0 -1 4202560 919 0 0 0 2 1 0 0 18 0 1 0 538715000 308494336 6120 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 6016175783469351173 0 0 17 5 0 0 0
/proc/26496/statm: 75316 6120 371 364 0 11228 0
[pid=26498] ppid=26496 vsize=15020 CPUtime=30.62 cores=1,3,5,7
/proc/26498/stat : 26498 (lingeling) R 26496 26498 26498 0 -1 4202496 4281 0 0 0 3062 0 0 0 25 0 1 0 538715000 15380480 2924 33554432000 4194304 4352236 140735930266496 18446744073709551615 4235476 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26498/statm: 3755 2924 129 39 0 2835 0
[pid=26499] ppid=26484 vsize=311520 CPUtime=0.03 cores=1,3,5,7
/proc/26499/stat : 26499 (python) S 26484 26484 25680 0 -1 4202560 942 0 0 0 1 2 0 0 18 0 1 0 538715002 318996480 6124 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 6016175783469351173 0 0 17 5 0 0 0
/proc/26499/statm: 77880 6124 371 364 0 13789 0
[pid=26501] ppid=26499 vsize=17384 CPUtime=30.51 cores=1,3,5,7
/proc/26501/stat : 26501 (lingeling) R 26499 26501 26501 0 -1 4202496 4358 0 0 0 3051 0 0 0 25 0 1 0 538715003 17801216 3515 33554432000 4194304 4352236 140733202382864 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26501/statm: 4346 3515 129 39 0 3426 0
[pid=26484/tid=26491] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26491/stat : 26491 (python) S 26482 26484 25680 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 5 0 538714995 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 3 0 0 0
[pid=26484/tid=26494] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26494/stat : 26494 (python) S 26482 26484 25680 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538714998 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26497] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26497/stat : 26497 (python) S 26482 26484 25680 0 -1 4202560 33 934 0 0 0 0 0 0 22 0 5 0 538715000 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26500] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26500/stat : 26500 (python) S 26482 26484 25680 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 5 0 538715002 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 123.85
Current children cumulated vsize (KiB) 1642960

[startup+32.5015 s]
/proc/loadavg: 6.53 7.33 6.72 7/202 26501
/proc/meminfo: memFree=21768464/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=321764 CPUtime=1.37 cores=1,3,5,7
/proc/26484/stat : 26484 (python) S 26482 26484 25680 0 -1 4202496 13840 934 1 0 124 13 0 0 24 0 5 0 538714838 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26484/statm: 80441 7638 1881 364 0 16350 0
[pid=26490] ppid=26484 vsize=280752 CPUtime=0.03 cores=1,3,5,7
/proc/26490/stat : 26490 (python) S 26484 26484 25680 0 -1 4202560 993 0 0 0 2 1 0 0 18 0 1 0 538714995 287490048 6123 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185807 0 0 16781312 514 6016175783469351174 0 0 17 3 0 0 0
/proc/26490/statm: 70188 6123 382 364 0 6106 0
[pid=26492] ppid=26490 vsize=14480 CPUtime=30.74 cores=1,3,5,7
/proc/26492/stat : 26492 (lingeling) R 26490 26492 26492 0 -1 4202496 4144 0 0 0 3074 0 0 0 25 0 1 0 538714995 14827520 2790 33554432000 4194304 4352236 140734536391760 18446744073709551615 4329004 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26492/statm: 3620 2790 129 39 0 2700 0
[pid=26493] ppid=26484 vsize=291008 CPUtime=0.04 cores=1,3,5,7
/proc/26493/stat : 26493 (python) S 26484 26484 25680 0 -1 4202560 918 0 0 0 2 2 0 0 15 0 1 0 538714997 297992192 6116 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 14893940533683519750 0 0 17 5 0 0 0
/proc/26493/statm: 72752 6116 371 364 0 8667 0
[pid=26495] ppid=26493 vsize=89768 CPUtime=30.88 cores=1,3,5,7
/proc/26495/stat : 26495 (cryptominisat-2) R 26493 26495 26495 0 -1 4202496 18944 0 0 0 3085 3 0 0 25 0 1 0 538714998 91922432 13123 33554432000 4194304 4677096 140733558713392 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26495/statm: 22442 13123 392 118 0 17401 0
[pid=26496] ppid=26484 vsize=301264 CPUtime=0.03 cores=1,3,5,7
/proc/26496/stat : 26496 (python) S 26484 26484 25680 0 -1 4202560 919 0 0 0 2 1 0 0 18 0 1 0 538715000 308494336 6120 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 6016175783469351173 0 0 17 5 0 0 0
/proc/26496/statm: 75316 6120 371 364 0 11228 0
[pid=26498] ppid=26496 vsize=15020 CPUtime=30.82 cores=1,3,5,7
/proc/26498/stat : 26498 (lingeling) R 26496 26498 26498 0 -1 4202496 4281 0 0 0 3082 0 0 0 25 0 1 0 538715000 15380480 2924 33554432000 4194304 4352236 140735930266496 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26498/statm: 3755 2924 129 39 0 2835 0
[pid=26499] ppid=26484 vsize=311520 CPUtime=0.03 cores=1,3,5,7
/proc/26499/stat : 26499 (python) S 26484 26484 25680 0 -1 4202560 942 0 0 0 1 2 0 0 18 0 1 0 538715002 318996480 6124 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 6016175783469351173 0 0 17 5 0 0 0
/proc/26499/statm: 77880 6124 371 364 0 13789 0
[pid=26501] ppid=26499 vsize=17384 CPUtime=30.71 cores=1,3,5,7
/proc/26501/stat : 26501 (lingeling) R 26499 26501 26501 0 -1 4202496 4358 0 0 0 3071 0 0 0 25 0 1 0 538715003 17801216 3515 33554432000 4194304 4352236 140733202382864 18446744073709551615 4280960 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26501/statm: 4346 3515 129 39 0 3426 0
[pid=26484/tid=26491] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26491/stat : 26491 (python) S 26482 26484 25680 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 5 0 538714995 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 3 0 0 0
[pid=26484/tid=26494] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26494/stat : 26494 (python) S 26482 26484 25680 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538714998 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26497] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26497/stat : 26497 (python) S 26482 26484 25680 0 -1 4202560 33 934 0 0 0 0 0 0 22 0 5 0 538715000 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26500] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26500/stat : 26500 (python) S 26482 26484 25680 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 5 0 538715002 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 124.65
Current children cumulated vsize (KiB) 1642960

[startup+32.6015 s]
/proc/loadavg: 6.53 7.33 6.72 7/202 26501
/proc/meminfo: memFree=21768464/32951124 swapFree=67111448/67111528
[pid=26484] ppid=26482 vsize=321764 CPUtime=1.37 cores=1,3,5,7
/proc/26484/stat : 26484 (python) S 26482 26484 25680 0 -1 4202496 13840 934 1 0 124 13 0 0 24 0 5 0 538714838 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26484/statm: 80441 7638 1881 364 0 16350 0
[pid=26490] ppid=26484 vsize=280752 CPUtime=0.03 cores=1,3,5,7
/proc/26490/stat : 26490 (python) S 26484 26484 25680 0 -1 4202560 993 0 0 0 2 1 0 0 18 0 1 0 538714995 287490048 6123 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185807 0 0 16781312 514 6016175783469351174 0 0 17 3 0 0 0
/proc/26490/statm: 70188 6123 382 364 0 6106 0
[pid=26492] ppid=26490 vsize=14480 CPUtime=30.84 cores=1,3,5,7
/proc/26492/stat : 26492 (lingeling) R 26490 26492 26492 0 -1 4202496 4144 0 0 0 3084 0 0 0 25 0 1 0 538714995 14827520 2790 33554432000 4194304 4352236 140734536391760 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26492/statm: 3620 2790 129 39 0 2700 0
[pid=26493] ppid=26484 vsize=291008 CPUtime=0.04 cores=1,3,5,7
/proc/26493/stat : 26493 (python) S 26484 26484 25680 0 -1 4202560 918 0 0 0 2 2 0 0 15 0 1 0 538714997 297992192 6116 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 14893940533683519750 0 0 17 5 0 0 0
/proc/26493/statm: 72752 6116 371 364 0 8667 0
[pid=26495] ppid=26493 vsize=89768 CPUtime=30.98 cores=1,3,5,7
/proc/26495/stat : 26495 (cryptominisat-2) R 26493 26495 26495 0 -1 4202496 18954 0 0 0 3095 3 0 0 25 0 1 0 538714998 91922432 13133 33554432000 4194304 4677096 140733558713392 18446744073709551615 4339319 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26495/statm: 22442 13133 392 118 0 17401 0
[pid=26496] ppid=26484 vsize=301264 CPUtime=0.03 cores=1,3,5,7
/proc/26496/stat : 26496 (python) S 26484 26484 25680 0 -1 4202560 919 0 0 0 2 1 0 0 18 0 1 0 538715000 308494336 6120 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 6016175783469351173 0 0 17 5 0 0 0
/proc/26496/statm: 75316 6120 371 364 0 11228 0
[pid=26498] ppid=26496 vsize=15020 CPUtime=30.92 cores=1,3,5,7
/proc/26498/stat : 26498 (lingeling) R 26496 26498 26498 0 -1 4202496 4281 0 0 0 3092 0 0 0 25 0 1 0 538715000 15380480 2924 33554432000 4194304 4352236 140735930266496 18446744073709551615 4231300 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26498/statm: 3755 2924 129 39 0 2835 0
[pid=26499] ppid=26484 vsize=311520 CPUtime=0.03 cores=1,3,5,7
/proc/26499/stat : 26499 (python) S 26484 26484 25680 0 -1 4202560 942 0 0 0 1 2 0 0 18 0 1 0 538715002 318996480 6124 33554432000 4194304 5683644 140735592740960 18446744073709551615 230809185862 0 0 16781312 514 6016175783469351173 0 0 17 5 0 0 0
/proc/26499/statm: 77880 6124 371 364 0 13789 0
[pid=26501] ppid=26499 vsize=17384 CPUtime=30.81 cores=1,3,5,7
/proc/26501/stat : 26501 (lingeling) R 26499 26501 26501 0 -1 4202496 4358 0 0 0 3081 0 0 0 25 0 1 0 538715003 17801216 3515 33554432000 4194304 4352236 140733202382864 18446744073709551615 4208082 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26501/statm: 4346 3515 129 39 0 3426 0
[pid=26484/tid=26491] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26491/stat : 26491 (python) S 26482 26484 25680 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 5 0 538714995 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 3 0 0 0
[pid=26484/tid=26494] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26494/stat : 26494 (python) S 26482 26484 25680 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 5 0 538714998 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26497] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26497/stat : 26497 (python) S 26482 26484 25680 0 -1 4202560 33 934 0 0 0 0 0 0 22 0 5 0 538715000 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
[pid=26484/tid=26500] ppid=26482 vsize=321764 CPUtime=0 cores=1,3,5,7
/proc/26484/task/26500/stat : 26500 (python) S 26482 26484 25680 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 5 0 538715002 329486336 7638 33554432000 4194304 5683644 140735592740960 18446744073709551615 230820989361 0 0 16781312 2 18446604471146182528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 125.05
Current children cumulated vsize (KiB) 1642960

Child status: 0
Real time (s): 32.655
CPU time (s): 125.313
CPU user time (s): 125.02
CPU system time (s): 0.292955
CPU usage (%): 383.748
Max. virtual memory (cumulated for all children) (KiB): 1642960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.02
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55508
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= 3199
involuntary context switches= 1155

runsolver used 0.046992 second user time and 0.134979 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-01 19:32:24
IDJOB=3317797
IDBENCH=87988
IDSOLVER=1706
FILE ID=node104/3317797-1304271144
RUNJOBID= node104-1304267294-25699
PBS_JOBID= 13173974
Free space on /tmp= 72536 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net70-60-10.shuffled.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-3317797-1304271144/watcher-3317797-1304271144 -o /tmp/evaluation-result-3317797-1304271144/solver-3317797-1304271144 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317797-1304271144.cnf -seed 983848426 -budget 4800 -cores 4

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

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=983848426

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21896436 kB
Buffers:        452264 kB
Cached:        1639084 kB
SwapCached:         80 kB
Active:        9097116 kB
Inactive:      1522400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21896436 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:          228756 kB
Writeback:           0 kB
AnonPages:     8527552 kB
Mapped:          23852 kB
Slab:           352040 kB
PageTables:      24468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  9912980 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= 72504 MiB
End job on node104 at 2011-05-01 19:32:57