Trace number 3321429

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 474.246 100.426

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.6162
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.68	c INFO: solving HOME/instance-3321429-1304340390.cnf
0.35/0.68	c INFO: computing task features
2.42/2.72	c INFO: computed variable-clause graph statistics
2.42/2.79	c INFO: computed clause balance statistics
11.62/11.93	c INFO: computed variable balance statistics
18.33/18.67	c INFO: computed small-clause counts
18.52/18.81	c INFO: computed Horn-clause counts
46.32/46.63	c INFO: computed variable graph statistics
46.32/46.63	c INFO: collected features for HOME/instance-3321429-1304340390.cnf in 45.89 s
46.32/46.66	c INFO: running lingeling-276@0 for 97 with 39954 remaining (b = 0.27)
46.42/46.70	c INFO: running cryptominisat-2.9.0@0 for 485 with 39954 remaining (b = 0.23)
46.42/46.73	c INFO: running lingeling-276@0 for 1261 with 39953 remaining (b = 0.37)
46.42/46.76	c INFO: running cryptominisat-2.9.0@0 for 485 with 39953 remaining (b = 0.17)
46.52/46.80	c INFO: running lingeling-276@0 for 1261 with 39953 remaining (b = 0.29)
46.52/46.84	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39953 remaining (b = 0.42)
46.52/46.87	c INFO: running precosat-570@0 for 291 with 39953 remaining (b = 0.10)
46.62/46.91	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39953 remaining (b = 0.36)
473.83/100.37	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-3321429-1304340390/watcher-3321429-1304340390 -o /tmp/evaluation-result-3321429-1304340390/solver-3321429-1304340390 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321429-1304340390.cnf -seed 50688273 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.84 8.01 7.99 2/238 17091
/proc/meminfo: memFree=28803716/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=15384 CPUtime=0 cores=0-7
/proc/17091/stat : 17091 (python) S 17089 17091 16748 0 -1 4202496 811 0 0 0 0 0 0 0 20 0 1 0 545636135 15753216 696 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/17091/statm: 3846 696 334 364 0 333 0

[startup+0.035436 s]
/proc/loadavg: 7.84 8.01 7.99 2/238 17091
/proc/meminfo: memFree=28803716/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=16816 CPUtime=0.01 cores=0-7
/proc/17091/stat : 17091 (python) R 17089 17091 16748 0 -1 4202496 1227 0 0 0 1 0 0 0 20 0 1 0 545636135 17219584 1084 33554432000 4194304 5683644 140733897491392 18446744073709551615 5288375 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17091/statm: 4204 1084 417 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16816

[startup+0.100421 s]
/proc/loadavg: 7.84 8.01 7.99 2/238 17091
/proc/meminfo: memFree=28803716/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=85624 CPUtime=0.05 cores=0-7
/proc/17091/stat : 17091 (python) R 17089 17091 16748 0 -1 4202496 2631 0 0 0 4 1 0 0 18 0 1 0 545636135 87678976 2348 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476692992 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/17091/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.300385 s]
/proc/loadavg: 7.84 8.01 7.99 2/238 17091
/proc/meminfo: memFree=28803716/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=135752 CPUtime=0.18 cores=0-7
/proc/17091/stat : 17091 (python) S 17089 17091 16748 0 -1 4202496 5964 934 1 0 14 4 0 0 18 0 1 0 545636135 139010048 4150 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/17091/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700298 s]
/proc/loadavg: 7.84 8.01 7.99 2/238 17091
/proc/meminfo: memFree=28803716/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=290540 CPUtime=0.42 cores=0-7
/proc/17091/stat : 17091 (python) R 17089 17091 16748 0 -1 4202496 12277 934 1 0 32 10 0 0 17 0 1 0 545636135 297512960 9958 33554432000 4194304 5683644 140733897491392 18446744073709551615 47574469719212 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17091/statm: 72635 9959 1761 364 0 8559 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 290540

[startup+1.50114 s]
/proc/loadavg: 7.29 7.89 7.95 2/239 17096
/proc/meminfo: memFree=28748776/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=346904 CPUtime=1.22 cores=0-7
/proc/17091/stat : 17091 (python) R 17089 17091 16748 0 -1 4202496 26244 934 1 0 110 12 0 0 18 0 1 0 545636135 355229696 23925 33554432000 4194304 5683644 140733897491392 18446744073709551615 5007104 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17091/statm: 86726 23928 1761 364 0 22650 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 346904

[startup+3.10085 s]
/proc/loadavg: 7.29 7.89 7.95 2/239 17096
/proc/meminfo: memFree=28678508/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=414468 CPUtime=2.82 cores=0-7
/proc/17091/stat : 17091 (python) R 17089 17091 16748 0 -1 4202496 58488 934 1 0 266 16 0 0 21 0 1 0 545636135 424415232 41001 33554432000 4194304 5683644 140733897491392 18446744073709551615 47574299168866 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17091/statm: 103617 41001 1826 364 0 39541 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 414468

