Trace number 3321697

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 974.982 163.784

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark104.513
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3321697-1304349042.cnf
0.36/0.67	c INFO: computing task features
1.74/2.09	c INFO: computed variable-clause graph statistics
1.84/2.15	c INFO: computed clause balance statistics
9.65/9.92	c INFO: computed variable balance statistics
15.74/16.00	c INFO: computed small-clause counts
15.84/16.11	c INFO: computed Horn-clause counts
47.14/47.46	c INFO: computed variable graph statistics
47.14/47.46	c INFO: collected features for HOME/instance-3321697-1304349042.cnf in 46.74 s
47.14/47.49	c INFO: running lingeling-276@0 for 97 with 39953 remaining (b = 0.49)
47.24/47.52	c INFO: running cryptominisat-2.9.0@0 for 485 with 39953 remaining (b = 0.39)
47.24/47.56	c INFO: running lingeling-276@0 for 1261 with 39953 remaining (b = 0.51)
47.24/47.59	c INFO: running lingeling-276@0 for 1261 with 39953 remaining (b = 0.44)
47.34/47.63	c INFO: running cryptominisat-2.9.0@0 for 485 with 39953 remaining (b = 0.30)
47.34/47.66	c INFO: running precosat-570@0 for 291 with 39953 remaining (b = 0.20)
47.43/47.70	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39952 remaining (b = 0.51)
47.43/47.73	c INFO: running lingeling-276@0 for 1261 with 39952 remaining (b = 0.31)
846.96/147.72	c INFO: running lingeling-276@0 for 97 with 39852 remaining (b = 0.05)
974.79/163.73	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-3321697-1304349042/watcher-3321697-1304349042 -o /tmp/evaluation-result-3321697-1304349042/solver-3321697-1304349042 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321697-1304349042.cnf -seed 926955745 -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: 6.91 7.81 7.92 2/273 323
/proc/meminfo: memFree=18954948/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=14820 CPUtime=0 cores=0-7
/proc/323/stat : 323 (python) R 321 323 32756 0 -1 4202496 478 0 0 0 0 0 0 0 21 0 1 0 527319856 15175680 387 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338077643 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/323/statm: 3705 390 238 364 0 192 0

[startup+0.0401871 s]
/proc/loadavg: 6.91 7.81 7.92 2/273 323
/proc/meminfo: memFree=18954948/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=18884 CPUtime=0.01 cores=0-7
/proc/323/stat : 323 (python) R 321 323 32756 0 -1 4202496 1274 0 0 0 1 0 0 0 21 0 1 0 527319856 19337216 1127 33554432000 4194304 5683644 140733736516448 18446744073709551615 4317633 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/323/statm: 4721 1128 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.101175 s]
/proc/loadavg: 6.91 7.81 7.92 2/273 323
/proc/meminfo: memFree=18954948/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=89772 CPUtime=0.06 cores=0-7
/proc/323/stat : 323 (python) R 321 323 32756 0 -1 4202496 2672 0 0 0 4 2 0 0 21 0 1 0 527319856 91926528 2388 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338381824 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/323/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89772

[startup+0.301149 s]
/proc/loadavg: 6.91 7.81 7.92 2/273 323
/proc/meminfo: memFree=18954948/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=135752 CPUtime=0.19 cores=0-7
/proc/323/stat : 323 (python) S 321 323 32756 0 -1 4202496 5963 935 1 0 14 5 0 0 21 0 1 0 527319856 139010048 4150 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338379781 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/323/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.701022 s]
/proc/loadavg: 6.91 7.81 7.92 2/273 323
/proc/meminfo: memFree=18954948/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=288100 CPUtime=0.44 cores=0-7
/proc/323/stat : 323 (python) R 321 323 32756 0 -1 4202496 11661 935 1 0 32 12 0 0 20 0 1 0 527319856 295014400 9342 33554432000 4194304 5683644 140733736516448 18446744073709551615 46988949865786 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/323/statm: 72025 9342 1761 364 0 7949 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 288100

[startup+1.50088 s]
/proc/loadavg: 6.91 7.81 7.92 2/274 328
/proc/meminfo: memFree=18904744/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=341444 CPUtime=1.24 cores=0-7
/proc/323/stat : 323 (python) R 321 323 32756 0 -1 4202496 24666 935 1 0 111 13 0 0 22 0 1 0 527319856 349638656 22347 33554432000 4194304 5683644 140733736516448 18446744073709551615 4602375 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/323/statm: 85361 22347 1761 364 0 21285 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 341444

