Trace number 3317803

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 4671.99 1189.5

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data

0.52/18.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.52/18.49	c INFO: solving HOME/instance-3317803-1304267283.cnf
0.52/18.49	c INFO: computing task features
0.54/18.53	c INFO: computed variable-clause graph statistics
0.54/18.53	c INFO: computed clause balance statistics
0.65/18.70	c INFO: computed variable balance statistics
0.84/18.83	c INFO: computed small-clause counts
0.84/18.83	c INFO: computed Horn-clause counts
0.84/18.86	c INFO: computed variable graph statistics
0.84/18.86	c INFO: collected features for HOME/instance-3317803-1304267283.cnf in 0.36 s
0.90/19.09	c INFO: running lingeling-276@0 for 97 with 4799 remaining (b = 0.28)
0.93/19.11	c INFO: running cryptominisat-2.9.0@0 for 485 with 4799 remaining (b = 0.36)
0.93/19.13	c INFO: running lingeling-276@0 for 873 with 4799 remaining (b = 0.45)
0.93/19.16	c INFO: running lingeling-276@0 for 1261 with 4799 remaining (b = 0.46)
400.57/119.25	c INFO: running cryptominisat-2.9.0@0 for 485 with 4699 remaining (b = 0.26)
1976.09/513.76	c INFO: running lingeling-276@0 for 1164 with 4304 remaining (b = 0.37)
2355.06/608.65	c INFO: running SApperloT@0 for 97 with 4209 remaining (b = 0.12)
2751.21/707.80	c INFO: running precosat-570@0 for 388 with 4110 remaining (b = 0.26)
3518.98/900.18	c INFO: running lingeling-276@0 for 97 with 3918 remaining (b = 0.07)
3918.19/1000.34	c INFO: running cryptominisat-2.9.0@490 for 873 with 3818 remaining (b = 0.30)
4320.55/1101.32	c INFO: running precosat-570@879 for 388 with 3717 remaining (b = 0.17)
4671.49/1189.47	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-3317803-1304267283/watcher-3317803-1304267283 -o /tmp/evaluation-result-3317803-1304267283/solver-3317803-1304267283 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317803-1304267283.cnf -seed 638206346 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 4533
/proc/meminfo: memFree=27569980/32950928 swapFree=67111356/67111528
[pid=4533] ppid=4528 vsize=11800 CPUtime=0 cores=0,2,4,6
/proc/4533/stat : 4533 (runsolver) S 4528 4533 4496 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 538328224 12083200 54 33554432000 4194304 5434984 140733550489040 18446744073709551615 5055495 0 2147483391 4096 24578 18446744071699207358 0 0 17 0 0 0 0
/proc/4533/statm: 2950 54 34 303 0 2644 0

