Trace number 3321719

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 2771.14 423.933

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.934
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.76	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.76	c INFO: solving HOME/instance-3321719-1304349171.cnf
0.36/0.76	c INFO: computing task features
3.54/3.94	c INFO: computed variable-clause graph statistics
3.64/4.01	c INFO: computed clause balance statistics
18.54/18.99	c INFO: computed variable balance statistics
29.44/29.83	c INFO: computed small-clause counts
29.44/29.88	c INFO: computed Horn-clause counts
31.14/31.55	c INFO: computed variable graph statistics
31.14/31.55	c INFO: collected features for HOME/instance-3321719-1304349171.cnf in 30.69 s
31.14/31.58	c INFO: running lingeling-276@0 for 97 with 39969 remaining (b = 0.18)
31.23/31.61	c INFO: running cryptominisat-2.9.0@0 for 485 with 39969 remaining (b = 0.16)
31.23/31.65	c INFO: running lingeling-276@0 for 1261 with 39969 remaining (b = 0.32)
31.23/31.68	c INFO: running SApperloT@0 for 97 with 39969 remaining (b = 0.02)
31.33/31.72	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39969 remaining (b = 0.34)
31.33/31.75	c INFO: running lingeling-276@0 for 1261 with 39969 remaining (b = 0.25)
31.33/31.79	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39968 remaining (b = 0.32)
32.08/31.83	c INFO: running precosat-570@0 for 388 with 39968 remaining (b = 0.07)
730.44/131.78	c INFO: running lingeling-276@0 for 1164 with 39869 remaining (b = 0.19)
1067.39/179.96	c INFO: running SApperloT@0 for 97 with 39820 remaining (b = 0.02)
2438.97/376.31	c INFO: running lingeling-276@0 for 97 with 39624 remaining (b = 0.06)
2770.67/423.86	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-3321719-1304349171/watcher-3321719-1304349171 -o /tmp/evaluation-result-3321719-1304349171/solver-3321719-1304349171 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321719-1304349171.cnf -seed 1687778209 -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: 8.67 9.02 8.83 2/220 6268
/proc/meminfo: memFree=20255340/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=15384 CPUtime=0 cores=0-7
/proc/6268/stat : 6268 (python) S 6266 6268 6067 0 -1 4202496 795 0 0 0 0 0 0 0 20 0 1 0 2526633 15753216 681 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/6268/statm: 3846 681 322 364 0 333 0

[startup+0.0725629 s]
/proc/loadavg: 8.67 9.02 8.83 2/220 6268
/proc/meminfo: memFree=20255340/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=36512 CPUtime=0.03 cores=0-7
/proc/6268/stat : 6268 (python) R 6266 6268 6067 0 -1 4202496 1577 0 0 0 3 0 0 0 20 0 1 0 2526633 37388288 1411 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880564880 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6268/statm: 9128 1411 452 364 0 945 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36512

[startup+0.100557 s]
/proc/loadavg: 8.67 9.02 8.83 2/220 6268
/proc/meminfo: memFree=20255340/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=85076 CPUtime=0.06 cores=0-7
/proc/6268/stat : 6268 (python) R 6266 6268 6067 0 -1 4202496 2480 0 0 0 5 1 0 0 17 0 1 0 2526633 87117824 2206 33554432000 4194304 5683644 140735690377408 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6268/statm: 21269 2212 707 364 0 1486 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85076

[startup+0.300521 s]
/proc/loadavg: 8.67 9.02 8.83 2/220 6268
/proc/meminfo: memFree=20255340/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=126300 CPUtime=0.12 cores=0-7
/proc/6268/stat : 6268 (python) R 6266 6268 6067 0 -1 4202496 4709 933 1 0 9 3 0 0 18 0 1 0 2526633 129331200 3895 33554432000 4194304 5683644 140735690377408 18446744073709551615 5175572 0 0 16781312 2 0 0 0 17 2 0 0 8
/proc/6268/statm: 31575 3895 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 126300

[startup+0.700449 s]
/proc/loadavg: 8.67 9.02 8.83 2/220 6268
/proc/meminfo: memFree=20255340/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=246444 CPUtime=0.36 cores=0-7
/proc/6268/stat : 6268 (python) R 6266 6268 6067 0 -1 4202496 8204 933 1 0 28 8 0 0 17 0 1 0 2526633 252358656 6101 33554432000 4194304 5683644 140735690377408 18446744073709551615 4579661 0 0 16781312 2 0 0 0 17 2 0 0 8
/proc/6268/statm: 61611 6101 1621 364 0 4613 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 246444

[startup+1.50031 s]
/proc/loadavg: 8.67 9.02 8.83 3/221 6273
/proc/meminfo: memFree=20203004/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=343048 CPUtime=1.13 cores=0-7
/proc/6268/stat : 6268 (python) R 6266 6268 6067 0 -1 4202496 25359 933 1 0 101 12 0 0 18 0 1 0 2526633 351281152 23037 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880225989 0 0 16781312 2 0 0 0 17 2 0 0 8
/proc/6268/statm: 85762 23037 1761 364 0 21686 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 343048

