Trace number 3190985

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
ppfolio par? (TO) 4800.4 1201.71

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1494985128-003.UNKNOWN.cnf
MD5SUM6317a356b3e87abef9291d8243489542
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
4800.32/1201.71	Done

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3190985-1304050964/watcher-3190985-1304050964 -o /tmp/evaluation-result-3190985-1304050964/solver-3190985-1304050964 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190985-1304050964.cnf 

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

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


[startup+0 s]
/proc/loadavg: 10.88 10.27 9.17 6/182 20245
/proc/meminfo: memFree=18423096/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0

[startup+0.11919 s]
/proc/loadavg: 10.88 10.27 9.17 6/182 20245
/proc/meminfo: memFree=18423096/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200175 s]
/proc/loadavg: 10.88 10.27 9.17 6/182 20245
/proc/meminfo: memFree=18423096/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300155 s]
/proc/loadavg: 10.88 10.27 9.17 6/182 20245
/proc/meminfo: memFree=18423096/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700081 s]
/proc/loadavg: 10.88 10.27 9.17 6/182 20245
/proc/meminfo: memFree=18423096/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 19 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50093 s]
/proc/loadavg: 10.88 10.27 9.17 11/188 20251
/proc/meminfo: memFree=18408540/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
[pid=20246] ppid=20245 vsize=1270408 CPUtime=1.49 cores=0
/proc/20246/stat : 20246 (cryptominisat) R 20245 20245 18457 0 -1 4202496 4539 0 0 0 149 0 0 0 20 0 1 0 595327103 1300897792 2762 33554432000 4194304 4587354 140733775903696 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20246/statm: 317602 2762 336 96 0 314164 0
[pid=20247] ppid=20245 vsize=15192 CPUtime=1.44 cores=4
/proc/20247/stat : 20247 (clasp) R 20245 20245 18457 0 -1 4202496 1244 0 0 0 144 0 0 0 25 0 1 0 595327103 15556608 1136 33554432000 4194304 4785740 140733659560800 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20247/statm: 3798 1136 340 145 0 843 0
[pid=20248] ppid=20245 vsize=452656 CPUtime=0.84 cores=6
/proc/20248/stat : 20248 (TNM) R 20245 20245 18457 0 -1 4202496 481 0 0 0 84 0 0 0 25 0 1 0 595327103 463519744 378 33554432000 134512640 134534564 4292425920 18446744073709551615 134524577 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20248/statm: 113164 378 91 6 0 111830 0
[pid=20249] ppid=20245 vsize=7564 CPUtime=1.49 cores=2
/proc/20249/stat : 20249 (lingeling) R 20245 20245 18457 0 -1 4202496 1465 0 0 0 149 0 0 0 25 0 1 0 595327103 7745536 1085 33554432000 4194304 4352236 140736272681968 18446744073709551615 4328239 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20249/statm: 1891 1085 127 39 0 971 0
[pid=20250] ppid=20245 vsize=8300 CPUtime=0.63 cores=6
/proc/20250/stat : 20250 (march_hi) R 20245 20245 18457 0 -1 4202496 1756 0 0 0 63 0 0 0 25 0 1 0 595327103 8499200 560 33554432000 4194304 4331988 140736257196256 18446744073709551615 4237426 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20250/statm: 2075 560 174 34 0 517 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1772444