[startup+0.0147319 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 4533
/proc/meminfo: memFree=27569980/32950928 swapFree=67111356/67111528
[pid=4533] ppid=4528 vsize=11800 CPUtime=0 cores=0,2,4,6
/proc/4533/stat : 4533 (runsolver) D 4528 4533 4496 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 538328224 12083200 54 33554432000 4194304 5434984 140733550489040 18446744073709551615 5055495 0 0 4096 24578 18446744071562234166 0 0 17 0 0 0 0
/proc/4533/statm: 2950 54 34 303 0 2644 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11800

[startup+0.100716 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 4533
/proc/meminfo: memFree=27569980/32950928 swapFree=67111356/67111528
[pid=4533] ppid=4528 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/4533/stat : 4533 (python) S 4528 4533 4496 0 -1 4202496 611 0 6 0 0 0 0 0 17 0 1 0 538328224 15441920 513 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 2
/proc/4533/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300714 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 4533
/proc/meminfo: memFree=27569980/32950928 swapFree=67111356/67111528
[pid=4533] ppid=4528 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/4533/stat : 4533 (python) S 4528 4533 4496 0 -1 4202496 728 0 6 0 0 0 0 0 16 0 1 0 538328224 15548416 622 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080228197 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 3
/proc/4533/statm: 3796 622 322 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.700598 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 4533
/proc/meminfo: memFree=27569980/32950928 swapFree=67111356/67111528
[pid=4533] ppid=4528 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/4533/stat : 4533 (python) S 4528 4533 4496 0 -1 4202496 922 0 6 0 0 0 0 0 16 0 1 0 538328224 16154624 807 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 5
/proc/4533/statm: 3944 807 356 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+1.50039 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 4535
/proc/meminfo: memFree=27560160/32950928 swapFree=67111356/67111528
[pid=4533] ppid=4528 vsize=16396 CPUtime=0.01 cores=0,2,4,6
/proc/4533/stat : 4533 (python) S 4528 4533 4496 0 -1 4202496 1112 0 6 0 1 0 0 0 16 0 1 0 538328224 16789504 985 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080228197 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 7
/proc/4533/statm: 4099 985 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+3.10014 s]
/proc/loadavg: 0.16 0.03 0.01 2/178 4535
/proc/meminfo: memFree=27559884/32950928 swapFree=67111356/67111528
[pid=4533] ppid=4528 vsize=18884 CPUtime=0.03 cores=0,2,4,6
/proc/4533/stat : 4533 (python) D 4528 4533 4496 0 -1 4202496 1232 0 7 0 2 1 0 0 16 0 1 0 538328224 19337216 1094 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 6 0 0 15
/proc/4533/statm: 4721 1094 421 364 0 690 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18884
heavy processes:

[startup+6.30047 s]
/proc/loadavg: 0.16 0.03 0.01 2/178 4535
/proc/meminfo: memFree=27556580/32950928 swapFree=67111356/67111528
[pid=4533] ppid=4528 vsize=93960 CPUtime=0.12 cores=0,2,4,6
/proc/4533/stat : 4533 (python) S 4528 4533 4496 0 -1 4202496 2669 0 24 0 6 6 0 0 16 0 1 0 538328224 96215040 2407 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080228197 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 27
/proc/4533/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 93960
heavy processes:

[startup+12.7002 s]
/proc/loadavg: 0.21 0.05 0.02 2/178 4543
/proc/meminfo: memFree=27524220/32950928 swapFree=67111356/67111528
[pid=4533] ppid=4528 vsize=135748 CPUtime=0.36 cores=0,2,4,6
/proc/4533/stat : 4533 (python) R 4528 4533 4496 0 -1 4202496 5963 929 44 9 18 18 0 0 15 0 1 0 538328224 139005952 4169 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080228357 0 0 16781312 2 0 0 0 17 0 0 0 57
/proc/4533/statm: 33937 4169 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 135748
heavy processes:

[startup+25.5008 s]
/proc/loadavg: 0.89 0.19 0.06 10/202 4567
/proc/meminfo: memFree=27379172/32950928 swapFree=67111356/67111528
[pid=4533] ppid=4528 vsize=320976 CPUtime=0.98 cores=0,2,4,6
/proc/4533/stat : 4533 (python) S 4528 4533 4496 0 -1 4202496 12417 929 117 9 75 23 0 0 23 0 5 0 538328224 328679424 7473 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 114
/proc/4533/statm: 80244 7473 1881 364 0 16153 0
[pid=4544] ppid=4533 vsize=279964 CPUtime=0 cores=0,2,4,6
/proc/4544/stat : 4544 (python) S 4533 4533 4496 0 -1 4202560 974 0 0 0 0 0 0 0 15 0 1 0 538330133 286683136 5957 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252431 0 0 16781312 514 4044034557580640516 0 0 17 4 0 0 0
/proc/4544/statm: 69991 5957 381 364 0 5909 0
[pid=4546] ppid=4544 vsize=8644 CPUtime=6.37 cores=0,2,4,6
/proc/4546/stat : 4546 (lingeling) R 4544 4546 4546 0 -1 4202496 2660 0 0 0 637 0 0 0 25 0 1 0 538330135 8851456 1363 33554432000 4194304 4352236 140737188099184 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/4546/statm: 2161 1363 129 39 0 1241 0
[pid=4547] ppid=4533 vsize=290220 CPUtime=0 cores=0,2,4,6
/proc/4547/stat : 4547 (python) S 4533 4533 4496 0 -1 4202560 913 0 0 0 0 0 0 0 15 0 1 0 538330136 297185280 5951 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 1896217757557424388 0 0 17 6 0 0 0
/proc/4547/statm: 72555 5951 371 364 0 8470 0
[pid=4549] ppid=4547 vsize=49360 CPUtime=6.31 cores=0,2,4,6
/proc/4549/stat : 4549 (cryptominisat-2) R 4547 4549 4549 0 -1 4202496 8345 0 0 0 630 1 0 0 25 0 1 0 538330136 50544640 4435 33554432000 4194304 4677096 140735135847648 18446744073709551615 4336189 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4549/statm: 12340 4435 393 118 0 7299 0
[pid=4550] ppid=4533 vsize=300476 CPUtime=0 cores=0,2,4,6
/proc/4550/stat : 4550 (python) S 4533 4533 4496 0 -1 4202560 928 0 0 0 0 0 0 0 18 0 1 0 538330138 307687424 5955 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 4079623275070587140 0 0 17 4 0 0 0
/proc/4550/statm: 75119 5955 371 364 0 11031 0
[pid=4552] ppid=4550 vsize=9228 CPUtime=6.33 cores=0,2,4,6
/proc/4552/stat : 4552 (lingeling) R 4550 4552 4552 0 -1 4202496 3031 0 0 0 633 0 0 0 25 0 1 0 538330139 9449472 1509 33554432000 4194304 4352236 140733995440656 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/4552/statm: 2307 1509 129 39 0 1387 0
[pid=4553] ppid=4533 vsize=310732 CPUtime=0 cores=0,2,4,6
/proc/4553/stat : 4553 (python) S 4533 4533 4496 0 -1 4202560 933 0 0 0 0 0 0 0 18 0 1 0 538330141 318189568 5959 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 1912265404642722052 0 0 17 0 0 0 0
/proc/4553/statm: 77683 5959 371 364 0 13592 0
[pid=4555] ppid=4553 vsize=9976 CPUtime=6.32 cores=0,2,4,6
/proc/4555/stat : 4555 (lingeling) R 4553 4555 4555 0 -1 4202496 2958 0 0 0 632 0 0 0 25 0 1 0 538330141 10215424 1691 33554432000 4194304 4352236 140736180598080 18446744073709551615 4328395 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/4555/statm: 2494 1691 129 39 0 1574 0
[pid=4533/tid=4545] ppid=4528 vsize=320976 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4545/stat : 4545 (python) S 4528 4533 4496 0 -1 4202560 25 929 0 9 0 0 0 0 17 0 5 0 538330133 328679424 7473 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 2 0 0 0
[pid=4533/tid=4548] ppid=4528 vsize=320976 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4548/stat : 4548 (python) S 4528 4533 4496 0 -1 4202560 18 929 0 9 0 0 0 0 19 0 5 0 538330136 328679424 7473 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4551] ppid=4528 vsize=320976 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4551/stat : 4551 (python) S 4528 4533 4496 0 -1 4202560 26 929 0 9 0 0 0 0 21 0 5 0 538330138 328679424 7473 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4554] ppid=4528 vsize=320976 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4554/stat : 4554 (python) S 4528 4533 4496 0 -1 4202560 27 929 0 9 0 0 0 0 23 0 5 0 538330141 328679424 7473 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.31
Current children cumulated vsize (KiB) 1579576