[startup+6.30024 s]
/proc/loadavg: 7.29 7.89 7.95 2/239 17096
/proc/meminfo: memFree=28645692/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=414468 CPUtime=6.02 cores=0-7
/proc/17091/stat : 17091 (python) R 17089 17091 16748 0 -1 4202496 58488 934 1 0 586 16 0 0 25 0 1 0 545636135 424415232 41001 33554432000 4194304 5683644 140733897491392 18446744073709551615 5102966 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17091/statm: 103617 41001 1826 364 0 39541 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 414468

[startup+12.701 s]
/proc/loadavg: 6.32 7.66 7.87 2/239 17097
/proc/meminfo: memFree=28646204/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=414468 CPUtime=12.42 cores=0-7
/proc/17091/stat : 17091 (python) R 17089 17091 16748 0 -1 4202496 58489 934 1 0 1226 16 0 0 25 0 1 0 545636135 424415232 41002 33554432000 4194304 5683644 140733897491392 18446744073709551615 4458804 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17091/statm: 103617 41002 1827 364 0 39541 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 414468

[startup+25.5006 s]
/proc/loadavg: 5.50 7.44 7.80 2/239 17097
/proc/meminfo: memFree=28647168/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=414468 CPUtime=25.22 cores=0-7
/proc/17091/stat : 17091 (python) R 17089 17091 16748 0 -1 4202496 58495 934 1 0 2506 16 0 0 25 0 1 0 545636135 424415232 41008 33554432000 4194304 5683644 140733897491392 18446744073709551615 47574298867852 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17091/statm: 103617 41008 1833 364 0 39541 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 414468