[startup+3.10103 s]
/proc/loadavg: 8.67 9.02 8.83 3/221 6273
/proc/meminfo: memFree=20133192/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=438780 CPUtime=2.73 cores=0-7
/proc/6268/stat : 6268 (python) R 6266 6268 6067 0 -1 4202496 48237 933 1 0 258 15 0 0 20 0 1 0 2526633 449310720 45915 33554432000 4194304 5683644 140735690377408 18446744073709551615 47920476376409 0 0 16781312 2 0 0 0 17 2 0 0 8
/proc/6268/statm: 109695 45915 1761 364 0 45619 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 438780

[startup+6.30046 s]
/proc/loadavg: 8.13 8.90 8.80 3/221 6273
/proc/meminfo: memFree=20026552/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=488132 CPUtime=5.94 cores=0-7
/proc/6268/stat : 6268 (python) R 6266 6268 6067 0 -1 4202496 86895 933 1 0 574 20 0 0 25 0 1 0 2526633 499847168 59417 33554432000 4194304 5683644 140735690377408 18446744073709551615 47920478912140 0 0 16781312 2 0 0 0 17 2 0 0 8
/proc/6268/statm: 122033 59417 1826 364 0 57957 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 488132

[startup+12.7003 s]
/proc/loadavg: 7.64 8.79 8.76 3/221 6273
/proc/meminfo: memFree=20028452/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=488132 CPUtime=12.34 cores=0-7
/proc/6268/stat : 6268 (python) R 6266 6268 6067 0 -1 4202496 86895 933 1 0 1214 20 0 0 25 0 1 0 2526633 499847168 59417 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880232419 0 0 16781312 2 0 0 0 17 2 0 0 8
/proc/6268/statm: 122033 59417 1826 364 0 57957 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 488132

[startup+25.5011 s]
/proc/loadavg: 6.39 8.46 8.65 3/221 6274
/proc/meminfo: memFree=20029688/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=488132 CPUtime=25.14 cores=0-7
/proc/6268/stat : 6268 (python) R 6266 6268 6067 0 -1 4202496 86896 933 1 0 2494 20 0 0 25 0 1 0 2526633 499847168 59418 33554432000 4194304 5683644 140735690377408 18446744073709551615 47920476282654 0 0 16781312 2 0 0 0 17 2 0 0 8
/proc/6268/statm: 122033 59418 1827 364 0 57957 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 488132

