Trace number 3377997

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-seq-industrial (fixed)UNSAT 829.634 828.192

General information on the benchmark

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

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.45	c INFO: solving HOME/instance-3377997-1305455688.cnf
0.31/0.45	c INFO: computing task features
1.70/1.86	c INFO: computed variable-clause graph statistics
1.80/1.92	c INFO: computed clause balance statistics
8.90/9.09	c INFO: computed variable balance statistics
14.31/14.43	c INFO: computed small-clause counts
14.40/14.53	c INFO: computed Horn-clause counts
42.50/42.64	c INFO: computed variable graph statistics
42.50/42.64	c INFO: collected features for HOME/instance-3377997-1305455688.cnf in 42.15 s
42.50/42.66	c INFO: running lingeling-276@0 for 388 with 2357 remaining (b = 0.68)
435.50/434.61	c INFO: running lingeling-276@0 for 97 with 1965 remaining (b = 0.43)
535.67/534.87	c INFO: running lingeling-276@391 for 194 with 1865 remaining (b = 0.10)
728.66/727.36	c INFO: running cryptominisat-2.9.0@0 for 1673 with 1673 remaining (b = 0.59)
829.48/828.15	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: 961)

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-3377997-1305455688/watcher-3377997-1305455688 -o /tmp/evaluation-result-3377997-1305455688/solver-3377997-1305455688 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377997-1305455688.cnf -seed 1505617664 -budget 2400 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 2.99 1.93 2.44 5/345 30567
/proc/meminfo: memFree=12931228/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=15904 CPUtime=0 cores=4,6
/proc/30567/stat : 30567 (python) R 30565 30567 29010 0 -1 4202496 971 0 0 0 0 0 0 0 21 0 1 0 735799486 16285696 846 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895184345 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30567/statm: 3976 849 358 364 0 463 0

[startup+0.107485 s]
/proc/loadavg: 2.99 1.93 2.44 5/345 30567
/proc/meminfo: memFree=12931228/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=104788 CPUtime=0.08 cores=4,6
/proc/30567/stat : 30567 (python) S 30565 30567 29010 0 -1 4202496 3217 0 0 0 6 2 0 0 22 0 1 0 735799486 107302912 2885 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/30567/statm: 26197 2885 847 364 0 1945 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104788

[startup+0.20031 s]
/proc/loadavg: 2.99 1.93 2.44 5/345 30567
/proc/meminfo: memFree=12931228/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=131292 CPUtime=0.15 cores=4,6
/proc/30567/stat : 30567 (python) R 30565 30567 29010 0 -1 4202496 5699 934 1 0 12 3 0 0 23 0 1 0 735799486 134443008 4098 33554432000 4194304 5683644 140734631079216 18446744073709551615 4890448 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30567/statm: 32823 4098 1015 364 0 3084 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131292

[startup+0.300293 s]
/proc/loadavg: 2.99 1.93 2.44 5/345 30567
/proc/meminfo: memFree=12931228/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=198916 CPUtime=0.22 cores=4,6
/proc/30567/stat : 30567 (python) R 30565 30567 29010 0 -1 4202496 7014 934 1 0 17 5 0 0 23 0 1 0 735799486 203689984 5046 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895148967 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30567/statm: 49729 5046 1459 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.700214 s]
/proc/loadavg: 2.99 1.93 2.44 5/345 30567
/proc/meminfo: memFree=12931228/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=302636 CPUtime=0.61 cores=4,6
/proc/30567/stat : 30567 (python) R 30565 30567 29010 0 -1 4202496 15192 934 1 0 53 8 0 0 24 0 1 0 735799486 309899264 12866 33554432000 4194304 5683644 140734631079216 18446744073709551615 4300622 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30567/statm: 75659 12866 1761 364 0 11583 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 302636

[startup+1.50113 s]
/proc/loadavg: 2.99 1.93 2.44 5/346 30572
/proc/meminfo: memFree=12857316/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=354448 CPUtime=1.4 cores=4,6
/proc/30567/stat : 30567 (python) R 30565 30567 29010 0 -1 4202496 27717 934 1 0 131 9 0 0 25 0 1 0 735799486 362954752 25391 33554432000 4194304 5683644 140734631079216 18446744073709551615 4623648 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30567/statm: 88612 25391 1761 364 0 24536 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 354448