[startup+51.1016 s]
/proc/loadavg: 3.97 6.93 7.62 9/263 17122
/proc/meminfo: memFree=27724280/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=486228 CPUtime=46.63 cores=0-7
/proc/17091/stat : 17091 (python) S 17089 17091 16748 0 -1 4202496 64555 934 1 0 4642 21 0 0 21 0 9 0 545636135 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17091/statm: 121557 38521 1889 364 0 57454 0
[pid=17099] ppid=17091 vsize=404192 CPUtime=0 cores=0-7
/proc/17099/stat : 17099 (python) S 17091 17091 16748 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 545640801 413892608 36976 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715023 0 0 16781312 514 4405347547485274372 0 0 17 7 0 0 0
/proc/17099/statm: 101048 36976 376 364 0 36966 0
[pid=17101] ppid=17099 vsize=41200 CPUtime=4.41 cores=0-7
/proc/17101/stat : 17101 (lingeling) R 17099 17101 17101 0 -1 4202496 16700 0 0 0 439 2 0 0 25 0 1 0 545640802 42188800 9466 33554432000 4194304 4352236 140737072416816 18446744073709551615 4230330 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/17101/statm: 10300 9466 126 39 0 9380 0
[pid=17102] ppid=17091 vsize=414448 CPUtime=0 cores=0-7
/proc/17102/stat : 17102 (python) S 17091 17091 16748 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 545640805 424394752 36951 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 15613412564388512004 0 0 17 0 0 0 0
/proc/17102/statm: 103612 36951 347 364 0 39527 0
[pid=17104] ppid=17102 vsize=259100 CPUtime=4.38 cores=0-7
/proc/17104/stat : 17104 (cryptominisat-2) R 17102 17104 17104 0 -1 4202496 52044 0 0 0 430 8 0 0 25 0 1 0 545640805 265318400 47472 33554432000 4194304 4677096 140736519067456 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17104/statm: 64775 47472 361 118 0 59734 0
[pid=17105] ppid=17091 vsize=424704 CPUtime=0 cores=0-7
/proc/17105/stat : 17105 (python) S 17091 17091 16748 0 -1 4202560 928 0 0 0 0 0 0 0 18 0 1 0 545640808 434896896 36978 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 4430963419633385732 0 0 17 2 0 0 0
/proc/17105/statm: 106176 36978 370 364 0 42088 0
[pid=17107] ppid=17105 vsize=40916 CPUtime=4.34 cores=0-7
/proc/17107/stat : 17107 (lingeling) R 17105 17107 17107 0 -1 4202496 16636 0 0 0 432 2 0 0 25 0 1 0 545640809 41897984 9396 33554432000 4194304 4352236 140737481946160 18446744073709551615 4230715 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/17107/statm: 10229 9396 126 39 0 9309 0
[pid=17108] ppid=17091 vsize=434960 CPUtime=0 cores=0-7
/proc/17108/stat : 17108 (python) S 17091 17091 16748 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 545640811 445399040 36959 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 1559929377423065346 0 0 17 4 0 0 0
/proc/17108/statm: 108740 36959 347 364 0 44649 0
[pid=17110] ppid=17108 vsize=250424 CPUtime=4.31 cores=0-7
/proc/17110/stat : 17110 (cryptominisat-2) R 17108 17110 17110 0 -1 4202496 50453 0 0 0 423 8 0 0 25 0 1 0 545640812 256434176 45882 33554432000 4194304 4677096 140736865035584 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17110/statm: 62606 45882 361 118 0 57565 0
[pid=17111] ppid=17091 vsize=445216 CPUtime=0.01 cores=0-7
/proc/17111/stat : 17111 (python) S 17091 17091 16748 0 -1 4202560 945 0 0 0 0 1 0 0 18 0 1 0 545640815 455901184 36986 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 4606957847844978948 0 0 17 1 0 0 0
/proc/17111/statm: 111304 36986 370 364 0 47210 0
[pid=17113] ppid=17111 vsize=40736 CPUtime=4.22 cores=0-7
/proc/17113/stat : 17113 (lingeling) R 17111 17113 17113 0 -1 4202496 16592 0 0 0 420 2 0 0 25 0 1 0 545640816 41713664 9351 33554432000 4194304 4352236 140736109413984 18446744073709551615 4272238 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/17113/statm: 10184 9351 126 39 0 9264 0
[pid=17114] ppid=17091 vsize=455472 CPUtime=0 cores=0-7
/proc/17114/stat : 17114 (python) S 17091 17091 16748 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 545640819 466403328 36967 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 4270230487693230339 0 0 17 0 0 0 0
/proc/17114/statm: 113868 36967 347 364 0 49771 0
[pid=17116] ppid=17114 vsize=246552 CPUtime=4.24 cores=0-7
/proc/17116/stat : 17116 (cryptominisat-2) R 17114 17116 17116 0 -1 4202496 49702 0 0 0 418 6 0 0 25 0 1 0 545640819 252469248 45124 33554432000 4194304 4677096 140734208756208 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17116/statm: 61638 45130 361 118 0 56597 0
[pid=17117] ppid=17091 vsize=465728 CPUtime=0.01 cores=0-7
/proc/17117/stat : 17117 (python) S 17091 17091 16748 0 -1 4202560 935 0 0 0 0 1 0 0 18 0 1 0 545640822 476905472 36994 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 4424288834296971524 0 0 17 1 0 0 0
/proc/17117/statm: 116432 36994 370 364 0 52332 0
[pid=17119] ppid=17117 vsize=153424 CPUtime=4.16 cores=0-7
/proc/17119/stat : 17119 (precosat) R 17117 17119 17119 0 -1 4202496 39460 0 0 0 410 6 0 0 25 0 1 0 545640824 157106176 36768 33554432000 4194304 4890832 140735384080976 18446744073709551615 4467036 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/17119/statm: 38356 36768 86 171 0 38183 0
[pid=17120] ppid=17091 vsize=475984 CPUtime=0 cores=0-7
/proc/17120/stat : 17120 (python) S 17091 17091 16748 0 -1 4202560 819 0 0 0 0 0 0 0 15 0 1 0 545640826 487407616 36981 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 4424277289424879876 0 0 17 1 0 0 0
/proc/17120/statm: 118996 36981 353 364 0 54893 0
[pid=17122] ppid=17120 vsize=246388 CPUtime=4.12 cores=0-7
/proc/17122/stat : 17122 (cryptominisat-2) R 17120 17122 17122 0 -1 4202496 49696 0 0 0 406 6 0 0 25 0 1 0 545640828 252301312 45116 33554432000 4194304 4677096 140733769240448 18446744073709551615 4317723 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17122/statm: 61597 45116 361 118 0 56556 0
[pid=17091/tid=17100] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17100/stat : 17100 (python) S 17089 17091 16748 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 545640802 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 4 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17103/stat : 17103 (python) S 17089 17091 16748 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 545640805 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 4 0 0 0
[pid=17091/tid=17106] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17106/stat : 17106 (python) S 17089 17091 16748 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 545640809 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 0 0 0 0
[pid=17091/tid=17109] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17109/stat : 17109 (python) S 17089 17091 16748 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 545640812 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 2 0 0 0
[pid=17091/tid=17112] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17112/stat : 17112 (python) S 17089 17091 16748 0 -1 4202560 26 934 0 0 0 0 0 0 23 0 9 0 545640816 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 2 0 0 0
[pid=17091/tid=17115] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17115/stat : 17115 (python) S 17089 17091 16748 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 545640819 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 0 0 0 0
[pid=17091/tid=17118] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17118/stat : 17118 (python) S 17089 17091 16748 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 9 0 545640823 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 1 0 0 0
[pid=17091/tid=17121] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17121/stat : 17121 (python) S 17089 17091 16748 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 9 0 545640826 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 80.83
Current children cumulated vsize (KiB) 5285672

