Trace number 3321689

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 1233.65 169.04

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
MD5SUMf1a7d779d46b93ce2fde4f2438e6ae5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark51.8701
Satisfiable
(Un)Satisfiability was proved
Number of variables82007
Number of clauses241364
Sum of the clauses size563180
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2160908
Number of clauses of size 380454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.38/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.63	c INFO: solving HOME/instance-3321689-1304348998.cnf
0.38/0.63	c INFO: computing task features
1.07/1.34	c INFO: computed variable-clause graph statistics
1.07/1.37	c INFO: computed clause balance statistics
5.17/5.49	c INFO: computed variable balance statistics
8.27/8.55	c INFO: computed small-clause counts
8.27/8.59	c INFO: computed Horn-clause counts
16.27/16.51	c INFO: computed variable graph statistics
16.27/16.51	c INFO: collected features for HOME/instance-3321689-1304348998.cnf in 15.85 s
16.27/16.54	c INFO: running lingeling-276@0 for 97 with 39984 remaining (b = 0.39)
16.27/16.57	c INFO: running cryptominisat-2.9.0@0 for 485 with 39984 remaining (b = 0.34)
16.37/16.60	c INFO: running lingeling-276@0 for 1261 with 39984 remaining (b = 0.48)
16.37/16.63	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39984 remaining (b = 0.55)
16.37/16.67	c INFO: running lingeling-276@0 for 1261 with 39983 remaining (b = 0.41)
16.47/16.70	c INFO: running precosat-570@0 for 388 with 39983 remaining (b = 0.22)
16.47/16.73	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39983 remaining (b = 0.43)
16.47/16.76	c INFO: running lingeling-276@0 for 1261 with 39983 remaining (b = 0.31)
815.98/116.70	c INFO: running precosat-570@0 for 776 with 39883 remaining (b = 0.25)
1233.54/169.00	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-3321689-1304348998/watcher-3321689-1304348998 -o /tmp/evaluation-result-3321689-1304348998/solver-3321689-1304348998 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321689-1304348998.cnf -seed 1261897531 -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: 5.66 6.37 5.80 1/186 9243
/proc/meminfo: memFree=25014704/32950928 swapFree=67111348/67111528
[pid=9243] ppid=9241 vsize=15184 CPUtime=0 cores=0-7
/proc/9243/stat : 9243 (python) R 9241 9243 8983 0 -1 4202496 733 0 0 0 0 0 0 0 25 0 1 0 546499494 15548416 622 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9243/statm: 3796 622 322 364 0 283 0

[startup+0.013257 s]
/proc/loadavg: 5.66 6.37 5.80 1/186 9243
/proc/meminfo: memFree=25014704/32950928 swapFree=67111348/67111528
[pid=9243] ppid=9241 vsize=15776 CPUtime=0 cores=0-7
/proc/9243/stat : 9243 (python) R 9241 9243 8983 0 -1 4202496 927 0 0 0 0 0 0 0 25 0 1 0 546499494 16154624 807 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092046480 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9243/statm: 3944 807 356 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.100241 s]
/proc/loadavg: 5.66 6.37 5.80 1/186 9243
/proc/meminfo: memFree=25014704/32950928 swapFree=67111348/67111528
[pid=9243] ppid=9241 vsize=91828 CPUtime=0.06 cores=0-7
/proc/9243/stat : 9243 (python) S 9241 9243 8983 0 -1 4202496 2678 0 0 0 5 1 0 0 25 0 1 0 546499494 94031872 2394 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/9243/statm: 22957 2394 755 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91828

[startup+0.300202 s]
/proc/loadavg: 5.66 6.37 5.80 1/186 9243
/proc/meminfo: memFree=25014704/32950928 swapFree=67111348/67111528
[pid=9243] ppid=9241 vsize=135752 CPUtime=0.19 cores=0-7
/proc/9243/stat : 9243 (python) R 9241 9243 8983 0 -1 4202496 5962 936 1 0 14 5 0 0 25 0 1 0 546499494 139010048 4151 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080228357 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9243/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700127 s]
/proc/loadavg: 5.66 6.37 5.80 1/186 9243
/proc/meminfo: memFree=25014704/32950928 swapFree=67111348/67111528
[pid=9243] ppid=9241 vsize=285868 CPUtime=0.46 cores=0-7
/proc/9243/stat : 9243 (python) R 9241 9243 8983 0 -1 4202496 11073 936 1 0 36 10 0 0 25 0 1 0 546499494 292728832 8754 33554432000 4194304 5683644 140733909942016 18446744073709551615 208079593222 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9243/statm: 71467 8754 1761 364 0 7391 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 285868

[startup+1.50106 s]
/proc/loadavg: 5.66 6.37 5.80 2/187 9248
/proc/meminfo: memFree=24966088/32950928 swapFree=67111348/67111528
[pid=9243] ppid=9241 vsize=323428 CPUtime=1.27 cores=0-7
/proc/9243/stat : 9243 (python) R 9241 9243 8983 0 -1 4202496 28275 936 1 0 114 13 0 0 25 0 1 0 546499494 331190272 18242 33554432000 4194304 5683644 140733909942016 18446744073709551615 4602978 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9243/statm: 80857 18242 1826 364 0 16781 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 323428

