Trace number 3317850

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 1642.36 428.301

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.67	c INFO: solving HOME/instance-3317850-1304269798.cnf
0.34/0.67	c INFO: computing task features
2.52/2.84	c INFO: computed variable-clause graph statistics
2.52/2.89	c INFO: computed clause balance statistics
12.92/13.25	c INFO: computed variable balance statistics
20.12/20.42	c INFO: computed small-clause counts
20.12/20.46	c INFO: computed Horn-clause counts
22.22/22.53	c INFO: computed variable graph statistics
22.22/22.53	c INFO: collected features for HOME/instance-3317850-1304269798.cnf in 21.79 s
22.22/22.55	c INFO: running lingeling-276@0 for 97 with 4778 remaining (b = 0.17)
22.22/22.58	c INFO: running cryptominisat-2.9.0@0 for 485 with 4778 remaining (b = 0.17)
22.31/22.61	c INFO: running lingeling-276@0 for 1261 with 4778 remaining (b = 0.34)
22.31/22.63	c INFO: running lingeling-276@0 for 1261 with 4778 remaining (b = 0.28)
418.02/121.71	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4678 remaining (b = 0.36)
1642.04/428.25	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-3317850-1304269798/watcher-3317850-1304269798 -o /tmp/evaluation-result-3317850-1304269798/solver-3317850-1304269798 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317850-1304269798.cnf -seed 432412981 -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: 7.34 5.19 4.57 6/198 25965
/proc/meminfo: memFree=19430460/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/25965/stat : 25965 (python) R 25963 25965 25339 0 -1 4202496 789 0 0 0 0 0 0 0 24 0 1 0 538579596 15753216 677 33554432000 4194304 5683644 140736103217360 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25965/statm: 3846 678 322 364 0 333 0

[startup+0.0774239 s]
/proc/loadavg: 7.34 5.19 4.57 6/198 25965
/proc/meminfo: memFree=19430460/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=45824 CPUtime=0.03 cores=0,2,4,6
/proc/25965/stat : 25965 (python) R 25963 25965 25339 0 -1 4202496 1924 0 0 0 3 0 0 0 24 0 1 0 538579596 46923776 1697 33554432000 4194304 5683644 140736103217360 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25965/statm: 11455 1697 470 364 0 1204 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 45824

[startup+0.100421 s]
/proc/loadavg: 7.34 5.19 4.57 6/198 25965
/proc/meminfo: memFree=19430460/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=87708 CPUtime=0.05 cores=0,2,4,6
/proc/25965/stat : 25965 (python) R 25963 25965 25339 0 -1 4202496 2639 0 0 0 4 1 0 0 24 0 1 0 538579596 89812992 2354 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278877696 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/25965/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300389 s]
/proc/loadavg: 7.34 5.19 4.57 6/198 25965
/proc/meminfo: memFree=19430460/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=135752 CPUtime=0.16 cores=0,2,4,6
/proc/25965/stat : 25965 (python) S 25963 25965 25339 0 -1 4202496 5965 933 1 0 13 3 0 0 25 0 1 0 538579596 139010048 4150 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278875653 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/25965/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.700315 s]
/proc/loadavg: 7.34 5.19 4.57 6/198 25965
/proc/meminfo: memFree=19430460/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=292780 CPUtime=0.42 cores=0,2,4,6
/proc/25965/stat : 25965 (python) R 25963 25965 25339 0 -1 4202496 12837 933 1 0 32 10 0 0 25 0 1 0 538579596 299806720 10514 33554432000 4194304 5683644 140736103217360 18446744073709551615 4602399 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25965/statm: 73195 10514 1761 364 0 9119 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 292780

[startup+1.50017 s]
/proc/loadavg: 7.34 5.19 4.57 6/199 25970
/proc/meminfo: memFree=19374036/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=343640 CPUtime=1.22 cores=0,2,4,6
/proc/25965/stat : 25965 (python) R 25963 25965 25339 0 -1 4202496 25549 933 1 0 110 12 0 0 25 0 1 0 538579596 351887360 23226 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278540485 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25965/statm: 85910 23226 1761 364 0 21834 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 343640

[startup+3.10088 s]
/proc/loadavg: 7.34 5.19 4.57 6/199 25970
/proc/meminfo: memFree=19303480/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=423388 CPUtime=2.82 cores=0,2,4,6
/proc/25965/stat : 25965 (python) R 25963 25965 25339 0 -1 4202496 62923 933 1 0 266 16 0 0 25 0 1 0 538579596 433549312 43231 33554432000 4194304 5683644 140736103217360 18446744073709551615 4602690 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25965/statm: 105847 43231 1826 364 0 41771 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 423388

