Trace number 3380800

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-par-industrial (fixed)UNSAT 4372.49 1110.82

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark381.959
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

Solver Data

0.42/8.39	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.42/8.39	c INFO: solving HOME/instance-3380800-1307741579.cnf
0.42/8.39	c INFO: computing task features
36.59/44.60	c INFO: computed variable-clause graph statistics
37.69/45.71	c INFO: computed clause balance statistics
158.59/166.65	c INFO: computed variable balance statistics
259.80/267.82	c INFO: computed small-clause counts
266.00/274.00	c INFO: computed Horn-clause counts
634.01/642.07	c INFO: computed variable graph statistics
634.01/642.09	c INFO: collected features for HOME/instance-3380800-1307741579.cnf in 631.53 s
634.11/642.12	c INFO: running lingeling-276@0 for 97 with 4366 remaining (b = 0.79)
634.11/642.17	c INFO: running lingeling-276@0 for 485 with 4366 remaining (b = 0.94)
634.21/642.21	c INFO: running precosat-570@0 for 97 with 4366 remaining (b = 0.64)
634.21/642.25	c INFO: running lingeling-276@0 for 97 with 4366 remaining (b = 0.47)
634.21/642.29	c INFO: running cryptominisat-2.9.0@0 for 1261 with 4366 remaining (b = 0.76)
634.58/642.33	c INFO: running precosat-570@0 for 97 with 4366 remaining (b = 0.23)
634.58/642.37	c INFO: running cryptominisat-2.9.0@0 for 1455 with 4366 remaining (b = 0.63)
635.10/642.42	c INFO: running lingeling-276@0 for 485 with 4365 remaining (b = 0.25)
1433.72/742.32	c INFO: running lingeling-276@0 for 291 with 4266 remaining (b = 0.15)
1434.56/742.41	c INFO: running glucosER@0 for 291 with 4265 remaining (b = 0.38)
1434.56/742.46	c INFO: running precosat-570@0 for 291 with 4265 remaining (b = 0.29)
1435.27/742.52	c INFO: running glucosER@0 for 291 with 4265 remaining (b = 0.47)
3759.57/1033.70	c INFO: running precosat-570@0 for 97 with 3974 remaining (b = 0.23)
3777.13/1035.82	c INFO: running precosat-570@98 for 97 with 3972 remaining (b = 0.23)
3817.84/1040.95	c INFO: running glucosER@290 for 97 with 3967 remaining (b = 0.23)
3848.97/1044.87	c INFO: running glucosER@99 for 194 with 3963 remaining (b = 0.30)
4371.98/1110.45	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.1 (svn: 988)

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-3380800-1307741579/watcher-3380800-1307741579 -o /tmp/evaluation-result-3380800-1307741579/solver-3380800-1307741579 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380800-1307741579.cnf -seed 1847198014 -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: 0.08 0.02 0.01 1/170 17595
/proc/meminfo: memFree=31458292/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=14304 CPUtime=0 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4194304 161 0 0 0 0 0 0 0 22 0 1 0 866574307 14647296 111 33554432000 4194304 5683644 140733280413280 18446744073709551615 270333421105 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17595/statm: 3576 112 90 364 0 50 0

[startup+0.0471229 s]
/proc/loadavg: 0.08 0.02 0.01 1/170 17595
/proc/meminfo: memFree=31458292/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=15184 CPUtime=0 cores=0-7
/proc/17595/stat : 17595 (python) S 17593 17595 17565 0 -1 4202496 725 0 0 0 0 0 0 0 22 0 1 0 866574307 15548416 615 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/17595/statm: 3796 615 321 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.101111 s]
/proc/loadavg: 0.08 0.02 0.01 1/170 17595
/proc/meminfo: memFree=31458292/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=15908 CPUtime=0 cores=0-7
/proc/17595/stat : 17595 (python) S 17593 17595 17565 0 -1 4202496 959 0 0 0 0 0 0 0 22 0 1 0 866574307 16289792 834 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/17595/statm: 3977 834 357 364 0 464 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15908

[startup+0.301028 s]
/proc/loadavg: 0.08 0.02 0.01 1/170 17595
/proc/meminfo: memFree=31458292/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=36508 CPUtime=0.04 cores=0-7
/proc/17595/stat : 17595 (python) S 17593 17595 17565 0 -1 4202496 1608 0 3 0 3 1 0 0 20 0 1 0 866574307 37384192 1444 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 1
/proc/17595/statm: 9127 1444 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.700972 s]
/proc/loadavg: 0.08 0.02 0.01 1/170 17595
/proc/meminfo: memFree=31458292/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=121500 CPUtime=0.13 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 4041 0 20 0 8 5 0 0 17 0 1 0 866574307 124416000 3687 33554432000 4194304 5683644 140733280413280 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 9
/proc/17595/statm: 30375 3687 986 364 0 2705 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 121500