[startup+3.10067 s]
/proc/loadavg: 5.66 6.37 5.80 2/187 9248
/proc/meminfo: memFree=24948604/32950928 swapFree=67111348/67111528
[pid=9243] ppid=9241 vsize=323428 CPUtime=2.87 cores=0-7
/proc/9243/stat : 9243 (python) R 9241 9243 8983 0 -1 4202496 28275 936 1 0 274 13 0 0 25 0 1 0 546499494 331190272 18242 33554432000 4194304 5683644 140733909942016 18446744073709551615 47118128273478 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9243/statm: 80857 18242 1826 364 0 16781 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 323428

[startup+6.30114 s]
/proc/loadavg: 5.29 6.28 5.77 2/187 9248
/proc/meminfo: memFree=24949340/32950928 swapFree=67111348/67111528
[pid=9243] ppid=9241 vsize=323428 CPUtime=6.07 cores=0-7
/proc/9243/stat : 9243 (python) R 9241 9243 8983 0 -1 4202496 28276 936 1 0 594 13 0 0 25 0 1 0 546499494 331190272 18243 33554432000 4194304 5683644 140733909942016 18446744073709551615 47118125745226 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9243/statm: 80857 18243 1827 364 0 16781 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 323428

[startup+12.7008 s]
/proc/loadavg: 4.94 6.19 5.75 2/187 9248
/proc/meminfo: memFree=24948384/32950928 swapFree=67111348/67111528
[pid=9243] ppid=9241 vsize=325312 CPUtime=12.47 cores=0-7
/proc/9243/stat : 9243 (python) R 9241 9243 8983 0 -1 4202496 28753 936 1 0 1234 13 0 0 25 0 1 0 546499494 333119488 18720 33554432000 4194304 5683644 140733909942016 18446744073709551615 47118125500556 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9243/statm: 81328 18720 1833 364 0 17252 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 325312