[startup+6.30031 s]
/proc/loadavg: 7.15 5.19 4.57 6/199 25970
/proc/meminfo: memFree=19254980/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=423388 CPUtime=6.02 cores=0,2,4,6
/proc/25965/stat : 25965 (python) R 25963 25965 25339 0 -1 4202496 62923 933 1 0 586 16 0 0 25 0 1 0 538579596 433549312 43231 33554432000 4194304 5683644 140736103217360 18446744073709551615 4602580 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25965/statm: 105847 43231 1826 364 0 41771 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 423388

[startup+12.7002 s]
/proc/loadavg: 6.98 5.18 4.57 6/199 25971
/proc/meminfo: memFree=19251920/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=423388 CPUtime=12.42 cores=0,2,4,6
/proc/25965/stat : 25965 (python) R 25963 25965 25339 0 -1 4202496 62923 933 1 0 1226 16 0 0 25 0 1 0 538579596 433549312 43231 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278537481 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25965/statm: 105847 43231 1826 364 0 41771 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 423388

[startup+25.5009 s]
/proc/loadavg: 6.78 5.22 4.59 9/211 25983
/proc/meminfo: memFree=18956576/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=452720 CPUtime=22.35 cores=0,2,4,6
/proc/25965/stat : 25965 (python) S 25963 25965 25339 0 -1 4202496 65635 933 1 0 2217 18 0 0 25 0 5 0 538579596 463585280 40376 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25965/statm: 113180 40376 1881 364 0 49089 0
[pid=25972] ppid=25965 vsize=411708 CPUtime=0 cores=0,2,4,6
/proc/25972/stat : 25972 (python) S 25965 25965 25339 0 -1 4202560 808 0 0 0 0 0 0 0 18 0 1 0 538581852 421588992 38837 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899727 0 0 16781312 514 4253162493817356548 0 0 17 4 0 0 0
/proc/25972/statm: 102927 38837 358 364 0 38845 0
[pid=25974] ppid=25972 vsize=42236 CPUtime=2.9 cores=0,2,4,6
/proc/25974/stat : 25974 (lingeling) R 25972 25974 25974 0 -1 4202496 12052 0 0 0 289 1 0 0 25 0 1 0 538581853 43249664 9601 33554432000 4194304 4352236 140737101647344 18446744073709551615 4309455 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25974/statm: 10559 9601 127 39 0 9639 0
[pid=25975] ppid=25965 vsize=421964 CPUtime=0 cores=0,2,4,6
/proc/25975/stat : 25975 (python) S 25965 25965 25339 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 538581855 432091136 38830 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 16970381436878029058 0 0 17 4 0 0 0
/proc/25975/statm: 105491 38830 347 364 0 41406 0
[pid=25977] ppid=25975 vsize=208288 CPUtime=2.89 cores=0,2,4,6
/proc/25977/stat : 25977 (cryptominisat-2) R 25975 25977 25977 0 -1 4202496 44304 0 0 0 284 5 0 0 25 0 1 0 538581855 213286912 37179 33554432000 4194304 4677096 140737256282048 18446744073709551615 4406699 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25977/statm: 52072 37179 382 118 0 47031 0
[pid=25978] ppid=25965 vsize=432220 CPUtime=0 cores=0,2,4,6
/proc/25978/stat : 25978 (python) S 25965 25965 25339 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 538581857 442593280 38834 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 4230788531703742724 0 0 17 4 0 0 0
/proc/25978/statm: 108055 38834 347 364 0 43967 0
[pid=25980] ppid=25978 vsize=58620 CPUtime=2.87 cores=0,2,4,6
/proc/25980/stat : 25980 (lingeling) R 25978 25980 25980 0 -1 4202496 16150 0 0 0 285 2 0 0 25 0 1 0 538581858 60026880 13696 33554432000 4194304 4352236 140733321167856 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25980/statm: 14655 13696 127 39 0 13735 0
[pid=25981] ppid=25965 vsize=442476 CPUtime=0 cores=0,2,4,6
/proc/25981/stat : 25981 (python) S 25965 25965 25339 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 538581860 453095424 38838 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 4230780835122348292 0 0 17 2 0 0 0
/proc/25981/statm: 110619 38838 347 364 0 46528 0
[pid=25983] ppid=25981 vsize=58620 CPUtime=2.84 cores=0,2,4,6
/proc/25983/stat : 25983 (lingeling) R 25981 25983 25983 0 -1 4202496 16150 0 0 0 282 2 0 0 25 0 1 0 538581861 60026880 13696 33554432000 4194304 4352236 140737316089328 18446744073709551615 4267768 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25983/statm: 14655 13696 127 39 0 13735 0
[pid=25965/tid=25973] ppid=25963 vsize=452720 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25973/stat : 25973 (python) S 25963 25965 25339 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 5 0 538581853 463585280 40376 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25976] ppid=25963 vsize=452720 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25976/stat : 25976 (python) S 25963 25965 25339 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 5 0 538581855 463585280 40376 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25979] ppid=25963 vsize=452720 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25979/stat : 25979 (python) S 25963 25965 25339 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 5 0 538581858 463585280 40376 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25982] ppid=25963 vsize=452720 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25982/stat : 25982 (python) S 25963 25965 25339 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 5 0 538581861 463585280 40376 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 33.85
Current children cumulated vsize (KiB) 2528852