[startup+3.10063 s]
/proc/loadavg: 10.88 10.27 9.17 11/188 20251
/proc/meminfo: memFree=18400728/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
[pid=20246] ppid=20245 vsize=1271564 CPUtime=3.09 cores=0
/proc/20246/stat : 20246 (cryptominisat) R 20245 20245 18457 0 -1 4202496 5709 0 0 0 309 0 0 0 25 0 1 0 595327103 1302081536 2932 33554432000 4194304 4587354 140733775903696 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20246/statm: 317891 2932 336 96 0 314453 0
[pid=20247] ppid=20245 vsize=16060 CPUtime=3.04 cores=4
/proc/20247/stat : 20247 (clasp) R 20245 20245 18457 0 -1 4202496 1444 0 0 0 304 0 0 0 25 0 1 0 595327103 16445440 1336 33554432000 4194304 4785740 140733659560800 18446744073709551615 4286985 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20247/statm: 4015 1336 340 145 0 1060 0
[pid=20248] ppid=20245 vsize=456656 CPUtime=1.64 cores=6
/proc/20248/stat : 20248 (TNM) R 20245 20245 18457 0 -1 4202496 556 0 0 0 164 0 0 0 25 0 1 0 595327103 467615744 453 33554432000 134512640 134534564 4292425920 18446744073709551615 134528476 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20248/statm: 114164 453 95 6 0 112830 0
[pid=20249] ppid=20245 vsize=7696 CPUtime=3.09 cores=2
/proc/20249/stat : 20249 (lingeling) R 20245 20245 18457 0 -1 4202496 1658 0 0 0 309 0 0 0 25 0 1 0 595327103 7880704 1118 33554432000 4194304 4352236 140736272681968 18446744073709551615 4329063 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20249/statm: 1924 1118 127 39 0 1004 0
[pid=20250] ppid=20245 vsize=8516 CPUtime=1.43 cores=6
/proc/20250/stat : 20250 (march_hi) R 20245 20245 18457 0 -1 4202496 1768 0 0 0 143 0 0 0 25 0 1 0 595327103 8720384 572 33554432000 4194304 4331988 140736257196256 18446744073709551615 4210461 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20250/statm: 2129 572 174 34 0 571 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 1778816

[startup+6.30103 s]
/proc/loadavg: 10.81 10.26 9.17 11/188 20251
/proc/meminfo: memFree=18392176/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
[pid=20246] ppid=20245 vsize=1279324 CPUtime=6.29 cores=0
/proc/20246/stat : 20246 (cryptominisat) R 20245 20245 18457 0 -1 4202496 8454 0 0 0 628 1 0 0 25 0 1 0 595327103 1310027776 4472 33554432000 4194304 4587354 140733775903696 18446744073709551615 4357555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20246/statm: 319831 4472 336 96 0 316393 0
[pid=20247] ppid=20245 vsize=17372 CPUtime=6.24 cores=4
/proc/20247/stat : 20247 (clasp) R 20245 20245 18457 0 -1 4202496 1750 0 0 0 624 0 0 0 25 0 1 0 595327103 17788928 1642 33554432000 4194304 4785740 140733659560800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20247/statm: 4343 1642 340 145 0 1388 0
[pid=20248] ppid=20245 vsize=456656 CPUtime=3.24 cores=6
/proc/20248/stat : 20248 (TNM) R 20245 20245 18457 0 -1 4202496 556 0 0 0 324 0 0 0 25 0 1 0 595327103 467615744 453 33554432000 134512640 134534564 4292425920 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20248/statm: 114164 453 95 6 0 112830 0
[pid=20249] ppid=20245 vsize=7828 CPUtime=6.29 cores=2
/proc/20249/stat : 20249 (lingeling) R 20245 20245 18457 0 -1 4202496 2107 0 0 0 629 0 0 0 25 0 1 0 595327103 8015872 1151 33554432000 4194304 4352236 140736272681968 18446744073709551615 4207627 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20249/statm: 1957 1151 127 39 0 1037 0
[pid=20250] ppid=20245 vsize=8820 CPUtime=3.01 cores=6
/proc/20250/stat : 20250 (march_hi) R 20245 20245 18457 0 -1 4202496 1862 0 0 0 301 0 0 0 25 0 1 0 595327103 9031680 666 33554432000 4194304 4331988 140736257196256 18446744073709551615 4239585 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20250/statm: 2205 666 174 34 0 647 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 1788324