[startup+25.5014 s]
/proc/loadavg: 5.15 6.17 5.74 9/211 9272
/proc/meminfo: memFree=24303676/32950928 swapFree=67111348/67111528
[pid=9243] ppid=9241 vsize=469212 CPUtime=16.54 cores=0-7
/proc/9243/stat : 9243 (python) S 9241 9243 8983 0 -1 4202496 34008 936 1 0 1638 16 0 0 21 0 9 0 546499494 480473088 18014 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9243/statm: 117303 18014 1889 364 0 53200 0
[pid=9249] ppid=9243 vsize=321640 CPUtime=0 cores=0-7
/proc/9249/stat : 9249 (python) S 9243 9243 8983 0 -1 4202560 916 0 0 0 0 0 0 0 18 0 1 0 546501149 329359360 16339 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252431 0 0 16781312 514 3189996322409120004 0 0 17 1 0 0 0
/proc/9249/statm: 80410 16339 376 364 0 16328 0
[pid=9251] ppid=9249 vsize=33876 CPUtime=8.94 cores=0-7
/proc/9251/stat : 9251 (lingeling) R 9249 9251 9251 0 -1 4202496 12713 0 0 0 892 2 0 0 25 0 1 0 546501149 34689024 7637 33554432000 4194304 4352236 140737005798848 18446744073709551615 4207597 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/9251/statm: 8469 7637 127 39 0 7549 0
[pid=9252] ppid=9243 vsize=331896 CPUtime=0 cores=0-7
/proc/9252/stat : 9252 (python) S 9243 9243 8983 0 -1 4202560 927 0 0 0 0 0 0 0 15 0 1 0 546501152 339861504 16337 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 4610758034908479745 0 0 17 1 0 0 0
/proc/9252/statm: 82974 16337 370 364 0 18889 0
[pid=9254] ppid=9252 vsize=172884 CPUtime=8.84 cores=0-7
/proc/9254/stat : 9254 (cryptominisat-2) R 9252 9254 9254 0 -1 4202496 38001 0 0 0 879 5 0 0 25 0 1 0 546501152 177033216 35562 33554432000 4194304 4677096 140736925282688 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9254/statm: 43221 35562 391 118 0 38180 0
[pid=9255] ppid=9243 vsize=407688 CPUtime=0 cores=0-7
/proc/9255/stat : 9255 (python) S 9243 9243 8983 0 -1 4202560 776 0 0 0 0 0 0 0 18 0 1 0 546501155 417472512 16459 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 4227406708814610692 0 0 17 1 0 0 0
/proc/9255/statm: 101922 16459 371 364 0 37834 0
[pid=9257] ppid=9255 vsize=33896 CPUtime=8.87 cores=0-7
/proc/9257/stat : 9257 (lingeling) R 9255 9257 9257 0 -1 4202496 12704 0 0 0 886 1 0 0 25 0 1 0 546501156 34709504 7642 33554432000 4194304 4352236 140736816655808 18446744073709551615 4214760 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/9257/statm: 8474 7642 127 39 0 7554 0
[pid=9258] ppid=9243 vsize=417944 CPUtime=0 cores=0-7
/proc/9258/stat : 9258 (python) S 9243 9243 8983 0 -1 4202560 791 0 0 0 0 0 0 0 15 0 1 0 546501158 427974656 16443 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 4393608886469230852 0 0 17 1 0 0 0
/proc/9258/statm: 104486 16443 371 364 0 40395 0
[pid=9260] ppid=9258 vsize=172888 CPUtime=8.85 cores=0-7
/proc/9260/stat : 9260 (cryptominisat-2) R 9258 9260 9260 0 -1 4202496 37983 0 0 0 880 5 0 0 25 0 1 0 546501158 177037312 35557 33554432000 4194304 4677096 140737294495152 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9260/statm: 43222 35557 391 118 0 38181 0
[pid=9261] ppid=9243 vsize=428200 CPUtime=0 cores=0-7
/proc/9261/stat : 9261 (python) S 9243 9243 8983 0 -1 4202560 796 0 0 0 0 0 0 0 18 0 1 0 546501161 438476800 16516 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 4168515491641393412 0 0 17 1 0 0 0
/proc/9261/statm: 107050 16516 371 364 0 42956 0
[pid=9263] ppid=9261 vsize=31832 CPUtime=8.81 cores=0-7
/proc/9263/stat : 9263 (lingeling) R 9261 9263 9263 0 -1 4202496 12104 0 0 0 880 1 0 0 25 0 1 0 546501162 32595968 7126 33554432000 4194304 4352236 140737301264912 18446744073709551615 4228410 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9263/statm: 7958 7126 127 39 0 7038 0
[pid=9264] ppid=9243 vsize=438456 CPUtime=0 cores=0-7
/proc/9264/stat : 9264 (python) S 9243 9243 8983 0 -1 4202560 805 0 0 0 0 0 0 0 18 0 1 0 546501164 448978944 16520 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 4168507795059998980 0 0 17 1 0 0 0
/proc/9264/statm: 109614 16520 371 364 0 45517 0
[pid=9266] ppid=9264 vsize=84340 CPUtime=8.72 cores=0-7
/proc/9266/stat : 9266 (precosat) R 9264 9266 9266 0 -1 4202496 21053 0 0 0 870 2 0 0 25 0 1 0 546501165 86364160 19510 33554432000 4194304 4890832 140737327851024 18446744073709551615 4238316 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/9266/statm: 21085 19510 86 171 0 20912 0
[pid=9267] ppid=9243 vsize=448712 CPUtime=0 cores=0-7
/proc/9267/stat : 9267 (python) S 9243 9243 8983 0 -1 4202560 819 0 0 0 0 0 0 0 15 0 1 0 546501168 459481088 16477 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 2063163205072421124 0 0 17 1 0 0 0
/proc/9267/statm: 112178 16477 371 364 0 48078 0
[pid=9269] ppid=9267 vsize=172888 CPUtime=8.71 cores=0-7
/proc/9269/stat : 9269 (cryptominisat-2) R 9267 9269 9269 0 -1 4202496 37995 0 0 0 866 5 0 0 25 0 1 0 546501171 177037312 35562 33554432000 4194304 4677096 140736938556768 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/9269/statm: 43222 35562 391 118 0 38181 0
[pid=9270] ppid=9243 vsize=458968 CPUtime=0 cores=0-7
/proc/9270/stat : 9270 (python) S 9243 9243 8983 0 -1 4202560 863 0 0 0 0 0 0 0 18 0 1 0 546501171 469983232 16498 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 4138908392284455172 0 0 17 4 0 0 0
/proc/9270/statm: 114742 16498 377 364 0 50639 0
[pid=9272] ppid=9270 vsize=33896 CPUtime=8.71 cores=0-7
/proc/9272/stat : 9272 (lingeling) R 9270 9272 9272 0 -1 4202496 12718 0 0 0 869 2 0 0 25 0 1 0 546501171 34709504 7642 33554432000 4194304 4352236 140733869158800 18446744073709551615 4229507 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/9272/statm: 8474 7642 127 39 0 7554 0
[pid=9243/tid=9250] ppid=9241 vsize=469212 CPUtime=0 cores=0-7
/proc/9243/task/9250/stat : 9250 (python) S 9241 9243 8983 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 9 0 546501149 480473088 18014 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 6 0 0 0
[pid=9243/tid=9253] ppid=9241 vsize=469212 CPUtime=0 cores=0-7
/proc/9243/task/9253/stat : 9253 (python) S 9241 9243 8983 0 -1 4202560 23 936 0 0 0 0 0 0 18 0 9 0 546501152 480473088 18014 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 3 0 0 0
[pid=9243/tid=9256] ppid=9241 vsize=469212 CPUtime=0 cores=0-7
/proc/9243/task/9256/stat : 9256 (python) S 9241 9243 8983 0 -1 4202560 75 936 0 0 0 0 0 0 25 0 9 0 546501155 480473088 18014 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 6 0 0 0
[pid=9243/tid=9259] ppid=9241 vsize=469212 CPUtime=0 cores=0-7
/proc/9243/task/9259/stat : 9259 (python) S 9241 9243 8983 0 -1 4202560 32 936 0 0 0 0 0 0 18 0 9 0 546501158 480473088 18014 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 5 0 0 0
[pid=9243/tid=9262] ppid=9241 vsize=469212 CPUtime=0 cores=0-7
/proc/9243/task/9262/stat : 9262 (python) S 9241 9243 8983 0 -1 4202560 36 936 0 0 0 0 0 0 25 0 9 0 546501161 480473088 18014 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 0 0 0 0
[pid=9243/tid=9265] ppid=9241 vsize=469212 CPUtime=0 cores=0-7
/proc/9243/task/9265/stat : 9265 (python) S 9241 9243 8983 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 546501165 480473088 18014 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 7 0 0 0
[pid=9243/tid=9268] ppid=9241 vsize=469212 CPUtime=0 cores=0-7
/proc/9243/task/9268/stat : 9268 (python) S 9241 9243 8983 0 -1 4202560 32 936 0 0 0 0 0 0 19 0 9 0 546501168 480473088 18014 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 1 0 0 0
[pid=9243/tid=9271] ppid=9241 vsize=469212 CPUtime=0 cores=0-7
/proc/9243/task/9271/stat : 9271 (python) S 9241 9243 8983 0 -1 4202560 34 936 0 0 0 0 0 0 21 0 9 0 546501171 480473088 18014 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 86.99
Current children cumulated vsize (KiB) 4459216