[startup+3.10082 s]
/proc/loadavg: 2.99 1.93 2.44 5/346 30572
/proc/meminfo: memFree=12813544/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=373016 CPUtime=3 cores=4,6
/proc/30567/stat : 30567 (python) R 30565 30567 29010 0 -1 4202496 43486 934 1 0 290 10 0 0 25 0 1 0 735799486 381968384 30639 33554432000 4194304 5683644 140734631079216 18446744073709551615 4418240 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30567/statm: 93254 30639 1826 364 0 29178 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 373016

[startup+6.30023 s]
/proc/loadavg: 3.07 1.96 2.45 5/346 30572
/proc/meminfo: memFree=12810576/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=373016 CPUtime=6.2 cores=4,6
/proc/30567/stat : 30567 (python) R 30565 30567 29010 0 -1 4202496 43486 934 1 0 610 10 0 0 25 0 1 0 735799486 381968384 30639 33554432000 4194304 5683644 140734631079216 18446744073709551615 4272616 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30567/statm: 93254 30639 1826 364 0 29178 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 373016

[startup+12.701 s]
/proc/loadavg: 3.15 1.99 2.46 5/346 30573
/proc/meminfo: memFree=12809172/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=373016 CPUtime=12.6 cores=4,6
/proc/30567/stat : 30567 (python) R 30565 30567 29010 0 -1 4202496 43487 934 1 0 1250 10 0 0 25 0 1 0 735799486 381968384 30640 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895149416 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30567/statm: 93254 30640 1827 364 0 29178 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 373016

[startup+25.5006 s]
/proc/loadavg: 3.34 2.09 2.48 5/346 30573
/proc/meminfo: memFree=12808012/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=373016 CPUtime=25.4 cores=4,6
/proc/30567/stat : 30567 (python) R 30565 30567 29010 0 -1 4202496 43493 934 1 0 2530 10 0 0 25 0 1 0 735799486 381968384 30646 33554432000 4194304 5683644 140734631079216 18446744073709551615 47494496352396 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30567/statm: 93254 30646 1833 364 0 29178 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 373016

[startup+51.1008 s]
/proc/loadavg: 3.56 2.24 2.52 5/349 30577
/proc/meminfo: memFree=12753280/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=376140 CPUtime=42.56 cores=4,6
/proc/30567/stat : 30567 (python) S 30565 30567 29010 0 -1 4202496 43776 934 1 0 4245 11 0 0 25 0 2 0 735799486 385167360 28898 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30567/statm: 94035 28898 1867 364 0 29953 0
[pid=30574] ppid=30567 vsize=365896 CPUtime=0 cores=4,6
/proc/30574/stat : 30574 (python) S 30567 30567 29010 0 -1 4202560 881 0 0 0 0 0 0 0 18 0 1 0 735803752 374677504 27403 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895510543 0 0 16781312 514 4293047445586179 0 0 17 6 0 0 0
/proc/30574/statm: 91474 27403 376 364 0 27392 0
[pid=30576] ppid=30574 vsize=57488 CPUtime=8.42 cores=4,6
/proc/30576/stat : 30576 (lingeling) R 30574 30576 30576 0 -1 4202496 22966 0 0 0 839 3 0 0 25 0 1 0 735803753 58867712 13540 33554432000 4194304 4352236 140733933509472 18446744073709551615 4209599 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30576/statm: 14372 13540 127 39 0 13452 0
[pid=30567/tid=30575] ppid=30565 vsize=376140 CPUtime=0 cores=4,6
/proc/30567/task/30575/stat : 30575 (python) S 30565 30567 29010 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 735803753 385167360 28898 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 799524