[startup+3.10055 s]
/proc/loadavg: 6.91 7.81 7.92 2/274 328
/proc/meminfo: memFree=18838404/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=373020 CPUtime=2.84 cores=0-7
/proc/323/stat : 323 (python) R 321 323 32756 0 -1 4202496 43478 935 1 0 268 16 0 0 25 0 1 0 527319856 381972480 30639 33554432000 4194304 5683644 140733736516448 18446744073709551615 4619674 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/323/statm: 93255 30639 1826 364 0 29179 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 373020

[startup+6.30091 s]
/proc/loadavg: 6.44 7.69 7.88 2/274 328
/proc/meminfo: memFree=18838668/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=373020 CPUtime=6.04 cores=0-7
/proc/323/stat : 323 (python) R 321 323 32756 0 -1 4202496 43478 935 1 0 588 16 0 0 25 0 1 0 527319856 381972480 30639 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338044505 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/323/statm: 93255 30639 1826 364 0 29179 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 373020

[startup+12.7006 s]
/proc/loadavg: 6.00 7.58 7.85 2/274 328
/proc/meminfo: memFree=18839288/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=373020 CPUtime=12.44 cores=0-7
/proc/323/stat : 323 (python) R 321 323 32756 0 -1 4202496 43479 935 1 0 1228 16 0 0 25 0 1 0 527319856 381972480 30640 33554432000 4194304 5683644 140733736516448 18446744073709551615 46988781777649 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/323/statm: 93255 30640 1827 364 0 29179 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 373020

[startup+25.5011 s]
/proc/loadavg: 4.90 7.26 7.74 2/274 329
/proc/meminfo: memFree=18840500/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=373020 CPUtime=25.24 cores=0-7
/proc/323/stat : 323 (python) R 321 323 32756 0 -1 4202496 43485 935 1 0 2507 17 0 0 25 0 1 0 527319856 381972480 30646 33554432000 4194304 5683644 140733736516448 18446744073709551615 46988779014284 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/323/statm: 93255 30646 1833 364 0 29179 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 373020