[startup+51.1015 s]
/proc/loadavg: 6.18 6.33 5.81 9/211 9273
/proc/meminfo: memFree=24125924/32950928 swapFree=67111348/67111528
[pid=9243] ppid=9241 vsize=469212 CPUtime=16.54 cores=0-7
/proc/9243/stat : 9243 (python) S 9241 9243 8983 0 -1 4202496 34008 936 1 0 1638 16 0 0 21 0 9 0 546499494 480473088 18014 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9243/statm: 117303 18014 1889 364 0 53200 0
[pid=9249] ppid=9243 vsize=321640 CPUtime=0.04 cores=0-7
/proc/9249/stat : 9249 (python) S 9243 9243 8983 0 -1 4202560 931 0 0 0 2 2 0 0 18 0 1 0 546501149 329359360 16339 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252431 0 0 16781312 514 9806746518273622276 0 0 17 1 0 0 0
/proc/9249/statm: 80410 16339 376 364 0 16328 0
[pid=9251] ppid=9249 vsize=23996 CPUtime=34.54 cores=0-7
/proc/9251/stat : 9251 (lingeling) R 9249 9251 9251 0 -1 4202496 14184 0 0 0 3452 2 0 0 25 0 1 0 546501149 24571904 5169 33554432000 4194304 4352236 140737005798848 18446744073709551615 4278664 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/9251/statm: 5999 5169 129 39 0 5079 0
[pid=9252] ppid=9243 vsize=331896 CPUtime=0.05 cores=0-7
/proc/9252/stat : 9252 (python) S 9243 9243 8983 0 -1 4202560 940 0 0 0 2 3 0 0 15 0 1 0 546501152 339861504 16337 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 4610758034908479745 0 0 17 1 0 0 0
/proc/9252/statm: 82974 16337 370 364 0 18889 0
[pid=9254] ppid=9252 vsize=250208 CPUtime=34.15 cores=0-7
/proc/9254/stat : 9254 (cryptominisat-2) R 9252 9254 9254 0 -1 4202496 58866 0 0 0 3406 9 0 0 25 0 1 0 546501152 256212992 53743 33554432000 4194304 4677096 140736925282688 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9254/statm: 62552 53743 392 118 0 57511 0
[pid=9255] ppid=9243 vsize=407688 CPUtime=0.04 cores=0-7
/proc/9255/stat : 9255 (python) S 9243 9243 8983 0 -1 4202560 779 0 0 0 2 2 0 0 18 0 1 0 546501155 417472512 16459 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 9806746518273622276 0 0 17 1 0 0 0
/proc/9255/statm: 101922 16459 371 364 0 37834 0
[pid=9257] ppid=9255 vsize=22784 CPUtime=34.47 cores=0-7
/proc/9257/stat : 9257 (lingeling) R 9255 9257 9257 0 -1 4202496 13876 0 0 0 3446 1 0 0 25 0 1 0 546501156 23330816 4866 33554432000 4194304 4352236 140736816655808 18446744073709551615 4238992 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/9257/statm: 5696 4866 129 39 0 4776 0
[pid=9258] ppid=9243 vsize=417944 CPUtime=0.05 cores=0-7
/proc/9258/stat : 9258 (python) S 9243 9243 8983 0 -1 4202560 792 0 0 0 3 2 0 0 15 0 1 0 546501158 427974656 16443 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 4393608886469230852 0 0 17 5 0 0 0
/proc/9258/statm: 104486 16443 371 364 0 40395 0

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