[startup+102.301 s]
/proc/loadavg: 3.81 2.51 2.59 5/352 30616
/proc/meminfo: memFree=12712208/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=376140 CPUtime=42.56 cores=4,6
/proc/30567/stat : 30567 (python) S 30565 30567 29010 0 -1 4202496 43776 934 1 0 4245 11 0 0 25 0 2 0 735799486 385167360 28898 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30567/statm: 94035 28898 1867 364 0 29953 0
[pid=30574] ppid=30567 vsize=365896 CPUtime=0.15 cores=4,6
/proc/30574/stat : 30574 (python) S 30567 30567 29010 0 -1 4202560 907 0 0 0 8 7 0 0 18 0 1 0 735803752 374677504 27403 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895510543 0 0 16781312 514 2993767852294504707 0 0 17 6 0 0 0
/proc/30574/statm: 91474 27403 376 364 0 27392 0
[pid=30576] ppid=30574 vsize=29520 CPUtime=59.63 cores=4,6
/proc/30576/stat : 30576 (lingeling) R 30574 30576 30576 0 -1 4202496 25021 0 0 0 5959 4 0 0 25 0 1 0 735803753 30228480 6550 33554432000 4194304 4352236 140733933509472 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30576/statm: 7380 6550 129 39 0 6460 0
[pid=30567/tid=30575] ppid=30565 vsize=376140 CPUtime=0 cores=4,6
/proc/30567/task/30575/stat : 30575 (python) S 30565 30567 29010 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 735803753 385167360 28898 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 771556

[startup+162.301 s]
/proc/loadavg: 4.09 2.83 2.70 5/349 30650
/proc/meminfo: memFree=11665688/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=376140 CPUtime=42.56 cores=4,6
/proc/30567/stat : 30567 (python) S 30565 30567 29010 0 -1 4202496 43776 934 1 0 4245 11 0 0 25 0 2 0 735799486 385167360 28898 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30567/statm: 94035 28898 1867 364 0 29953 0
[pid=30574] ppid=30567 vsize=365896 CPUtime=0.3 cores=4,6
/proc/30574/stat : 30574 (python) S 30567 30567 29010 0 -1 4202560 932 0 0 0 15 15 0 0 18 0 1 0 735803752 374677504 27403 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895510543 0 0 16781312 514 2993767852294504707 0 0 17 6 0 0 0
/proc/30574/statm: 91474 27403 376 364 0 27392 0
[pid=30576] ppid=30574 vsize=33916 CPUtime=119.63 cores=4,6
/proc/30576/stat : 30576 (lingeling) R 30574 30576 30576 0 -1 4202496 26784 0 0 0 11958 5 0 0 25 0 1 0 735803753 34729984 7649 33554432000 4194304 4352236 140733933509472 18446744073709551615 4276475 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30576/statm: 8479 7649 129 39 0 7559 0
[pid=30567/tid=30575] ppid=30565 vsize=376140 CPUtime=0 cores=4,6
/proc/30567/task/30575/stat : 30575 (python) S 30565 30567 29010 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 735803753 385167360 28898 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.49
Current children cumulated vsize (KiB) 775952

[startup+222.313 s]
/proc/loadavg: 4.18 3.08 2.79 5/349 30651
/proc/meminfo: memFree=11649664/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=376140 CPUtime=42.56 cores=4,6
/proc/30567/stat : 30567 (python) S 30565 30567 29010 0 -1 4202496 43776 934 1 0 4245 11 0 0 25 0 2 0 735799486 385167360 28898 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30567/statm: 94035 28898 1867 364 0 29953 0
[pid=30574] ppid=30567 vsize=365896 CPUtime=0.44 cores=4,6
/proc/30574/stat : 30574 (python) S 30567 30567 29010 0 -1 4202560 951 0 0 0 22 22 0 0 18 0 1 0 735803752 374677504 27403 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895510543 0 0 16781312 514 2993767852294504707 0 0 17 6 0 0 0
/proc/30574/statm: 91474 27403 376 364 0 27392 0
[pid=30576] ppid=30574 vsize=33828 CPUtime=179.65 cores=4,6
/proc/30576/stat : 30576 (lingeling) R 30574 30576 30576 0 -1 4202496 27116 0 0 0 17960 5 0 0 25 0 1 0 735803753 34639872 7627 33554432000 4194304 4352236 140733933509472 18446744073709551615 4231116 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30576/statm: 8457 7627 129 39 0 7537 0
[pid=30567/tid=30575] ppid=30565 vsize=376140 CPUtime=0 cores=4,6
/proc/30567/task/30575/stat : 30575 (python) S 30565 30567 29010 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 735803753 385167360 28898 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.65
Current children cumulated vsize (KiB) 775864