[startup+51.101 s]
/proc/loadavg: 4.13 6.87 7.59 9/298 353
/proc/meminfo: memFree=18106028/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=447936 CPUtime=47.47 cores=0-7
/proc/323/stat : 323 (python) S 321 323 32756 0 -1 4202496 49495 935 1 0 4726 21 0 0 20 0 9 0 527319856 458686464 28948 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/323/statm: 111984 28948 1889 364 0 47881 0
[pid=330] ppid=323 vsize=365900 CPUtime=0 cores=0-7
/proc/330/stat : 330 (python) S 323 323 32756 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 527324606 374681600 27380 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403855 0 0 16781312 514 4523856759017668868 0 0 17 1 0 0 0
/proc/330/statm: 91475 27380 353 364 0 27393 0
[pid=332] ppid=330 vsize=41192 CPUtime=3.59 cores=0-7
/proc/332/stat : 332 (lingeling) R 330 332 332 0 -1 4202496 19360 0 0 0 357 2 0 0 25 0 1 0 527324606 42180608 9466 33554432000 4194304 4352236 140734183459104 18446744073709551615 4214760 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/332/statm: 10298 9466 127 39 0 9378 0
[pid=333] ppid=323 vsize=376156 CPUtime=0 cores=0-7
/proc/333/stat : 333 (python) S 323 323 32756 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 527324609 385183744 27378 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 14720749310366941441 0 0 17 6 0 0 0
/proc/333/statm: 94039 27378 347 364 0 29954 0
[pid=335] ppid=333 vsize=183136 CPUtime=3.55 cores=0-7
/proc/335/stat : 335 (cryptominisat-2) R 333 335 335 0 -1 4202496 40277 0 0 0 351 4 0 0 25 0 1 0 527324609 187531264 35645 33554432000 4194304 4677096 140734932923360 18446744073709551615 4236120 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/335/statm: 45784 35645 362 118 0 40743 0
[pid=336] ppid=323 vsize=386412 CPUtime=0 cores=0-7
/proc/336/stat : 336 (python) S 323 323 32756 0 -1 4202560 754 0 0 0 0 0 0 0 18 0 1 0 527324612 395685888 27382 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 4218193626007568644 0 0 17 1 0 0 0
/proc/336/statm: 96603 27382 347 364 0 32515 0
[pid=338] ppid=336 vsize=41212 CPUtime=3.51 cores=0-7
/proc/338/stat : 338 (lingeling) R 336 338 338 0 -1 4202496 18923 0 0 0 349 2 0 0 25 0 1 0 527324613 42201088 9471 33554432000 4194304 4352236 140733945466560 18446744073709551615 4305668 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/338/statm: 10303 9471 127 39 0 9383 0
[pid=339] ppid=323 vsize=396668 CPUtime=0 cores=0-7
/proc/339/stat : 339 (python) S 323 323 32756 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 527324616 406188032 27386 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 4218189777716871426 0 0 17 0 0 0 0
/proc/339/statm: 99167 27386 347 364 0 35076 0
[pid=341] ppid=339 vsize=41200 CPUtime=3.45 cores=0-7
/proc/341/stat : 341 (lingeling) R 339 341 341 0 -1 4202496 18865 0 0 0 342 3 0 0 25 0 1 0 527324617 42188800 9469 33554432000 4194304 4352236 140736543809040 18446744073709551615 4230409 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/341/statm: 10300 9469 127 39 0 9380 0
[pid=342] ppid=323 vsize=406924 CPUtime=0 cores=0-7
/proc/342/stat : 342 (python) S 323 323 32756 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 527324620 416690176 27390 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 4415165636565500162 0 0 17 4 0 0 0
/proc/342/statm: 101731 27390 347 364 0 37637 0
[pid=344] ppid=342 vsize=182868 CPUtime=3.44 cores=0-7
/proc/344/stat : 344 (cryptominisat-2) R 342 344 344 0 -1 4202496 40226 0 0 0 340 4 0 0 25 0 1 0 527324620 187256832 35593 33554432000 4194304 4677096 140733774572224 18446744073709551615 4238064 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/344/statm: 45717 35593 362 118 0 40676 0
[pid=345] ppid=323 vsize=417180 CPUtime=0 cores=0-7
/proc/345/stat : 345 (python) S 323 323 32756 0 -1 4202560 770 0 0 0 0 0 0 0 18 0 1 0 527324623 427192320 27394 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 8730275710708449539 0 0 17 6 0 0 0
/proc/345/statm: 104295 27394 347 364 0 40198 0
[pid=347] ppid=345 vsize=151736 CPUtime=3.41 cores=0-7
/proc/347/stat : 347 (precosat) R 345 347 347 0 -1 4202496 38216 0 0 0 336 5 0 0 25 0 1 0 527324624 155377664 35509 33554432000 4194304 4890832 140735420358784 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/347/statm: 37934 35509 86 171 0 37761 0
[pid=348] ppid=323 vsize=427436 CPUtime=0 cores=0-7
/proc/348/stat : 348 (python) S 323 323 32756 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 527324626 437694464 27398 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 3090072155921023234 0 0 17 6 0 0 0
/proc/348/statm: 106859 27398 347 364 0 42759 0
[pid=350] ppid=348 vsize=182740 CPUtime=3.38 cores=0-7
/proc/350/stat : 350 (cryptominisat-2) R 348 350 350 0 -1 4202496 40199 0 0 0 332 6 0 0 25 0 1 0 527324627 187125760 35563 33554432000 4194304 4677096 140733547645456 18446744073709551615 4238064 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/350/statm: 45685 35563 362 118 0 40644 0
[pid=351] ppid=323 vsize=437692 CPUtime=0 cores=0-7
/proc/351/stat : 351 (python) S 323 323 32756 0 -1 4202560 818 0 0 0 0 0 0 0 18 0 1 0 527324630 448196608 27408 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 3090079852502417667 0 0 17 4 0 0 0
/proc/351/statm: 109423 27408 353 364 0 45320 0
[pid=353] ppid=351 vsize=42316 CPUtime=3.34 cores=0-7
/proc/353/stat : 353 (lingeling) R 351 353 353 0 -1 4202496 15695 0 0 0 332 2 0 0 25 0 1 0 527324631 43331584 9747 33554432000 4194304 4352236 140736508963680 18446744073709551615 4302787 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/353/statm: 10579 9747 127 39 0 9659 0
[pid=323/tid=331] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/331/stat : 331 (python) S 321 323 32756 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 527324606 458686464 28948 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=323/tid=334] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/334/stat : 334 (python) S 321 323 32756 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 527324609 458686464 28948 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 2 0 0 0
[pid=323/tid=337] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/337/stat : 337 (python) S 321 323 32756 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 527324613 458686464 28948 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
[pid=323/tid=340] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/340/stat : 340 (python) S 321 323 32756 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 527324616 458686464 28948 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
[pid=323/tid=343] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/343/stat : 343 (python) S 321 323 32756 0 -1 4202560 23 935 0 0 0 0 0 0 22 0 9 0 527324620 458686464 28948 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=323/tid=346] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/346/stat : 346 (python) S 321 323 32756 0 -1 4202560 25 935 0 0 0 0 0 0 24 0 9 0 527324623 458686464 28948 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=323/tid=349] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/349/stat : 349 (python) S 321 323 32756 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 527324627 458686464 28948 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=323/tid=352] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/352/stat : 352 (python) S 321 323 32756 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 527324631 458686464 28948 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 75.14
Current children cumulated vsize (KiB) 4528704