[startup+51.1013 s]
/proc/loadavg: 7.33 5.48 4.69 9/216 25989
/proc/meminfo: memFree=18417588/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=452720 CPUtime=22.35 cores=0,2,4,6
/proc/25965/stat : 25965 (python) S 25963 25965 25339 0 -1 4202496 65635 933 1 0 2217 18 0 0 25 0 5 0 538579596 463585280 40376 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25965/statm: 113180 40376 1881 364 0 49089 0
[pid=25972] ppid=25965 vsize=411708 CPUtime=0.04 cores=0,2,4,6
/proc/25972/stat : 25972 (python) S 25965 25965 25339 0 -1 4202560 985 0 0 0 2 2 0 0 18 0 1 0 538581852 421588992 38860 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899727 0 0 16781312 514 5273785532394995972 0 0 17 4 0 0 0
/proc/25972/statm: 102927 38860 381 364 0 38845 0
[pid=25974] ppid=25972 vsize=54176 CPUtime=28.34 cores=0,2,4,6
/proc/25974/stat : 25974 (lingeling) R 25972 25974 25974 0 -1 4202496 17354 0 0 0 2832 2 0 0 25 0 1 0 538581853 55476224 12715 33554432000 4194304 4352236 140737101647344 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25974/statm: 13544 12715 129 39 0 12624 0
[pid=25975] ppid=25965 vsize=421964 CPUtime=0.04 cores=0,2,4,6
/proc/25975/stat : 25975 (python) S 25965 25965 25339 0 -1 4202560 937 0 0 0 2 2 0 0 15 0 1 0 538581855 432091136 38854 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 16970381436878029058 0 0 17 4 0 0 0
/proc/25975/statm: 105491 38854 371 364 0 41406 0
[pid=25977] ppid=25975 vsize=271508 CPUtime=28.49 cores=0,2,4,6
/proc/25977/stat : 25977 (cryptominisat-2) R 25975 25977 25977 0 -1 4202496 88371 0 0 0 2839 10 0 0 25 0 1 0 538581855 278024192 50685 33554432000 4194304 4677096 140737256282048 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25977/statm: 67877 50685 390 118 0 62836 0
[pid=25978] ppid=25965 vsize=432220 CPUtime=0.04 cores=0,2,4,6
/proc/25978/stat : 25978 (python) S 25965 25965 25339 0 -1 4202560 918 0 0 0 2 2 0 0 18 0 1 0 538581857 442593280 38857 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5273785532394995972 0 0 17 4 0 0 0
/proc/25978/statm: 108055 38857 370 364 0 43967 0
[pid=25980] ppid=25978 vsize=61724 CPUtime=28.34 cores=0,2,4,6
/proc/25980/stat : 25980 (lingeling) R 25978 25980 25980 0 -1 4202496 19247 0 0 0 2832 2 0 0 25 0 1 0 538581858 63205376 14601 33554432000 4194304 4352236 140733321167856 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25980/statm: 15431 14601 129 39 0 14511 0
[pid=25981] ppid=25965 vsize=442476 CPUtime=0.04 cores=0,2,4,6
/proc/25981/stat : 25981 (python) S 25965 25965 25339 0 -1 4202560 946 0 0 0 1 3 0 0 18 0 1 0 538581860 453095424 38861 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5273785532394995972 0 0 17 2 0 0 0
/proc/25981/statm: 110619 38861 370 364 0 46528 0
[pid=25983] ppid=25981 vsize=54100 CPUtime=28.4 cores=0,2,4,6
/proc/25983/stat : 25983 (lingeling) R 25981 25983 25983 0 -1 4202496 17337 0 0 0 2838 2 0 0 25 0 1 0 538581861 55398400 12695 33554432000 4194304 4352236 140737316089328 18446744073709551615 4234468 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25983/statm: 13525 12695 129 39 0 12605 0
[pid=25965/tid=25973] ppid=25963 vsize=452720 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25973/stat : 25973 (python) S 25963 25965 25339 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 5 0 538581853 463585280 40376 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25976] ppid=25963 vsize=452720 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25976/stat : 25976 (python) S 25963 25965 25339 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 5 0 538581855 463585280 40376 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25979] ppid=25963 vsize=452720 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25979/stat : 25979 (python) S 25963 25965 25339 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 5 0 538581858 463585280 40376 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25982] ppid=25963 vsize=452720 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25982/stat : 25982 (python) S 25963 25965 25339 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 5 0 538581861 463585280 40376 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 136.08
Current children cumulated vsize (KiB) 2602596