[startup+282.3 s]
/proc/loadavg: 4.07 3.25 2.86 5/349 30656
/proc/meminfo: memFree=11653116/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=376140 CPUtime=42.56 cores=4,6
/proc/30567/stat : 30567 (python) S 30565 30567 29010 0 -1 4202496 43776 934 1 0 4245 11 0 0 25 0 2 0 735799486 385167360 28898 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30567/statm: 94035 28898 1867 364 0 29953 0
[pid=30574] ppid=30567 vsize=365896 CPUtime=0.59 cores=4,6
/proc/30574/stat : 30574 (python) S 30567 30567 29010 0 -1 4202560 970 0 0 0 30 29 0 0 18 0 1 0 735803752 374677504 27403 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895510543 0 0 16781312 514 2993767852294504707 0 0 17 6 0 0 0
/proc/30574/statm: 91474 27403 376 364 0 27392 0
[pid=30576] ppid=30574 vsize=37392 CPUtime=239.63 cores=4,6
/proc/30576/stat : 30576 (lingeling) R 30574 30576 30576 0 -1 4202496 28012 0 0 0 23958 5 0 0 25 0 1 0 735803753 38289408 8518 33554432000 4194304 4352236 140733933509472 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30576/statm: 9348 8518 129 39 0 8428 0
[pid=30567/tid=30575] ppid=30565 vsize=376140 CPUtime=0 cores=4,6
/proc/30567/task/30575/stat : 30575 (python) S 30565 30567 29010 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 735803753 385167360 28898 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 282.78
Current children cumulated vsize (KiB) 779428

[startup+342.301 s]
/proc/loadavg: 4.10 3.41 2.94 5/349 30657
/proc/meminfo: memFree=11651696/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=376140 CPUtime=42.56 cores=4,6
/proc/30567/stat : 30567 (python) S 30565 30567 29010 0 -1 4202496 43776 934 1 0 4245 11 0 0 25 0 2 0 735799486 385167360 28898 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30567/statm: 94035 28898 1867 364 0 29953 0

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

[pid=30666] ppid=30567 vsize=376152 CPUtime=0.25 cores=4,6
/proc/30666/stat : 30666 (python) S 30567 30567 29010 0 -1 4202560 1080 0 0 0 12 13 0 0 19 0 2 0 735842948 385179648 27431 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30666/statm: 94038 27431 399 364 0 29953 0
[pid=30668] ppid=30666 vsize=31140 CPUtime=99.98 cores=4,6
/proc/30668/stat : 30668 (lingeling) T 30666 30668 30668 0 -1 4202496 22656 0 0 0 9996 2 0 0 25 0 1 0 735842948 31887360 6955 33554432000 4194304 4352236 140733388925856 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30668/statm: 7785 6955 129 39 0 6865 0
[pid=30666/tid=30679] ppid=30567 vsize=376152 CPUtime=0 cores=4,6
/proc/30666/task/30679/stat : 30679 (python) S 30567 30567 29010 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735852973 385179648 27431 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 514 18446604448310063488 0 0 -1 4 0 0 0
[pid=30711] ppid=30567 vsize=386408 CPUtime=0.27 cores=4,6
/proc/30711/stat : 30711 (python) S 30567 30567 29010 0 -1 4202560 957 0 0 0 15 12 0 0 15 0 1 0 735872222 395681792 27405 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895510598 0 0 16781312 514 2993767852294504707 0 0 17 4 0 0 0
/proc/30711/statm: 96602 27405 370 364 0 32514 0
[pid=30713] ppid=30711 vsize=344568 CPUtime=97.95 cores=4,6
/proc/30713/stat : 30713 (cryptominisat-2) R 30711 30713 30713 0 -1 4202496 95277 0 0 0 9782 13 0 0 25 0 1 0 735872223 352837632 74436 33554432000 4194304 4677096 140733561930224 18446744073709551615 4336292 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30713/statm: 86142 74436 392 118 0 81101 0
[pid=30567/tid=30575] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30575/stat : 30575 (python) S 30565 30567 29010 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 4 0 735803753 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
[pid=30567/tid=30667] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30667/stat : 30667 (python) S 30565 30567 29010 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 4 0 735842948 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
[pid=30567/tid=30712] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30712/stat : 30712 (python) S 30565 30567 29010 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 4 0 735872223 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 826.97
Current children cumulated vsize (KiB) 1967880