[startup+1.50081 s]
/proc/loadavg: 0.08 0.02 0.01 2/171 17600
/proc/meminfo: memFree=31439260/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=144100 CPUtime=0.27 cores=0-7
/proc/17595/stat : 17595 (python) S 17593 17595 17565 0 -1 4202496 6221 926 24 5 18 9 0 0 15 0 1 0 866574307 147558400 4373 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 34
/proc/17595/statm: 36025 4373 1185 364 0 3181 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 144100

[startup+3.10047 s]
/proc/loadavg: 0.07 0.02 0.00 1/171 17600
/proc/meminfo: memFree=31433584/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=182428 CPUtime=0.28 cores=0-7
/proc/17595/stat : 17595 (python) D 17593 17595 17565 0 -1 4202496 6725 926 32 5 19 9 0 0 15 0 1 0 866574307 186806272 4816 33554432000 4194304 5683644 140733280413280 18446744073709551615 270333461938 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 102
/proc/17595/statm: 45607 4816 1339 364 0 3723 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 182428
heavy processes:

[startup+6.30084 s]
/proc/loadavg: 0.07 0.02 0.00 1/171 17600
/proc/meminfo: memFree=31428868/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=234160 CPUtime=0.34 cores=0-7
/proc/17595/stat : 17595 (python) S 17593 17595 17565 0 -1 4202496 7819 926 48 5 24 10 0 0 15 0 1 0 866574307 239779840 5771 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 246
/proc/17595/statm: 58540 5771 1590 364 0 4339 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 234160
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 0.21 0.05 0.01 2/171 17600
/proc/meminfo: memFree=30984552/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=767960 CPUtime=4.74 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 130652 926 60 5 442 32 0 0 22 0 1 0 866574307 786391040 128273 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338044613 0 0 16781312 2 0 0 0 17 3 0 0 322
/proc/17595/statm: 191990 128273 1761 364 0 127914 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 767960
heavy processes:

[startup+25.501 s]
/proc/loadavg: 0.33 0.08 0.02 2/171 17601
/proc/meminfo: memFree=30049072/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=1687564 CPUtime=17.53 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 357402 926 60 5 1689 64 0 0 25 0 1 0 866574307 1728065536 355023 33554432000 4194304 5683644 140733280413280 18446744073709551615 5114063 0 0 16781312 2 0 0 0 17 3 0 0 322
/proc/17595/statm: 421891 355023 1761 364 0 357815 0
Current children cumulated CPU time (s) 17.53
Current children cumulated vsize (KiB) 1687564
heavy processes:

[startup+51.1009 s]
/proc/loadavg: 0.56 0.15 0.05 2/171 17601
/proc/meminfo: memFree=29917108/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=1780032 CPUtime=43.09 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 1225946 926 62 5 4137 172 0 0 25 0 1 0 866574307 1822752768 382393 33554432000 4194304 5683644 140733280413280 18446744073709551615 5006352 0 0 16781312 2 0 0 0 17 3 0 0 327
/proc/17595/statm: 445008 382393 1826 364 0 380932 0
Current children cumulated CPU time (s) 43.09
Current children cumulated vsize (KiB) 1780032

[startup+102.306 s]
/proc/loadavg: 0.82 0.29 0.10 2/171 17603
/proc/meminfo: memFree=29917720/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=1780032 CPUtime=94.29 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 1225946 926 62 5 9257 172 0 0 25 0 1 0 866574307 1822752768 382393 33554432000 4194304 5683644 140733280413280 18446744073709551615 4415744 0 0 16781312 2 0 0 0 17 3 0 0 327
/proc/17595/statm: 445008 382393 1826 364 0 380932 0
Current children cumulated CPU time (s) 94.29
Current children cumulated vsize (KiB) 1780032

[startup+162.301 s]
/proc/loadavg: 0.93 0.42 0.15 2/171 17604
/proc/meminfo: memFree=29917692/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=1780032 CPUtime=154.29 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 1225946 926 62 5 15257 172 0 0 25 0 1 0 866574307 1822752768 382393 33554432000 4194304 5683644 140733280413280 18446744073709551615 4527925 0 0 16781312 2 0 0 0 17 3 0 0 327
/proc/17595/statm: 445008 382393 1826 364 0 380932 0
Current children cumulated CPU time (s) 154.29
Current children cumulated vsize (KiB) 1780032