[startup+51.1015 s]
/proc/loadavg: 6.88 8.39 8.62 10/245 6298
/proc/meminfo: memFree=18900020/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=553236 CPUtime=31.46 cores=0-7
/proc/6268/stat : 6268 (python) S 6266 6268 6067 0 -1 4202496 92908 933 1 0 3121 25 0 0 24 0 9 0 2526633 566513664 55273 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 8
/proc/6268/statm: 138309 55273 1889 364 0 74206 0
[pid=6275] ppid=6268 vsize=471200 CPUtime=0.02 cores=0-7
/proc/6275/stat : 6275 (python) S 6268 6268 6067 0 -1 4202560 914 0 0 0 1 1 0 0 18 0 1 0 2529792 482508800 53728 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585231 0 0 16781312 514 6335350814873190660 0 0 17 2 0 0 0
/proc/6275/statm: 117800 53728 376 364 0 53718 0
[pid=6277] ppid=6275 vsize=59308 CPUtime=19.5 cores=0-7
/proc/6277/stat : 6277 (lingeling) R 6275 6277 6277 0 -1 4202496 21274 0 0 0 1946 4 0 0 25 0 1 0 2529792 60731392 13997 33554432000 4194304 4352236 140737472193104 18446744073709551615 4328363 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6277/statm: 14827 13997 129 39 0 13907 0
[pid=6278] ppid=6268 vsize=481456 CPUtime=0.04 cores=0-7
/proc/6278/stat : 6278 (python) S 6268 6268 6067 0 -1 4202560 922 0 0 0 2 2 0 0 15 0 1 0 2529795 493010944 53726 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 4265348656065904900 0 0 17 4 0 0 0
/proc/6278/statm: 120364 53726 370 364 0 56279 0
[pid=6280] ppid=6278 vsize=305292 CPUtime=19.43 cores=0-7
/proc/6280/stat : 6280 (cryptominisat-2) R 6278 6280 6280 0 -1 4202496 71263 0 0 0 1933 10 0 0 25 0 1 0 2529796 312619008 61886 33554432000 4194304 4677096 140736588360992 18446744073709551615 4320203 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6280/statm: 76323 61886 390 118 0 71282 0
[pid=6281] ppid=6268 vsize=491712 CPUtime=0.03 cores=0-7
/proc/6281/stat : 6281 (python) S 6268 6268 6067 0 -1 4202560 932 0 0 0 1 2 0 0 18 0 1 0 2529799 503513088 53730 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190659 0 0 17 0 0 0 0
/proc/6281/statm: 122928 53730 370 364 0 58840 0
[pid=6283] ppid=6281 vsize=60480 CPUtime=19.26 cores=0-7
/proc/6283/stat : 6283 (lingeling) R 6281 6283 6283 0 -1 4202496 21576 0 0 0 1923 3 0 0 25 0 1 0 2529799 61931520 14290 33554432000 4194304 4352236 140734803650880 18446744073709551615 4241428 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/6283/statm: 15120 14290 129 39 0 14200 0
[pid=6284] ppid=6268 vsize=501968 CPUtime=0.02 cores=0-7
/proc/6284/stat : 6284 (python) S 6268 6268 6067 0 -1 4202560 928 0 0 0 1 1 0 0 18 0 1 0 2529802 514015232 53734 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190660 0 0 17 4 0 0 0
/proc/6284/statm: 125492 53734 370 364 0 61401 0
[pid=6286] ppid=6284 vsize=52556 CPUtime=9.71 cores=0-7
/proc/6286/stat : 6286 (SApperloT-base) R 6284 6286 6286 0 -1 4202496 13004 0 0 0 968 3 0 0 25 0 1 0 2529803 53817344 12738 33554432000 134512640 135674940 4289272064 18446744073709551615 134564271 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6286/statm: 13139 12738 99 284 0 12853 0
[pid=6287] ppid=6268 vsize=512224 CPUtime=0.04 cores=0-7
/proc/6287/stat : 6287 (python) S 6268 6268 6067 0 -1 4202560 970 0 0 0 2 2 0 0 15 0 1 0 2529805 524517376 53738 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 11772229110334456065 0 0 17 0 0 0 0
/proc/6287/statm: 128056 53738 370 364 0 63962 0
[pid=6289] ppid=6287 vsize=305184 CPUtime=19.28 cores=0-7
/proc/6289/stat : 6289 (cryptominisat-2) R 6287 6289 6289 0 -1 4202496 74248 0 0 0 1918 10 0 0 25 0 1 0 2529806 312508416 61899 33554432000 4194304 4677096 140736229154768 18446744073709551615 218880261780 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6289/statm: 76296 61899 390 118 0 71255 0
[pid=6290] ppid=6268 vsize=522480 CPUtime=0.03 cores=0-7
/proc/6290/stat : 6290 (python) S 6268 6268 6067 0 -1 4202560 950 0 0 0 2 1 0 0 18 0 1 0 2529809 535019520 53742 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190657 0 0 17 6 0 0 0
/proc/6290/statm: 130620 53742 370 364 0 66523 0
[pid=6292] ppid=6290 vsize=66984 CPUtime=9.67 cores=0-7
/proc/6292/stat : 6292 (lingeling) R 6290 6292 6292 0 -1 4202496 20082 0 0 0 964 3 0 0 25 0 1 0 2529810 68591616 15915 33554432000 4194304 4352236 140733902000672 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/6292/statm: 16746 15915 129 39 0 15826 0
[pid=6293] ppid=6268 vsize=532736 CPUtime=0.03 cores=0-7
/proc/6293/stat : 6293 (python) S 6268 6268 6067 0 -1 4202560 974 0 0 0 2 1 0 0 15 0 1 0 2529813 545521664 53746 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 11772215916194922753 0 0 17 0 0 0 0
/proc/6293/statm: 133184 53746 370 364 0 69084 0
[pid=6295] ppid=6293 vsize=305556 CPUtime=19.17 cores=0-7
/proc/6295/stat : 6295 (cryptominisat-2) R 6293 6295 6295 0 -1 4202496 71349 0 0 0 1906 11 0 0 25 0 1 0 2529814 312889344 61993 33554432000 4194304 4677096 140733667333216 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6295/statm: 76389 61993 390 118 0 71348 0
[pid=6296] ppid=6268 vsize=542992 CPUtime=0.03 cores=0-7
/proc/6296/stat : 6296 (python) S 6268 6268 6067 0 -1 4202560 1003 0 0 0 1 2 0 0 18 0 1 0 2529817 556023808 53756 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190658 0 0 17 6 0 0 0
/proc/6296/statm: 135748 53756 376 364 0 71645 0
[pid=6298] ppid=6296 vsize=145676 CPUtime=19.18 cores=0-7
/proc/6298/stat : 6298 (precosat) R 6296 6298 6298 0 -1 4202496 36502 0 0 0 1913 5 0 0 25 0 1 0 2529817 149172224 35704 33554432000 4194304 4890832 140733839915648 18446744073709551615 4238614 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/6298/statm: 36419 35704 86 171 0 36246 0
[pid=6268/tid=6276] ppid=6266 vsize=553236 CPUtime=0 cores=0-7
/proc/6268/task/6276/stat : 6276 (python) S 6266 6268 6067 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 9 0 2529792 566513664 55273 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 2 0 0 0
[pid=6268/tid=6279] ppid=6266 vsize=553236 CPUtime=0 cores=0-7
/proc/6268/task/6279/stat : 6279 (python) S 6266 6268 6067 0 -1 4202560 21 933 0 0 0 0 0 0 18 0 9 0 2529795 566513664 55273 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 4 0 0 0
[pid=6268/tid=6282] ppid=6266 vsize=553236 CPUtime=0 cores=0-7
/proc/6268/task/6282/stat : 6282 (python) S 6266 6268 6067 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 2529799 566513664 55273 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 6 0 0 0
[pid=6268/tid=6285] ppid=6266 vsize=553236 CPUtime=0 cores=0-7
/proc/6268/task/6285/stat : 6285 (python) S 6266 6268 6067 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 2529803 566513664 55273 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 0 0 0 0
[pid=6268/tid=6288] ppid=6266 vsize=553236 CPUtime=0 cores=0-7
/proc/6268/task/6288/stat : 6288 (python) S 6266 6268 6067 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 9 0 2529806 566513664 55273 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 0 0 0 0
[pid=6268/tid=6291] ppid=6266 vsize=553236 CPUtime=0 cores=0-7
/proc/6268/task/6291/stat : 6291 (python) S 6266 6268 6067 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 2529810 566513664 55273 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 0 0 0 0
[pid=6268/tid=6294] ppid=6266 vsize=553236 CPUtime=0 cores=0-7
/proc/6268/task/6294/stat : 6294 (python) S 6266 6268 6067 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 9 0 2529813 566513664 55273 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 6 0 0 0
[pid=6268/tid=6297] ppid=6266 vsize=553236 CPUtime=0 cores=0-7
/proc/6268/task/6297/stat : 6297 (python) S 6266 6268 6067 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 9 0 2529817 566513664 55273 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 166.9
Current children cumulated vsize (KiB) 5911040