[startup+827.201 s]
/proc/loadavg: 3.22 3.63 3.27 4/359 30715
/proc/meminfo: memFree=10866348/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=396652 CPUtime=42.6 cores=4,6
/proc/30567/stat : 30567 (python) S 30565 30567 29010 0 -1 4202496 45408 934 1 0 4248 12 0 0 19 0 4 0 735799486 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30567/statm: 99163 28911 1872 364 0 35075 0
[pid=30574] ppid=30567 vsize=376140 CPUtime=1.49 cores=4,6
/proc/30574/stat : 30574 (python) S 30567 30567 29010 0 -1 4202560 1204 0 0 0 82 67 0 0 18 0 2 0 735803752 385167360 27448 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30574/statm: 94035 27448 416 364 0 29953 0
[pid=30576] ppid=30574 vsize=56820 CPUtime=584.43 cores=4,6
/proc/30576/stat : 30576 (lingeling) T 30574 30576 30576 0 -1 4202496 41374 0 0 0 58437 6 0 0 25 0 1 0 735803753 58183680 13375 33554432000 4194304 4352236 140733933509472 18446744073709551615 4231179 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30576/statm: 14205 13375 129 39 0 13285 0
[pid=30574/tid=30665] ppid=30567 vsize=376140 CPUtime=0 cores=4,6
/proc/30574/task/30665/stat : 30665 (python) S 30567 30567 29010 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 735842947 385167360 27448 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 514 18446604448618725504 0 0 -1 6 0 0 0
[pid=30666] ppid=30567 vsize=376152 CPUtime=0.25 cores=4,6
/proc/30666/stat : 30666 (python) S 30567 30567 29010 0 -1 4202560 1080 0 0 0 12 13 0 0 19 0 2 0 735842948 385179648 27431 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30666/statm: 94038 27431 399 364 0 29953 0
[pid=30668] ppid=30666 vsize=31140 CPUtime=99.98 cores=4,6
/proc/30668/stat : 30668 (lingeling) T 30666 30668 30668 0 -1 4202496 22656 0 0 0 9996 2 0 0 25 0 1 0 735842948 31887360 6955 33554432000 4194304 4352236 140733388925856 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30668/statm: 7785 6955 129 39 0 6865 0
[pid=30666/tid=30679] ppid=30567 vsize=376152 CPUtime=0 cores=4,6
/proc/30666/task/30679/stat : 30679 (python) S 30567 30567 29010 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735852973 385179648 27431 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 514 18446604448310063488 0 0 -1 4 0 0 0
[pid=30711] ppid=30567 vsize=386408 CPUtime=0.27 cores=4,6
/proc/30711/stat : 30711 (python) S 30567 30567 29010 0 -1 4202560 957 0 0 0 15 12 0 0 15 0 1 0 735872222 395681792 27405 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895510598 0 0 16781312 514 2993767852294504707 0 0 17 4 0 0 0
/proc/30711/statm: 96602 27405 370 364 0 32514 0
[pid=30713] ppid=30711 vsize=339660 CPUtime=99.56 cores=4,6
/proc/30713/stat : 30713 (cryptominisat-2) R 30711 30713 30713 0 -1 4202496 95475 0 0 0 9943 13 0 0 25 0 1 0 735872223 347811840 72401 33554432000 4194304 4677096 140733561930224 18446744073709551615 4317747 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30713/statm: 84915 72401 392 118 0 79874 0
[pid=30567/tid=30575] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30575/stat : 30575 (python) S 30565 30567 29010 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 4 0 735803753 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
[pid=30567/tid=30667] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30667/stat : 30667 (python) S 30565 30567 29010 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 4 0 735842948 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
[pid=30567/tid=30712] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30712/stat : 30712 (python) S 30565 30567 29010 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 4 0 735872223 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 828.58
Current children cumulated vsize (KiB) 1962972