/proc/9260/statm: 0 0 0 0 0 0 0
[pid=9261] ppid=9243 vsize=428200 CPUtime=0.2 cores=0-7
/proc/9261/stat : 9261 (python) S 9243 9243 8983 0 -1 4202560 796 0 0 0 11 9 0 0 18 0 1 0 546501161 438476800 16516 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 9806746518273622276 0 0 17 1 0 0 0
/proc/9261/statm: 107050 16516 371 364 0 42956 0
[pid=9263] ppid=9261 vsize=27520 CPUtime=152.02 cores=0-7
/proc/9263/stat : 9263 (lingeling) R 9261 9263 9263 0 -1 4202496 14838 0 0 0 15200 2 0 0 25 0 1 0 546501162 28180480 6050 33554432000 4194304 4352236 140737301264912 18446744073709551615 4207807 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9263/statm: 6880 6050 129 39 0 5960 0
[pid=9264] ppid=9243 vsize=438456 CPUtime=0.2 cores=0-7
/proc/9264/stat : 9264 (python) S 9243 9243 8983 0 -1 4202560 805 0 0 0 10 10 0 0 18 0 1 0 546501164 448978944 16520 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 9806746518273622276 0 0 17 1 0 0 0
/proc/9264/statm: 109614 16520 371 364 0 45517 0
[pid=9266] ppid=9264 vsize=87352 CPUtime=150.49 cores=0-7
/proc/9266/stat : 9266 (precosat) R 9264 9266 9266 0 -1 4202496 31679 0 0 0 15045 4 0 0 25 0 1 0 546501165 89448448 20342 33554432000 4194304 4890832 140737327851024 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/9266/statm: 21838 20342 86 171 0 21665 0
[pid=9267] ppid=9243 vsize=448712 CPUtime=0.25 cores=0-7
/proc/9267/stat : 9267 (python) S 9243 9243 8983 0 -1 4202560 825 0 0 0 13 12 0 0 15 0 1 0 546501168 459481088 16477 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 2063163205072421124 0 0 17 3 0 0 0
/proc/9267/statm: 112178 16477 371 364 0 48078 0
[pid=9269] ppid=9267 vsize=287872 CPUtime=151.71 cores=0-7
/proc/9269/stat : 9269 (cryptominisat-2) R 9267 9269 9269 0 -1 4202496 89574 0 0 0 15151 20 0 0 25 0 1 0 546501171 294780928 63580 33554432000 4194304 4677096 140736938556768 18446744073709551615 4320160 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/9269/statm: 71968 63580 392 118 0 66927 0
[pid=9270] ppid=9243 vsize=458968 CPUtime=0.19 cores=0-7
/proc/9270/stat : 9270 (python) S 9243 9243 8983 0 -1 4202560 863 0 0 0 12 7 0 0 18 0 1 0 546501171 469983232 16498 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 9806746518273622276 0 0 17 4 0 0 0
/proc/9270/statm: 114742 16498 377 364 0 50639 0
[pid=9272] ppid=9270 vsize=29900 CPUtime=151.79 cores=0-7
/proc/9272/stat : 9272 (lingeling) R 9270 9272 9272 0 -1 4202496 16030 0 0 0 15177 2 0 0 25 0 1 0 546501171 30617600 6645 33554432000 4194304 4352236 140733869158800 18446744073709551615 4328119 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/9272/statm: 7475 6645 129 39 0 6555 0
[pid=9277] ppid=9243 vsize=469224 CPUtime=0.06 cores=0-7
/proc/9277/stat : 9277 (python) S 9243 9243 8983 0 -1 4202560 837 0 0 0 3 3 0 0 18 0 1 0 546511165 480485376 16510 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 9806746518273622276 0 0 17 4 0 0 0
/proc/9277/statm: 117306 16510 371 364 0 53200 0
[pid=9279] ppid=9277 vsize=81272 CPUtime=51.84 cores=0-7
/proc/9279/stat : 9279 (precosat) R 9277 9279 9279 0 -1 4202496 28385 0 0 0 5180 4 0 0 25 0 1 0 546511166 83222528 18769 33554432000 4194304 4890832 140733832393456 18446744073709551615 4246516 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/9279/statm: 20318 18769 86 171 0 20145 0
[pid=9243/tid=9250] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9250/stat : 9250 (python) S 9241 9243 8983 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 10 0 546501149 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 6 0 0 0
[pid=9243/tid=9253] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9253/stat : 9253 (python) S 9241 9243 8983 0 -1 4202560 23 936 0 0 0 0 0 0 18 0 10 0 546501152 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 3 0 0 0
[pid=9243/tid=9256] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9256/stat : 9256 (python) S 9241 9243 8983 0 -1 4202560 75 936 0 0 0 0 0 0 25 0 10 0 546501155 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 6 0 0 0
[pid=9243/tid=9259] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9259/stat : 9259 (python) S 9241 9243 8983 0 -1 4202560 32 936 0 0 0 0 0 0 18 0 10 0 546501158 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 5 0 0 0
[pid=9243/tid=9262] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9262/stat : 9262 (python) S 9241 9243 8983 0 -1 4202560 36 936 0 0 0 0 0 0 25 0 10 0 546501161 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 0 0 0 0
[pid=9243/tid=9265] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9265/stat : 9265 (python) S 9241 9243 8983 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 10 0 546501165 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 7 0 0 0
[pid=9243/tid=9268] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9268/stat : 9268 (python) S 9241 9243 8983 0 -1 4202560 32 936 0 0 0 0 0 0 19 0 10 0 546501168 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 1 0 0 0
[pid=9243/tid=9271] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9271/stat : 9271 (python) S 9241 9243 8983 0 -1 4202560 34 936 0 0 0 0 0 0 21 0 10 0 546501171 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 4 0 0 0
[pid=9243/tid=9278] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9278/stat : 9278 (python) S 9241 9243 8983 0 -1 4202560 40 936 0 0 0 0 0 0 20 0 10 0 546511165 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1231.18
Current children cumulated vsize (KiB) 5127956