[startup+102.308 s]
/proc/loadavg: 7.77 5.88 4.87 9/216 25990
/proc/meminfo: memFree=18330916/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=452720 CPUtime=22.35 cores=0,2,4,6
/proc/25965/stat : 25965 (python) S 25963 25965 25339 0 -1 4202496 65635 933 1 0 2217 18 0 0 25 0 5 0 538579596 463585280 40376 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25965/statm: 113180 40376 1881 364 0 49089 0
[pid=25972] ppid=25965 vsize=411708 CPUtime=0.1 cores=0,2,4,6
/proc/25972/stat : 25972 (python) S 25965 25965 25339 0 -1 4202560 1006 0 0 0 5 5 0 0 18 0 1 0 538581852 421588992 38860 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899727 0 0 16781312 514 5273785532394995972 0 0 17 4 0 0 0
/proc/25972/statm: 102927 38860 381 364 0 38845 0
[pid=25974] ppid=25972 vsize=53676 CPUtime=79.21 cores=0,2,4,6
/proc/25974/stat : 25974 (lingeling) R 25972 25974 25974 0 -1 4202496 19167 0 0 0 7919 2 0 0 25 0 1 0 538581853 54964224 12621 33554432000 4194304 4352236 140737101647344 18446744073709551615 4234680 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25974/statm: 13419 12621 129 39 0 12499 0
[pid=25975] ppid=25965 vsize=421964 CPUtime=0.12 cores=0,2,4,6
/proc/25975/stat : 25975 (python) S 25965 25965 25339 0 -1 4202560 958 0 0 0 7 5 0 0 15 0 1 0 538581855 432091136 38854 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5273785532394995970 0 0 17 4 0 0 0
/proc/25975/statm: 105491 38854 371 364 0 41406 0
[pid=25977] ppid=25975 vsize=271580 CPUtime=79.7 cores=0,2,4,6
/proc/25977/stat : 25977 (cryptominisat-2) R 25975 25977 25977 0 -1 4202496 95027 0 0 0 7957 13 0 0 25 0 1 0 538581855 278097920 51080 33554432000 4194304 4677096 140737256282048 18446744073709551615 4319568 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25977/statm: 67895 51080 390 118 0 62854 0

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

/proc/25993/stat : 25993 (python) S 25965 25965 25339 0 -1 4202560 1036 0 0 0 27 20 0 0 15 0 1 0 538591768 463597568 38866 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5273785532394995972 0 0 17 6 0 0 0
/proc/25993/statm: 113183 38866 371 364 0 49089 0
[pid=25995] ppid=25993 vsize=284184 CPUtime=302.92 cores=0,2,4,6
/proc/25995/stat : 25995 (cryptominisat-2) R 25993 25995 25995 0 -1 4202496 92083 0 0 0 30273 19 0 0 25 0 1 0 538591769 291004416 52771 33554432000 4194304 4677096 140737147484928 18446744073709551615 4320976 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25995/statm: 71046 52771 390 118 0 66005 0
[pid=25965/tid=25973] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25973/stat : 25973 (python) S 25963 25965 25339 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 6 0 538581853 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25976] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25976/stat : 25976 (python) S 25963 25965 25339 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 6 0 538581855 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25979] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25979/stat : 25979 (python) S 25963 25965 25339 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 6 0 538581858 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25982] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25982/stat : 25982 (python) S 25963 25965 25339 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 6 0 538581861 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 2 0 0 0
[pid=25965/tid=25994] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25994/stat : 25994 (python) S 25963 25965 25339 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 6 0 538591768 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1637.64
Current children cumulated vsize (KiB) 3377264