[startup+102.311 s]
/proc/loadavg: 6.32 7.04 7.61 9/298 355
/proc/meminfo: memFree=17730200/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=447936 CPUtime=47.47 cores=0-7
/proc/323/stat : 323 (python) S 321 323 32756 0 -1 4202496 49495 935 1 0 4726 21 0 0 20 0 9 0 527319856 458686464 28948 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/323/statm: 111984 28948 1889 364 0 47881 0
[pid=330] ppid=323 vsize=365900 CPUtime=0.1 cores=0-7
/proc/330/stat : 330 (python) S 323 323 32756 0 -1 4202560 922 0 0 0 5 5 0 0 18 0 1 0 527324606 374681600 27403 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403855 0 0 16781312 514 7670140338807210244 0 0 17 1 0 0 0
/proc/330/statm: 91475 27403 376 364 0 27393 0
[pid=332] ppid=330 vsize=29400 CPUtime=54.79 cores=0-7
/proc/332/stat : 332 (lingeling) R 330 332 332 0 -1 4202496 25508 0 0 0 5477 2 0 0 25 0 1 0 527324606 30105600 6550 33554432000 4194304 4352236 140734183459104 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/332/statm: 7350 6550 129 39 0 6430 0
[pid=333] ppid=323 vsize=376156 CPUtime=0.12 cores=0-7
/proc/333/stat : 333 (python) S 323 323 32756 0 -1 4202560 981 0 0 0 7 5 0 0 15 0 1 0 527324609 385183744 27401 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 4591534173608444161 0 0 17 6 0 0 0
/proc/333/statm: 94039 27401 370 364 0 29954 0
[pid=335] ppid=333 vsize=323496 CPUtime=54.77 cores=0-7
/proc/335/stat : 335 (cryptominisat-2) R 333 335 335 0 -1 4202496 82096 0 0 0 5467 10 0 0 25 0 1 0 527324609 331259904 69417 33554432000 4194304 4677096 140734932923360 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/335/statm: 80874 69417 392 118 0 75833 0

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