[startup+168.901 s]
/proc/loadavg: 7.96 6.95 6.09 10/215 9280
/proc/meminfo: memFree=24170932/32950928 swapFree=67111348/67111528
[pid=9243] ppid=9241 vsize=479468 CPUtime=16.57 cores=0-7
/proc/9243/stat : 9243 (python) S 9241 9243 8983 0 -1 4202496 34740 936 1 0 1641 16 0 0 19 0 10 0 546499494 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9243/statm: 119867 18035 1892 364 0 55761 0
[pid=9249] ppid=9243 vsize=397420 CPUtime=0.14 cores=0-7
/proc/9249/stat : 9249 (python) S 9243 9243 8983 0 -1 4202560 1111 0 0 0 8 6 0 0 19 0 2 0 546501149 406958080 16379 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9249/statm: 99355 16379 409 364 0 35273 0
[pid=9251] ppid=9249 vsize=28172 CPUtime=100.12 cores=0-7
/proc/9251/stat : 9251 (lingeling) T 9249 9251 9251 0 -1 4202496 15440 0 0 0 10009 3 0 0 25 0 1 0 546501149 28848128 6213 33554432000 4194304 4352236 140737005798848 18446744073709551615 4331551 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/9251/statm: 7043 6213 129 39 0 6123 0
[pid=9249/tid=9276] ppid=9243 vsize=397420 CPUtime=0 cores=0-7
/proc/9249/task/9276/stat : 9276 (python) S 9243 9243 8983 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 546511162 406958080 16379 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 514 18446604453655422144 0 0 -1 2 0 0 0
[pid=9252] ppid=9243 vsize=331896 CPUtime=0.25 cores=0-7
/proc/9252/stat : 9252 (python) S 9243 9243 8983 0 -1 4202560 989 0 0 0 12 13 0 0 15 0 1 0 546501152 339861504 16337 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 4610758034908479745 0 0 17 1 0 0 0
/proc/9252/statm: 82974 16337 370 364 0 18889 0
[pid=9254] ppid=9252 vsize=283784 CPUtime=151.2 cores=0-7
/proc/9254/stat : 9254 (cryptominisat-2) R 9252 9254 9254 0 -1 4202496 90059 0 0 0 15102 18 0 0 25 0 1 0 546501152 290594816 61104 33554432000 4194304 4677096 140736925282688 18446744073709551615 4346878 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9254/statm: 70946 61104 392 118 0 65905 0
[pid=9255] ppid=9243 vsize=407688 CPUtime=0.2 cores=0-7
/proc/9255/stat : 9255 (python) S 9243 9243 8983 0 -1 4202560 779 0 0 0 11 9 0 0 18 0 1 0 546501155 417472512 16459 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 9806746518273622276 0 0 17 1 0 0 0
/proc/9255/statm: 101922 16459 371 364 0 37834 0
[pid=9257] ppid=9255 vsize=24108 CPUtime=152.27 cores=0-7
/proc/9257/stat : 9257 (lingeling) R 9255 9257 9257 0 -1 4202496 14742 0 0 0 15226 1 0 0 25 0 1 0 546501156 24686592 5197 33554432000 4194304 4352236 140736816655808 18446744073709551615 4331538 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/9257/statm: 6027 5197 129 39 0 5107 0
[pid=9258] ppid=9243 vsize=417944 CPUtime=2.36 cores=0-7
/proc/9258/stat : 9258 (python) R 9243 9243 8983 0 -1 4202560 799 0 0 0 187 49 0 0 18 0 1 0 546501158 427974656 16443 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092062527 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/9258/statm: 104486 16443 371 364 0 40395 0
[pid=9260] ppid=9258 vsize=0 CPUtime=149.92 cores=0-7
/proc/9260/stat : 9260 (cryptominisat-2) R 9258 9260 9260 0 -1 4202500 89810 0 0 0 14971 21 0 0 25 0 1 0 546501158 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9260/statm: 0 0 0 0 0 0 0
[pid=9261] ppid=9243 vsize=428200 CPUtime=0.2 cores=0-7
/proc/9261/stat : 9261 (python) S 9243 9243 8983 0 -1 4202560 796 0 0 0 11 9 0 0 18 0 1 0 546501161 438476800 16516 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 9806746518273622276 0 0 17 1 0 0 0
/proc/9261/statm: 107050 16516 371 364 0 42956 0
[pid=9263] ppid=9261 vsize=27520 CPUtime=152.22 cores=0-7
/proc/9263/stat : 9263 (lingeling) R 9261 9263 9263 0 -1 4202496 14838 0 0 0 15220 2 0 0 25 0 1 0 546501162 28180480 6050 33554432000 4194304 4352236 140737301264912 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9263/statm: 6880 6050 129 39 0 5960 0
[pid=9264] ppid=9243 vsize=438456 CPUtime=0.2 cores=0-7
/proc/9264/stat : 9264 (python) S 9243 9243 8983 0 -1 4202560 805 0 0 0 10 10 0 0 18 0 1 0 546501164 448978944 16520 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 9806746518273622276 0 0 17 1 0 0 0
/proc/9264/statm: 109614 16520 371 364 0 45517 0
[pid=9266] ppid=9264 vsize=87352 CPUtime=150.69 cores=0-7
/proc/9266/stat : 9266 (precosat) R 9264 9266 9266 0 -1 4202496 31679 0 0 0 15065 4 0 0 25 0 1 0 546501165 89448448 20342 33554432000 4194304 4890832 140737327851024 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/9266/statm: 21838 20342 86 171 0 21665 0
[pid=9267] ppid=9243 vsize=448712 CPUtime=0.25 cores=0-7
/proc/9267/stat : 9267 (python) S 9243 9243 8983 0 -1 4202560 825 0 0 0 13 12 0 0 15 0 1 0 546501168 459481088 16477 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 2063163205072421124 0 0 17 3 0 0 0
/proc/9267/statm: 112178 16477 371 364 0 48078 0
[pid=9269] ppid=9267 vsize=287872 CPUtime=151.91 cores=0-7
/proc/9269/stat : 9269 (cryptominisat-2) R 9267 9269 9269 0 -1 4202496 89601 0 0 0 15171 20 0 0 25 0 1 0 546501171 294780928 63607 33554432000 4194304 4677096 140736938556768 18446744073709551615 4320150 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/9269/statm: 71968 63607 392 118 0 66927 0
[pid=9270] ppid=9243 vsize=458968 CPUtime=0.19 cores=0-7
/proc/9270/stat : 9270 (python) S 9243 9243 8983 0 -1 4202560 863 0 0 0 12 7 0 0 18 0 1 0 546501171 469983232 16498 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 9806746518273622276 0 0 17 4 0 0 0
/proc/9270/statm: 114742 16498 377 364 0 50639 0
[pid=9272] ppid=9270 vsize=29900 CPUtime=151.99 cores=0-7
/proc/9272/stat : 9272 (lingeling) R 9270 9272 9272 0 -1 4202496 16030 0 0 0 15197 2 0 0 25 0 1 0 546501171 30617600 6645 33554432000 4194304 4352236 140733869158800 18446744073709551615 4271317 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/9272/statm: 7475 6645 129 39 0 6555 0
[pid=9277] ppid=9243 vsize=469224 CPUtime=0.07 cores=0-7
/proc/9277/stat : 9277 (python) S 9243 9243 8983 0 -1 4202560 837 0 0 0 4 3 0 0 18 0 1 0 546511165 480485376 16510 33554432000 4194304 5683644 140733909942016 18446744073709551615 208080252486 0 0 16781312 514 9806746518273622276 0 0 17 4 0 0 0
/proc/9277/statm: 117306 16510 371 364 0 53200 0
[pid=9279] ppid=9277 vsize=81272 CPUtime=52.03 cores=0-7
/proc/9279/stat : 9279 (precosat) R 9277 9279 9279 0 -1 4202496 28385 0 0 0 5199 4 0 0 25 0 1 0 546511166 83222528 18769 33554432000 4194304 4890832 140733832393456 18446744073709551615 4295360 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/9279/statm: 20318 18769 86 171 0 20145 0
[pid=9243/tid=9250] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9250/stat : 9250 (python) S 9241 9243 8983 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 10 0 546501149 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 6 0 0 0
[pid=9243/tid=9253] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9253/stat : 9253 (python) S 9241 9243 8983 0 -1 4202560 23 936 0 0 0 0 0 0 18 0 10 0 546501152 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 3 0 0 0
[pid=9243/tid=9256] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9256/stat : 9256 (python) S 9241 9243 8983 0 -1 4202560 75 936 0 0 0 0 0 0 25 0 10 0 546501155 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 6 0 0 0
[pid=9243/tid=9259] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9259/stat : 9259 (python) S 9241 9243 8983 0 -1 4202560 32 936 0 0 0 0 0 0 18 0 10 0 546501158 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 5 0 0 0
[pid=9243/tid=9262] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9262/stat : 9262 (python) S 9241 9243 8983 0 -1 4202560 36 936 0 0 0 0 0 0 25 0 10 0 546501161 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 0 0 0 0
[pid=9243/tid=9265] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9265/stat : 9265 (python) S 9241 9243 8983 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 10 0 546501165 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 7 0 0 0
[pid=9243/tid=9268] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9268/stat : 9268 (python) S 9241 9243 8983 0 -1 4202560 32 936 0 0 0 0 0 0 19 0 10 0 546501168 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 1 0 0 0
[pid=9243/tid=9271] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9271/stat : 9271 (python) S 9241 9243 8983 0 -1 4202560 34 936 0 0 0 0 0 0 21 0 10 0 546501171 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 4 0 0 0
[pid=9243/tid=9278] ppid=9241 vsize=479468 CPUtime=0 cores=0-7
/proc/9243/task/9278/stat : 9278 (python) S 9241 9243 8983 0 -1 4202560 40 936 0 0 0 0 0 0 20 0 10 0 546511165 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1232.78
Current children cumulated vsize (KiB) 5127956