[startup+12.7008 s]
/proc/loadavg: 10.74 10.26 9.18 11/188 20251
/proc/meminfo: memFree=18382760/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
[pid=20246] ppid=20245 vsize=1278460 CPUtime=12.69 cores=0
/proc/20246/stat : 20246 (cryptominisat) R 20245 20245 18457 0 -1 4202496 11197 0 0 0 1268 1 0 0 25 0 1 0 595327103 1309143040 5102 33554432000 4194304 4587354 140733775903696 18446744073709551615 4238955 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20246/statm: 319615 5102 336 96 0 316177 0
[pid=20247] ppid=20245 vsize=18800 CPUtime=12.64 cores=4
/proc/20247/stat : 20247 (clasp) R 20245 20245 18457 0 -1 4202496 2064 0 0 0 1264 0 0 0 25 0 1 0 595327103 19251200 1956 33554432000 4194304 4785740 140733659560800 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20247/statm: 4700 1956 341 145 0 1745 0
[pid=20248] ppid=20245 vsize=456656 CPUtime=6.41 cores=6
/proc/20248/stat : 20248 (TNM) R 20245 20245 18457 0 -1 4202496 556 0 0 0 641 0 0 0 25 0 1 0 595327103 467615744 453 33554432000 134512640 134534564 4292425920 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20248/statm: 114164 453 95 6 0 112830 0
[pid=20249] ppid=20245 vsize=8852 CPUtime=12.69 cores=2
/proc/20249/stat : 20249 (lingeling) R 20245 20245 18457 0 -1 4202496 2875 0 0 0 1269 0 0 0 25 0 1 0 595327103 9064448 1407 33554432000 4194304 4352236 140736272681968 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20249/statm: 2213 1407 127 39 0 1293 0
[pid=20250] ppid=20245 vsize=9200 CPUtime=6.21 cores=6
/proc/20250/stat : 20250 (march_hi) R 20245 20245 18457 0 -1 4202496 1955 0 0 0 621 0 0 0 25 0 1 0 595327103 9420800 759 33554432000 4194304 4331988 140736257196256 18446744073709551615 256414786936 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20250/statm: 2300 759 175 34 0 742 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 1790292

[startup+25.5004 s]
/proc/loadavg: 10.58 10.24 9.19 11/188 20252
/proc/meminfo: memFree=18365940/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
[pid=20246] ppid=20245 vsize=1286160 CPUtime=25.49 cores=0
/proc/20246/stat : 20246 (cryptominisat) R 20245 20245 18457 0 -1 4202496 18090 0 0 0 2546 3 0 0 25 0 1 0 595327103 1317027840 6628 33554432000 4194304 4587354 140733775903696 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20246/statm: 321540 6628 336 96 0 318102 0
[pid=20247] ppid=20245 vsize=20880 CPUtime=25.44 cores=4
/proc/20247/stat : 20247 (clasp) R 20245 20245 18457 0 -1 4202496 2522 0 0 0 2544 0 0 0 25 0 1 0 595327103 21381120 2414 33554432000 4194304 4785740 140733659560800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20247/statm: 5220 2414 341 145 0 2265 0
[pid=20248] ppid=20245 vsize=456656 CPUtime=12.74 cores=6
/proc/20248/stat : 20248 (TNM) R 20245 20245 18457 0 -1 4202496 556 0 0 0 1274 0 0 0 25 0 1 0 595327103 467615744 453 33554432000 134512640 134534564 4292425920 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20248/statm: 114164 453 95 6 0 112830 0
[pid=20249] ppid=20245 vsize=10764 CPUtime=25.49 cores=2
/proc/20249/stat : 20249 (lingeling) R 20245 20245 18457 0 -1 4202496 4633 0 0 0 2549 0 0 0 25 0 1 0 595327103 11022336 1885 33554432000 4194304 4352236 140736272681968 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20249/statm: 2691 1885 127 39 0 1771 0
[pid=20250] ppid=20245 vsize=10052 CPUtime=12.6 cores=6
/proc/20250/stat : 20250 (march_hi) R 20245 20245 18457 0 -1 4202496 2138 0 0 0 1260 0 0 0 25 0 1 0 595327103 10293248 942 33554432000 4194304 4331988 140736257196256 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20250/statm: 2513 942 175 34 0 955 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 1802836

[startup+51.1006 s]
/proc/loadavg: 10.51 10.25 9.22 11/188 20252
/proc/meminfo: memFree=18334112/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
[pid=20246] ppid=20245 vsize=57212 CPUtime=51.09 cores=0
/proc/20246/stat : 20246 (cryptominisat) R 20245 20245 18457 0 -1 4202496 28373 0 0 0 5104 5 0 0 25 0 1 0 595327103 58585088 8880 33554432000 4194304 4587354 140733775903696 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20246/statm: 14303 8880 336 96 0 10865 0
[pid=20247] ppid=20245 vsize=24112 CPUtime=51.04 cores=4
/proc/20247/stat : 20247 (clasp) R 20245 20245 18457 0 -1 4202496 3229 0 0 0 5104 0 0 0 25 0 1 0 595327103 24690688 3121 33554432000 4194304 4785740 140733659560800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20247/statm: 6028 3121 341 145 0 3073 0
[pid=20248] ppid=20245 vsize=456656 CPUtime=25.51 cores=6
/proc/20248/stat : 20248 (TNM) R 20245 20245 18457 0 -1 4202496 556 0 0 0 2551 0 0 0 25 0 1 0 595327103 467615744 453 33554432000 134512640 134534564 4292425920 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20248/statm: 114164 453 95 6 0 112830 0
[pid=20249] ppid=20245 vsize=11280 CPUtime=51.08 cores=2

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