[startup+51.1009 s]
/proc/loadavg: 3.31 0.82 0.27 11/202 4568
/proc/meminfo: memFree=27302036/32950928 swapFree=67111356/67111528
[pid=4533] ppid=4528 vsize=320976 CPUtime=0.98 cores=0,2,4,6
/proc/4533/stat : 4533 (python) S 4528 4533 4496 0 -1 4202496 12417 929 117 9 75 23 0 0 23 0 5 0 538328224 328679424 7473 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 114
/proc/4533/statm: 80244 7473 1881 364 0 16153 0
[pid=4544] ppid=4533 vsize=279964 CPUtime=0.03 cores=0,2,4,6
/proc/4544/stat : 4544 (python) S 4533 4533 4496 0 -1 4202560 987 0 0 0 2 1 0 0 15 0 1 0 538330133 286683136 5958 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252431 0 0 16781312 514 7989157040536649988 0 0 17 4 0 0 0
/proc/4544/statm: 69991 5958 382 364 0 5909 0
[pid=4546] ppid=4544 vsize=12496 CPUtime=31.98 cores=0,2,4,6
/proc/4546/stat : 4546 (lingeling) R 4544 4546 4546 0 -1 4202496 8359 0 0 0 3197 1 0 0 25 0 1 0 538330135 12795904 2326 33554432000 4194304 4352236 140737188099184 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/4546/statm: 3124 2326 129 39 0 2204 0
[pid=4547] ppid=4533 vsize=290220 CPUtime=0.04 cores=0,2,4,6
/proc/4547/stat : 4547 (python) S 4533 4533 4496 0 -1 4202560 932 0 0 0 2 2 0 0 15 0 1 0 538330136 297185280 5951 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 5601785553361010948 0 0 17 6 0 0 0
/proc/4547/statm: 72555 5951 371 364 0 8470 0
[pid=4549] ppid=4547 vsize=70744 CPUtime=31.73 cores=0,2,4,6
/proc/4549/stat : 4549 (cryptominisat-2) R 4547 4549 4549 0 -1 4202496 27433 0 0 0 3167 6 0 0 25 0 1 0 538330136 72441856 10395 33554432000 4194304 4677096 140735135847648 18446744073709551615 4336210 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4549/statm: 17686 10395 393 118 0 12645 0
[pid=4550] ppid=4533 vsize=300476 CPUtime=0.03 cores=0,2,4,6
/proc/4550/stat : 4550 (python) S 4533 4533 4496 0 -1 4202560 939 0 0 0 2 1 0 0 18 0 1 0 538330138 307687424 5955 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 7989157040536649988 0 0 17 4 0 0 0
/proc/4550/statm: 75119 5955 371 364 0 11031 0
[pid=4552] ppid=4550 vsize=13464 CPUtime=31.86 cores=0,2,4,6
/proc/4552/stat : 4552 (lingeling) R 4550 4552 4552 0 -1 4202496 9338 0 0 0 3185 1 0 0 25 0 1 0 538330139 13787136 2568 33554432000 4194304 4352236 140733995440656 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/4552/statm: 3366 2568 129 39 0 2446 0
[pid=4553] ppid=4533 vsize=310732 CPUtime=0.03 cores=0,2,4,6
/proc/4553/stat : 4553 (python) S 4533 4533 4496 0 -1 4202560 944 0 0 0 2 1 0 0 18 0 1 0 538330141 318189568 5959 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 7989157040536649988 0 0 17 0 0 0 0
/proc/4553/statm: 77683 5959 371 364 0 13592 0
[pid=4555] ppid=4553 vsize=13184 CPUtime=31.89 cores=0,2,4,6
/proc/4555/stat : 4555 (lingeling) R 4553 4555 4555 0 -1 4202496 9680 0 0 0 3188 1 0 0 25 0 1 0 538330141 13500416 2493 33554432000 4194304 4352236 140736180598080 18446744073709551615 4231408 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/4555/statm: 3296 2493 129 39 0 2376 0
[pid=4533/tid=4545] ppid=4528 vsize=320976 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4545/stat : 4545 (python) S 4528 4533 4496 0 -1 4202560 25 929 0 9 0 0 0 0 17 0 5 0 538330133 328679424 7473 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 2 0 0 0
[pid=4533/tid=4548] ppid=4528 vsize=320976 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4548/stat : 4548 (python) S 4528 4533 4496 0 -1 4202560 18 929 0 9 0 0 0 0 19 0 5 0 538330136 328679424 7473 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4551] ppid=4528 vsize=320976 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4551/stat : 4551 (python) S 4528 4533 4496 0 -1 4202560 26 929 0 9 0 0 0 0 21 0 5 0 538330138 328679424 7473 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4554] ppid=4528 vsize=320976 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4554/stat : 4554 (python) S 4528 4533 4496 0 -1 4202560 27 929 0 9 0 0 0 0 23 0 5 0 538330141 328679424 7473 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 128.57
Current children cumulated vsize (KiB) 1612256