[startup+169.002 s]
/proc/loadavg: 7.96 6.95 6.09 10/215 9280
/proc/meminfo: memFree=24170932/32950928 swapFree=67111348/67111528
[pid=9243] ppid=9241 vsize=479468 CPUtime=930.21 cores=0-7
/proc/9243/stat : 9243 (python) S 9241 9243 8983 0 -1 4202496 34786 277508 1 0 1641 16 91244 120 17 0 10 0 546499494 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092062527 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9243/statm: 119867 18035 1892 364 0 55761 0
[pid=9258] ppid=9243 vsize=0 CPUtime=152.34 cores=0-7
/proc/9258/stat : 9258 (python) Z 9243 9243 8983 0 -1 4202588 1060 89810 0 0 192 50 14971 21 18 0 1 0 546501158 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9258/statm: 0 0 0 0 0 0 0
[pid=9264] ppid=9243 vsize=438456 CPUtime=0.2 cores=0-7
/proc/9264/stat : 9264 (python) S 9243 9243 8983 0 -1 4202560 822 0 0 0 10 10 0 0 16 0 1 0 546501164 448978944 16525 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092062527 0 0 16781824 2 18446744071562232103 0 0 17 1 0 0 0
/proc/9264/statm: 109614 16525 376 364 0 45517 0
[pid=9266] ppid=9264 vsize=0 CPUtime=150.79 cores=0-7
/proc/9266/stat : 9266 (precosat) R 9264 9266 9266 0 -1 4203524 31679 0 0 0 15075 4 0 0 25 0 1 0 546501165 0 0 33554432000 0 0 0 0 0 0 0 16781312 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/9266/statm: 0 0 0 0 0 0 0
[pid=9243/tid=9250] ppid=9241 vsize=479468 CPUtime=913.64 cores=0-7
/proc/9243/task/9250/stat : 9250 (python) S 9241 9243 8983 0 -1 4202560 26 277508 0 0 0 0 91244 120 25 0 10 0 546501149 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 6 0 0 0
[pid=9243/tid=9253] ppid=9241 vsize=479468 CPUtime=913.64 cores=0-7
/proc/9243/task/9253/stat : 9253 (python) S 9241 9243 8983 0 -1 4202560 23 277508 0 0 0 0 91244 120 18 0 10 0 546501152 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 3 0 0 0
[pid=9243/tid=9256] ppid=9241 vsize=479468 CPUtime=913.64 cores=0-7
/proc/9243/task/9256/stat : 9256 (python) S 9241 9243 8983 0 -1 4202560 75 277508 0 0 0 0 91244 120 25 0 10 0 546501155 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 6 0 0 0
[pid=9243/tid=9259] ppid=9241 vsize=479468 CPUtime=913.64 cores=0-7
/proc/9243/task/9259/stat : 9259 (python) S 9241 9243 8983 0 -1 4202560 32 277508 0 0 0 0 91244 120 18 0 10 0 546501158 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 5 0 0 0
[pid=9243/tid=9262] ppid=9241 vsize=479468 CPUtime=913.64 cores=0-7
/proc/9243/task/9262/stat : 9262 (python) S 9241 9243 8983 0 -1 4202560 36 277508 0 0 0 0 91244 120 25 0 10 0 546501161 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 0 0 0 0
[pid=9243/tid=9265] ppid=9241 vsize=479468 CPUtime=913.64 cores=0-7
/proc/9243/task/9265/stat : 9265 (python) S 9241 9243 8983 0 -1 4202560 32 277508 0 0 0 0 91244 120 25 0 10 0 546501165 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 7 0 0 0
[pid=9243/tid=9268] ppid=9241 vsize=479468 CPUtime=913.64 cores=0-7
/proc/9243/task/9268/stat : 9268 (python) S 9241 9243 8983 0 -1 4202560 32 277508 0 0 0 0 91244 120 19 0 10 0 546501168 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 1 0 0 0
[pid=9243/tid=9271] ppid=9241 vsize=479468 CPUtime=913.64 cores=0-7
/proc/9243/task/9271/stat : 9271 (python) S 9241 9243 8983 0 -1 4202560 34 277508 0 0 0 0 91244 120 21 0 10 0 546501171 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 4 0 0 0
[pid=9243/tid=9278] ppid=9241 vsize=479468 CPUtime=913.64 cores=0-7
/proc/9243/task/9278/stat : 9278 (python) S 9241 9243 8983 0 -1 4202560 40 277508 0 0 0 0 91244 120 20 0 10 0 546511165 490975232 18035 33554432000 4194304 5683644 140733909942016 18446744073709551615 208092055985 0 0 16781312 2 18446604450635929792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1233.54
Current children cumulated vsize (KiB) 917924