[pid=20246] ppid=20245 vsize=77812 CPUtime=882.32 cores=0
/proc/20246/stat : 20246 (cryptominisat) R 20245 20245 18457 0 -1 4202496 114541 0 0 0 88191 41 0 0 25 0 1 0 595327103 79679488 15637 33554432000 4194304 4587354 140733775903696 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20246/statm: 19453 15637 336 96 0 16015 0
[pid=20247] ppid=20245 vsize=43284 CPUtime=882.27 cores=4
/proc/20247/stat : 20247 (clasp) R 20245 20245 18457 0 -1 4202496 7617 0 0 0 88225 2 0 0 25 0 1 0 595327103 44322816 7442 33554432000 4194304 4785740 140733659560800 18446744073709551615 4278179 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20247/statm: 10821 7442 341 145 0 7866 0
[pid=20248] ppid=20245 vsize=456656 CPUtime=438.87 cores=6
/proc/20248/stat : 20248 (TNM) R 20245 20245 18457 0 -1 4202496 556 0 0 0 43887 0 0 0 25 0 1 0 595327103 467615744 453 33554432000 134512640 134534564 4292425920 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20248/statm: 114164 453 95 6 0 112830 0
[pid=20249] ppid=20245 vsize=36960 CPUtime=882.32 cores=2
/proc/20249/stat : 20249 (lingeling) R 20245 20245 18457 0 -1 4202496 49445 0 0 0 88226 6 0 0 25 0 1 0 595327103 37847040 8434 33554432000 4194304 4352236 140736272681968 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20249/statm: 9240 8434 127 39 0 8320 0
[pid=20250] ppid=20245 vsize=68476 CPUtime=438.63 cores=6
/proc/20250/stat : 20250 (march_hi) R 20245 20245 18457 0 -1 4202496 13381 0 0 0 43857 6 0 0 25 0 1 0 595327103 70119424 12185 33554432000 4194304 4331988 140736257196256 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20250/statm: 17119 12185 175 34 0 15561 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 701512

[startup+942.301 s]
/proc/loadavg: 10.18 10.18 9.79 11/188 20276
/proc/meminfo: memFree=18100804/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
[pid=20246] ppid=20245 vsize=77928 CPUtime=942.32 cores=0
/proc/20246/stat : 20246 (cryptominisat) R 20245 20245 18457 0 -1 4202496 121370 0 0 0 94188 44 0 0 25 0 1 0 595327103 79798272 15385 33554432000 4194304 4587354 140733775903696 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20246/statm: 19482 15385 336 96 0 16044 0
[pid=20247] ppid=20245 vsize=43476 CPUtime=942.27 cores=4
/proc/20247/stat : 20247 (clasp) R 20245 20245 18457 0 -1 4202496 7666 0 0 0 94225 2 0 0 25 0 1 0 595327103 44519424 7491 33554432000 4194304 4785740 140733659560800 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20247/statm: 10869 7491 341 145 0 7914 0
[pid=20248] ppid=20245 vsize=456656 CPUtime=468.67 cores=6
/proc/20248/stat : 20248 (TNM) R 20245 20245 18457 0 -1 4202496 556 0 0 0 46867 0 0 0 25 0 1 0 595327103 467615744 453 33554432000 134512640 134534564 4292425920 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20248/statm: 114164 453 95 6 0 112830 0
[pid=20249] ppid=20245 vsize=33120 CPUtime=942.32 cores=2
/proc/20249/stat : 20249 (lingeling) R 20245 20245 18457 0 -1 4202496 51045 0 0 0 94225 7 0 0 25 0 1 0 595327103 33914880 7474 33554432000 4194304 4352236 140736272681968 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20249/statm: 8280 7474 127 39 0 7360 0
[pid=20250] ppid=20245 vsize=68476 CPUtime=468.51 cores=6
/proc/20250/stat : 20250 (march_hi) R 20245 20245 18457 0 -1 4202496 14111 0 0 0 46844 7 0 0 25 0 1 0 595327103 70119424 12915 33554432000 4194304 4331988 140736257196256 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20250/statm: 17119 12915 175 34 0 15561 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 697980