[startup+222.301 s]
/proc/loadavg: 0.97 0.52 0.20 2/171 17606
/proc/meminfo: memFree=29917780/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=1780032 CPUtime=214.29 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 1225947 926 62 5 21257 172 0 0 25 0 1 0 866574307 1822752768 382394 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338039894 0 0 16781312 2 0 0 0 17 3 0 0 327
/proc/17595/statm: 445008 382394 1827 364 0 380932 0
Current children cumulated CPU time (s) 214.29
Current children cumulated vsize (KiB) 1780032

[startup+282.301 s]
/proc/loadavg: 0.99 0.61 0.25 2/171 17607
/proc/meminfo: memFree=29918000/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=1780032 CPUtime=274.3 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 1685194 926 62 5 27206 224 0 0 25 0 1 0 866574307 1822752768 382400 33554432000 4194304 5683644 140733280413280 18446744073709551615 47317403941004 0 0 16781312 2 0 0 0 17 3 0 0 327
/proc/17595/statm: 445008 382400 1833 364 0 380932 0
Current children cumulated CPU time (s) 274.3
Current children cumulated vsize (KiB) 1780032

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.30 2/171 17609
/proc/meminfo: memFree=29917984/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=1780032 CPUtime=334.3 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 1685194 926 62 5 33206 224 0 0 25 0 1 0 866574307 1822752768 382400 33554432000 4194304 5683644 140733280413280 18446744073709551615 47317403941004 0 0 16781312 2 0 0 0 17 3 0 0 327
/proc/17595/statm: 445008 382400 1833 364 0 380932 0
Current children cumulated CPU time (s) 334.3
Current children cumulated vsize (KiB) 1780032

[startup+402.3 s]
/proc/loadavg: 0.99 0.73 0.34 2/171 17611
/proc/meminfo: memFree=29917816/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=1780032 CPUtime=394.3 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 1685194 926 62 5 39206 224 0 0 25 0 1 0 866574307 1822752768 382400 33554432000 4194304 5683644 140733280413280 18446744073709551615 47317403941004 0 0 16781312 2 0 0 0 17 1 0 0 327
/proc/17595/statm: 445008 382400 1833 364 0 380932 0
Current children cumulated CPU time (s) 394.3
Current children cumulated vsize (KiB) 1780032

[startup+462.3 s]
/proc/loadavg: 0.99 0.78 0.38 2/171 17612
/proc/meminfo: memFree=29917908/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=1780032 CPUtime=454.3 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 1685194 926 62 5 45206 224 0 0 25 0 1 0 866574307 1822752768 382400 33554432000 4194304 5683644 140733280413280 18446744073709551615 47317403940992 0 0 16781312 2 0 0 0 17 1 0 0 327
/proc/17595/statm: 445008 382400 1833 364 0 380932 0
Current children cumulated CPU time (s) 454.3
Current children cumulated vsize (KiB) 1780032

[startup+522.3 s]
/proc/loadavg: 0.99 0.81 0.41 2/171 17614
/proc/meminfo: memFree=29917996/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=1780032 CPUtime=514.31 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 1685194 926 62 5 51207 224 0 0 25 0 1 0 866574307 1822752768 382400 33554432000 4194304 5683644 140733280413280 18446744073709551615 47317403941004 0 0 16781312 2 0 0 0 17 1 0 0 327
/proc/17595/statm: 445008 382400 1833 364 0 380932 0
Current children cumulated CPU time (s) 514.31
Current children cumulated vsize (KiB) 1780032

[startup+582.3 s]
/proc/loadavg: 0.99 0.85 0.45 2/171 17615
/proc/meminfo: memFree=29918084/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=1780032 CPUtime=574.31 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 1685194 926 62 5 57207 224 0 0 25 0 1 0 866574307 1822752768 382400 33554432000 4194304 5683644 140733280413280 18446744073709551615 47317403940992 0 0 16781312 2 0 0 0 17 1 0 0 327
/proc/17595/statm: 445008 382400 1833 364 0 380932 0

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