Solver just ended. Dumping a history of the last processes samples

[startup+76.7017 s]
/proc/loadavg: 5.34 7.01 7.63 9/263 17122
/proc/meminfo: memFree=26167288/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=486228 CPUtime=46.63 cores=0-7
/proc/17091/stat : 17091 (python) S 17089 17091 16748 0 -1 4202496 64555 934 1 0 4642 21 0 0 21 0 9 0 545636135 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17091/statm: 121557 38521 1889 364 0 57454 0
[pid=17099] ppid=17091 vsize=404192 CPUtime=0.05 cores=0-7
/proc/17099/stat : 17099 (python) S 17091 17091 16748 0 -1 4202560 913 0 0 0 3 2 0 0 18 0 1 0 545640801 413892608 36976 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715023 0 0 16781312 514 13701568547577102596 0 0 17 7 0 0 0
/proc/17099/statm: 101048 36976 376 364 0 36966 0
[pid=17101] ppid=17099 vsize=46468 CPUtime=30.01 cores=0-7
/proc/17101/stat : 17101 (lingeling) R 17099 17101 17101 0 -1 4202496 18698 0 0 0 2999 2 0 0 25 0 1 0 545640802 47583232 10787 33554432000 4194304 4352236 140737072416816 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/17101/statm: 11617 10787 129 39 0 10697 0
[pid=17102] ppid=17091 vsize=414448 CPUtime=0.05 cores=0-7
/proc/17102/stat : 17102 (python) S 17091 17091 16748 0 -1 4202560 917 0 0 0 3 2 0 0 15 0 1 0 545640805 424394752 36974 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 15613412564388512004 0 0 17 0 0 0 0
/proc/17102/statm: 103612 36974 370 364 0 39527 0
[pid=17104] ppid=17102 vsize=733868 CPUtime=29.97 cores=0-7

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

/proc/17091/task/17100/stat : 17100 (python) S 17089 17091 16748 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 545640802 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 4 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17103/stat : 17103 (python) S 17089 17091 16748 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 545640805 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 4 0 0 0
[pid=17091/tid=17106] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17106/stat : 17106 (python) S 17089 17091 16748 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 545640809 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 0 0 0 0
[pid=17091/tid=17109] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17109/stat : 17109 (python) S 17089 17091 16748 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 545640812 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 2 0 0 0
[pid=17091/tid=17112] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17112/stat : 17112 (python) S 17089 17091 16748 0 -1 4202560 26 934 0 0 0 0 0 0 23 0 9 0 545640816 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 2 0 0 0
[pid=17091/tid=17115] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17115/stat : 17115 (python) S 17089 17091 16748 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 545640819 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 0 0 0 0
[pid=17091/tid=17118] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17118/stat : 17118 (python) S 17089 17091 16748 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 9 0 545640823 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 1 0 0 0
[pid=17091/tid=17121] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17121/stat : 17121 (python) S 17089 17091 16748 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 9 0 545640826 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 464.31
Current children cumulated vsize (KiB) 6504784