[startup+102.307 s]
/proc/loadavg: 6.13 2.03 0.71 10/202 4569
/proc/meminfo: memFree=27280556/32950928 swapFree=67111356/67111528
[pid=4533] ppid=4528 vsize=320976 CPUtime=0.98 cores=0,2,4,6
/proc/4533/stat : 4533 (python) S 4528 4533 4496 0 -1 4202496 12417 929 117 9 75 23 0 0 23 0 5 0 538328224 328679424 7473 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 114
/proc/4533/statm: 80244 7473 1881 364 0 16153 0
[pid=4544] ppid=4533 vsize=279964 CPUtime=0.1 cores=0,2,4,6
/proc/4544/stat : 4544 (python) S 4533 4533 4496 0 -1 4202560 1010 0 0 0 6 4 0 0 15 0 1 0 538330133 286683136 5958 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252431 0 0 16781312 514 7989157040536649988 0 0 17 4 0 0 0
/proc/4544/statm: 69991 5958 382 364 0 5909 0
[pid=4546] ppid=4544 vsize=15064 CPUtime=83.18 cores=0,2,4,6
/proc/4546/stat : 4546 (lingeling) R 4544 4546 4546 0 -1 4202496 16361 0 0 0 8316 2 0 0 25 0 1 0 538330135 15425536 2968 33554432000 4194304 4352236 140737188099184 18446744073709551615 4231006 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/4546/statm: 3766 2968 129 39 0 2846 0
[pid=4547] ppid=4533 vsize=290220 CPUtime=0.12 cores=0,2,4,6
/proc/4547/stat : 4547 (python) S 4533 4533 4496 0 -1 4202560 954 0 0 0 6 6 0 0 15 0 1 0 538330136 297185280 5951 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 7989157040536649988 0 0 17 6 0 0 0
/proc/4547/statm: 72555 5951 371 364 0 8470 0

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