[startup+427.908 s]
/proc/loadavg: 8.12 7.36 5.82 9/220 26003
/proc/meminfo: memFree=18023124/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=462976 CPUtime=22.38 cores=0,2,4,6
/proc/25965/stat : 25965 (python) S 25963 25965 25339 0 -1 4202496 66452 933 1 0 2219 19 0 0 20 0 6 0 538579596 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25965/statm: 115744 40383 1884 364 0 51650 0
[pid=25972] ppid=25965 vsize=421952 CPUtime=0.14 cores=0,2,4,6
/proc/25972/stat : 25972 (python) S 25965 25965 25339 0 -1 4202560 1172 0 0 0 8 6 0 0 19 0 2 0 538581852 432078848 38898 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25972/statm: 105488 38898 414 364 0 41406 0
[pid=25974] ppid=25972 vsize=53676 CPUtime=98.47 cores=0,2,4,6
/proc/25974/stat : 25974 (lingeling) T 25972 25974 25974 0 -1 4202496 19167 0 0 0 9845 2 0 0 25 0 1 0 538581853 54964224 12621 33554432000 4194304 4352236 140737101647344 18446744073709551615 4235490 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/25974/statm: 13419 12621 129 39 0 12499 0
[pid=25972/tid=25992] ppid=25965 vsize=421952 CPUtime=0 cores=0,2,4,6
/proc/25972/task/25992/stat : 25992 (python) S 25965 25965 25339 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538591766 432078848 38898 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 514 18446604453902959808 0 0 -1 4 0 0 0
[pid=25975] ppid=25965 vsize=421964 CPUtime=0.6 cores=0,2,4,6
/proc/25975/stat : 25975 (python) S 25965 25965 25339 0 -1 4202560 993 0 0 0 36 24 0 0 15 0 1 0 538581855 432091136 38854 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 16970381436878029058 0 0 17 4 0 0 0
/proc/25975/statm: 105491 38854 371 364 0 41406 0
[pid=25977] ppid=25975 vsize=287068 CPUtime=405.3 cores=0,2,4,6
/proc/25977/stat : 25977 (cryptominisat-2) R 25975 25977 25977 0 -1 4202496 130915 0 0 0 40507 23 0 0 25 0 1 0 538581855 293957632 54551 33554432000 4194304 4677096 140737256282048 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25977/statm: 71767 54551 390 118 0 66726 0
[pid=25978] ppid=25965 vsize=432220 CPUtime=0.53 cores=0,2,4,6
/proc/25978/stat : 25978 (python) S 25965 25965 25339 0 -1 4202560 971 0 0 0 31 22 0 0 18 0 1 0 538581857 442593280 38857 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5273785532394995972 0 0 17 4 0 0 0
/proc/25978/statm: 108055 38857 370 364 0 43967 0
[pid=25980] ppid=25978 vsize=58604 CPUtime=404.46 cores=0,2,4,6
/proc/25980/stat : 25980 (lingeling) R 25978 25980 25980 0 -1 4202496 22333 0 0 0 40443 3 0 0 25 0 1 0 538581858 60010496 13821 33554432000 4194304 4352236 140733321167856 18446744073709551615 4235808 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25980/statm: 14651 13821 129 39 0 13731 0
[pid=25981] ppid=25965 vsize=442476 CPUtime=0.53 cores=0,2,4,6
/proc/25981/stat : 25981 (python) S 25965 25965 25339 0 -1 4202560 1004 0 0 0 29 24 0 0 18 0 1 0 538581860 453095424 38861 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5273785532394995972 0 0 17 2 0 0 0
/proc/25981/statm: 110619 38861 370 364 0 46528 0
[pid=25983] ppid=25981 vsize=59412 CPUtime=404.27 cores=0,2,4,6
/proc/25983/stat : 25983 (lingeling) R 25981 25983 25983 0 -1 4202496 20653 0 0 0 40425 2 0 0 25 0 1 0 538581861 60837888 14023 33554432000 4194304 4352236 140737316089328 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25983/statm: 14853 14023 129 39 0 13933 0
[pid=25993] ppid=25965 vsize=452732 CPUtime=0.47 cores=0,2,4,6
/proc/25993/stat : 25993 (python) S 25965 25965 25339 0 -1 4202560 1036 0 0 0 27 20 0 0 15 0 1 0 538591768 463597568 38866 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5273785532394995972 0 0 17 6 0 0 0
/proc/25993/statm: 113183 38866 371 364 0 49089 0
[pid=25995] ppid=25993 vsize=284184 CPUtime=303.72 cores=0,2,4,6
/proc/25995/stat : 25995 (cryptominisat-2) R 25993 25995 25995 0 -1 4202496 92125 0 0 0 30353 19 0 0 25 0 1 0 538591769 291004416 52813 33554432000 4194304 4677096 140737147484928 18446744073709551615 4320135 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25995/statm: 71046 52813 390 118 0 66005 0
[pid=25965/tid=25973] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25973/stat : 25973 (python) S 25963 25965 25339 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 6 0 538581853 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25976] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25976/stat : 25976 (python) S 25963 25965 25339 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 6 0 538581855 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25979] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25979/stat : 25979 (python) S 25963 25965 25339 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 6 0 538581858 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25982] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25982/stat : 25982 (python) S 25963 25965 25339 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 6 0 538581861 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 2 0 0 0
[pid=25965/tid=25994] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25994/stat : 25994 (python) S 25963 25965 25339 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 6 0 538591768 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1640.87
Current children cumulated vsize (KiB) 3377264