[startup+99.9013 s]
/proc/loadavg: 6.30 7.10 7.64 10/263 17123
/proc/meminfo: memFree=26665888/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=486228 CPUtime=46.63 cores=0-7
/proc/17091/stat : 17091 (python) S 17089 17091 16748 0 -1 4202496 64555 934 1 0 4642 21 0 0 21 0 9 0 545636135 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17091/statm: 121557 38521 1889 364 0 57454 0
[pid=17099] ppid=17091 vsize=404192 CPUtime=0.09 cores=0-7
/proc/17099/stat : 17099 (python) S 17091 17091 16748 0 -1 4202560 923 0 0 0 5 4 0 0 18 0 1 0 545640801 413892608 36976 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715023 0 0 16781312 514 13701568547577102596 0 0 17 7 0 0 0
/proc/17099/statm: 101048 36976 376 364 0 36966 0
[pid=17101] ppid=17099 vsize=51928 CPUtime=53.21 cores=0-7
/proc/17101/stat : 17101 (lingeling) R 17099 17101 17101 0 -1 4202496 20071 0 0 0 5319 2 0 0 25 0 1 0 545640802 53174272 12152 33554432000 4194304 4352236 140737072416816 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/17101/statm: 12982 12152 129 39 0 12062 0
[pid=17102] ppid=17091 vsize=414448 CPUtime=0.09 cores=0-7
/proc/17102/stat : 17102 (python) S 17091 17091 16748 0 -1 4202560 924 0 0 0 5 4 0 0 15 0 1 0 545640805 424394752 36974 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 15613412564388512004 0 0 17 0 0 0 0
/proc/17102/statm: 103612 36974 370 364 0 39527 0
[pid=17104] ppid=17102 vsize=713424 CPUtime=53.18 cores=0-7
/proc/17104/stat : 17104 (cryptominisat-2) R 17102 17104 17104 0 -1 4202496 144859 0 0 0 5296 22 0 0 25 0 1 0 545640805 730546176 135246 33554432000 4194304 4677096 140736519067456 18446744073709551615 4337483 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17104/statm: 178356 135246 387 118 0 173315 0
[pid=17105] ppid=17091 vsize=424704 CPUtime=0.09 cores=0-7
/proc/17105/stat : 17105 (python) S 17091 17091 16748 0 -1 4202560 947 0 0 0 5 4 0 0 18 0 1 0 545640808 434896896 36978 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 13701568547577102596 0 0 17 2 0 0 0
/proc/17105/statm: 106176 36978 370 364 0 42088 0
[pid=17107] ppid=17105 vsize=59284 CPUtime=53.14 cores=0-7
/proc/17107/stat : 17107 (lingeling) R 17105 17107 17107 0 -1 4202496 20894 0 0 0 5311 3 0 0 25 0 1 0 545640809 60706816 12968 33554432000 4194304 4352236 140737481946160 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/17107/statm: 14821 12968 129 39 0 13901 0
[pid=17108] ppid=17091 vsize=434960 CPUtime=1.66 cores=0-7
/proc/17108/stat : 17108 (python) R 17091 17091 16748 0 -1 4202560 957 0 0 0 124 42 0 0 17 0 1 0 545640811 445399040 36982 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/17108/statm: 108740 36982 370 364 0 44649 0
[pid=17110] ppid=17108 vsize=0 CPUtime=51.46 cores=0-7
/proc/17110/stat : 17110 (cryptominisat-2) R 17108 17110 17110 0 -1 4202500 144860 0 0 0 5122 24 0 0 25 0 1 0 545640812 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17110/statm: 0 0 0 0 0 0 0
[pid=17111] ppid=17091 vsize=445216 CPUtime=0.1 cores=0-7
/proc/17111/stat : 17111 (python) S 17091 17091 16748 0 -1 4202560 959 0 0 0 5 5 0 0 18 0 1 0 545640815 455901184 36986 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 13701568547577102596 0 0 17 1 0 0 0
/proc/17111/statm: 111304 36986 370 364 0 47210 0
[pid=17113] ppid=17111 vsize=59440 CPUtime=52.4 cores=0-7
/proc/17113/stat : 17113 (lingeling) R 17111 17113 17113 0 -1 4202496 21960 0 0 0 5237 3 0 0 25 0 1 0 545640816 60866560 14030 33554432000 4194304 4352236 140736109413984 18446744073709551615 4208085 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/17113/statm: 14860 14030 129 39 0 13940 0
[pid=17114] ppid=17091 vsize=455472 CPUtime=0.1 cores=0-7
/proc/17114/stat : 17114 (python) S 17091 17091 16748 0 -1 4202560 955 0 0 0 5 5 0 0 15 0 1 0 545640819 466403328 36990 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 13701568547577102595 0 0 17 0 0 0 0
/proc/17114/statm: 113868 36990 370 364 0 49771 0
[pid=17116] ppid=17114 vsize=715812 CPUtime=52.84 cores=0-7
/proc/17116/stat : 17116 (cryptominisat-2) R 17114 17116 17116 0 -1 4202496 145900 0 0 0 5262 22 0 0 25 0 1 0 545640819 732991488 135502 33554432000 4194304 4677096 140734208756208 18446744073709551615 4358587 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17116/statm: 178953 135502 387 118 0 173912 0
[pid=17117] ppid=17091 vsize=465728 CPUtime=0.1 cores=0-7
/proc/17117/stat : 17117 (python) S 17091 17091 16748 0 -1 4202560 950 0 0 0 5 5 0 0 18 0 1 0 545640822 476905472 36994 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 13701568547577102596 0 0 17 1 0 0 0
/proc/17117/statm: 116432 36994 370 364 0 52332 0
[pid=17119] ppid=17117 vsize=183280 CPUtime=52.88 cores=0-7
/proc/17119/stat : 17119 (precosat) R 17117 17119 17119 0 -1 4202496 53978 0 0 0 5280 8 0 0 25 0 1 0 545640824 187678720 43777 33554432000 4194304 4890832 140735384080976 18446744073709551615 4232386 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/17119/statm: 45820 43777 86 171 0 45647 0
[pid=17120] ppid=17091 vsize=475984 CPUtime=0.1 cores=0-7
/proc/17120/stat : 17120 (python) S 17091 17091 16748 0 -1 4202560 1013 0 0 0 5 5 0 0 15 0 1 0 545640826 487407616 37004 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 13701568547577102596 0 0 17 1 0 0 0
/proc/17120/statm: 118996 37004 376 364 0 54893 0
[pid=17122] ppid=17120 vsize=714684 CPUtime=52.65 cores=0-7
/proc/17122/stat : 17122 (cryptominisat-2) R 17120 17122 17122 0 -1 4202496 144900 0 0 0 5246 19 0 0 25 0 1 0 545640828 731836416 135599 33554432000 4194304 4677096 140733769240448 18446744073709551615 239476391614 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17122/statm: 178671 135599 387 118 0 173630 0
[pid=17091/tid=17100] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17100/stat : 17100 (python) S 17089 17091 16748 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 545640802 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 4 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17103/stat : 17103 (python) S 17089 17091 16748 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 545640805 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 4 0 0 0
[pid=17091/tid=17106] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17106/stat : 17106 (python) S 17089 17091 16748 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 545640809 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 0 0 0 0
[pid=17091/tid=17109] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17109/stat : 17109 (python) S 17089 17091 16748 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 545640812 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 2 0 0 0
[pid=17091/tid=17112] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17112/stat : 17112 (python) S 17089 17091 16748 0 -1 4202560 26 934 0 0 0 0 0 0 23 0 9 0 545640816 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 2 0 0 0
[pid=17091/tid=17115] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17115/stat : 17115 (python) S 17089 17091 16748 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 545640819 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 0 0 0 0
[pid=17091/tid=17118] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17118/stat : 17118 (python) S 17089 17091 16748 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 9 0 545640823 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 1 0 0 0
[pid=17091/tid=17121] ppid=17089 vsize=486228 CPUtime=0 cores=0-7
/proc/17091/task/17121/stat : 17121 (python) S 17089 17091 16748 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 9 0 545640826 497897472 38521 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 470.72
Current children cumulated vsize (KiB) 6504784