/proc/338/statm: 8613 7783 129 39 0 7693 0
[pid=339] ppid=323 vsize=396668 CPUtime=0.22 cores=0-7
/proc/339/stat : 339 (python) S 323 323 32756 0 -1 4202560 939 0 0 0 13 9 0 0 18 0 1 0 527324616 406188032 27409 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 7670140338807210242 0 0 17 0 0 0 0
/proc/339/statm: 99167 27409 370 364 0 35076 0
[pid=341] ppid=339 vsize=31408 CPUtime=114.33 cores=0-7
/proc/341/stat : 341 (lingeling) R 339 341 341 0 -1 4202496 26153 0 0 0 11429 4 0 0 25 0 1 0 527324617 32161792 7023 33554432000 4194304 4352236 140736543809040 18446744073709551615 4281264 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/341/statm: 7852 7023 129 39 0 6932 0
[pid=342] ppid=323 vsize=406924 CPUtime=0.27 cores=0-7
/proc/342/stat : 342 (python) S 323 323 32756 0 -1 4202560 992 0 0 0 16 11 0 0 15 0 1 0 527324620 416690176 27413 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 7670140338807210242 0 0 17 4 0 0 0
/proc/342/statm: 101731 27413 370 364 0 37637 0
[pid=344] ppid=342 vsize=347656 CPUtime=115.05 cores=0-7
/proc/344/stat : 344 (cryptominisat-2) R 342 344 344 0 -1 4202496 97102 0 0 0 11490 15 0 0 25 0 1 0 527324620 355999744 75208 33554432000 4194304 4677096 140733774572224 18446744073709551615 270338080231 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/344/statm: 86914 75208 392 118 0 81873 0
[pid=345] ppid=323 vsize=417180 CPUtime=0.22 cores=0-7
/proc/345/stat : 345 (python) S 323 323 32756 0 -1 4202560 993 0 0 0 11 11 0 0 18 0 1 0 527324623 427192320 27417 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 7670140338807210243 0 0 17 6 0 0 0
/proc/345/statm: 104295 27417 370 364 0 40198 0
[pid=347] ppid=345 vsize=157000 CPUtime=115.19 cores=0-7
/proc/347/stat : 347 (precosat) R 345 347 347 0 -1 4202496 39805 0 0 0 11513 6 0 0 25 0 1 0 527324624 160768000 37098 33554432000 4194304 4890832 140735420358784 18446744073709551615 4239064 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/347/statm: 39250 37098 86 171 0 39077 0
[pid=348] ppid=323 vsize=427436 CPUtime=0.28 cores=0-7
/proc/348/stat : 348 (python) S 323 323 32756 0 -1 4202560 1008 0 0 0 15 13 0 0 15 0 1 0 527324626 437694464 27421 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 7670140338807210242 0 0 17 6 0 0 0
/proc/348/statm: 106859 27421 370 364 0 42759 0
[pid=350] ppid=348 vsize=346348 CPUtime=114.61 cores=0-7
/proc/350/stat : 350 (cryptominisat-2) R 348 350 350 0 -1 4202496 95355 0 0 0 11444 17 0 0 25 0 1 0 527324627 354660352 74712 33554432000 4194304 4677096 140733547645456 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/350/statm: 86587 74712 392 118 0 81546 0
[pid=351] ppid=323 vsize=437692 CPUtime=0.23 cores=0-7
/proc/351/stat : 351 (python) S 323 323 32756 0 -1 4202560 1048 0 0 0 12 11 0 0 18 0 1 0 527324630 448196608 27431 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 7670140338807210243 0 0 17 4 0 0 0
/proc/351/statm: 109423 27431 376 364 0 45320 0
[pid=353] ppid=351 vsize=31308 CPUtime=114.82 cores=0-7
/proc/353/stat : 353 (lingeling) R 351 353 353 0 -1 4202496 22969 0 0 0 11479 3 0 0 25 0 1 0 527324631 32059392 6997 33554432000 4194304 4352236 140736508963680 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/353/statm: 7827 6997 129 39 0 6907 0
[pid=323/tid=331] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/331/stat : 331 (python) S 321 323 32756 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 527324606 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=323/tid=334] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/334/stat : 334 (python) S 321 323 32756 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 527324609 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 2 0 0 0
[pid=323/tid=337] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/337/stat : 337 (python) S 321 323 32756 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 527324613 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
[pid=323/tid=340] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/340/stat : 340 (python) S 321 323 32756 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 527324616 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
[pid=323/tid=343] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/343/stat : 343 (python) S 321 323 32756 0 -1 4202560 23 935 0 0 0 0 0 0 22 0 9 0 527324620 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=323/tid=346] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/346/stat : 346 (python) S 321 323 32756 0 -1 4202560 25 935 0 0 0 0 0 0 24 0 9 0 527324623 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=323/tid=349] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/349/stat : 349 (python) S 321 323 32756 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 527324627 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=323/tid=352] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/352/stat : 352 (python) S 321 323 32756 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 527324631 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 970
Current children cumulated vsize (KiB) 4998592