/proc/17620/stat : 17620 (lingeling) T 17618 17620 17620 0 -1 4202496 133845 0 0 0 39081 26 0 0 25 0 1 0 866638523 213884928 51389 33554432000 4194304 4352236 140735422533344 18446744073709551615 4328063 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17620/statm: 52218 51389 129 39 0 51298 0
[pid=17618/tid=17645] ppid=17595 vsize=1120136 CPUtime=0 cores=0-7
/proc/17618/task/17645/stat : 17645 (python) S 17595 17595 17565 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 866648538 1147019264 213446 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 514 18446604453965058432 0 0 -1 7 0 0 0
[pid=17621] ppid=17595 vsize=1120148 CPUtime=0.63 cores=0-7
/proc/17621/stat : 17621 (python) S 17595 17595 17565 0 -1 4202560 1001 0 0 0 28 35 0 0 18 0 1 0 866638525 1147031552 213400 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338403910 0 0 16781312 514 17150903649677836548 0 0 17 4 0 0 0
/proc/17621/statm: 280037 213400 370 364 0 215952 0
[pid=17623] ppid=17621 vsize=201096 CPUtime=467.03 cores=0-7
/proc/17623/stat : 17623 (lingeling) R 17621 17623 17623 0 -1 4202496 102559 0 0 0 46683 20 0 0 25 0 1 0 866638527 205922304 49444 33554432000 4194304 4352236 140736210714064 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/17623/statm: 50274 49444 129 39 0 49354 0
[pid=17624] ppid=17595 vsize=1195940 CPUtime=0.63 cores=0-7
/proc/17624/stat : 17624 (python) S 17595 17595 17565 0 -1 4202560 1145 0 0 0 31 32 0 0 18 0 2 0 866638529 1224642560 213436 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17624/statm: 298985 213436 399 364 0 234897 0
[pid=17626] ppid=17624 vsize=1134828 CPUtime=466.59 cores=0-7
/proc/17626/stat : 17626 (precosat) R 17624 17626 17626 0 -1 4202496 285886 0 0 0 46615 44 0 0 25 0 1 0 866638531 1162063872 276876 33554432000 4194304 4890832 140734315083744 18446744073709551615 4239048 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/17626/statm: 283707 276876 86 171 0 283534 0
[pid=17624/tid=17646] ppid=17595 vsize=1195940 CPUtime=0 cores=0-7
/proc/17624/task/17646/stat : 17646 (python) S 17595 17595 17565 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 866648546 1224642560 213436 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 514 18446604453919790144 0 0 -1 4 0 0 0
[pid=17627] ppid=17595 vsize=1140660 CPUtime=0.14 cores=0-7
/proc/17627/stat : 17627 (python) S 17595 17595 17565 0 -1 4202560 1114 0 0 0 7 7 0 0 19 0 2 0 866638533 1168035840 213438 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17627/statm: 285165 213438 399 364 0 221074 0
[pid=17629] ppid=17627 vsize=198440 CPUtime=100.12 cores=0-7
/proc/17629/stat : 17629 (lingeling) T 17627 17629 17629 0 -1 4202496 99938 0 0 0 9991 21 0 0 25 0 1 0 866638535 203202560 46823 33554432000 4194304 4352236 140735101890672 18446744073709551615 4281252 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/17629/statm: 49610 46823 129 39 0 48690 0
[pid=17627/tid=17648] ppid=17595 vsize=1140660 CPUtime=0 cores=0-7
/proc/17627/task/17648/stat : 17648 (python) S 17595 17595 17565 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 866648549 1168035840 213438 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 514 18446604453919791936 0 0 -1 1 0 0 0
[pid=17630] ppid=17595 vsize=1150916 CPUtime=0.67 cores=0-7
/proc/17630/stat : 17630 (python) S 17595 17595 17565 0 -1 4202560 1012 0 0 0 33 34 0 0 15 0 1 0 866638537 1178537984 213412 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338403910 0 0 16781312 514 17150903649677836548 0 0 17 1 0 0 0
/proc/17630/statm: 287729 213412 370 364 0 223635 0
[pid=17632] ppid=17630 vsize=3624564 CPUtime=467.16 cores=0-7
/proc/17632/stat : 17632 (cryptominisat-2) R 17630 17632 17632 0 -1 4202496 774015 0 0 0 46596 120 0 0 25 0 1 0 866638539 3711553536 696796 33554432000 4194304 4677096 140734709672544 18446744073709551615 4334216 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17632/statm: 906141 696796 391 118 0 901100 0
[pid=17633] ppid=17595 vsize=1161172 CPUtime=0.24 cores=0-7
/proc/17633/stat : 17633 (python) S 17595 17595 17565 0 -1 4202560 1148 0 0 0 12 12 0 0 18 0 2 0 866638541 1189040128 213446 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17633/statm: 290293 213446 399 364 0 226196 0
[pid=17635] ppid=17633 vsize=1143524 CPUtime=175.11 cores=0-7
/proc/17635/stat : 17635 (precosat) R 17633 17635 17635 0 -1 4202496 288162 0 0 0 17462 49 0 0 25 0 1 0 866638543 1170968576 279051 33554432000 4194304 4890832 140734463287424 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/17635/statm: 285881 279051 86 171 0 285708 0
[pid=17633/tid=17651] ppid=17595 vsize=1161172 CPUtime=0 cores=0-7
/proc/17633/task/17651/stat : 17651 (python) S 17595 17595 17565 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 866648558 1189040128 213446 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 514 18446604453962087424 0 0 -1 1 0 0 0
[pid=17636] ppid=17595 vsize=1171428 CPUtime=0.66 cores=0-7
/proc/17636/stat : 17636 (python) S 17595 17595 17565 0 -1 4202560 1022 0 0 0 35 31 0 0 15 0 1 0 866638545 1199542272 213420 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338403910 0 0 16781312 514 4393881565352919300 0 0 17 1 0 0 0
/proc/17636/statm: 292857 213420 370 364 0 228757 0
[pid=17638] ppid=17636 vsize=3270052 CPUtime=467.05 cores=0-7
/proc/17638/stat : 17638 (cryptominisat-2) R 17636 17638 17638 0 -1 4202496 691063 0 0 0 46598 107 0 0 25 0 1 0 866638549 3348533248 620451 33554432000 4194304 4677096 140734807061424 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17638/statm: 817513 620451 391 118 0 812472 0
[pid=17639] ppid=17595 vsize=1181684 CPUtime=0.63 cores=0-7
/proc/17639/stat : 17639 (python) S 17595 17595 17565 0 -1 4202560 1053 0 0 0 31 32 0 0 18 0 1 0 866638549 1210044416 213430 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338403910 0 0 16781312 514 17150903649677836548 0 0 17 1 0 0 0
/proc/17639/statm: 295421 213430 376 364 0 231318 0
[pid=17641] ppid=17639 vsize=201116 CPUtime=465.88 cores=0-7
/proc/17641/stat : 17641 (lingeling) R 17639 17641 17641 0 -1 4202496 132957 0 0 0 46565 23 0 0 25 0 1 0 866638552 205942784 49481 33554432000 4194304 4352236 140736806284048 18446744073709551615 4280999 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17641/statm: 50279 49481 129 39 0 49359 0
[pid=17647] ppid=17595 vsize=1257476 CPUtime=0.5 cores=0-7
/proc/17647/stat : 17647 (python) S 17595 17595 17565 0 -1 4202560 1166 0 0 0 28 22 0 0 18 0 2 0 866648548 1287655424 213464 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17647/statm: 314369 213464 399 364 0 250263 0
[pid=17650] ppid=17647 vsize=642588 CPUtime=361.2 cores=0-7
/proc/17650/stat : 17650 (glucoser_static) R 17647 17650 17650 0 -1 4202496 148757 0 0 0 36091 29 0 0 25 0 1 0 866648553 658010112 148476 33554432000 134512640 134580299 4292115952 18446744073709551615 134547116 0 0 16781312 8388611 0 0 0 17 6 0 0 0
/proc/17650/statm: 160647 148476 242 17 0 159975 0
[pid=17647/tid=17664] ppid=17595 vsize=1257476 CPUtime=0 cores=0-7
/proc/17647/task/17664/stat : 17664 (python) S 17595 17595 17565 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 866678792 1287655424 213464 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 514 18446604453946914816 0 0 -1 7 0 0 0
[pid=17652] ppid=17595 vsize=1267732 CPUtime=0.5 cores=0-7
/proc/17652/stat : 17652 (python) S 17595 17595 17565 0 -1 4202560 1165 0 0 0 26 24 0 0 18 0 2 0 866648560 1298157568 213468 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17652/statm: 316933 213468 399 364 0 252824 0
[pid=17654] ppid=17652 vsize=643576 CPUtime=364.53 cores=0-7
/proc/17654/stat : 17654 (glucoser_static) R 17652 17654 17654 0 -1 4202496 149008 0 0 0 36422 31 0 0 25 0 1 0 866648563 659021824 148731 33554432000 134512640 134580299 4291154784 18446744073709551615 134543208 0 0 16781312 8388611 0 0 0 17 7 0 0 0
/proc/17654/statm: 160894 148731 242 17 0 160222 0
[pid=17652/tid=17663] ppid=17595 vsize=1267732 CPUtime=0 cores=0-7
/proc/17652/task/17663/stat : 17663 (python) S 17595 17595 17565 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 866678400 1298157568 213468 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 514 18446604453946913920 0 0 -1 1 0 0 0
[pid=17595/tid=17619] ppid=17593 vsize=1212440 CPUtime=0 cores=0-7
/proc/17595/task/17619/stat : 17619 (python) S 17593 17595 17565 0 -1 4202560 29 926 0 5 0 0 0 0 18 0 11 0 866638523 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 0 0 0 0
[pid=17595/tid=17622] ppid=17593 vsize=1212440 CPUtime=0 cores=0-7
/proc/17595/task/17622/stat : 17622 (python) S 17593 17595 17565 0 -1 4202560 23 926 0 5 0 0 0 0 25 0 11 0 866638527 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 0 0 0 0
[pid=17595/tid=17625] ppid=17593 vsize=1212440 CPUtime=0 cores=0-7
/proc/17595/task/17625/stat : 17625 (python) S 17593 17595 17565 0 -1 4202560 32 926 0 5 0 0 0 0 18 0 11 0 866638531 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 0 0 0 0
[pid=17595/tid=17628] ppid=17593 vsize=1212440 CPUtime=0 cores=0-7
/proc/17595/task/17628/stat : 17628 (python) S 17593 17595 17565 0 -1 4202560 23 926 0 5 0 0 0 0 19 0 11 0 866638535 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 0 0 0 0
[pid=17595/tid=17631] ppid=17593 vsize=1212440 CPUtime=0 cores=0-7
/proc/17595/task/17631/stat : 17631 (python) S 17593 17595 17565 0 -1 4202560 25 926 0 5 0 0 0 0 20 0 11 0 866638539 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 0 0 0 0
[pid=17595/tid=17634] ppid=17593 vsize=1212440 CPUtime=0 cores=0-7
/proc/17595/task/17634/stat : 17634 (python) S 17593 17595 17565 0 -1 4202560 26 926 0 5 0 0 0 0 18 0 11 0 866638543 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 7 0 0 0
[pid=17595/tid=17637] ppid=17593 vsize=1212440 CPUtime=0 cores=0-7
/proc/17595/task/17637/stat : 17637 (python) S 17593 17595 17565 0 -1 4202560 26 926 0 5 0 0 0 0 19 0 11 0 866638547 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 6 0 0 0
[pid=17595/tid=17640] ppid=17593 vsize=1212440 CPUtime=0 cores=0-7
/proc/17595/task/17640/stat : 17640 (python) S 17593 17595 17565 0 -1 4202560 28 926 0 5 0 0 0 0 20 0 11 0 866638552 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 1 0 0 0
[pid=17595/tid=17649] ppid=17593 vsize=1212440 CPUtime=0 cores=0-7
/proc/17595/task/17649/stat : 17649 (python) S 17593 17595 17565 0 -1 4202560 28 926 0 5 0 0 0 0 18 0 11 0 866648551 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 1 0 0 0
[pid=17595/tid=17653] ppid=17593 vsize=1212440 CPUtime=0 cores=0-7
/proc/17595/task/17653/stat : 17653 (python) S 17593 17595 17565 0 -1 4202560 26 926 0 5 0 0 0 0 18 0 11 0 866648562 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4365.55
Current children cumulated vsize (KiB) 24248388