[startup+100.301 s]
/proc/loadavg: 6.30 7.10 7.64 10/263 17123
/proc/meminfo: memFree=26665516/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=486228 CPUtime=99.98 cores=0-7
/proc/17091/stat : 17091 (python) S 17089 17091 16748 0 -1 4202496 64596 55910 1 0 4642 21 5321 14 17 0 9 0 545636135 497897472 38522 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488525119 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 121557 38522 1890 364 0 57454 0
[pid=17099] ppid=17091 vsize=404192 CPUtime=0.09 cores=0-7
/proc/17099/stat : 17099 (python) S 17091 17091 16748 0 -1 4202560 923 0 0 0 5 4 0 0 18 0 1 0 545640801 413892608 36976 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715023 0 0 16781312 514 13701568547577102596 0 0 17 7 0 0 0
/proc/17099/statm: 101048 36976 376 364 0 36966 0
[pid=17101] ppid=17099 vsize=51928 CPUtime=53.61 cores=0-7
/proc/17101/stat : 17101 (lingeling) R 17099 17101 17101 0 -1 4202496 20071 0 0 0 5359 2 0 0 25 0 1 0 545640802 53174272 12152 33554432000 4194304 4352236 140737072416816 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/17101/statm: 12982 12152 129 39 0 12062 0
[pid=17102] ppid=17091 vsize=414448 CPUtime=0.09 cores=0-7
/proc/17102/stat : 17102 (python) S 17091 17091 16748 0 -1 4202560 924 0 0 0 5 4 0 0 15 0 1 0 545640805 424394752 36974 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 15613412564388512004 0 0 17 0 0 0 0
/proc/17102/statm: 103612 36974 370 364 0 39527 0
[pid=17104] ppid=17102 vsize=713424 CPUtime=53.58 cores=0-7
/proc/17104/stat : 17104 (cryptominisat-2) R 17102 17104 17104 0 -1 4202496 144894 0 0 0 5336 22 0 0 25 0 1 0 545640805 730546176 135281 33554432000 4194304 4677096 140736519067456 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17104/statm: 178356 135281 387 118 0 173315 0
[pid=17105] ppid=17091 vsize=424704 CPUtime=0.09 cores=0-7
/proc/17105/stat : 17105 (python) S 17091 17091 16748 0 -1 4202560 947 0 0 0 5 4 0 0 18 0 1 0 545640808 434896896 36978 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 13701568547577102596 0 0 17 2 0 0 0
/proc/17105/statm: 106176 36978 370 364 0 42088 0
[pid=17107] ppid=17105 vsize=59284 CPUtime=53.54 cores=0-7
/proc/17107/stat : 17107 (lingeling) R 17105 17107 17107 0 -1 4202496 20894 0 0 0 5351 3 0 0 25 0 1 0 545640809 60706816 12968 33554432000 4194304 4352236 140737481946160 18446744073709551615 4327896 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/17107/statm: 14821 12968 129 39 0 13901 0
[pid=17108] ppid=17091 vsize=0 CPUtime=53.47 cores=0-7
/proc/17108/stat : 17108 (python) Z 17091 17091 16748 0 -1 4202588 1185 144860 0 0 152 49 5122 24 19 0 1 0 545640811 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17108/statm: 0 0 0 0 0 0 0
[pid=17111] ppid=17091 vsize=445216 CPUtime=0.1 cores=0-7
/proc/17111/stat : 17111 (python) S 17091 17091 16748 0 -1 4202560 959 0 0 0 5 5 0 0 18 0 1 0 545640815 455901184 36986 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 13701568547577102596 0 0 17 1 0 0 0
/proc/17111/statm: 111304 36986 370 364 0 47210 0
[pid=17113] ppid=17111 vsize=59440 CPUtime=52.79 cores=0-7
/proc/17113/stat : 17113 (lingeling) R 17111 17113 17113 0 -1 4202496 21960 0 0 0 5276 3 0 0 25 0 1 0 545640816 60866560 14030 33554432000 4194304 4352236 140736109413984 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/17113/statm: 14860 14030 129 39 0 13940 0
[pid=17114] ppid=17091 vsize=0 CPUtime=53.34 cores=0-7
/proc/17114/stat : 17114 (python) R 17091 17091 16748 0 -1 4202564 1004 145918 0 0 5 5 5299 25 15 0 1 0 545640819 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17114/statm: 0 0 0 0 0 0 0
[pid=17120] ppid=17091 vsize=475984 CPUtime=0.1 cores=0-7
/proc/17120/stat : 17120 (python) S 17091 17091 16748 0 -1 4202560 1013 0 0 0 5 5 0 0 15 0 1 0 545640826 487407616 37004 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476715078 0 0 16781312 514 13701568547577102596 0 0 17 1 0 0 0
/proc/17120/statm: 118996 37004 376 364 0 54893 0
[pid=17122] ppid=17120 vsize=714684 CPUtime=53.05 cores=0-7
/proc/17122/stat : 17122 (cryptominisat-2) R 17120 17122 17122 0 -1 4202496 144931 0 0 0 5286 19 0 0 25 0 1 0 545640828 731836416 135630 33554432000 4194304 4677096 140733769240448 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17122/statm: 178671 135630 387 118 0 173630 0
[pid=17091/tid=17100] ppid=17089 vsize=486228 CPUtime=53.35 cores=0-7
/proc/17091/task/17100/stat : 17100 (python) S 17089 17091 16748 0 -1 4202560 26 55910 0 0 0 0 5321 14 25 0 9 0 545640802 497897472 38522 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 4 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=486228 CPUtime=53.35 cores=0-7
/proc/17091/task/17103/stat : 17103 (python) S 17089 17091 16748 0 -1 4202560 21 55910 0 0 0 0 5321 14 20 0 9 0 545640805 497897472 38522 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 4 0 0 0
[pid=17091/tid=17106] ppid=17089 vsize=486228 CPUtime=53.35 cores=0-7
/proc/17091/task/17106/stat : 17106 (python) S 17089 17091 16748 0 -1 4202560 27 55910 0 0 0 0 5321 14 20 0 9 0 545640809 497897472 38522 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 0 0 0 0
[pid=17091/tid=17109] ppid=17089 vsize=486228 CPUtime=53.35 cores=0-7
/proc/17091/task/17109/stat : 17109 (python) S 17089 17091 16748 0 -1 4202560 23 55910 0 0 0 0 5321 14 22 0 9 0 545640812 497897472 38522 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 2 0 0 0
[pid=17091/tid=17112] ppid=17089 vsize=486228 CPUtime=53.35 cores=0-7
/proc/17091/task/17112/stat : 17112 (python) S 17089 17091 16748 0 -1 4202560 26 55910 0 0 0 0 5321 14 23 0 9 0 545640816 497897472 38522 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 2 0 0 0
[pid=17091/tid=17115] ppid=17089 vsize=486228 CPUtime=53.35 cores=0-7
/proc/17091/task/17115/stat : 17115 (python) S 17089 17091 16748 0 -1 4202560 24 55910 0 0 0 0 5321 14 20 0 9 0 545640819 497897472 38522 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 0 0 0 0
[pid=17091/tid=17118] ppid=17089 vsize=486228 CPUtime=53.35 cores=0-7
/proc/17091/task/17118/stat : 17118 (python) S 17089 17091 16748 0 -1 4202560 24 55910 0 0 0 0 5321 14 21 0 9 0 545640823 497897472 38522 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 1 0 0 0
[pid=17091/tid=17121] ppid=17089 vsize=486228 CPUtime=53.35 cores=0-7
/proc/17091/task/17121/stat : 17121 (python) S 17089 17091 16748 0 -1 4202560 28 55910 0 0 0 0 5321 14 22 0 9 0 545640826 497897472 38522 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 2 18446604453925201920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 473.83
Current children cumulated vsize (KiB) 4249532