[startup+1002.3 s]
/proc/loadavg: 10.39 10.24 9.83 11/188 20281
/proc/meminfo: memFree=18083004/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
[pid=20246] ppid=20245 vsize=1314884 CPUtime=1002.32 cores=0
/proc/20246/stat : 20246 (cryptominisat) R 20245 20245 18457 0 -1 4202496 128358 0 0 0 100186 46 0 0 25 0 1 0 595327103 1346441216 15060 33554432000 4194304 4587354 140733775903696 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20246/statm: 328721 15060 336 96 0 325283 0
[pid=20247] ppid=20245 vsize=43860 CPUtime=1002.27 cores=4
/proc/20247/stat : 20247 (clasp) R 20245 20245 18457 0 -1 4202496 7781 0 0 0 100225 2 0 0 25 0 1 0 595327103 44912640 7606 33554432000 4194304 4785740 140733659560800 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20247/statm: 10965 7606 341 145 0 8010 0
[pid=20248] ppid=20245 vsize=456656 CPUtime=498.52 cores=6
/proc/20248/stat : 20248 (TNM) R 20245 20245 18457 0 -1 4202496 556 0 0 0 49852 0 0 0 25 0 1 0 595327103 467615744 453 33554432000 134512640 134534564 4292425920 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20248/statm: 114164 453 95 6 0 112830 0
[pid=20249] ppid=20245 vsize=31840 CPUtime=1002.32 cores=2
/proc/20249/stat : 20249 (lingeling) R 20245 20245 18457 0 -1 4202496 53285 0 0 0 100225 7 0 0 25 0 1 0 595327103 32604160 7154 33554432000 4194304 4352236 140736272681968 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20249/statm: 7960 7154 127 39 0 7040 0
[pid=20250] ppid=20245 vsize=68476 CPUtime=498.33 cores=6
/proc/20250/stat : 20250 (march_hi) R 20245 20245 18457 0 -1 4202496 14891 0 0 0 49826 7 0 0 25 0 1 0 595327103 70119424 13695 33554432000 4194304 4331988 140736257196256 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20250/statm: 17119 13695 175 34 0 15561 0
Current children cumulated CPU time (s) 4003.76
Current children cumulated vsize (KiB) 1934040

[startup+1062.3 s]
/proc/loadavg: 10.27 10.22 9.85 11/188 20282
/proc/meminfo: memFree=18073024/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
[pid=20246] ppid=20245 vsize=78176 CPUtime=1062.33 cores=0
/proc/20246/stat : 20246 (cryptominisat) R 20245 20245 18457 0 -1 4202496 134989 0 0 0 106182 51 0 0 25 0 1 0 595327103 80052224 14263 33554432000 4194304 4587354 140733775903696 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20246/statm: 19544 14263 336 96 0 16106 0
[pid=20247] ppid=20245 vsize=44784 CPUtime=1062.27 cores=4
/proc/20247/stat : 20247 (clasp) R 20245 20245 18457 0 -1 4202496 8019 0 0 0 106225 2 0 0 25 0 1 0 595327103 45858816 7796 33554432000 4194304 4785740 140733659560800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20247/statm: 11196 7796 341 145 0 8241 0
[pid=20248] ppid=20245 vsize=456656 CPUtime=528.36 cores=6
/proc/20248/stat : 20248 (TNM) R 20245 20245 18457 0 -1 4202496 556 0 0 0 52836 0 0 0 25 0 1 0 595327103 467615744 453 33554432000 134512640 134534564 4292425920 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20248/statm: 114164 453 95 6 0 112830 0
[pid=20249] ppid=20245 vsize=33120 CPUtime=1062.33 cores=2
/proc/20249/stat : 20249 (lingeling) R 20245 20245 18457 0 -1 4202496 54885 0 0 0 106225 8 0 0 25 0 1 0 595327103 33914880 7474 33554432000 4194304 4352236 140736272681968 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20249/statm: 8280 7474 127 39 0 7360 0
[pid=20250] ppid=20245 vsize=68476 CPUtime=528.16 cores=6
/proc/20250/stat : 20250 (march_hi) R 20245 20245 18457 0 -1 4202496 15644 0 0 0 52809 7 0 0 25 0 1 0 595327103 70119424 14448 33554432000 4194304 4331988 140736257196256 18446744073709551615 4239917 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20250/statm: 17119 14448 175 34 0 15561 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 699536