[pid=4533] ppid=4528 vsize=362000 CPUtime=1.15 cores=0,2,4,6
/proc/4533/stat : 4533 (python) S 4528 4533 4496 0 -1 4202496 16313 929 117 9 91 24 0 0 18 0 9 0 538328224 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 114
/proc/4533/statm: 90500 7498 1890 364 0 26397 0
[pid=4544] ppid=4533 vsize=290208 CPUtime=1.03 cores=0,2,4,6
/proc/4544/stat : 4544 (python) S 4533 4533 4496 0 -1 4202560 1204 0 0 0 54 49 0 0 15 0 2 0 538330133 297172992 5997 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 72552 5997 416 364 0 8470 0
[pid=4546] ppid=4544 vsize=38880 CPUtime=775.38 cores=0,2,4,6
/proc/4546/stat : 4546 (lingeling) R 4544 4546 4546 0 -1 4202496 102124 0 0 0 77524 14 0 0 25 0 1 0 538330135 39813120 8922 33554432000 4194304 4352236 140737188099184 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/4546/statm: 9720 8922 129 39 0 8800 0
[pid=4544/tid=4571] ppid=4533 vsize=290208 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4571/stat : 4571 (python) S 4533 4533 4496 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538340148 297172992 5997 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604453854268416 0 0 -1 4 0 0 0
[pid=4547] ppid=4533 vsize=290220 CPUtime=0.69 cores=0,2,4,6
/proc/4547/stat : 4547 (python) S 4533 4533 4496 0 -1 4202560 1138 0 0 0 36 33 0 0 16 0 2 0 538330136 297185280 5981 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/4547/statm: 72555 5981 400 364 0 8470 0
[pid=4549] ppid=4547 vsize=179592 CPUtime=490.79 cores=0,2,4,6
/proc/4549/stat : 4549 (cryptominisat-2) T 4547 4549 4549 0 -1 4202496 180751 0 0 0 49032 47 0 0 25 0 1 0 538330136 183902208 28151 33554432000 4194304 4677096 140735135847648 18446744073709551615 4319584 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/4549/statm: 44898 28151 396 118 0 39857 0
[pid=4547/tid=4594] ppid=4533 vsize=290220 CPUtime=0 cores=0,2,4,6
/proc/4547/task/4594/stat : 4594 (python) S 4533 4533 4496 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538379599 297185280 5981 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604453862553664 0 0 -1 6 0 0 0
[pid=4550] ppid=4533 vsize=300476 CPUtime=1.17 cores=0,2,4,6
/proc/4550/stat : 4550 (python) S 4533 4533 4496 0 -1 4202560 1155 0 0 0 63 54 0 0 19 0 2 0 538330138 307687424 5985 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/4550/statm: 75119 5985 400 364 0 11031 0
[pid=4552] ppid=4550 vsize=39588 CPUtime=879.19 cores=0,2,4,6
/proc/4552/stat : 4552 (lingeling) T 4550 4552 4552 0 -1 4202496 112829 0 0 0 87902 17 0 0 25 0 1 0 538330139 40538112 9099 33554432000 4194304 4352236 140733995440656 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/4552/statm: 9897 9099 129 39 0 8977 0
[pid=4550/tid=4619] ppid=4533 vsize=300476 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4619/stat : 4619 (python) S 4533 4533 4496 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538418240 307687424 5985 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604453862554560 0 0 -1 4 0 0 0
[pid=4553] ppid=4533 vsize=310732 CPUtime=1.6 cores=0,2,4,6
/proc/4553/stat : 4553 (python) S 4533 4533 4496 0 -1 4202560 1002 0 0 0 87 73 0 0 18 0 1 0 538330141 318189568 5959 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 7989157040536649988 0 0 17 2 0 0 0
/proc/4553/statm: 77683 5959 371 364 0 13592 0
[pid=4555] ppid=4553 vsize=42384 CPUtime=1162.07 cores=0,2,4,6
/proc/4555/stat : 4555 (lingeling) R 4553 4555 4555 0 -1 4202496 140116 0 0 0 116186 21 0 0 25 0 1 0 538330141 43401216 9793 33554432000 4194304 4352236 140736180598080 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/4555/statm: 10596 9793 129 39 0 9676 0
[pid=4572] ppid=4533 vsize=320988 CPUtime=0.98 cores=0,2,4,6
/proc/4572/stat : 4572 (python) S 4533 4533 4496 0 -1 4202560 1186 0 0 0 55 43 0 0 15 0 2 0 538340150 328691712 5994 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4572/statm: 80247 5994 401 364 0 16153 0
[pid=4574] ppid=4572 vsize=138120 CPUtime=677.64 cores=0,2,4,6
/proc/4574/stat : 4574 (cryptominisat-2) R 4572 4574 4574 0 -1 4202496 212794 0 0 0 67700 64 0 0 25 0 1 0 538340150 141434880 26675 33554432000 4194304 4677096 140736341904784 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4574/statm: 34530 26675 393 118 0 29489 0
[pid=4572/tid=4602] ppid=4533 vsize=320988 CPUtime=0 cores=0,2,4,6
/proc/4572/task/4602/stat : 4602 (python) S 4533 4533 4496 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538389087 328691712 5994 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604453852599424 0 0 -1 0 0 0 0
[pid=4603] ppid=4533 vsize=331244 CPUtime=0.13 cores=0,2,4,6
/proc/4603/stat : 4603 (python) S 4533 4533 4496 0 -1 4202560 1116 0 0 0 7 6 0 0 19 0 2 0 538389090 339193856 5997 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/4603/statm: 82811 5997 400 364 0 18714 0
[pid=4605] ppid=4603 vsize=9432 CPUtime=98.34 cores=0,2,4,6
/proc/4605/stat : 4605 (SApperloT-base) T 4603 4605 4605 0 -1 4202496 2344 0 0 0 9834 0 0 0 25 0 1 0 538389090 9658368 2075 33554432000 134512640 135674940 4293988624 18446744073709551615 134565013 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/4605/statm: 2358 2075 100 284 0 2072 0
[pid=4603/tid=4610] ppid=4533 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/4603/task/4610/stat : 4610 (python) S 4533 4533 4496 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538399003 339193856 5997 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604453875684288 0 0 -1 6 0 0 0
[pid=4611] ppid=4533 vsize=341500 CPUtime=0.68 cores=0,2,4,6
/proc/4611/stat : 4611 (python) S 4533 4533 4496 0 -1 4202560 1168 0 0 0 35 33 0 0 18 0 2 0 538399005 349696000 6001 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4611/statm: 85375 6001 400 364 0 21275 0
[pid=4613] ppid=4611 vsize=47204 CPUtime=480.43 cores=0,2,4,6
/proc/4613/stat : 4613 (precosat) R 4611 4613 4613 0 -1 4202496 12231 0 0 0 48036 7 0 0 25 0 1 0 538399006 48336896 11621 33554432000 4194304 4890832 140734324302560 18446744073709551615 4238565 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/4613/statm: 11801 11621 86 171 0 11628 0
[pid=4611/tid=4634] ppid=4533 vsize=341500 CPUtime=0 cores=0,2,4,6
/proc/4611/task/4634/stat : 4634 (python) S 4533 4533 4496 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538438355 349696000 6001 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604453883248704 0 0 -1 4 0 0 0
[pid=4620] ppid=4533 vsize=351756 CPUtime=0.14 cores=0,2,4,6
/proc/4620/stat : 4620 (python) S 4533 4533 4496 0 -1 4202560 1173 0 0 0 8 6 0 0 19 0 2 0 538418242 360198144 6011 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4620/statm: 87939 6011 406 364 0 23836 0
[pid=4622] ppid=4620 vsize=15532 CPUtime=99.68 cores=0,2,4,6
/proc/4622/stat : 4622 (lingeling) T 4620 4622 4622 0 -1 4202496 20131 0 0 0 9963 5 0 0 25 0 1 0 538418243 15904768 3080 33554432000 4194304 4352236 140735174502848 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/4622/statm: 3883 3080 129 39 0 2963 0
[pid=4620/tid=4629] ppid=4533 vsize=351756 CPUtime=0 cores=0,2,4,6
/proc/4620/task/4629/stat : 4629 (python) S 4533 4533 4496 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538428256 360198144 6011 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604444767989952 0 0 -1 4 0 0 0
[pid=4533/tid=4545] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4545/stat : 4545 (python) S 4528 4533 4496 0 -1 4202560 29 929 0 9 0 0 0 0 15 0 9 0 538330133 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 2 0 0 0
[pid=4533/tid=4548] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4548/stat : 4548 (python) S 4528 4533 4496 0 -1 4202560 18 929 0 9 0 0 0 0 19 0 9 0 538330136 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4551] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4551/stat : 4551 (python) S 4528 4533 4496 0 -1 4202560 26 929 0 9 0 0 0 0 21 0 9 0 538330138 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4554] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4554/stat : 4554 (python) S 4528 4533 4496 0 -1 4202560 27 929 0 9 0 0 0 0 23 0 9 0 538330141 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4573] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4573/stat : 4573 (python) S 4528 4533 4496 0 -1 4202560 33 929 0 9 0 0 0 0 18 0 9 0 538340150 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4604] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4604/stat : 4604 (python) S 4528 4533 4496 0 -1 4202560 33 929 0 9 0 0 0 0 20 0 9 0 538389090 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4612] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4612/stat : 4612 (python) S 4528 4533 4496 0 -1 4202560 34 929 0 9 0 0 0 0 18 0 9 0 538399005 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4621] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4621/stat : 4621 (python) S 4528 4533 4496 0 -1 4202560 34 929 0 9 0 0 0 0 20 0 9 0 538418243 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4671.09
Current children cumulated vsize (KiB) 3409856