Child status: 0
Real time (s): 169.04
CPU time (s): 1233.65
CPU user time (s): 1231.38
CPU system time (s): 2.26965
CPU usage (%): 729.797
Max. virtual memory (cumulated for all children) (KiB): 5410336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1231.38
system time used= 2.26965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 444835
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= 4714
involuntary context switches= 7408

runsolver used 0.480926 second user time and 1.10583 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-02 17:09:58
IDJOB=3321689
IDBENCH=82477
IDSOLVER=1710
FILE ID=node127/3321689-1304348998
RUNJOBID= node127-1304347783-8997
PBS_JOBID= 13178660
Free space on /tmp= 73364 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.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-3321689-1304348998/watcher-3321689-1304348998 -o /tmp/evaluation-result-3321689-1304348998/solver-3321689-1304348998 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321689-1304348998.cnf -seed 1261897531 -budget 40000 -cores 8

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

MD5SUM BENCH= f1a7d779d46b93ce2fde4f2438e6ae5c
RANDOM SEED=1261897531

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:      25015108 kB
Buffers:        813000 kB
Cached:        3551896 kB
SwapCached:          8 kB
Active:        3356608 kB
Inactive:      4120544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25015108 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           36240 kB
Writeback:           0 kB
AnonPages:     3112584 kB
Mapped:          18784 kB
Slab:           384748 kB
PageTables:      11832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3643308 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= 73332 MiB
End job on node127 at 2011-05-02 17:12:47