[startup+827.601 s]
/proc/loadavg: 3.22 3.63 3.27 4/359 30715
/proc/meminfo: memFree=10866348/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=396652 CPUtime=42.6 cores=4,6
/proc/30567/stat : 30567 (python) S 30565 30567 29010 0 -1 4202496 45408 934 1 0 4248 12 0 0 19 0 4 0 735799486 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30567/statm: 99163 28911 1872 364 0 35075 0
[pid=30574] ppid=30567 vsize=376140 CPUtime=1.49 cores=4,6
/proc/30574/stat : 30574 (python) S 30567 30567 29010 0 -1 4202560 1204 0 0 0 82 67 0 0 18 0 2 0 735803752 385167360 27448 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30574/statm: 94035 27448 416 364 0 29953 0
[pid=30576] ppid=30574 vsize=56820 CPUtime=584.43 cores=4,6
/proc/30576/stat : 30576 (lingeling) T 30574 30576 30576 0 -1 4202496 41374 0 0 0 58437 6 0 0 25 0 1 0 735803753 58183680 13375 33554432000 4194304 4352236 140733933509472 18446744073709551615 4231179 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30576/statm: 14205 13375 129 39 0 13285 0
[pid=30574/tid=30665] ppid=30567 vsize=376140 CPUtime=0 cores=4,6
/proc/30574/task/30665/stat : 30665 (python) S 30567 30567 29010 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 735842947 385167360 27448 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 514 18446604448618725504 0 0 -1 6 0 0 0
[pid=30666] ppid=30567 vsize=376152 CPUtime=0.25 cores=4,6
/proc/30666/stat : 30666 (python) S 30567 30567 29010 0 -1 4202560 1080 0 0 0 12 13 0 0 19 0 2 0 735842948 385179648 27431 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30666/statm: 94038 27431 399 364 0 29953 0
[pid=30668] ppid=30666 vsize=31140 CPUtime=99.98 cores=4,6
/proc/30668/stat : 30668 (lingeling) T 30666 30668 30668 0 -1 4202496 22656 0 0 0 9996 2 0 0 25 0 1 0 735842948 31887360 6955 33554432000 4194304 4352236 140733388925856 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30668/statm: 7785 6955 129 39 0 6865 0
[pid=30666/tid=30679] ppid=30567 vsize=376152 CPUtime=0 cores=4,6
/proc/30666/task/30679/stat : 30679 (python) S 30567 30567 29010 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735852973 385179648 27431 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 514 18446604448310063488 0 0 -1 4 0 0 0
[pid=30711] ppid=30567 vsize=386408 CPUtime=0.27 cores=4,6
/proc/30711/stat : 30711 (python) S 30567 30567 29010 0 -1 4202560 957 0 0 0 15 12 0 0 15 0 1 0 735872222 395681792 27405 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895510598 0 0 16781312 514 6180873833512141059 0 0 17 4 0 0 0
/proc/30711/statm: 96602 27405 370 364 0 32514 0
[pid=30713] ppid=30711 vsize=339660 CPUtime=99.95 cores=4,6
/proc/30713/stat : 30713 (cryptominisat-2) R 30711 30713 30713 0 -1 4202496 95495 0 0 0 9982 13 0 0 25 0 1 0 735872223 347811840 72421 33554432000 4194304 4677096 140733561930224 18446744073709551615 4444703 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30713/statm: 84915 72421 392 118 0 79874 0
[pid=30567/tid=30575] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30575/stat : 30575 (python) S 30565 30567 29010 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 4 0 735803753 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
[pid=30567/tid=30667] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30667/stat : 30667 (python) S 30565 30567 29010 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 4 0 735842948 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
[pid=30567/tid=30712] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30712/stat : 30712 (python) S 30565 30567 29010 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 4 0 735872223 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 828.97
Current children cumulated vsize (KiB) 1962972