[startup+100.401 s]
/proc/loadavg: 6.30 7.10 7.64 10/263 17123
/proc/meminfo: memFree=26665516/32950928 swapFree=67086616/67111528
[pid=17091] ppid=17089 vsize=486124 CPUtime=474.2 cores=0-7
/proc/17091/stat : 17091 (python) R 17089 17091 16748 0 -1 4202496 78101 706641 1 0 4644 22 42549 205 17 0 6 0 545636135 497790976 38506 33554432000 4194304 5683644 140733897491392 18446744073709551615 239476350391 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17091/statm: 121531 38506 1874 364 0 57454 0
[pid=17091/tid=17100] ppid=17089 vsize=486124 CPUtime=427.54 cores=0-7
/proc/17091/task/17100/stat : 17100 (python) S 17089 17091 16748 0 -1 4202560 30 706641 0 0 0 0 42549 205 18 0 6 0 545640802 497790976 38506 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 0 18446604453925201920 0 0 -1 4 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=486124 CPUtime=427.54 cores=0-7
/proc/17091/task/17103/stat : 17103 (python) S 17089 17091 16748 0 -1 4202560 25 706641 0 0 0 0 42549 205 17 0 6 0 545640805 497790976 38506 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 0 18446604453925201920 0 0 -1 4 0 0 0
[pid=17091/tid=17109] ppid=17089 vsize=486124 CPUtime=427.54 cores=0-7
/proc/17091/task/17109/stat : 17109 (python) S 17089 17091 16748 0 -1 4202560 25 706641 0 0 0 0 42549 205 18 0 6 0 545640812 497790976 38506 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 0 18446604453925201920 0 0 -1 2 0 0 0
[pid=17091/tid=17115] ppid=17089 vsize=486124 CPUtime=427.54 cores=0-7
/proc/17091/task/17115/stat : 17115 (python) S 17089 17091 16748 0 -1 4202560 26 706641 0 0 0 0 42549 205 18 0 6 0 545640819 497790976 38506 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 0 18446604453925201920 0 0 -1 2 0 0 0
[pid=17091/tid=17121] ppid=17089 vsize=486124 CPUtime=427.54 cores=0-7
/proc/17091/task/17121/stat : 17121 (python) S 17089 17091 16748 0 -1 4202560 28 706641 0 0 0 0 42549 205 18 0 6 0 545640826 497790976 38506 33554432000 4194304 5683644 140733897491392 18446744073709551615 239488518577 0 0 16781312 0 18446604453925201920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 474.2
Current children cumulated vsize (KiB) 486124