[startup+1110.3 s]
/proc/loadavg: 8.02 6.55 3.46 9/207 17665
/proc/meminfo: memFree=21041524/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=1212440 CPUtime=2239.62 cores=0-7
/proc/17595/stat : 17595 (python) S 17593 17595 17565 0 -1 4202496 1693275 1322245 62 5 63217 252 160128 365 15 0 11 0 866574307 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350213951 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 327
/proc/17595/statm: 303110 214960 1894 364 0 239001 0
[pid=17624] ppid=17595 vsize=1195940 CPUtime=0.63 cores=0-7
/proc/17624/stat : 17624 (python) S 17595 17595 17565 0 -1 4202560 1149 0 0 0 31 32 0 0 15 0 2 0 866638529 1224642560 213436 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350213951 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17624/statm: 298985 213436 399 364 0 234897 0
[pid=17626] ppid=17624 vsize=0 CPUtime=467.37 cores=0-7
/proc/17626/stat : 17626 (precosat) R 17624 17626 17626 0 -1 4203524 285886 0 0 0 46691 46 0 0 25 0 1 0 866638531 0 0 33554432000 0 0 0 0 0 0 0 16781312 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/17626/statm: 0 0 0 0 0 0 0
[pid=17624/tid=17646] ppid=17595 vsize=1195940 CPUtime=0 cores=0-7
/proc/17624/task/17646/stat : 17646 (python) S 17595 17595 17565 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 866648546 1224642560 213436 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781824 2 18446604453919790144 0 0 -1 4 0 0 0
[pid=17630] ppid=17595 vsize=0 CPUtime=468.38 cores=0-7
/proc/17630/stat : 17630 (python) Z 17595 17595 17565 0 -1 4202588 1241 774026 0 0 33 35 46641 129 15 0 1 0 866638537 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17630/statm: 0 0 0 0 0 0 0
[pid=17639] ppid=17595 vsize=1181684 CPUtime=0.63 cores=0-7
/proc/17639/stat : 17639 (python) S 17595 17595 17565 0 -1 4202560 1053 0 0 0 31 32 0 0 18 0 1 0 866638549 1210044416 213430 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338403910 0 0 16781312 514 17150903649677836548 0 0 17 1 0 0 0
/proc/17639/statm: 295421 213430 376 364 0 231318 0
[pid=17641] ppid=17639 vsize=201116 CPUtime=466.68 cores=0-7
/proc/17641/stat : 17641 (lingeling) R 17639 17641 17641 0 -1 4202496 132957 0 0 0 46645 23 0 0 25 0 1 0 866638552 205942784 49481 33554432000 4194304 4352236 140736806284048 18446744073709551615 4278746 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/17641/statm: 50279 49481 129 39 0 49359 0
[pid=17647] ppid=17595 vsize=1257476 CPUtime=0.5 cores=0-7
/proc/17647/stat : 17647 (python) S 17595 17595 17565 0 -1 4202560 1166 0 0 0 28 22 0 0 18 0 2 0 866648548 1287655424 213464 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17647/statm: 314369 213464 399 364 0 250263 0
[pid=17650] ppid=17647 vsize=642748 CPUtime=362 cores=0-7
/proc/17650/stat : 17650 (glucoser_static) R 17647 17650 17650 0 -1 4202496 148790 0 0 0 36171 29 0 0 25 0 1 0 866648553 658173952 148509 33554432000 134512640 134580299 4292115952 18446744073709551615 134547018 0 0 16781312 8388611 0 0 0 17 6 0 0 0
/proc/17650/statm: 160687 148509 242 17 0 160015 0
[pid=17647/tid=17664] ppid=17595 vsize=1257476 CPUtime=0 cores=0-7
/proc/17647/task/17664/stat : 17664 (python) S 17595 17595 17565 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 866678792 1287655424 213464 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 514 18446604453946914816 0 0 -1 7 0 0 0
[pid=17652] ppid=17595 vsize=1267732 CPUtime=0.5 cores=0-7
/proc/17652/stat : 17652 (python) S 17595 17595 17565 0 -1 4202560 1165 0 0 0 26 24 0 0 18 0 2 0 866648560 1298157568 213468 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17652/statm: 316933 213468 399 364 0 252824 0
[pid=17654] ppid=17652 vsize=643856 CPUtime=365.31 cores=0-7
/proc/17654/stat : 17654 (glucoser_static) R 17652 17654 17654 0 -1 4202496 149050 0 0 0 36500 31 0 0 25 0 1 0 866648563 659308544 148773 33554432000 134512640 134580299 4291154784 18446744073709551615 134543183 0 0 16781312 8388611 0 0 0 17 4 0 0 0
/proc/17654/statm: 160964 148773 242 17 0 160292 0
[pid=17652/tid=17663] ppid=17595 vsize=1267732 CPUtime=0 cores=0-7
/proc/17652/task/17663/stat : 17663 (python) S 17595 17595 17565 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 866678400 1298157568 213468 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 514 18446604453946913920 0 0 -1 1 0 0 0
[pid=17595/tid=17619] ppid=17593 vsize=1212440 CPUtime=1604.93 cores=0-7
/proc/17595/task/17619/stat : 17619 (python) S 17593 17595 17565 0 -1 4202560 29 1322245 0 5 0 0 160128 365 18 0 11 0 866638523 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 0 0 0 0
[pid=17595/tid=17622] ppid=17593 vsize=1212440 CPUtime=1604.93 cores=0-7
/proc/17595/task/17622/stat : 17622 (python) S 17593 17595 17565 0 -1 4202560 23 1322245 0 5 0 0 160128 365 25 0 11 0 866638527 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 0 0 0 0
[pid=17595/tid=17625] ppid=17593 vsize=1212440 CPUtime=1604.93 cores=0-7
/proc/17595/task/17625/stat : 17625 (python) S 17593 17595 17565 0 -1 4202560 32 1322245 0 5 0 0 160128 365 18 0 11 0 866638531 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 0 0 0 0
[pid=17595/tid=17628] ppid=17593 vsize=1212440 CPUtime=1604.93 cores=0-7
/proc/17595/task/17628/stat : 17628 (python) S 17593 17595 17565 0 -1 4202560 23 1322245 0 5 0 0 160128 365 19 0 11 0 866638535 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 0 0 0 0
[pid=17595/tid=17631] ppid=17593 vsize=1212440 CPUtime=1604.93 cores=0-7
/proc/17595/task/17631/stat : 17631 (python) S 17593 17595 17565 0 -1 4202560 25 1322245 0 5 0 0 160128 365 20 0 11 0 866638539 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 0 0 0 0
[pid=17595/tid=17634] ppid=17593 vsize=1212440 CPUtime=1604.93 cores=0-7
/proc/17595/task/17634/stat : 17634 (python) S 17593 17595 17565 0 -1 4202560 26 1322245 0 5 0 0 160128 365 18 0 11 0 866638543 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 7 0 0 0
[pid=17595/tid=17637] ppid=17593 vsize=1212440 CPUtime=1604.93 cores=0-7
/proc/17595/task/17637/stat : 17637 (python) S 17593 17595 17565 0 -1 4202560 26 1322245 0 5 0 0 160128 365 19 0 11 0 866638547 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 6 0 0 0
[pid=17595/tid=17640] ppid=17593 vsize=1212440 CPUtime=1604.93 cores=0-7
/proc/17595/task/17640/stat : 17640 (python) S 17593 17595 17565 0 -1 4202560 28 1322245 0 5 0 0 160128 365 20 0 11 0 866638552 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 1 0 0 0
[pid=17595/tid=17649] ppid=17593 vsize=1212440 CPUtime=1604.93 cores=0-7
/proc/17595/task/17649/stat : 17649 (python) S 17593 17595 17565 0 -1 4202560 28 1322245 0 5 0 0 160128 365 18 0 11 0 866648551 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 1 0 0 0
[pid=17595/tid=17653] ppid=17593 vsize=1212440 CPUtime=1604.93 cores=0-7
/proc/17595/task/17653/stat : 17653 (python) S 17593 17595 17565 0 -1 4202560 26 1322245 0 5 0 0 160128 365 18 0 11 0 866648562 1241538560 214960 33554432000 4194304 5683644 140733280413280 18446744073709551615 270350207409 0 0 16781312 2 18446604453945067648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4371.62
Current children cumulated vsize (KiB) 7602992