[startup+428.101 s]
/proc/loadavg: 8.12 7.36 5.82 9/220 26003
/proc/meminfo: memFree=18023124/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=462976 CPUtime=22.38 cores=0,2,4,6
/proc/25965/stat : 25965 (python) S 25963 25965 25339 0 -1 4202496 66452 933 1 0 2219 19 0 0 20 0 6 0 538579596 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25965/statm: 115744 40383 1884 364 0 51650 0
[pid=25972] ppid=25965 vsize=421952 CPUtime=0.14 cores=0,2,4,6
/proc/25972/stat : 25972 (python) S 25965 25965 25339 0 -1 4202560 1172 0 0 0 8 6 0 0 19 0 2 0 538581852 432078848 38898 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25972/statm: 105488 38898 414 364 0 41406 0
[pid=25974] ppid=25972 vsize=53676 CPUtime=98.47 cores=0,2,4,6
/proc/25974/stat : 25974 (lingeling) T 25972 25974 25974 0 -1 4202496 19167 0 0 0 9845 2 0 0 25 0 1 0 538581853 54964224 12621 33554432000 4194304 4352236 140737101647344 18446744073709551615 4235490 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/25974/statm: 13419 12621 129 39 0 12499 0
[pid=25972/tid=25992] ppid=25965 vsize=421952 CPUtime=0 cores=0,2,4,6
/proc/25972/task/25992/stat : 25992 (python) S 25965 25965 25339 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538591766 432078848 38898 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 514 18446604453902959808 0 0 -1 4 0 0 0
[pid=25975] ppid=25965 vsize=421964 CPUtime=0.6 cores=0,2,4,6
/proc/25975/stat : 25975 (python) S 25965 25965 25339 0 -1 4202560 993 0 0 0 36 24 0 0 15 0 1 0 538581855 432091136 38854 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 16970381436878029058 0 0 17 4 0 0 0
/proc/25975/statm: 105491 38854 371 364 0 41406 0
[pid=25977] ppid=25975 vsize=287068 CPUtime=405.49 cores=0,2,4,6
/proc/25977/stat : 25977 (cryptominisat-2) R 25975 25977 25977 0 -1 4202496 130916 0 0 0 40526 23 0 0 25 0 1 0 538581855 293957632 54552 33554432000 4194304 4677096 140737256282048 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25977/statm: 71767 54552 390 118 0 66726 0
[pid=25978] ppid=25965 vsize=432220 CPUtime=0.53 cores=0,2,4,6
/proc/25978/stat : 25978 (python) S 25965 25965 25339 0 -1 4202560 971 0 0 0 31 22 0 0 18 0 1 0 538581857 442593280 38857 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5273785532394995972 0 0 17 4 0 0 0
/proc/25978/statm: 108055 38857 370 364 0 43967 0
[pid=25980] ppid=25978 vsize=58604 CPUtime=404.65 cores=0,2,4,6
/proc/25980/stat : 25980 (lingeling) R 25978 25980 25980 0 -1 4202496 22333 0 0 0 40462 3 0 0 25 0 1 0 538581858 60010496 13821 33554432000 4194304 4352236 140733321167856 18446744073709551615 4234013 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25980/statm: 14651 13821 129 39 0 13731 0
[pid=25981] ppid=25965 vsize=442476 CPUtime=0.53 cores=0,2,4,6
/proc/25981/stat : 25981 (python) S 25965 25965 25339 0 -1 4202560 1004 0 0 0 29 24 0 0 18 0 1 0 538581860 453095424 38861 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5273785532394995972 0 0 17 2 0 0 0
/proc/25981/statm: 110619 38861 370 364 0 46528 0
[pid=25983] ppid=25981 vsize=59412 CPUtime=404.46 cores=0,2,4,6
/proc/25983/stat : 25983 (lingeling) R 25981 25983 25983 0 -1 4202496 20653 0 0 0 40444 2 0 0 25 0 1 0 538581861 60837888 14023 33554432000 4194304 4352236 140737316089328 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25983/statm: 14853 14023 129 39 0 13933 0
[pid=25993] ppid=25965 vsize=452732 CPUtime=0.47 cores=0,2,4,6
/proc/25993/stat : 25993 (python) S 25965 25965 25339 0 -1 4202560 1036 0 0 0 27 20 0 0 15 0 1 0 538591768 463597568 38866 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5273785532394995972 0 0 17 6 0 0 0
/proc/25993/statm: 113183 38866 371 364 0 49089 0
[pid=25995] ppid=25993 vsize=284184 CPUtime=303.92 cores=0,2,4,6
/proc/25995/stat : 25995 (cryptominisat-2) R 25993 25995 25995 0 -1 4202496 92136 0 0 0 30373 19 0 0 25 0 1 0 538591769 291004416 52824 33554432000 4194304 4677096 140737147484928 18446744073709551615 4320135 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25995/statm: 71046 52824 390 118 0 66005 0
[pid=25965/tid=25973] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25973/stat : 25973 (python) S 25963 25965 25339 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 6 0 538581853 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25976] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25976/stat : 25976 (python) S 25963 25965 25339 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 6 0 538581855 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25979] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25979/stat : 25979 (python) S 25963 25965 25339 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 6 0 538581858 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25982] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25982/stat : 25982 (python) S 25963 25965 25339 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 6 0 538581861 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 2 0 0 0
[pid=25965/tid=25994] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25994/stat : 25994 (python) S 25963 25965 25339 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 6 0 538591768 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1641.64
Current children cumulated vsize (KiB) 3377264