[startup+828.001 s]
/proc/loadavg: 3.22 3.63 3.27 4/359 30715
/proc/meminfo: memFree=10866348/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=396652 CPUtime=42.6 cores=4,6
/proc/30567/stat : 30567 (python) S 30565 30567 29010 0 -1 4202496 45408 934 1 0 4248 12 0 0 19 0 4 0 735799486 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30567/statm: 99163 28911 1872 364 0 35075 0
[pid=30574] ppid=30567 vsize=376140 CPUtime=1.49 cores=4,6
/proc/30574/stat : 30574 (python) S 30567 30567 29010 0 -1 4202560 1204 0 0 0 82 67 0 0 18 0 2 0 735803752 385167360 27448 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30574/statm: 94035 27448 416 364 0 29953 0
[pid=30576] ppid=30574 vsize=56820 CPUtime=584.43 cores=4,6
/proc/30576/stat : 30576 (lingeling) T 30574 30576 30576 0 -1 4202496 41374 0 0 0 58437 6 0 0 25 0 1 0 735803753 58183680 13375 33554432000 4194304 4352236 140733933509472 18446744073709551615 4231179 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30576/statm: 14205 13375 129 39 0 13285 0
[pid=30574/tid=30665] ppid=30567 vsize=376140 CPUtime=0 cores=4,6
/proc/30574/task/30665/stat : 30665 (python) S 30567 30567 29010 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 735842947 385167360 27448 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 514 18446604448618725504 0 0 -1 6 0 0 0
[pid=30666] ppid=30567 vsize=376152 CPUtime=0.25 cores=4,6
/proc/30666/stat : 30666 (python) S 30567 30567 29010 0 -1 4202560 1080 0 0 0 12 13 0 0 19 0 2 0 735842948 385179648 27431 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30666/statm: 94038 27431 399 364 0 29953 0
[pid=30668] ppid=30666 vsize=31140 CPUtime=99.98 cores=4,6
/proc/30668/stat : 30668 (lingeling) T 30666 30668 30668 0 -1 4202496 22656 0 0 0 9996 2 0 0 25 0 1 0 735842948 31887360 6955 33554432000 4194304 4352236 140733388925856 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30668/statm: 7785 6955 129 39 0 6865 0
[pid=30666/tid=30679] ppid=30567 vsize=376152 CPUtime=0 cores=4,6
/proc/30666/task/30679/stat : 30679 (python) S 30567 30567 29010 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735852973 385179648 27431 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 514 18446604448310063488 0 0 -1 4 0 0 0
[pid=30711] ppid=30567 vsize=386408 CPUtime=0.28 cores=4,6
/proc/30711/stat : 30711 (python) S 30567 30567 29010 0 -1 4202560 957 0 0 0 15 13 0 0 15 0 1 0 735872222 395681792 27405 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895510598 0 0 16781312 514 5606893046865035523 0 0 17 4 0 0 0
/proc/30711/statm: 96602 27405 370 364 0 32514 0
[pid=30713] ppid=30711 vsize=339660 CPUtime=100.35 cores=4,6
/proc/30713/stat : 30713 (cryptominisat-2) R 30711 30713 30713 0 -1 4202496 95540 0 0 0 10022 13 0 0 25 0 1 0 735872223 347811840 72465 33554432000 4194304 4677096 140733561930224 18446744073709551615 231895139532 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30713/statm: 84915 72465 397 118 0 79874 0
[pid=30567/tid=30575] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30575/stat : 30575 (python) S 30565 30567 29010 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 4 0 735803753 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
[pid=30567/tid=30667] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30667/stat : 30667 (python) S 30565 30567 29010 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 4 0 735842948 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
[pid=30567/tid=30712] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30712/stat : 30712 (python) S 30565 30567 29010 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 4 0 735872223 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 829.38
Current children cumulated vsize (KiB) 1962972