[startup+102.309 s]
/proc/loadavg: 8.13 8.50 8.65 10/245 6300
/proc/meminfo: memFree=18863976/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=553236 CPUtime=31.46 cores=0-7
/proc/6268/stat : 6268 (python) S 6266 6268 6067 0 -1 4202496 92908 933 1 0 3121 25 0 0 24 0 9 0 2526633 566513664 55273 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 8
/proc/6268/statm: 138309 55273 1889 364 0 74206 0
[pid=6275] ppid=6268 vsize=471200 CPUtime=0.12 cores=0-7
/proc/6275/stat : 6275 (python) S 6268 6268 6067 0 -1 4202560 935 0 0 0 6 6 0 0 18 0 1 0 2529792 482508800 53728 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585231 0 0 16781312 514 6335350814873190660 0 0 17 2 0 0 0
/proc/6275/statm: 117800 53728 376 364 0 53718 0
[pid=6277] ppid=6275 vsize=58248 CPUtime=70.7 cores=0-7
/proc/6277/stat : 6277 (lingeling) R 6275 6277 6277 0 -1 4202496 21274 0 0 0 7066 4 0 0 25 0 1 0 2529792 59645952 13732 33554432000 4194304 4352236 140737472193104 18446744073709551615 4222658 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6277/statm: 14562 13732 129 39 0 13642 0
[pid=6278] ppid=6268 vsize=481456 CPUtime=0.14 cores=0-7
/proc/6278/stat : 6278 (python) S 6268 6268 6067 0 -1 4202560 951 0 0 0 8 6 0 0 15 0 1 0 2529795 493010944 53726 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190660 0 0 17 4 0 0 0
/proc/6278/statm: 120364 53726 370 364 0 56279 0
[pid=6280] ppid=6278 vsize=320532 CPUtime=70.55 cores=0-7
/proc/6280/stat : 6280 (cryptominisat-2) R 6278 6280 6280 0 -1 4202496 78137 0 0 0 7043 12 0 0 25 0 1 0 2529796 328224768 63881 33554432000 4194304 4677096 140736588360992 18446744073709551615 4319860 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6280/statm: 80133 63881 390 118 0 75092 0

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