[startup+428.201 s]
/proc/loadavg: 8.12 7.36 5.82 9/220 26003
/proc/meminfo: memFree=18023124/32950904 swapFree=67082284/67111528
[pid=25965] ppid=25963 vsize=462976 CPUtime=22.38 cores=0,2,4,6
/proc/25965/stat : 25965 (python) S 25963 25965 25339 0 -1 4202496 66452 933 1 0 2219 19 0 0 20 0 6 0 538579596 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25965/statm: 115744 40383 1884 364 0 51650 0
[pid=25972] ppid=25965 vsize=421952 CPUtime=0.14 cores=0,2,4,6
/proc/25972/stat : 25972 (python) S 25965 25965 25339 0 -1 4202560 1172 0 0 0 8 6 0 0 19 0 2 0 538581852 432078848 38898 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25972/statm: 105488 38898 414 364 0 41406 0
[pid=25974] ppid=25972 vsize=53676 CPUtime=98.47 cores=0,2,4,6
/proc/25974/stat : 25974 (lingeling) T 25972 25974 25974 0 -1 4202496 19167 0 0 0 9845 2 0 0 25 0 1 0 538581853 54964224 12621 33554432000 4194304 4352236 140737101647344 18446744073709551615 4235490 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/25974/statm: 13419 12621 129 39 0 12499 0
[pid=25972/tid=25992] ppid=25965 vsize=421952 CPUtime=0 cores=0,2,4,6
/proc/25972/task/25992/stat : 25992 (python) S 25965 25965 25339 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538591766 432078848 38898 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 514 18446604453902959808 0 0 -1 4 0 0 0
[pid=25975] ppid=25965 vsize=421964 CPUtime=0.6 cores=0,2,4,6
/proc/25975/stat : 25975 (python) S 25965 25965 25339 0 -1 4202560 994 0 0 0 36 24 0 0 15 0 1 0 538581855 432091136 38854 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5601797974406430978 0 0 17 4 0 0 0
/proc/25975/statm: 105491 38854 371 364 0 41406 0
[pid=25977] ppid=25975 vsize=263596 CPUtime=405.59 cores=0,2,4,6
/proc/25977/stat : 25977 (cryptominisat-2) R 25975 25977 25977 0 -1 4202496 130922 0 0 0 40536 23 0 0 25 0 1 0 538581855 269922304 50518 33554432000 4194304 4677096 140737256282048 18446744073709551615 237278537490 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25977/statm: 65899 50518 395 118 0 60858 0
[pid=25978] ppid=25965 vsize=432220 CPUtime=0.53 cores=0,2,4,6
/proc/25978/stat : 25978 (python) S 25965 25965 25339 0 -1 4202560 971 0 0 0 31 22 0 0 18 0 1 0 538581857 442593280 38857 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5273785532394995972 0 0 17 4 0 0 0
/proc/25978/statm: 108055 38857 370 364 0 43967 0
[pid=25980] ppid=25978 vsize=58604 CPUtime=404.75 cores=0,2,4,6
/proc/25980/stat : 25980 (lingeling) R 25978 25980 25980 0 -1 4202496 22333 0 0 0 40472 3 0 0 25 0 1 0 538581858 60010496 13821 33554432000 4194304 4352236 140733321167856 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25980/statm: 14651 13821 129 39 0 13731 0
[pid=25981] ppid=25965 vsize=442476 CPUtime=0.53 cores=0,2,4,6
/proc/25981/stat : 25981 (python) S 25965 25965 25339 0 -1 4202560 1004 0 0 0 29 24 0 0 18 0 1 0 538581860 453095424 38861 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5273785532394995972 0 0 17 2 0 0 0
/proc/25981/statm: 110619 38861 370 364 0 46528 0
[pid=25983] ppid=25981 vsize=59412 CPUtime=404.56 cores=0,2,4,6
/proc/25983/stat : 25983 (lingeling) R 25981 25983 25983 0 -1 4202496 20653 0 0 0 40454 2 0 0 25 0 1 0 538581861 60837888 14023 33554432000 4194304 4352236 140737316089328 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25983/statm: 14853 14023 129 39 0 13933 0
[pid=25993] ppid=25965 vsize=452732 CPUtime=0.47 cores=0,2,4,6
/proc/25993/stat : 25993 (python) S 25965 25965 25339 0 -1 4202560 1036 0 0 0 27 20 0 0 15 0 1 0 538591768 463597568 38866 33554432000 4194304 5683644 140736103217360 18446744073709551615 237278899782 0 0 16781312 514 5273785532394995972 0 0 17 6 0 0 0
/proc/25993/statm: 113183 38866 371 364 0 49089 0
[pid=25995] ppid=25993 vsize=284184 CPUtime=304.02 cores=0,2,4,6
/proc/25995/stat : 25995 (cryptominisat-2) R 25993 25995 25995 0 -1 4202496 92142 0 0 0 30383 19 0 0 25 0 1 0 538591769 291004416 52830 33554432000 4194304 4677096 140737147484928 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25995/statm: 71046 52830 390 118 0 66005 0
[pid=25965/tid=25973] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25973/stat : 25973 (python) S 25963 25965 25339 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 6 0 538581853 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25976] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25976/stat : 25976 (python) S 25963 25965 25339 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 6 0 538581855 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25979] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25979/stat : 25979 (python) S 25963 25965 25339 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 6 0 538581858 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 4 0 0 0
[pid=25965/tid=25982] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25982/stat : 25982 (python) S 25963 25965 25339 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 6 0 538581861 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 2 0 0 0
[pid=25965/tid=25994] ppid=25963 vsize=462976 CPUtime=0 cores=0,2,4,6
/proc/25965/task/25994/stat : 25994 (python) S 25963 25965 25339 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 6 0 538591768 474087424 40383 33554432000 4194304 5683644 140736103217360 18446744073709551615 237290703281 0 0 16781312 2 18446604440563206848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1642.04
Current children cumulated vsize (KiB) 3353792