[startup+163.502 s]
/proc/loadavg: 7.42 7.23 7.64 9/299 357
/proc/meminfo: memFree=17650676/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=447936 CPUtime=47.51 cores=0-7
/proc/323/stat : 323 (python) S 321 323 32756 0 -1 4202496 50018 935 1 0 4730 21 0 0 18 0 9 0 527319856 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/323/statm: 111984 28949 1890 364 0 47881 0
[pid=330] ppid=323 vsize=376144 CPUtime=0.23 cores=0-7
/proc/330/stat : 330 (python) S 323 323 32756 0 -1 4202560 1102 0 0 0 12 11 0 0 18 0 2 0 527324606 385171456 27442 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/330/statm: 94036 27442 410 364 0 29954 0
[pid=332] ppid=330 vsize=30860 CPUtime=115.87 cores=0-7
/proc/332/stat : 332 (lingeling) R 330 332 332 0 -1 4202496 26503 0 0 0 11585 2 0 0 25 0 1 0 527324606 31600640 6885 33554432000 4194304 4352236 140734183459104 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/332/statm: 7715 6885 129 39 0 6795 0
[pid=330/tid=357] ppid=323 vsize=376144 CPUtime=0 cores=0-7
/proc/330/task/357/stat : 357 (python) S 323 323 32756 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 527334625 385171456 27442 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 514 18446604453965985728 0 0 -1 1 0 0 0
[pid=333] ppid=323 vsize=376156 CPUtime=0.26 cores=0-7
/proc/333/stat : 333 (python) S 323 323 32756 0 -1 4202560 1001 0 0 0 15 11 0 0 15 0 1 0 527324609 385183744 27401 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 7670140338807210241 0 0 17 6 0 0 0
/proc/333/statm: 94039 27401 370 364 0 29954 0
[pid=335] ppid=333 vsize=347012 CPUtime=115.96 cores=0-7
/proc/335/stat : 335 (cryptominisat-2) R 333 335 335 0 -1 4202496 95950 0 0 0 11583 13 0 0 25 0 1 0 527324609 355340288 74820 33554432000 4194304 4677096 140734932923360 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/335/statm: 86753 74820 392 118 0 81712 0
[pid=336] ppid=323 vsize=386412 CPUtime=0.22 cores=0-7
/proc/336/stat : 336 (python) S 323 323 32756 0 -1 4202560 950 0 0 0 11 11 0 0 18 0 1 0 527324612 395685888 27405 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 7670140338807210244 0 0 17 1 0 0 0
/proc/336/statm: 96603 27405 370 364 0 32515 0
[pid=338] ppid=336 vsize=34452 CPUtime=115.93 cores=0-7
/proc/338/stat : 338 (lingeling) R 336 338 338 0 -1 4202496 26978 0 0 0 11589 4 0 0 25 0 1 0 527324613 35278848 7783 33554432000 4194304 4352236 140733945466560 18446744073709551615 4276734 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/338/statm: 8613 7783 129 39 0 7693 0
[pid=339] ppid=323 vsize=396668 CPUtime=0.22 cores=0-7
/proc/339/stat : 339 (python) S 323 323 32756 0 -1 4202560 939 0 0 0 13 9 0 0 18 0 1 0 527324616 406188032 27409 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 7670140338807210242 0 0 17 0 0 0 0
/proc/339/statm: 99167 27409 370 364 0 35076 0
[pid=341] ppid=339 vsize=31408 CPUtime=114.73 cores=0-7
/proc/341/stat : 341 (lingeling) R 339 341 341 0 -1 4202496 26153 0 0 0 11469 4 0 0 25 0 1 0 527324617 32161792 7023 33554432000 4194304 4352236 140736543809040 18446744073709551615 4277904 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/341/statm: 7852 7023 129 39 0 6932 0
[pid=342] ppid=323 vsize=406924 CPUtime=0.27 cores=0-7
/proc/342/stat : 342 (python) S 323 323 32756 0 -1 4202560 992 0 0 0 16 11 0 0 15 0 1 0 527324620 416690176 27413 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 5602137186628501762 0 0 17 4 0 0 0
/proc/342/statm: 101731 27413 370 364 0 37637 0
[pid=344] ppid=342 vsize=347656 CPUtime=115.45 cores=0-7
/proc/344/stat : 344 (cryptominisat-2) R 342 344 344 0 -1 4202496 97133 0 0 0 11530 15 0 0 25 0 1 0 527324620 355999744 75238 33554432000 4194304 4677096 140733774572224 18446744073709551615 270338039065 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/344/statm: 86914 75238 397 118 0 81873 0
[pid=345] ppid=323 vsize=417180 CPUtime=0.22 cores=0-7
/proc/345/stat : 345 (python) S 323 323 32756 0 -1 4202560 993 0 0 0 11 11 0 0 18 0 1 0 527324623 427192320 27417 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 7670140338807210243 0 0 17 6 0 0 0
/proc/345/statm: 104295 27417 370 364 0 40198 0
[pid=347] ppid=345 vsize=157000 CPUtime=115.59 cores=0-7
/proc/347/stat : 347 (precosat) R 345 347 347 0 -1 4202496 39805 0 0 0 11553 6 0 0 25 0 1 0 527324624 160768000 37098 33554432000 4194304 4890832 140735420358784 18446744073709551615 4238544 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/347/statm: 39250 37098 86 171 0 39077 0
[pid=348] ppid=323 vsize=427436 CPUtime=0.28 cores=0-7
/proc/348/stat : 348 (python) S 323 323 32756 0 -1 4202560 1008 0 0 0 15 13 0 0 15 0 1 0 527324626 437694464 27421 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 7670140338807210242 0 0 17 6 0 0 0
/proc/348/statm: 106859 27421 370 364 0 42759 0
[pid=350] ppid=348 vsize=346348 CPUtime=115.01 cores=0-7
/proc/350/stat : 350 (cryptominisat-2) R 348 350 350 0 -1 4202496 95387 0 0 0 11484 17 0 0 25 0 1 0 527324627 354660352 74744 33554432000 4194304 4677096 140733547645456 18446744073709551615 4358587 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/350/statm: 86587 74744 392 118 0 81546 0
[pid=351] ppid=323 vsize=437692 CPUtime=0.23 cores=0-7
/proc/351/stat : 351 (python) S 323 323 32756 0 -1 4202560 1048 0 0 0 12 11 0 0 18 0 1 0 527324630 448196608 27431 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 7670140338807210243 0 0 17 4 0 0 0
/proc/351/statm: 109423 27431 376 364 0 45320 0
[pid=353] ppid=351 vsize=31308 CPUtime=115.22 cores=0-7
/proc/353/stat : 353 (lingeling) R 351 353 353 0 -1 4202496 22969 0 0 0 11519 3 0 0 25 0 1 0 527324631 32059392 6997 33554432000 4194304 4352236 140736508963680 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/353/statm: 7827 6997 129 39 0 6907 0
[pid=323/tid=331] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/331/stat : 331 (python) S 321 323 32756 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 527324606 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=323/tid=334] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/334/stat : 334 (python) S 321 323 32756 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 527324609 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 2 0 0 0
[pid=323/tid=337] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/337/stat : 337 (python) S 321 323 32756 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 527324613 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
[pid=323/tid=340] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/340/stat : 340 (python) S 321 323 32756 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 527324616 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
[pid=323/tid=343] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/343/stat : 343 (python) S 321 323 32756 0 -1 4202560 23 935 0 0 0 0 0 0 22 0 9 0 527324620 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=323/tid=346] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/346/stat : 346 (python) S 321 323 32756 0 -1 4202560 25 935 0 0 0 0 0 0 24 0 9 0 527324623 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=323/tid=349] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/349/stat : 349 (python) S 321 323 32756 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 527324627 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=323/tid=352] ppid=321 vsize=447936 CPUtime=0 cores=0-7
/proc/323/task/352/stat : 352 (python) S 321 323 32756 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 527324631 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 973.2
Current children cumulated vsize (KiB) 4998592