[startup+1189.4 s]
/proc/loadavg: 8.10 8.00 5.82 10/240 4636
/proc/meminfo: memFree=26638340/32950928 swapFree=67111356/67111528
[pid=4533] ppid=4528 vsize=362000 CPUtime=1.15 cores=0,2,4,6
/proc/4533/stat : 4533 (python) S 4528 4533 4496 0 -1 4202496 16313 929 117 9 91 24 0 0 18 0 9 0 538328224 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 114
/proc/4533/statm: 90500 7498 1890 364 0 26397 0
[pid=4544] ppid=4533 vsize=290208 CPUtime=1.03 cores=0,2,4,6
/proc/4544/stat : 4544 (python) S 4533 4533 4496 0 -1 4202560 1204 0 0 0 54 49 0 0 15 0 2 0 538330133 297172992 5997 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/4544/statm: 72552 5997 416 364 0 8470 0
[pid=4546] ppid=4544 vsize=38880 CPUtime=775.48 cores=0,2,4,6
/proc/4546/stat : 4546 (lingeling) R 4544 4546 4546 0 -1 4202496 102124 0 0 0 77534 14 0 0 25 0 1 0 538330135 39813120 8922 33554432000 4194304 4352236 140737188099184 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/4546/statm: 9720 8922 129 39 0 8800 0
[pid=4544/tid=4571] ppid=4533 vsize=290208 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4571/stat : 4571 (python) S 4533 4533 4496 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538340148 297172992 5997 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604453854268416 0 0 -1 4 0 0 0
[pid=4547] ppid=4533 vsize=290220 CPUtime=0.69 cores=0,2,4,6
/proc/4547/stat : 4547 (python) S 4533 4533 4496 0 -1 4202560 1138 0 0 0 36 33 0 0 16 0 2 0 538330136 297185280 5981 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/4547/statm: 72555 5981 400 364 0 8470 0
[pid=4549] ppid=4547 vsize=179592 CPUtime=490.79 cores=0,2,4,6
/proc/4549/stat : 4549 (cryptominisat-2) T 4547 4549 4549 0 -1 4202496 180751 0 0 0 49032 47 0 0 25 0 1 0 538330136 183902208 28151 33554432000 4194304 4677096 140735135847648 18446744073709551615 4319584 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/4549/statm: 44898 28151 396 118 0 39857 0
[pid=4547/tid=4594] ppid=4533 vsize=290220 CPUtime=0 cores=0,2,4,6
/proc/4547/task/4594/stat : 4594 (python) S 4533 4533 4496 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538379599 297185280 5981 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604453862553664 0 0 -1 6 0 0 0
[pid=4550] ppid=4533 vsize=300476 CPUtime=1.17 cores=0,2,4,6
/proc/4550/stat : 4550 (python) S 4533 4533 4496 0 -1 4202560 1155 0 0 0 63 54 0 0 19 0 2 0 538330138 307687424 5985 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/4550/statm: 75119 5985 400 364 0 11031 0
[pid=4552] ppid=4550 vsize=39588 CPUtime=879.19 cores=0,2,4,6
/proc/4552/stat : 4552 (lingeling) T 4550 4552 4552 0 -1 4202496 112829 0 0 0 87902 17 0 0 25 0 1 0 538330139 40538112 9099 33554432000 4194304 4352236 140733995440656 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/4552/statm: 9897 9099 129 39 0 8977 0
[pid=4550/tid=4619] ppid=4533 vsize=300476 CPUtime=0 cores=0,2,4,6
/proc/4550/task/4619/stat : 4619 (python) S 4533 4533 4496 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538418240 307687424 5985 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604453862554560 0 0 -1 4 0 0 0
[pid=4553] ppid=4533 vsize=310732 CPUtime=1.6 cores=0,2,4,6
/proc/4553/stat : 4553 (python) S 4533 4533 4496 0 -1 4202560 1002 0 0 0 87 73 0 0 18 0 1 0 538330141 318189568 5959 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 7989157040536649988 0 0 17 2 0 0 0
/proc/4553/statm: 77683 5959 371 364 0 13592 0
[pid=4555] ppid=4553 vsize=42384 CPUtime=1162.17 cores=0,2,4,6
/proc/4555/stat : 4555 (lingeling) R 4553 4555 4555 0 -1 4202496 140116 0 0 0 116196 21 0 0 25 0 1 0 538330141 43401216 9793 33554432000 4194304 4352236 140736180598080 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/4555/statm: 10596 9793 129 39 0 9676 0
[pid=4572] ppid=4533 vsize=320988 CPUtime=0.98 cores=0,2,4,6
/proc/4572/stat : 4572 (python) S 4533 4533 4496 0 -1 4202560 1186 0 0 0 55 43 0 0 15 0 2 0 538340150 328691712 5994 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4572/statm: 80247 5994 401 364 0 16153 0
[pid=4574] ppid=4572 vsize=138120 CPUtime=677.74 cores=0,2,4,6
/proc/4574/stat : 4574 (cryptominisat-2) R 4572 4574 4574 0 -1 4202496 212804 0 0 0 67710 64 0 0 25 0 1 0 538340150 141434880 26685 33554432000 4194304 4677096 140736341904784 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4574/statm: 34530 26685 393 118 0 29489 0
[pid=4572/tid=4602] ppid=4533 vsize=320988 CPUtime=0 cores=0,2,4,6
/proc/4572/task/4602/stat : 4602 (python) S 4533 4533 4496 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538389087 328691712 5994 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604453852599424 0 0 -1 0 0 0 0
[pid=4603] ppid=4533 vsize=331244 CPUtime=0.13 cores=0,2,4,6
/proc/4603/stat : 4603 (python) S 4533 4533 4496 0 -1 4202560 1116 0 0 0 7 6 0 0 19 0 2 0 538389090 339193856 5997 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/4603/statm: 82811 5997 400 364 0 18714 0
[pid=4605] ppid=4603 vsize=9432 CPUtime=98.34 cores=0,2,4,6
/proc/4605/stat : 4605 (SApperloT-base) T 4603 4605 4605 0 -1 4202496 2344 0 0 0 9834 0 0 0 25 0 1 0 538389090 9658368 2075 33554432000 134512640 135674940 4293988624 18446744073709551615 134565013 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/4605/statm: 2358 2075 100 284 0 2072 0
[pid=4603/tid=4610] ppid=4533 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/4603/task/4610/stat : 4610 (python) S 4533 4533 4496 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538399003 339193856 5997 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604453875684288 0 0 -1 6 0 0 0
[pid=4611] ppid=4533 vsize=341500 CPUtime=0.68 cores=0,2,4,6
/proc/4611/stat : 4611 (python) S 4533 4533 4496 0 -1 4202560 1168 0 0 0 35 33 0 0 18 0 2 0 538399005 349696000 6001 33554432000 4194304 5683644 140735947292992 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4611/statm: 85375 6001 400 364 0 21275 0
[pid=4613] ppid=4611 vsize=47204 CPUtime=480.53 cores=0,2,4,6
/proc/4613/stat : 4613 (precosat) R 4611 4613 4613 0 -1 4202496 12232 0 0 0 48046 7 0 0 25 0 1 0 538399006 48336896 11622 33554432000 4194304 4890832 140734324302560 18446744073709551615 4238562 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/4613/statm: 11801 11622 86 171 0 11628 0
[pid=4611/tid=4634] ppid=4533 vsize=341500 CPUtime=0 cores=0,2,4,6
/proc/4611/task/4634/stat : 4634 (python) S 4533 4533 4496 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538438355 349696000 6001 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604453883248704 0 0 -1 4 0 0 0
[pid=4620] ppid=4533 vsize=351756 CPUtime=0.14 cores=0,2,4,6
/proc/4620/stat : 4620 (python) S 4533 4533 4496 0 -1 4202560 1173 0 0 0 8 6 0 0 19 0 2 0 538418242 360198144 6011 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4620/statm: 87939 6011 406 364 0 23836 0
[pid=4622] ppid=4620 vsize=15532 CPUtime=99.68 cores=0,2,4,6
/proc/4622/stat : 4622 (lingeling) T 4620 4622 4622 0 -1 4202496 20131 0 0 0 9963 5 0 0 25 0 1 0 538418243 15904768 3080 33554432000 4194304 4352236 140735174502848 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/4622/statm: 3883 3080 129 39 0 2963 0
[pid=4620/tid=4629] ppid=4533 vsize=351756 CPUtime=0 cores=0,2,4,6
/proc/4620/task/4629/stat : 4629 (python) S 4533 4533 4496 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538428256 360198144 6011 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 514 18446604444767989952 0 0 -1 4 0 0 0
[pid=4533/tid=4545] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4545/stat : 4545 (python) S 4528 4533 4496 0 -1 4202560 29 929 0 9 0 0 0 0 15 0 9 0 538330133 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 2 0 0 0
[pid=4533/tid=4548] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4548/stat : 4548 (python) S 4528 4533 4496 0 -1 4202560 18 929 0 9 0 0 0 0 19 0 9 0 538330136 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4551] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4551/stat : 4551 (python) S 4528 4533 4496 0 -1 4202560 26 929 0 9 0 0 0 0 21 0 9 0 538330138 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4554] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4554/stat : 4554 (python) S 4528 4533 4496 0 -1 4202560 27 929 0 9 0 0 0 0 23 0 9 0 538330141 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4573] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4573/stat : 4573 (python) S 4528 4533 4496 0 -1 4202560 33 929 0 9 0 0 0 0 18 0 9 0 538340150 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4604] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4604/stat : 4604 (python) S 4528 4533 4496 0 -1 4202560 33 929 0 9 0 0 0 0 20 0 9 0 538389090 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4612] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4612/stat : 4612 (python) S 4528 4533 4496 0 -1 4202560 34 929 0 9 0 0 0 0 18 0 9 0 538399005 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
[pid=4533/tid=4621] ppid=4528 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/4533/task/4621/stat : 4621 (python) S 4528 4533 4496 0 -1 4202560 34 929 0 9 0 0 0 0 20 0 9 0 538418243 370688000 7498 33554432000 4194304 5683644 140735947292992 18446744073709551615 208092055985 0 0 16781312 2 18446604453876357952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4671.49
Current children cumulated vsize (KiB) 3409856