Child status: 0
Real time (s): 428.301
CPU time (s): 1642.36
CPU user time (s): 1640.6
CPU system time (s): 1.75873
CPU usage (%): 383.46
Max. virtual memory (cumulated for all children) (KiB): 3381024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1640.6
system time used= 1.75873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 377548
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= 5323
involuntary context switches= 14407

runsolver used 0.830873 second user time and 1.87871 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-01 19:09:58
IDJOB=3317850
IDBENCH=82502
IDSOLVER=1706
FILE ID=node121/3317850-1304269798
RUNJOBID= node121-1304267283-25357
PBS_JOBID= 13173958
Free space on /tmp= 73560 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317850-1304269798/watcher-3317850-1304269798 -o /tmp/evaluation-result-3317850-1304269798/solver-3317850-1304269798 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317850-1304269798.cnf -seed 432412981 -budget 4800 -cores 4

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=432412981

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      19430616 kB
Buffers:       2193444 kB
Cached:        9537372 kB
SwapCached:       2776 kB
Active:        9947624 kB
Inactive:      3049804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19430616 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           44636 kB
Writeback:           0 kB
AnonPages:     1264660 kB
Mapped:          22124 kB
Slab:           452408 kB
PageTables:      11188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  2082232 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= 73528 MiB
End job on node121 at 2011-05-01 19:17:07