[startup+163.702 s]
/proc/loadavg: 7.42 7.23 7.64 9/299 357
/proc/meminfo: memFree=17650676/32951124 swapFree=67111356/67111528
[pid=323] ppid=321 vsize=447936 CPUtime=511.04 cores=0-7
/proc/323/stat : 323 (python) S 321 323 32756 0 -1 4202496 50030 176791 1 0 4730 21 46281 72 17 0 9 0 527319856 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350213951 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/323/statm: 111984 28949 1890 364 0 47881 0
[pid=336] ppid=323 vsize=386412 CPUtime=0.22 cores=0-7
/proc/336/stat : 336 (python) S 323 323 32756 0 -1 4202560 950 0 0 0 11 11 0 0 18 0 1 0 527324612 395685888 27405 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 7670140338807210244 0 0 17 1 0 0 0
/proc/336/statm: 96603 27405 370 364 0 32515 0
[pid=338] ppid=336 vsize=34452 CPUtime=116.13 cores=0-7
/proc/338/stat : 338 (lingeling) R 336 338 338 0 -1 4202496 26978 0 0 0 11609 4 0 0 25 0 1 0 527324613 35278848 7783 33554432000 4194304 4352236 140733945466560 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/338/statm: 8613 7783 129 39 0 7693 0
[pid=342] ppid=323 vsize=0 CPUtime=115.9 cores=0-7
/proc/342/stat : 342 (python) Z 323 323 32756 0 -1 4202588 1225 97134 0 0 16 12 11546 16 15 0 1 0 527324620 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/342/statm: 0 0 0 0 0 0 0
[pid=345] ppid=323 vsize=417180 CPUtime=0.22 cores=0-7
/proc/345/stat : 345 (python) S 323 323 32756 0 -1 4202560 1011 0 0 0 11 11 0 0 18 0 1 0 527324623 427192320 27422 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350213951 0 0 16781824 2 18446744071562232103 0 0 17 6 0 0 0
/proc/345/statm: 104295 27422 375 364 0 40198 0
[pid=347] ppid=345 vsize=0 CPUtime=115.79 cores=0-7
/proc/347/stat : 347 (precosat) R 345 347 347 0 -1 4203524 39805 0 0 0 11573 6 0 0 25 0 1 0 527324624 0 0 33554432000 0 0 0 0 0 0 0 16781312 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/347/statm: 0 0 0 0 0 0 0
[pid=348] ppid=323 vsize=427436 CPUtime=0.28 cores=0-7
/proc/348/stat : 348 (python) S 323 323 32756 0 -1 4202560 1010 0 0 0 15 13 0 0 15 0 1 0 527324626 437694464 27421 33554432000 4194304 5683644 140733736516448 18446744073709551615 270338403910 0 0 16781312 514 5602137186628501762 0 0 17 6 0 0 0
/proc/348/statm: 106859 27421 370 364 0 42759 0
[pid=350] ppid=348 vsize=346348 CPUtime=115.21 cores=0-7
/proc/350/stat : 350 (cryptominisat-2) R 348 350 350 0 -1 4202496 95395 0 0 0 11504 17 0 0 25 0 1 0 527324627 354660352 74751 33554432000 4194304 4677096 140733547645456 18446744073709551615 270338038987 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/350/statm: 86587 74751 397 118 0 81546 0
[pid=323/tid=331] ppid=321 vsize=447936 CPUtime=463.53 cores=0-7
/proc/323/task/331/stat : 331 (python) S 321 323 32756 0 -1 4202560 30 176791 0 0 0 0 46281 72 18 0 9 0 527324606 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=323/tid=334] ppid=321 vsize=447936 CPUtime=463.53 cores=0-7
/proc/323/task/334/stat : 334 (python) S 321 323 32756 0 -1 4202560 24 176791 0 0 0 0 46281 72 18 0 9 0 527324609 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 2 0 0 0
[pid=323/tid=337] ppid=321 vsize=447936 CPUtime=463.53 cores=0-7
/proc/323/task/337/stat : 337 (python) S 321 323 32756 0 -1 4202560 24 176791 0 0 0 0 46281 72 25 0 9 0 527324613 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
[pid=323/tid=340] ppid=321 vsize=447936 CPUtime=463.53 cores=0-7
/proc/323/task/340/stat : 340 (python) S 321 323 32756 0 -1 4202560 21 176791 0 0 0 0 46281 72 20 0 9 0 527324616 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
[pid=323/tid=343] ppid=321 vsize=447936 CPUtime=463.53 cores=0-7
/proc/323/task/343/stat : 343 (python) S 321 323 32756 0 -1 4202560 23 176791 0 0 0 0 46281 72 22 0 9 0 527324620 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=323/tid=346] ppid=321 vsize=447936 CPUtime=463.53 cores=0-7
/proc/323/task/346/stat : 346 (python) S 321 323 32756 0 -1 4202560 25 176791 0 0 0 0 46281 72 24 0 9 0 527324623 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=323/tid=349] ppid=321 vsize=447936 CPUtime=463.53 cores=0-7
/proc/323/task/349/stat : 349 (python) S 321 323 32756 0 -1 4202560 27 176791 0 0 0 0 46281 72 20 0 9 0 527324627 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=323/tid=352] ppid=321 vsize=447936 CPUtime=463.53 cores=0-7
/proc/323/task/352/stat : 352 (python) S 321 323 32756 0 -1 4202560 30 176791 0 0 0 0 46281 72 20 0 9 0 527324631 458686464 28949 33554432000 4194304 5683644 140733736516448 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 974.79
Current children cumulated vsize (KiB) 2059764

Child status: 0
Real time (s): 163.784
CPU time (s): 974.982
CPU user time (s): 973.05
CPU system time (s): 1.93171
CPU usage (%): 595.285
Max. virtual memory (cumulated for all children) (KiB): 4999560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 973.05
system time used= 1.93171
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 503711
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= 4541
involuntary context switches= 5868

runsolver used 0.511922 second user time and 1.01484 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-02 17:10:42
IDJOB=3321697
IDBENCH=82488
IDSOLVER=1710
FILE ID=node143/3321697-1304349042
RUNJOBID= node143-1304349042-302
PBS_JOBID= 13178670
Free space on /tmp= 73552 MiB

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

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=926955745

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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.846
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:     32951124 kB
MemFree:      18955228 kB
Buffers:        316532 kB
Cached:        1815628 kB
SwapCached:        168 kB
Active:       12124632 kB
Inactive:      1536700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18955228 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           40024 kB
Writeback:           0 kB
AnonPages:    11529300 kB
Mapped:          22828 kB
Slab:           229924 kB
PageTables:      40744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 54512816 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73520 MiB
End job on node143 at 2011-05-02 17:13:26