/proc/6286/stat : 6286 (SApperloT-base) T 6284 6286 6286 0 -1 4202496 19213 0 0 0 9815 6 0 0 25 0 1 0 2529803 79212544 18720 33554432000 134512640 135674940 4289272064 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6286/statm: 19339 18720 100 284 0 19053 0
[pid=6284/tid=6304] ppid=6268 vsize=501968 CPUtime=0 cores=0-7
/proc/6284/task/6304/stat : 6304 (python) S 6268 6268 6067 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 2544626 514015232 53764 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 514 18446604453866825792 0 0 -1 1 0 0 0
[pid=6287] ppid=6268 vsize=512224 CPUtime=2.24 cores=0-7
/proc/6287/stat : 6287 (python) R 6268 6268 6067 0 -1 4202560 1029 0 0 0 164 60 0 0 17 0 1 0 2529805 524517376 53738 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892395327 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/6287/statm: 128056 53738 370 364 0 63962 0
[pid=6289] ppid=6287 vsize=0 CPUtime=388.36 cores=0-7
/proc/6289/stat : 6289 (cryptominisat-2) R 6287 6289 6289 0 -1 4202500 122511 0 0 0 38809 27 0 0 25 0 1 0 2529806 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6289/statm: 0 0 0 0 0 0 0
[pid=6290] ppid=6268 vsize=522480 CPUtime=0.65 cores=0-7
/proc/6290/stat : 6290 (python) S 6268 6268 6067 0 -1 4202560 1008 0 0 0 36 29 0 0 18 0 1 0 2529809 535019520 53742 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190657 0 0 17 6 0 0 0
/proc/6290/statm: 130620 53742 370 364 0 66523 0
[pid=6292] ppid=6290 vsize=62544 CPUtime=329.43 cores=0-7
/proc/6292/stat : 6292 (lingeling) R 6290 6292 6292 0 -1 4202496 22386 0 0 0 32939 4 0 0 25 0 1 0 2529810 64045056 14805 33554432000 4194304 4352236 140733902000672 18446744073709551615 4235535 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/6292/statm: 15636 14805 129 39 0 14716 0
[pid=6293] ppid=6268 vsize=532736 CPUtime=0.7 cores=0-7
/proc/6293/stat : 6293 (python) S 6268 6268 6067 0 -1 4202560 1040 0 0 0 39 31 0 0 15 0 1 0 2529813 545521664 53746 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190657 0 0 17 7 0 0 0
/proc/6293/statm: 133184 53746 370 364 0 69084 0
[pid=6295] ppid=6293 vsize=323720 CPUtime=354.65 cores=0-7
/proc/6295/stat : 6295 (cryptominisat-2) R 6293 6295 6295 0 -1 4202496 113537 0 0 0 35439 26 0 0 25 0 1 0 2529814 331489280 65118 33554432000 4194304 4677096 140733667333216 18446744073709551615 4319581 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6295/statm: 80930 65118 390 118 0 75889 0
[pid=6296] ppid=6268 vsize=542992 CPUtime=0.65 cores=0-7
/proc/6296/stat : 6296 (python) S 6268 6268 6067 0 -1 4202560 1059 0 0 0 35 30 0 0 18 0 1 0 2529817 556023808 53756 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190658 0 0 17 6 0 0 0
/proc/6296/statm: 135748 53756 376 364 0 71645 0
[pid=6298] ppid=6296 vsize=160900 CPUtime=342.38 cores=0-7
/proc/6298/stat : 6298 (precosat) R 6296 6298 6298 0 -1 4202496 43820 0 0 0 34232 6 0 0 25 0 1 0 2529817 164761600 39502 33554432000 4194304 4890832 140733839915648 18446744073709551615 4238544 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/6298/statm: 40225 39502 86 171 0 40052 0
[pid=6305] ppid=6268 vsize=553248 CPUtime=0.33 cores=0-7
/proc/6305/stat : 6305 (python) S 6268 6268 6067 0 -1 4202560 1169 0 0 0 17 16 0 0 19 0 2 0 2544629 566525952 53784 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6305/statm: 138312 53784 399 364 0 74206 0
[pid=6307] ppid=6305 vsize=75116 CPUtime=97.94 cores=0-7
/proc/6307/stat : 6307 (SApperloT-base) T 6305 6307 6307 0 -1 4202496 18635 0 0 0 9787 7 0 0 25 0 1 0 2544630 76918784 18135 33554432000 134512640 135674940 4290727024 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6307/statm: 18779 18135 100 284 0 18493 0
[pid=6305/tid=6313] ppid=6268 vsize=553248 CPUtime=0 cores=0-7
/proc/6305/task/6313/stat : 6313 (python) S 6268 6268 6067 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 2564261 566525952 53784 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 514 18446604453862998464 0 0 -1 1 0 0 0
[pid=6314] ppid=6268 vsize=563504 CPUtime=0.08 cores=0-7
/proc/6314/stat : 6314 (python) S 6268 6268 6067 0 -1 4202560 975 0 0 0 3 5 0 0 18 0 1 0 2564265 577028096 53758 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190657 0 0 17 1 0 0 0
/proc/6314/statm: 140876 53758 370 364 0 76767 0
[pid=6316] ppid=6314 vsize=61400 CPUtime=23.32 cores=0-7
/proc/6316/stat : 6316 (lingeling) R 6314 6316 6316 0 -1 4202496 21803 0 0 0 2329 3 0 0 25 0 1 0 2564266 62873600 14520 33554432000 4194304 4352236 140735172806592 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6316/statm: 15350 14520 129 39 0 14430 0
[pid=6268/tid=6276] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6276/stat : 6276 (python) S 6266 6268 6067 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 11 0 2529792 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 2 0 0 0
[pid=6268/tid=6279] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6279/stat : 6279 (python) S 6266 6268 6067 0 -1 4202560 21 933 0 0 0 0 0 0 18 0 11 0 2529795 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 4 0 0 0
[pid=6268/tid=6282] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6282/stat : 6282 (python) S 6266 6268 6067 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 11 0 2529799 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 6 0 0 0
[pid=6268/tid=6285] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6285/stat : 6285 (python) S 6266 6268 6067 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 11 0 2529803 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 0 0 0 0
[pid=6268/tid=6288] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6288/stat : 6288 (python) S 6266 6268 6067 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 11 0 2529806 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 0 0 0 0
[pid=6268/tid=6291] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6291/stat : 6291 (python) S 6266 6268 6067 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 11 0 2529810 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 0 0 0 0
[pid=6268/tid=6294] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6294/stat : 6294 (python) S 6266 6268 6067 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 11 0 2529813 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 6 0 0 0
[pid=6268/tid=6297] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6297/stat : 6297 (python) S 6266 6268 6067 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 11 0 2529817 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 6 0 0 0
[pid=6268/tid=6306] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6306/stat : 6306 (python) S 6266 6268 6067 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 11 0 2544630 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 6 0 0 0
[pid=6268/tid=6315] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6315/stat : 6315 (python) S 6266 6268 6067 0 -1 4202560 32 933 0 0 0 0 0 0 19 0 11 0 2564265 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2765.74
Current children cumulated vsize (KiB) 6980664