[startup+1122.3 s]
/proc/loadavg: 10.23 10.21 9.86 11/188 20284
/proc/meminfo: memFree=18067176/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
[pid=20246] ppid=20245 vsize=78240 CPUtime=1122.33 cores=0
/proc/20246/stat : 20246 (cryptominisat) R 20245 20245 18457 0 -1 4202496 140359 0 0 0 112180 53 0 0 25 0 1 0 595327103 80117760 15796 33554432000 4194304 4587354 140733775903696 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20246/statm: 19560 15796 336 96 0 16122 0
[pid=20247] ppid=20245 vsize=44972 CPUtime=1122.27 cores=4
/proc/20247/stat : 20247 (clasp) R 20245 20245 18457 0 -1 4202496 8104 0 0 0 112225 2 0 0 25 0 1 0 595327103 46051328 7881 33554432000 4194304 4785740 140733659560800 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20247/statm: 11243 7881 341 145 0 8288 0
[pid=20248] ppid=20245 vsize=456656 CPUtime=558.18 cores=6
/proc/20248/stat : 20248 (TNM) R 20245 20245 18457 0 -1 4202496 556 0 0 0 55818 0 0 0 25 0 1 0 595327103 467615744 453 33554432000 134512640 134534564 4292425920 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20248/statm: 114164 453 95 6 0 112830 0
[pid=20249] ppid=20245 vsize=36960 CPUtime=1122.33 cores=2
/proc/20249/stat : 20249 (lingeling) R 20245 20245 18457 0 -1 4202496 57125 0 0 0 112225 8 0 0 25 0 1 0 595327103 37847040 8434 33554432000 4194304 4352236 140736272681968 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20249/statm: 9240 8434 127 39 0 8320 0
[pid=20250] ppid=20245 vsize=68476 CPUtime=558.02 cores=6
/proc/20250/stat : 20250 (march_hi) R 20245 20245 18457 0 -1 4202496 16383 0 0 0 55794 8 0 0 25 0 1 0 595327103 70119424 15187 33554432000 4194304 4331988 140736257196256 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20250/statm: 17119 15187 175 34 0 15561 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 703628