[startup+828.101 s]
/proc/loadavg: 3.22 3.63 3.27 4/359 30715
/proc/meminfo: memFree=10866348/32950928 swapFree=67085488/67111528
[pid=30567] ppid=30565 vsize=396652 CPUtime=42.6 cores=4,6
/proc/30567/stat : 30567 (python) S 30565 30567 29010 0 -1 4202496 45408 934 1 0 4248 12 0 0 19 0 4 0 735799486 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30567/statm: 99163 28911 1872 364 0 35075 0
[pid=30574] ppid=30567 vsize=376140 CPUtime=1.49 cores=4,6
/proc/30574/stat : 30574 (python) S 30567 30567 29010 0 -1 4202560 1204 0 0 0 82 67 0 0 18 0 2 0 735803752 385167360 27448 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30574/statm: 94035 27448 416 364 0 29953 0
[pid=30576] ppid=30574 vsize=56820 CPUtime=584.43 cores=4,6
/proc/30576/stat : 30576 (lingeling) T 30574 30576 30576 0 -1 4202496 41374 0 0 0 58437 6 0 0 25 0 1 0 735803753 58183680 13375 33554432000 4194304 4352236 140733933509472 18446744073709551615 4231179 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30576/statm: 14205 13375 129 39 0 13285 0
[pid=30574/tid=30665] ppid=30567 vsize=376140 CPUtime=0 cores=4,6
/proc/30574/task/30665/stat : 30665 (python) S 30567 30567 29010 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 735842947 385167360 27448 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 514 18446604448618725504 0 0 -1 6 0 0 0
[pid=30666] ppid=30567 vsize=376152 CPUtime=0.25 cores=4,6
/proc/30666/stat : 30666 (python) S 30567 30567 29010 0 -1 4202560 1080 0 0 0 12 13 0 0 19 0 2 0 735842948 385179648 27431 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30666/statm: 94038 27431 399 364 0 29953 0
[pid=30668] ppid=30666 vsize=31140 CPUtime=99.98 cores=4,6
/proc/30668/stat : 30668 (lingeling) T 30666 30668 30668 0 -1 4202496 22656 0 0 0 9996 2 0 0 25 0 1 0 735842948 31887360 6955 33554432000 4194304 4352236 140733388925856 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30668/statm: 7785 6955 129 39 0 6865 0
[pid=30666/tid=30679] ppid=30567 vsize=376152 CPUtime=0 cores=4,6
/proc/30666/task/30679/stat : 30679 (python) S 30567 30567 29010 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735852973 385179648 27431 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 514 18446604448310063488 0 0 -1 4 0 0 0
[pid=30711] ppid=30567 vsize=386408 CPUtime=0.28 cores=4,6
/proc/30711/stat : 30711 (python) S 30567 30567 29010 0 -1 4202560 957 0 0 0 15 13 0 0 15 0 1 0 735872222 395681792 27405 33554432000 4194304 5683644 140734631079216 18446744073709551615 231895510598 0 0 16781312 514 5606893046865035523 0 0 17 4 0 0 0
/proc/30711/statm: 96602 27405 370 364 0 32514 0
[pid=30713] ppid=30711 vsize=315980 CPUtime=100.45 cores=4,6
/proc/30713/stat : 30713 (cryptominisat-2) R 30711 30713 30713 0 -1 4202496 95540 0 0 0 10032 13 0 0 25 0 1 0 735872223 323563520 68806 33554432000 4194304 4677096 140733561930224 18446744073709551615 231895147502 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30713/statm: 78995 68806 397 118 0 73954 0
[pid=30567/tid=30575] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30575/stat : 30575 (python) S 30565 30567 29010 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 4 0 735803753 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
[pid=30567/tid=30667] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30667/stat : 30667 (python) S 30565 30567 29010 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 4 0 735842948 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
[pid=30567/tid=30712] ppid=30565 vsize=396652 CPUtime=0 cores=4,6
/proc/30567/task/30712/stat : 30712 (python) S 30565 30567 29010 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 4 0 735872223 406171648 28911 33554432000 4194304 5683644 140734631079216 18446744073709551615 231907314097 0 0 16781312 2 18446604441970072512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 829.48
Current children cumulated vsize (KiB) 1939292

Child status: 0
Real time (s): 828.192
CPU time (s): 829.634
CPU user time (s): 828.304
CPU system time (s): 1.3298
CPU usage (%): 100.174
Max. virtual memory (cumulated for all children) (KiB): 1976208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 828.304
system time used= 1.3298
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223035
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= 2120
involuntary context switches= 9974

runsolver used 2.87956 second user time and 6.15606 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 12:34:48
IDJOB=3377997
IDBENCH=82488
IDSOLVER=1858
FILE ID=node114/3377997-1305455688
RUNJOBID= node114-1305455630-30402
PBS_JOBID= 13324876
Free space on /tmp= 72880 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377997-1305455688/watcher-3377997-1305455688 -o /tmp/evaluation-result-3377997-1305455688/solver-3377997-1305455688 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377997-1305455688.cnf -seed 1505617664 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=1505617664

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12931384 kB
Buffers:        298292 kB
Cached:        6887376 kB
SwapCached:         96 kB
Active:       14339928 kB
Inactive:      5258652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12931384 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:          100140 kB
Writeback:           0 kB
AnonPages:    12412832 kB
Mapped:          34260 kB
Slab:           310712 kB
PageTables:      45012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 54738220 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= 72772 MiB
End job on node114 at 2011-05-15 12:48:36