[startup+423.51 s]
/proc/loadavg: 9.09 8.89 8.77 11/254 6317
/proc/meminfo: memFree=18930168/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=573748 CPUtime=31.57 cores=0-7
/proc/6268/stat : 6268 (python) S 6266 6268 6067 0 -1 4202496 94704 933 1 0 3131 26 0 0 19 0 11 0 2526633 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 8
/proc/6268/statm: 143437 55286 1894 364 0 79328 0
[pid=6275] ppid=6268 vsize=481444 CPUtime=0.64 cores=0-7
/proc/6275/stat : 6275 (python) S 6268 6268 6067 0 -1 4202560 1131 0 0 0 31 33 0 0 18 0 2 0 2529792 492998656 53767 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6275/statm: 120361 53767 410 364 0 56279 0
[pid=6277] ppid=6275 vsize=62744 CPUtime=383.68 cores=0-7
/proc/6277/stat : 6277 (lingeling) R 6275 6277 6277 0 -1 4202496 22482 0 0 0 38364 4 0 0 25 0 1 0 2529792 64249856 14856 33554432000 4194304 4352236 140737472193104 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6277/statm: 15686 14856 129 39 0 14766 0
[pid=6275/tid=6301] ppid=6268 vsize=481444 CPUtime=0 cores=0-7
/proc/6275/task/6301/stat : 6301 (python) S 6268 6268 6067 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 2539809 492998656 53767 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 514 18446604453895198912 0 0 -1 2 0 0 0
[pid=6278] ppid=6268 vsize=481456 CPUtime=0.7 cores=0-7
/proc/6278/stat : 6278 (python) S 6268 6268 6067 0 -1 4202560 988 0 0 0 37 33 0 0 15 0 1 0 2529795 493010944 53726 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190660 0 0 17 4 0 0 0
/proc/6278/statm: 120364 53726 370 364 0 56279 0
[pid=6280] ppid=6278 vsize=336412 CPUtime=323.84 cores=0-7
/proc/6280/stat : 6280 (cryptominisat-2) R 6278 6280 6280 0 -1 4202496 108046 0 0 0 32360 24 0 0 25 0 1 0 2529796 344485888 66941 33554432000 4194304 4677096 140736588360992 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6280/statm: 84103 66941 390 118 0 79062 0
[pid=6281] ppid=6268 vsize=491712 CPUtime=0.65 cores=0-7
/proc/6281/stat : 6281 (python) S 6268 6268 6067 0 -1 4202560 987 0 0 0 35 30 0 0 18 0 1 0 2529799 503513088 53730 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190659 0 0 17 0 0 0 0
/proc/6281/statm: 122928 53730 370 364 0 58840 0
[pid=6283] ppid=6281 vsize=62960 CPUtime=386.48 cores=0-7
/proc/6283/stat : 6283 (lingeling) R 6281 6283 6283 0 -1 4202496 22509 0 0 0 38644 4 0 0 25 0 1 0 2529799 64471040 14910 33554432000 4194304 4352236 140734803650880 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/6283/statm: 15740 14910 129 39 0 14820 0
[pid=6284] ppid=6268 vsize=501968 CPUtime=0.25 cores=0-7
/proc/6284/stat : 6284 (python) S 6268 6268 6067 0 -1 4202560 1129 0 0 0 13 12 0 0 19 0 2 0 2529802 514015232 53764 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6284/statm: 125492 53764 399 364 0 61401 0
[pid=6286] ppid=6284 vsize=77356 CPUtime=98.21 cores=0-7
/proc/6286/stat : 6286 (SApperloT-base) T 6284 6286 6286 0 -1 4202496 19213 0 0 0 9815 6 0 0 25 0 1 0 2529803 79212544 18720 33554432000 134512640 135674940 4289272064 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6286/statm: 19339 18720 100 284 0 19053 0
[pid=6284/tid=6304] ppid=6268 vsize=501968 CPUtime=0 cores=0-7
/proc/6284/task/6304/stat : 6304 (python) S 6268 6268 6067 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 2544626 514015232 53764 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 514 18446604453866825792 0 0 -1 1 0 0 0
[pid=6287] ppid=6268 vsize=512224 CPUtime=2.65 cores=0-7
/proc/6287/stat : 6287 (python) R 6268 6268 6067 0 -1 4202560 1029 0 0 0 197 68 0 0 18 0 1 0 2529805 524517376 53738 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/6287/statm: 128056 53738 370 364 0 63962 0
[pid=6289] ppid=6287 vsize=0 CPUtime=388.36 cores=0-7
/proc/6289/stat : 6289 (cryptominisat-2) R 6287 6289 6289 0 -1 4202500 122511 0 0 0 38809 27 0 0 25 0 1 0 2529806 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6289/statm: 0 0 0 0 0 0 0
[pid=6290] ppid=6268 vsize=522480 CPUtime=0.65 cores=0-7
/proc/6290/stat : 6290 (python) S 6268 6268 6067 0 -1 4202560 1008 0 0 0 36 29 0 0 18 0 1 0 2529809 535019520 53742 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190657 0 0 17 6 0 0 0
/proc/6290/statm: 130620 53742 370 364 0 66523 0
[pid=6292] ppid=6290 vsize=62544 CPUtime=329.84 cores=0-7
/proc/6292/stat : 6292 (lingeling) R 6290 6292 6292 0 -1 4202496 22386 0 0 0 32980 4 0 0 25 0 1 0 2529810 64045056 14805 33554432000 4194304 4352236 140733902000672 18446744073709551615 4236209 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/6292/statm: 15636 14805 129 39 0 14716 0
[pid=6293] ppid=6268 vsize=532736 CPUtime=0.7 cores=0-7
/proc/6293/stat : 6293 (python) S 6268 6268 6067 0 -1 4202560 1040 0 0 0 39 31 0 0 15 0 1 0 2529813 545521664 53746 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190657 0 0 17 7 0 0 0
/proc/6293/statm: 133184 53746 370 364 0 69084 0
[pid=6295] ppid=6293 vsize=323720 CPUtime=355.06 cores=0-7
/proc/6295/stat : 6295 (cryptominisat-2) R 6293 6295 6295 0 -1 4202496 113559 0 0 0 35480 26 0 0 25 0 1 0 2529814 331489280 65140 33554432000 4194304 4677096 140733667333216 18446744073709551615 4337879 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6295/statm: 80930 65140 390 118 0 75889 0
[pid=6296] ppid=6268 vsize=542992 CPUtime=0.65 cores=0-7
/proc/6296/stat : 6296 (python) S 6268 6268 6067 0 -1 4202560 1059 0 0 0 35 30 0 0 18 0 1 0 2529817 556023808 53756 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190658 0 0 17 6 0 0 0
/proc/6296/statm: 135748 53756 376 364 0 71645 0
[pid=6298] ppid=6296 vsize=160900 CPUtime=342.79 cores=0-7
/proc/6298/stat : 6298 (precosat) R 6296 6298 6298 0 -1 4202496 43820 0 0 0 34273 6 0 0 25 0 1 0 2529817 164761600 39502 33554432000 4194304 4890832 140733839915648 18446744073709551615 4235002 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/6298/statm: 40225 39502 86 171 0 40052 0
[pid=6305] ppid=6268 vsize=553248 CPUtime=0.33 cores=0-7
/proc/6305/stat : 6305 (python) S 6268 6268 6067 0 -1 4202560 1169 0 0 0 17 16 0 0 19 0 2 0 2544629 566525952 53784 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6305/statm: 138312 53784 399 364 0 74206 0
[pid=6307] ppid=6305 vsize=75116 CPUtime=97.94 cores=0-7
/proc/6307/stat : 6307 (SApperloT-base) T 6305 6307 6307 0 -1 4202496 18635 0 0 0 9787 7 0 0 25 0 1 0 2544630 76918784 18135 33554432000 134512640 135674940 4290727024 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6307/statm: 18779 18135 100 284 0 18493 0
[pid=6305/tid=6313] ppid=6268 vsize=553248 CPUtime=0 cores=0-7
/proc/6305/task/6313/stat : 6313 (python) S 6268 6268 6067 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 2564261 566525952 53784 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 514 18446604453862998464 0 0 -1 1 0 0 0
[pid=6314] ppid=6268 vsize=563504 CPUtime=0.08 cores=0-7
/proc/6314/stat : 6314 (python) S 6268 6268 6067 0 -1 4202560 975 0 0 0 3 5 0 0 18 0 1 0 2564265 577028096 53758 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880585286 0 0 16781312 514 6335350814873190657 0 0 17 1 0 0 0
/proc/6314/statm: 140876 53758 370 364 0 76767 0
[pid=6316] ppid=6314 vsize=61400 CPUtime=23.52 cores=0-7
/proc/6316/stat : 6316 (lingeling) R 6314 6316 6316 0 -1 4202496 21803 0 0 0 2349 3 0 0 25 0 1 0 2564266 62873600 14520 33554432000 4194304 4352236 140735172806592 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6316/statm: 15350 14520 129 39 0 14430 0
[pid=6268/tid=6276] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6276/stat : 6276 (python) S 6266 6268 6067 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 11 0 2529792 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 2 0 0 0
[pid=6268/tid=6279] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6279/stat : 6279 (python) S 6266 6268 6067 0 -1 4202560 21 933 0 0 0 0 0 0 18 0 11 0 2529795 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 4 0 0 0
[pid=6268/tid=6282] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6282/stat : 6282 (python) S 6266 6268 6067 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 11 0 2529799 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 6 0 0 0
[pid=6268/tid=6285] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6285/stat : 6285 (python) S 6266 6268 6067 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 11 0 2529803 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 0 0 0 0
[pid=6268/tid=6288] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6288/stat : 6288 (python) S 6266 6268 6067 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 11 0 2529806 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 0 0 0 0
[pid=6268/tid=6291] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6291/stat : 6291 (python) S 6266 6268 6067 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 11 0 2529810 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 0 0 0 0
[pid=6268/tid=6294] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6294/stat : 6294 (python) S 6266 6268 6067 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 11 0 2529813 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 6 0 0 0
[pid=6268/tid=6297] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6297/stat : 6297 (python) S 6266 6268 6067 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 11 0 2529817 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 6 0 0 0
[pid=6268/tid=6306] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6306/stat : 6306 (python) S 6266 6268 6067 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 11 0 2544630 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 6 0 0 0
[pid=6268/tid=6315] ppid=6266 vsize=573748 CPUtime=0 cores=0-7
/proc/6268/task/6315/stat : 6315 (python) S 6266 6268 6067 0 -1 4202560 32 933 0 0 0 0 0 0 19 0 11 0 2564265 587517952 55286 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 2 18446604453863001152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2768.59
Current children cumulated vsize (KiB) 6980664