[startup+1182.3 s]
/proc/loadavg: 10.19 10.20 9.88 6/181 20286
/proc/meminfo: memFree=18275664/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
[pid=20246] ppid=20245 vsize=78360 CPUtime=1182.33 cores=0
/proc/20246/stat : 20246 (cryptominisat) R 20245 20245 18457 0 -1 4202496 147217 0 0 0 118178 55 0 0 25 0 1 0 595327103 80240640 14973 33554432000 4194304 4587354 140733775903696 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20246/statm: 19590 14973 336 96 0 16152 0
[pid=20247] ppid=20245 vsize=44780 CPUtime=1182.27 cores=4
/proc/20247/stat : 20247 (clasp) R 20245 20245 18457 0 -1 4202496 8142 0 0 0 118225 2 0 0 25 0 1 0 595327103 45854720 7871 33554432000 4194304 4785740 140733659560800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20247/statm: 11195 7871 341 145 0 8240 0
[pid=20248] ppid=20245 vsize=456656 CPUtime=588.05 cores=6
/proc/20248/stat : 20248 (TNM) R 20245 20245 18457 0 -1 4202496 556 0 0 0 58805 0 0 0 25 0 1 0 595327103 467615744 453 33554432000 134512640 134534564 4292425920 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20248/statm: 114164 453 95 6 0 112830 0
[pid=20249] ppid=20245 vsize=32096 CPUtime=1182.33 cores=2
/proc/20249/stat : 20249 (lingeling) R 20245 20245 18457 0 -1 4202496 58533 0 0 0 118225 8 0 0 25 0 1 0 595327103 32866304 7218 33554432000 4194304 4352236 140736272681968 18446744073709551615 4329279 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20249/statm: 8024 7218 127 39 0 7104 0
[pid=20250] ppid=20245 vsize=97944 CPUtime=587.83 cores=6
/proc/20250/stat : 20250 (march_hi) R 20245 20245 18457 0 -1 4202496 17131 0 0 0 58774 9 0 0 25 0 1 0 595327103 100294656 15935 33554432000 4194304 4331988 140736257196256 18446744073709551615 4287489 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20250/statm: 24486 15935 175 34 0 22928 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 728160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.14 10.19 9.88 12/188 20351
/proc/meminfo: memFree=18229488/32950928 swapFree=67111524/67111528
[pid=20245] ppid=20243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/20245/stat : 20245 (ppfolio) S 20243 20245 18457 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 595327103 18763776 390 33554432000 4194304 4287625 140735042521488 18446744073709551615 256415411727 0 0 4096 65536 3296846587518517247 0 0 17 4 0 0 0
/proc/20245/statm: 4581 390 341 23 0 91 0
[pid=20246] ppid=20245 vsize=78360 CPUtime=1201.74 cores=0
/proc/20246/stat : 20246 (cryptominisat) R 20245 20245 18457 0 -1 4202496 148327 0 0 0 120118 56 0 0 25 0 1 0 595327103 80240640 16054 33554432000 4194304 4587354 140733775903696 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20246/statm: 19590 16054 336 96 0 16152 0
[pid=20247] ppid=20245 vsize=44780 CPUtime=1201.68 cores=4
/proc/20247/stat : 20247 (clasp) R 20245 20245 18457 0 -1 4202496 8154 0 0 0 120166 2 0 0 25 0 1 0 595327103 45854720 7883 33554432000 4194304 4785740 140733659560800 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20247/statm: 11195 7883 341 145 0 8240 0
[pid=20248] ppid=20245 vsize=456656 CPUtime=597.66 cores=6
/proc/20248/stat : 20248 (TNM) R 20245 20245 18457 0 -1 4202496 556 0 0 0 59766 0 0 0 25 0 1 0 595327103 467615744 453 33554432000 134512640 134534564 4292425920 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20248/statm: 114164 453 95 6 0 112830 0
[pid=20249] ppid=20245 vsize=35680 CPUtime=1201.73 cores=2
/proc/20249/stat : 20249 (lingeling) R 20245 20245 18457 0 -1 4202496 59429 0 0 0 120165 8 0 0 25 0 1 0 595327103 36536320 8114 33554432000 4194304 4352236 140736272681968 18446744073709551615 4329004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/20249/statm: 8920 8114 127 39 0 8000 0
[pid=20250] ppid=20245 vsize=97944 CPUtime=597.51 cores=6
/proc/20250/stat : 20250 (march_hi) R 20245 20245 18457 0 -1 4202496 17361 0 0 0 59742 9 0 0 25 0 1 0 595327103 100294656 16165 33554432000 4194304 4331988 140736257196256 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20250/statm: 24486 16165 175 34 0 22928 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 731744

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1201.71
CPU time (s): 4800.4
CPU user time (s): 4799.6
CPU system time (s): 0.795879
CPU usage (%): 399.463
Max. virtual memory (cumulated for all children) (KiB): 1939160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.6
system time used= 0.795879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234382
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 592
involuntary context switches= 31598

runsolver used 1.85872 second user time and 4.70428 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 06:22:44
IDJOB=3190985
IDBENCH=82716
IDSOLVER=1612
FILE ID=node115/3190985-1304050964
RUNJOBID= node115-1304049737-19993
PBS_JOBID= 13170384
Free space on /tmp= 72724 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1494985128-003.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190985-1304050964/watcher-3190985-1304050964 -o /tmp/evaluation-result-3190985-1304050964/solver-3190985-1304050964 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190985-1304050964.cnf

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

MD5SUM BENCH= 6317a356b3e87abef9291d8243489542
RANDOM SEED=297962818

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18423252 kB
Buffers:       2318840 kB
Cached:       11552064 kB
SwapCached:          4 kB
Active:        6860404 kB
Inactive:      7113172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18423252 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           20184 kB
Writeback:          12 kB
AnonPages:      102564 kB
Mapped:          16816 kB
Slab:           490252 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1478376 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= 72712 MiB
End job on node115 at 2011-04-29 06:42:46