Child status: 0
Real time (s): 1189.5
CPU time (s): 4671.99
CPU user time (s): 4666.88
CPU system time (s): 5.11122
CPU usage (%): 392.77
Max. virtual memory (cumulated for all children) (KiB): 3503780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4666.88
system time used= 5.11122
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 814240
page faults= 126
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28408
involuntary context switches= 43355

runsolver used 3.12752 second user time and 7.40387 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-01 18:28:03
IDJOB=3317803
IDBENCH=20401
IDSOLVER=1706
FILE ID=node127/3317803-1304267283
RUNJOBID= node127-1304267282-4514
PBS_JOBID= 13173952
Free space on /tmp= 72840 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.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-3317803-1304267283/watcher-3317803-1304267283 -o /tmp/evaluation-result-3317803-1304267283/solver-3317803-1304267283 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317803-1304267283.cnf -seed 638206346 -budget 4800 -cores 4

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=638206346

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:      27570664 kB
Buffers:       1327768 kB
Cached:        3522868 kB
SwapCached:          8 kB
Active:         406644 kB
Inactive:      4507420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27570664 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           64284 kB
Writeback:           0 kB
AnonPages:       63568 kB
Mapped:          14540 kB
Slab:           402436 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187128 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= 72776 MiB
End job on node127 at 2011-05-01 18:47:55