Child status: 0
Real time (s): 100.426
CPU time (s): 474.246
CPU user time (s): 471.955
CPU system time (s): 2.29065
CPU usage (%): 472.235
Max. virtual memory (cumulated for all children) (KiB): 7311688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 471.955
system time used= 2.29065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 789034
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= 3673
involuntary context switches= 2578

runsolver used 0.310952 second user time and 0.578911 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-02 14:46:31
IDJOB=3321429
IDBENCH=71003
IDSOLVER=1710
FILE ID=node148/3321429-1304340390
RUNJOBID= node148-1304337555-16762
PBS_JOBID= 13178035
Free space on /tmp= 73532 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.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-3321429-1304340390/watcher-3321429-1304340390 -o /tmp/evaluation-result-3321429-1304340390/solver-3321429-1304340390 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321429-1304340390.cnf -seed 50688273 -budget 40000 -cores 8

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

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=50688273

node148.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.854
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.70
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.854
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.75
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.854
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.83
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.854
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.75
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.854
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.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28803872 kB
Buffers:        821380 kB
Cached:        1934560 kB
SwapCached:       3908 kB
Active:        1360728 kB
Inactive:      2396928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28803872 kB
SwapTotal:    67111528 kB
SwapFree:     67086616 kB
Dirty:           43596 kB
Writeback:           0 kB
AnonPages:     1000636 kB
Mapped:          20796 kB
Slab:           312408 kB
PageTables:      13680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 37806676 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= 73500 MiB
End job on node148 at 2011-05-02 14:48:11