[startup+423.902 s]
/proc/loadavg: 9.09 8.89 8.77 11/254 6317
/proc/meminfo: memFree=18930168/32950928 swapFree=67111528/67111528
[pid=6268] ppid=6266 vsize=512156 CPUtime=2771.09 cores=0-7
/proc/6268/stat : 6268 (python) R 6266 6268 6067 0 -1 4202496 112760 527029 1 0 3134 28 273524 423 17 0 2 0 2526633 524447744 55242 33554432000 4194304 5683644 140735690377408 18446744073709551615 218880220644 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 8
/proc/6268/statm: 128039 55242 1874 364 0 63962 0
[pid=6268/tid=6288] ppid=6266 vsize=512156 CPUtime=2739.47 cores=0-7
/proc/6268/task/6288/stat : 6288 (python) S 6266 6268 6067 0 -1 4202560 27 527029 0 0 0 0 273524 423 18 0 2 0 2529806 524447744 55242 33554432000 4194304 5683644 140735690377408 18446744073709551615 218892388785 0 0 16781312 0 18446604453863001152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2771.09
Current children cumulated vsize (KiB) 512156

Child status: 0
Real time (s): 423.933
CPU time (s): 2771.14
CPU user time (s): 2766.6
CPU system time (s): 4.53831
CPU usage (%): 653.675
Max. virtual memory (cumulated for all children) (KiB): 7333908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2766.6
system time used= 4.53831
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 647867
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= 7099
involuntary context switches= 21221

runsolver used 1.66375 second user time and 3.84441 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-02 17:12:52
IDJOB=3321719
IDBENCH=82500
IDSOLVER=1710
FILE ID=node112/3321719-1304349171
RUNJOBID= node112-1304347170-6081
PBS_JOBID= 13178656
Free space on /tmp= 72464 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/manthey/traffic/traffic_pcb_unknown.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-3321719-1304349171/watcher-3321719-1304349171 -o /tmp/evaluation-result-3321719-1304349171/solver-3321719-1304349171 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321719-1304349171.cnf -seed 1687778209 -budget 40000 -cores 8

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=1687778209

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20255620 kB
Buffers:         63916 kB
Cached:        1216748 kB
SwapCached:          0 kB
Active:       11535540 kB
Inactive:      1010700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20255620 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           52472 kB
Writeback:           0 kB
AnonPages:    11265360 kB
Mapped:          17120 kB
Slab:            54188 kB
PageTables:      29268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 12553820 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= 72432 MiB
End job on node112 at 2011-05-02 17:19:56