[startup+1110.7 s]
/proc/loadavg: 8.02 6.55 3.46 9/207 17665
/proc/meminfo: memFree=21041524/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=1140600 CPUtime=4372.35 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202496 1851950 2818864 62 5 63233 260 372954 788 16 0 1 0 866574307 1167974400 214911 33554432000 4194304 5683644 140733280413280 18446744073709551615 270338039223 0 0 16781312 0 0 0 0 17 2 0 0 327
/proc/17595/statm: 285150 214911 1873 364 0 221074 0
Current children cumulated CPU time (s) 4372.35
Current children cumulated vsize (KiB) 1140600

[startup+1110.8 s]
/proc/loadavg: 8.02 6.55 3.46 9/207 17665
/proc/meminfo: memFree=21041524/32951124 swapFree=67055520/67111528
[pid=17595] ppid=17593 vsize=0 CPUtime=4372.45 cores=0-7
/proc/17595/stat : 17595 (python) R 17593 17595 17565 0 -1 4202500 1892176 2818864 62 5 63238 265 372954 788 16 0 1 0 866574307 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 327
/proc/17595/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4372.45
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1110.82
CPU time (s): 4372.49
CPU user time (s): 4361.93
CPU system time (s): 10.5624
CPU usage (%): 393.628
Max. virtual memory (cumulated for all children) (KiB): 24248528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4361.93
system time used= 10.5624
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4711040
page faults= 67
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7638
involuntary context switches= 26406

runsolver used 2.6246 second user time and 6.577 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-10 23:33:05
IDJOB=3380800
IDBENCH=82399
IDSOLVER=1864
FILE ID=node143/3380800-1307741579
RUNJOBID= node143-1307741579-17579
PBS_JOBID= 13550757
Free space on /tmp= 73940 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.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-3380800-1307741579/watcher-3380800-1307741579 -o /tmp/evaluation-result-3380800-1307741579/solver-3380800-1307741579 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380800-1307741579.cnf -seed 1847198014 -budget 40000 -cores 8

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1847198014

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31460268 kB
Buffers:        105072 kB
Cached:        1209168 kB
SwapCached:       8636 kB
Active:         424980 kB
Inactive:       907168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31460268 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:          217716 kB
Writeback:           0 kB
AnonPages:       16396 kB
Mapped:          12556 kB
Slab:            93152 kB
PageTables:       4304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187864 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= 73904 MiB
End job on node143 at 2011-06-10 23:51:38