Trace number 3275566

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 parUNSAT 3142.22 393.05

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-13-13-unsat.cnf
MD5SUMb828910e9308a3dd9d5f850f224ef842
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1579.25
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of clauses1183
Sum of the clauses size4225
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21014
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5169

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 8 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] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
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) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7
3141.82/393.04	s UNSATISFIABLE
3141.82/393.04	solver [4] march_hi 2009 answered
3141.82/393.04	Done

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3275566-1304167906/watcher-3275566-1304167906 -o /tmp/evaluation-result-3275566-1304167906/solver-3275566-1304167906 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275566-1304167906.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.39 7.92 7.96 1/170 27385
/proc/meminfo: memFree=21976708/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) R 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0

[startup+0.00997305 s]
/proc/loadavg: 7.39 7.92 7.96 1/170 27385
/proc/meminfo: memFree=21976708/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) S 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 4599179077956403199 0 0 17 4 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100921 s]
/proc/loadavg: 7.39 7.92 7.96 1/170 27385
/proc/meminfo: memFree=21976708/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) R 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300883 s]
/proc/loadavg: 7.39 7.92 7.96 1/170 27385
/proc/meminfo: memFree=21976708/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) R 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700808 s]
/proc/loadavg: 7.39 7.92 7.96 1/170 27385
/proc/meminfo: memFree=21976708/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) R 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50066 s]
/proc/loadavg: 7.39 7.92 7.96 10/180 27400
/proc/meminfo: memFree=21958400/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) S 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 4599179077956403199 0 0 17 3 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
[pid=27386] ppid=27385 vsize=1935748 CPUtime=1.49 cores=0
/proc/27386/stat : 27386 (cryptominisat) R 27385 27385 26652 0 -1 4202496 3336 0 0 0 149 0 0 0 20 0 1 0 509206219 1982205952 1285 33554432000 4194304 4587354 140734483487616 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27386/statm: 483937 1285 331 96 0 480499 0
[pid=27387] ppid=27385 vsize=13628 CPUtime=1.49 cores=1
/proc/27387/stat : 27387 (clasp) R 27385 27385 26652 0 -1 4202496 862 0 0 0 149 0 0 0 19 0 1 0 509206219 13955072 753 33554432000 4194304 4785740 140735047934240 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27387/statm: 3407 753 340 145 0 452 0
[pid=27388] ppid=27385 vsize=455824 CPUtime=1.49 cores=2
/proc/27388/stat : 27388 (TNM) R 27385 27385 26652 0 -1 4202496 323 0 0 0 149 0 0 0 20 0 1 0 509206219 466763776 220 33554432000 134512640 134534564 4291573056 18446744073709551615 134528906 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27388/statm: 113956 220 95 6 0 112622 0
[pid=27389] ppid=27385 vsize=7476 CPUtime=1.49 cores=3
/proc/27389/stat : 27389 (march_hi) R 27385 27385 26652 0 -1 4202496 542 0 0 0 149 0 0 0 20 0 1 0 509206219 7655424 417 33554432000 4194304 4331988 140733581774224 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27389/statm: 1869 417 175 34 0 311 0
[pid=27390] ppid=27385 vsize=129084 CPUtime=5.95 cores=4-7
/proc/27390/stat : 27390 (plingeling) S 27385 27385 26652 0 -1 4202496 5157 1248 0 0 594 1 0 0 19 0 5 0 509206219 132182016 4363 33554432000 4194304 4356188 140733851010080 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27390/statm: 32271 4363 162 40 0 30815 0
[pid=27390/tid=27397] ppid=27385 vsize=129084 CPUtime=1.48 cores=4-7
/proc/27390/task/27397/stat : 27397 (plingeling) R 27385 27385 26652 0 -1 4202560 1245 1248 0 0 148 0 0 0 23 0 5 0 509206220 132182016 4363 33554432000 4194304 4356188 140733851010080 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27390/tid=27398] ppid=27385 vsize=129084 CPUtime=1.48 cores=4-7
/proc/27390/task/27398/stat : 27398 (plingeling) R 27385 27385 26652 0 -1 4202560 981 1248 0 0 148 0 0 0 20 0 5 0 509206220 132182016 4363 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27390/tid=27399] ppid=27385 vsize=129084 CPUtime=1.48 cores=4-7
/proc/27390/task/27399/stat : 27399 (plingeling) R 27385 27385 26652 0 -1 4202560 1392 1248 0 0 148 0 0 0 25 0 5 0 509206220 132182016 4363 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331504 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27390/tid=27400] ppid=27385 vsize=129084 CPUtime=1.48 cores=4-7
/proc/27390/task/27400/stat : 27400 (plingeling) R 27385 27385 26652 0 -1 4202560 1178 1248 0 0 148 0 0 0 25 0 5 0 509206220 132182016 4363 33554432000 4194304 4356188 140733851010080 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 2560084

[startup+3.10035 s]
/proc/loadavg: 7.39 7.92 7.96 9/180 27400
/proc/meminfo: memFree=21939948/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) S 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 4599179077956403199 0 0 17 3 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
[pid=27386] ppid=27385 vsize=1947780 CPUtime=3.08 cores=0
/proc/27386/stat : 27386 (cryptominisat) R 27385 27385 26652 0 -1 4202496 6534 0 0 0 308 0 0 0 25 0 1 0 509206219 1994526720 4478 33554432000 4194304 4587354 140734483487616 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27386/statm: 486945 4478 337 96 0 483507 0
[pid=27387] ppid=27385 vsize=14168 CPUtime=3.09 cores=1
/proc/27387/stat : 27387 (clasp) R 27385 27385 26652 0 -1 4202496 996 0 0 0 309 0 0 0 25 0 1 0 509206219 14508032 887 33554432000 4194304 4785740 140735047934240 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27387/statm: 3542 887 340 145 0 587 0
[pid=27388] ppid=27385 vsize=455824 CPUtime=3.09 cores=2
/proc/27388/stat : 27388 (TNM) R 27385 27385 26652 0 -1 4202496 323 0 0 0 309 0 0 0 25 0 1 0 509206219 466763776 220 33554432000 134512640 134534564 4291573056 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27388/statm: 113956 220 95 6 0 112622 0
[pid=27389] ppid=27385 vsize=8044 CPUtime=3.09 cores=3
/proc/27389/stat : 27389 (march_hi) R 27385 27385 26652 0 -1 4202496 656 0 0 0 309 0 0 0 25 0 1 0 509206219 8237056 531 33554432000 4194304 4331988 140733581774224 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27389/statm: 2011 531 175 34 0 453 0
[pid=27390] ppid=27385 vsize=131904 CPUtime=12.34 cores=4-7
/proc/27390/stat : 27390 (plingeling) S 27385 27385 26652 0 -1 4202496 6678 1248 0 0 1233 1 0 0 19 0 5 0 509206219 135069696 5084 33554432000 4194304 4356188 140733851010080 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27390/statm: 32976 5084 162 40 0 31520 0
[pid=27390/tid=27397] ppid=27385 vsize=131904 CPUtime=3.08 cores=4-7
/proc/27390/task/27397/stat : 27397 (plingeling) R 27385 27385 26652 0 -1 4202560 1773 1248 0 0 308 0 0 0 25 0 5 0 509206220 135069696 5084 33554432000 4194304 4356188 140733851010080 18446744073709551615 4298633 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27390/tid=27398] ppid=27385 vsize=131904 CPUtime=3.08 cores=4-7
/proc/27390/task/27398/stat : 27398 (plingeling) R 27385 27385 26652 0 -1 4202560 1237 1248 0 0 308 0 0 0 25 0 5 0 509206220 135069696 5084 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331082 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27390/tid=27399] ppid=27385 vsize=131904 CPUtime=3.08 cores=4-7
/proc/27390/task/27399/stat : 27399 (plingeling) R 27385 27385 26652 0 -1 4202560 1872 1248 0 0 308 0 0 0 25 0 5 0 509206220 135069696 5084 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27390/tid=27400] ppid=27385 vsize=131904 CPUtime=3.07 cores=4-7
/proc/27390/task/27400/stat : 27400 (plingeling) R 27385 27385 26652 0 -1 4202560 1435 1248 0 0 307 0 0 0 25 0 5 0 509206220 135069696 5084 33554432000 4194304 4356188 140733851010080 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 2576044

[startup+6.30075 s]
/proc/loadavg: 7.44 7.92 7.96 9/180 27400
/proc/meminfo: memFree=21921968/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) S 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 4599179077956403199 0 0 17 3 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
[pid=27386] ppid=27385 vsize=1955740 CPUtime=6.29 cores=0
/proc/27386/stat : 27386 (cryptominisat) R 27385 27385 26652 0 -1 4202496 10091 0 0 0 628 1 0 0 25 0 1 0 509206219 2002677760 6380 33554432000 4194304 4587354 140734483487616 18446744073709551615 4238622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27386/statm: 488935 6380 337 96 0 485497 0
[pid=27387] ppid=27385 vsize=14848 CPUtime=6.29 cores=1
/proc/27387/stat : 27387 (clasp) R 27385 27385 26652 0 -1 4202496 1169 0 0 0 629 0 0 0 25 0 1 0 509206219 15204352 1060 33554432000 4194304 4785740 140735047934240 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27387/statm: 3712 1060 340 145 0 757 0
[pid=27388] ppid=27385 vsize=455824 CPUtime=6.29 cores=2
/proc/27388/stat : 27388 (TNM) R 27385 27385 26652 0 -1 4202496 323 0 0 0 629 0 0 0 25 0 1 0 509206219 466763776 220 33554432000 134512640 134534564 4291573056 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27388/statm: 113956 220 95 6 0 112622 0
[pid=27389] ppid=27385 vsize=9320 CPUtime=6.29 cores=3
/proc/27389/stat : 27389 (march_hi) R 27385 27385 26652 0 -1 4202496 899 0 0 0 629 0 0 0 25 0 1 0 509206219 9543680 774 33554432000 4194304 4331988 140733581774224 18446744073709551615 4226438 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27389/statm: 2330 774 175 34 0 772 0
[pid=27390] ppid=27385 vsize=137804 CPUtime=25.12 cores=4-7
/proc/27390/stat : 27390 (plingeling) S 27385 27385 26652 0 -1 4202496 9657 1248 0 0 2510 2 0 0 19 0 5 0 509206219 141111296 6559 33554432000 4194304 4356188 140733851010080 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27390/statm: 34451 6559 162 40 0 32995 0
[pid=27390/tid=27397] ppid=27385 vsize=137804 CPUtime=6.28 cores=4-7
/proc/27390/task/27397/stat : 27397 (plingeling) R 27385 27385 26652 0 -1 4202560 2862 1248 0 0 628 0 0 0 25 0 5 0 509206220 141111296 6559 33554432000 4194304 4356188 140733851010080 18446744073709551615 4233969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27390/tid=27398] ppid=27385 vsize=137804 CPUtime=6.28 cores=4-7
/proc/27390/task/27398/stat : 27398 (plingeling) R 27385 27385 26652 0 -1 4202560 1398 1248 0 0 628 0 0 0 25 0 5 0 509206220 141111296 6559 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331126 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27390/tid=27399] ppid=27385 vsize=137804 CPUtime=6.28 cores=4-7
/proc/27390/task/27399/stat : 27399 (plingeling) R 27385 27385 26652 0 -1 4202560 3056 1248 0 0 627 1 0 0 25 0 5 0 509206220 141111296 6559 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331276 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27390/tid=27400] ppid=27385 vsize=137804 CPUtime=6.25 cores=4-7
/proc/27390/task/27400/stat : 27400 (plingeling) R 27385 27385 26652 0 -1 4202560 1980 1248 0 0 625 0 0 0 25 0 5 0 509206220 141111296 6559 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 2591860

[startup+12.7005 s]
/proc/loadavg: 7.48 7.92 7.96 9/180 27400
/proc/meminfo: memFree=21900664/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) S 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 4599179077956403199 0 0 17 3 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
[pid=27386] ppid=27385 vsize=10736224 CPUtime=12.69 cores=0
/proc/27386/stat : 27386 (cryptominisat) R 27385 27385 26652 0 -1 4202496 14138 0 0 0 1268 1 0 0 25 0 1 0 509206219 10993893376 8266 33554432000 4194304 4587354 140734483487616 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27386/statm: 2684056 8266 337 96 0 2680618 0
[pid=27387] ppid=27385 vsize=15672 CPUtime=12.69 cores=1
/proc/27387/stat : 27387 (clasp) R 27385 27385 26652 0 -1 4202496 1378 0 0 0 1269 0 0 0 25 0 1 0 509206219 16048128 1269 33554432000 4194304 4785740 140735047934240 18446744073709551615 4287124 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27387/statm: 3918 1269 340 145 0 963 0
[pid=27388] ppid=27385 vsize=455824 CPUtime=12.69 cores=2
/proc/27388/stat : 27388 (TNM) R 27385 27385 26652 0 -1 4202496 323 0 0 0 1269 0 0 0 25 0 1 0 509206219 466763776 220 33554432000 134512640 134534564 4291573056 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27388/statm: 113956 220 95 6 0 112622 0
[pid=27389] ppid=27385 vsize=12340 CPUtime=12.69 cores=3
/proc/27389/stat : 27389 (march_hi) R 27385 27385 26652 0 -1 4202496 1381 0 0 0 1269 0 0 0 25 0 1 0 509206219 12636160 1256 33554432000 4194304 4331988 140733581774224 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27389/statm: 3085 1256 175 34 0 1527 0
[pid=27390] ppid=27385 vsize=147924 CPUtime=50.69 cores=4-7
/proc/27390/stat : 27390 (plingeling) S 27385 27385 26652 0 -1 4202496 14747 1248 0 0 5066 3 0 0 19 0 5 0 509206219 151474176 9089 33554432000 4194304 4356188 140733851010080 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27390/statm: 36981 9089 162 40 0 35525 0
[pid=27390/tid=27397] ppid=27385 vsize=147924 CPUtime=12.69 cores=4-7
/proc/27390/task/27397/stat : 27397 (plingeling) R 27385 27385 26652 0 -1 4202560 3983 1248 0 0 1268 1 0 0 25 0 5 0 509206220 151474176 9089 33554432000 4194304 4356188 140733851010080 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27390/tid=27398] ppid=27385 vsize=147924 CPUtime=12.68 cores=4-7
/proc/27390/task/27398/stat : 27398 (plingeling) R 27385 27385 26652 0 -1 4202560 2486 1248 0 0 1268 0 0 0 25 0 5 0 509206220 151474176 9089 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27390/tid=27399] ppid=27385 vsize=147924 CPUtime=12.68 cores=4-7
/proc/27390/task/27399/stat : 27399 (plingeling) R 27385 27385 26652 0 -1 4202560 3856 1248 0 0 1267 1 0 0 25 0 5 0 509206220 151474176 9089 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27390/tid=27400] ppid=27385 vsize=147924 CPUtime=12.61 cores=4-7
/proc/27390/task/27400/stat : 27400 (plingeling) R 27385 27385 26652 0 -1 4202560 4061 1248 0 0 1261 0 0 0 25 0 5 0 509206220 151474176 9089 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 11386308

[startup+25.5011 s]
/proc/loadavg: 7.60 7.92 7.96 9/180 27401
/proc/meminfo: memFree=21883944/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) S 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 4599179077956403199 0 0 17 3 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
[pid=27386] ppid=27385 vsize=1961868 CPUtime=25.49 cores=0
/proc/27386/stat : 27386 (cryptominisat) R 27385 27385 26652 0 -1 4202496 23327 0 0 0 2547 2 0 0 25 0 1 0 509206219 2008952832 7549 33554432000 4194304 4587354 140734483487616 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=27390/tid=27397] ppid=27385 vsize=250464 CPUtime=387.1 cores=4-7
/proc/27390/task/27397/stat : 27397 (plingeling) R 27385 27385 26652 0 -1 4202560 38833 1248 0 0 38704 6 0 0 25 0 5 0 509206220 256475136 34724 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27390/tid=27398] ppid=27385 vsize=250464 CPUtime=387.06 cores=4-7
/proc/27390/task/27398/stat : 27398 (plingeling) R 27385 27385 26652 0 -1 4202560 33879 1248 0 0 38700 6 0 0 25 0 5 0 509206220 256475136 34724 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27390/tid=27399] ppid=27385 vsize=250464 CPUtime=387.1 cores=4-7
/proc/27390/task/27399/stat : 27399 (plingeling) R 27385 27385 26652 0 -1 4202560 32050 1248 0 0 38704 6 0 0 25 0 5 0 509206220 256475136 34724 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27390/tid=27400] ppid=27385 vsize=250464 CPUtime=384.99 cores=4-7
/proc/27390/task/27400/stat : 27400 (plingeling) R 27385 27385 26652 0 -1 4202560 35231 1248 0 0 38494 5 0 0 25 0 5 0 509206220 256475136 34724 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3094.69
Current children cumulated vsize (KiB) 2981716

[startup+390.301 s]
/proc/loadavg: 8.01 8.00 7.99 9/180 27411
/proc/meminfo: memFree=21585752/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) S 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 4599179077956403199 0 0 17 3 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
[pid=27386] ppid=27385 vsize=2027588 CPUtime=390.3 cores=0
/proc/27386/stat : 27386 (cryptominisat) R 27385 27385 26652 0 -1 4202496 94534 0 0 0 39007 23 0 0 25 0 1 0 509206219 2076250112 26102 33554432000 4194304 4587354 140734483487616 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27386/statm: 506897 26102 337 96 0 503459 0
[pid=27387] ppid=27385 vsize=21928 CPUtime=390.3 cores=1
/proc/27387/stat : 27387 (clasp) R 27385 27385 26652 0 -1 4202496 2838 0 0 0 39030 0 0 0 25 0 1 0 509206219 22454272 2729 33554432000 4194304 4785740 140735047934240 18446744073709551615 4416768 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27387/statm: 5482 2729 341 145 0 2527 0
[pid=27388] ppid=27385 vsize=455824 CPUtime=390.3 cores=2
/proc/27388/stat : 27388 (TNM) R 27385 27385 26652 0 -1 4202496 323 0 0 0 39030 0 0 0 25 0 1 0 509206219 466763776 220 33554432000 134512640 134534564 4291573056 18446744073709551615 134528612 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27388/statm: 113956 220 95 6 0 112622 0
[pid=27389] ppid=27385 vsize=207740 CPUtime=390.3 cores=3
/proc/27389/stat : 27389 (march_hi) R 27385 27385 26652 0 -1 4202496 34643 0 0 0 39015 15 0 0 25 0 1 0 509206219 212725760 34518 33554432000 4194304 4331988 140733581774224 18446744073709551615 4298853 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27389/statm: 51935 34518 175 34 0 50377 0
[pid=27390] ppid=27385 vsize=256608 CPUtime=1559.04 cores=4-7
/proc/27390/stat : 27390 (plingeling) S 27385 27385 26652 0 -1 4202496 143170 1248 0 0 155879 25 0 0 19 0 5 0 509206219 262766592 36260 33554432000 4194304 4356188 140733851010080 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27390/statm: 64152 36260 162 40 0 62696 0
[pid=27390/tid=27397] ppid=27385 vsize=256608 CPUtime=390.29 cores=4-7
/proc/27390/task/27397/stat : 27397 (plingeling) R 27385 27385 26652 0 -1 4202560 40881 1248 0 0 39023 6 0 0 25 0 5 0 509206220 262766592 36260 33554432000 4194304 4356188 140733851010080 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27390/tid=27398] ppid=27385 vsize=256608 CPUtime=390.25 cores=4-7
/proc/27390/task/27398/stat : 27398 (plingeling) R 27385 27385 26652 0 -1 4202560 33879 1248 0 0 39019 6 0 0 25 0 5 0 509206220 262766592 36260 33554432000 4194304 4356188 140733851010080 18446744073709551615 4332133 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27390/tid=27399] ppid=27385 vsize=256608 CPUtime=390.29 cores=4-7
/proc/27390/task/27399/stat : 27399 (plingeling) R 27385 27385 26652 0 -1 4202560 32818 1248 0 0 39023 6 0 0 25 0 5 0 509206220 262766592 36260 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27390/tid=27400] ppid=27385 vsize=256608 CPUtime=388.17 cores=4-7
/proc/27390/task/27400/stat : 27400 (plingeling) R 27385 27385 26652 0 -1 4202560 35231 1248 0 0 38812 5 0 0 25 0 5 0 509206220 262766592 36260 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3120.24
Current children cumulated vsize (KiB) 2988012

[startup+391.901 s]
/proc/loadavg: 8.01 8.00 7.99 9/180 27411
/proc/meminfo: memFree=21582156/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) S 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 4599179077956403199 0 0 17 3 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
[pid=27386] ppid=27385 vsize=2027588 CPUtime=391.91 cores=0
/proc/27386/stat : 27386 (cryptominisat) R 27385 27385 26652 0 -1 4202496 94669 0 0 0 39167 24 0 0 25 0 1 0 509206219 2076250112 26234 33554432000 4194304 4587354 140734483487616 18446744073709551615 4231904 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27386/statm: 506897 26234 337 96 0 503459 0
[pid=27387] ppid=27385 vsize=21928 CPUtime=391.9 cores=1
/proc/27387/stat : 27387 (clasp) R 27385 27385 26652 0 -1 4202496 2838 0 0 0 39190 0 0 0 25 0 1 0 509206219 22454272 2729 33554432000 4194304 4785740 140735047934240 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27387/statm: 5482 2729 341 145 0 2527 0
[pid=27388] ppid=27385 vsize=455824 CPUtime=391.9 cores=2
/proc/27388/stat : 27388 (TNM) R 27385 27385 26652 0 -1 4202496 323 0 0 0 39190 0 0 0 25 0 1 0 509206219 466763776 220 33554432000 134512640 134534564 4291573056 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27388/statm: 113956 220 95 6 0 112622 0
[pid=27389] ppid=27385 vsize=207740 CPUtime=391.89 cores=3
/proc/27389/stat : 27389 (march_hi) R 27385 27385 26652 0 -1 4202496 34789 0 0 0 39174 15 0 0 25 0 1 0 509206219 212725760 34664 33554432000 4194304 4331988 140733581774224 18446744073709551615 4316700 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27389/statm: 51935 34664 175 34 0 50377 0
[pid=27390] ppid=27385 vsize=257632 CPUtime=1565.43 cores=4-7
/proc/27390/stat : 27390 (plingeling) S 27385 27385 26652 0 -1 4202496 143426 1248 0 0 156518 25 0 0 19 0 5 0 509206219 263815168 36516 33554432000 4194304 4356188 140733851010080 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27390/statm: 64408 36516 162 40 0 62952 0
[pid=27390/tid=27397] ppid=27385 vsize=257632 CPUtime=391.89 cores=4-7
/proc/27390/task/27397/stat : 27397 (plingeling) R 27385 27385 26652 0 -1 4202560 40881 1248 0 0 39183 6 0 0 25 0 5 0 509206220 263815168 36516 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27390/tid=27398] ppid=27385 vsize=257632 CPUtime=391.85 cores=4-7
/proc/27390/task/27398/stat : 27398 (plingeling) R 27385 27385 26652 0 -1 4202560 33879 1248 0 0 39179 6 0 0 25 0 5 0 509206220 263815168 36516 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27390/tid=27399] ppid=27385 vsize=257632 CPUtime=391.89 cores=4-7
/proc/27390/task/27399/stat : 27399 (plingeling) R 27385 27385 26652 0 -1 4202560 32818 1248 0 0 39183 6 0 0 25 0 5 0 509206220 263815168 36516 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27390/tid=27400] ppid=27385 vsize=257632 CPUtime=389.76 cores=4-7
/proc/27390/task/27400/stat : 27400 (plingeling) R 27385 27385 26652 0 -1 4202560 35487 1248 0 0 38971 5 0 0 25 0 5 0 509206220 263815168 36516 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3133.03
Current children cumulated vsize (KiB) 2989036

[startup+392.707 s]
/proc/loadavg: 8.01 8.00 7.99 9/180 27411
/proc/meminfo: memFree=21594556/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) S 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 4599179077956403199 0 0 17 3 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
[pid=27386] ppid=27385 vsize=2016860 CPUtime=392.71 cores=0
/proc/27386/stat : 27386 (cryptominisat) R 27385 27385 26652 0 -1 4202496 94670 0 0 0 39247 24 0 0 25 0 1 0 509206219 2065264640 21607 33554432000 4194304 4587354 140734483487616 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27386/statm: 504215 21607 337 96 0 500777 0
[pid=27387] ppid=27385 vsize=21928 CPUtime=392.71 cores=1
/proc/27387/stat : 27387 (clasp) R 27385 27385 26652 0 -1 4202496 2838 0 0 0 39271 0 0 0 25 0 1 0 509206219 22454272 2729 33554432000 4194304 4785740 140735047934240 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27387/statm: 5482 2729 341 145 0 2527 0
[pid=27388] ppid=27385 vsize=455824 CPUtime=392.7 cores=2
/proc/27388/stat : 27388 (TNM) R 27385 27385 26652 0 -1 4202496 323 0 0 0 39270 0 0 0 25 0 1 0 509206219 466763776 220 33554432000 134512640 134534564 4291573056 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27388/statm: 113956 220 95 6 0 112622 0
[pid=27389] ppid=27385 vsize=207740 CPUtime=392.7 cores=3
/proc/27389/stat : 27389 (march_hi) R 27385 27385 26652 0 -1 4202496 34864 0 0 0 39255 15 0 0 25 0 1 0 509206219 212725760 34739 33554432000 4194304 4331988 140733581774224 18446744073709551615 4299840 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27389/statm: 51935 34739 175 34 0 50377 0
[pid=27390] ppid=27385 vsize=262752 CPUtime=1568.65 cores=4-7
/proc/27390/stat : 27390 (plingeling) S 27385 27385 26652 0 -1 4202496 144706 1248 0 0 156840 25 0 0 19 0 5 0 509206219 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27390/statm: 65688 37796 162 40 0 64232 0
[pid=27390/tid=27397] ppid=27385 vsize=262752 CPUtime=392.7 cores=4-7
/proc/27390/task/27397/stat : 27397 (plingeling) R 27385 27385 26652 0 -1 4202560 40881 1248 0 0 39264 6 0 0 25 0 5 0 509206220 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27390/tid=27398] ppid=27385 vsize=262752 CPUtime=392.66 cores=4-7
/proc/27390/task/27398/stat : 27398 (plingeling) R 27385 27385 26652 0 -1 4202560 33879 1248 0 0 39260 6 0 0 25 0 5 0 509206220 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27390/tid=27399] ppid=27385 vsize=262752 CPUtime=392.7 cores=4-7
/proc/27390/task/27399/stat : 27399 (plingeling) R 27385 27385 26652 0 -1 4202560 34098 1248 0 0 39264 6 0 0 25 0 5 0 509206220 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27390/tid=27400] ppid=27385 vsize=262752 CPUtime=390.56 cores=4-7
/proc/27390/task/27400/stat : 27400 (plingeling) R 27385 27385 26652 0 -1 4202560 35487 1248 0 0 39051 5 0 0 25 0 5 0 509206220 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3139.47
Current children cumulated vsize (KiB) 2983428

[startup+392.901 s]
/proc/loadavg: 8.01 8.00 7.99 9/180 27411
/proc/meminfo: memFree=21594556/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) S 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 4599179077956403199 0 0 17 3 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
[pid=27386] ppid=27385 vsize=2016860 CPUtime=392.91 cores=0
/proc/27386/stat : 27386 (cryptominisat) R 27385 27385 26652 0 -1 4202496 94670 0 0 0 39267 24 0 0 25 0 1 0 509206219 2065264640 21607 33554432000 4194304 4587354 140734483487616 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27386/statm: 504215 21607 337 96 0 500777 0
[pid=27387] ppid=27385 vsize=21928 CPUtime=392.9 cores=1
/proc/27387/stat : 27387 (clasp) R 27385 27385 26652 0 -1 4202496 2838 0 0 0 39290 0 0 0 25 0 1 0 509206219 22454272 2729 33554432000 4194304 4785740 140735047934240 18446744073709551615 4550312 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27387/statm: 5482 2729 341 145 0 2527 0
[pid=27388] ppid=27385 vsize=455824 CPUtime=392.9 cores=2
/proc/27388/stat : 27388 (TNM) R 27385 27385 26652 0 -1 4202496 323 0 0 0 39290 0 0 0 25 0 1 0 509206219 466763776 220 33554432000 134512640 134534564 4291573056 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27388/statm: 113956 220 95 6 0 112622 0
[pid=27389] ppid=27385 vsize=207740 CPUtime=392.89 cores=3
/proc/27389/stat : 27389 (march_hi) R 27385 27385 26652 0 -1 4202496 34882 0 0 0 39274 15 0 0 25 0 1 0 509206219 212725760 34757 33554432000 4194304 4331988 140733581774224 18446744073709551615 4310395 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27389/statm: 51935 34757 175 34 0 50377 0
[pid=27390] ppid=27385 vsize=262752 CPUtime=1569.42 cores=4-7
/proc/27390/stat : 27390 (plingeling) S 27385 27385 26652 0 -1 4202496 144706 1248 0 0 156917 25 0 0 19 0 5 0 509206219 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27390/statm: 65688 37796 162 40 0 64232 0
[pid=27390/tid=27397] ppid=27385 vsize=262752 CPUtime=392.89 cores=4-7
/proc/27390/task/27397/stat : 27397 (plingeling) R 27385 27385 26652 0 -1 4202560 40881 1248 0 0 39283 6 0 0 25 0 5 0 509206220 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27390/tid=27398] ppid=27385 vsize=262752 CPUtime=392.85 cores=4-7
/proc/27390/task/27398/stat : 27398 (plingeling) R 27385 27385 26652 0 -1 4202560 33879 1248 0 0 39279 6 0 0 25 0 5 0 509206220 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27390/tid=27399] ppid=27385 vsize=262752 CPUtime=392.89 cores=4-7
/proc/27390/task/27399/stat : 27399 (plingeling) R 27385 27385 26652 0 -1 4202560 34098 1248 0 0 39283 6 0 0 25 0 5 0 509206220 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27390/tid=27400] ppid=27385 vsize=262752 CPUtime=390.75 cores=4-7
/proc/27390/task/27400/stat : 27400 (plingeling) R 27385 27385 26652 0 -1 4202560 35487 1248 0 0 39070 5 0 0 25 0 5 0 509206220 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331971 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3141.02
Current children cumulated vsize (KiB) 2983428

[startup+393.001 s]
/proc/loadavg: 8.01 8.00 7.99 9/180 27411
/proc/meminfo: memFree=21594556/32951124 swapFree=67111524/67111528
[pid=27385] ppid=27383 vsize=18324 CPUtime=0 cores=0-7
/proc/27385/stat : 27385 (ppfolio) S 27383 27385 26652 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 509206219 18763776 389 33554432000 4194304 4287625 140736323664864 18446744073709551615 264726425103 0 0 4096 65536 4599179077956403199 0 0 17 3 0 0 0
/proc/27385/statm: 4581 389 341 23 0 91 0
[pid=27386] ppid=27385 vsize=2016860 CPUtime=393.01 cores=0
/proc/27386/stat : 27386 (cryptominisat) R 27385 27385 26652 0 -1 4202496 94670 0 0 0 39277 24 0 0 25 0 1 0 509206219 2065264640 21607 33554432000 4194304 4587354 140734483487616 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27386/statm: 504215 21607 337 96 0 500777 0
[pid=27387] ppid=27385 vsize=21928 CPUtime=393 cores=1
/proc/27387/stat : 27387 (clasp) R 27385 27385 26652 0 -1 4202496 2838 0 0 0 39300 0 0 0 25 0 1 0 509206219 22454272 2729 33554432000 4194304 4785740 140735047934240 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27387/statm: 5482 2729 341 145 0 2527 0
[pid=27388] ppid=27385 vsize=455824 CPUtime=393 cores=2
/proc/27388/stat : 27388 (TNM) R 27385 27385 26652 0 -1 4202496 323 0 0 0 39300 0 0 0 25 0 1 0 509206219 466763776 220 33554432000 134512640 134534564 4291573056 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27388/statm: 113956 220 95 6 0 112622 0
[pid=27389] ppid=27385 vsize=207740 CPUtime=392.99 cores=3
/proc/27389/stat : 27389 (march_hi) R 27385 27385 26652 0 -1 4202496 34892 0 0 0 39284 15 0 0 25 0 1 0 509206219 212725760 34767 33554432000 4194304 4331988 140733581774224 18446744073709551615 4239530 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27389/statm: 51935 34767 175 34 0 50377 0
[pid=27390] ppid=27385 vsize=262752 CPUtime=1569.82 cores=4-7
/proc/27390/stat : 27390 (plingeling) S 27385 27385 26652 0 -1 4202496 144706 1248 0 0 156957 25 0 0 19 0 5 0 509206219 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27390/statm: 65688 37796 162 40 0 64232 0
[pid=27390/tid=27397] ppid=27385 vsize=262752 CPUtime=392.99 cores=4-7
/proc/27390/task/27397/stat : 27397 (plingeling) R 27385 27385 26652 0 -1 4202560 40881 1248 0 0 39293 6 0 0 25 0 5 0 509206220 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 4332145 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27390/tid=27398] ppid=27385 vsize=262752 CPUtime=392.95 cores=4-7
/proc/27390/task/27398/stat : 27398 (plingeling) R 27385 27385 26652 0 -1 4202560 33879 1248 0 0 39289 6 0 0 25 0 5 0 509206220 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27390/tid=27399] ppid=27385 vsize=262752 CPUtime=392.99 cores=4-7
/proc/27390/task/27399/stat : 27399 (plingeling) R 27385 27385 26652 0 -1 4202560 34098 1248 0 0 39293 6 0 0 25 0 5 0 509206220 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27390/tid=27400] ppid=27385 vsize=262752 CPUtime=390.85 cores=4-7
/proc/27390/task/27400/stat : 27400 (plingeling) R 27385 27385 26652 0 -1 4202560 35487 1248 0 0 39080 5 0 0 25 0 5 0 509206220 269058048 37796 33554432000 4194304 4356188 140733851010080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3141.82
Current children cumulated vsize (KiB) 2983428

Child status: 0
Real time (s): 393.05
CPU time (s): 3142.22
CPU user time (s): 3141.52
CPU system time (s): 0.704892
CPU usage (%): 799.447
Max. virtual memory (cumulated for all children) (KiB): 11690480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3141.52
system time used= 0.704892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279219
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= 1759
involuntary context switches= 15418

runsolver used 0.618905 second user time and 1.52977 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-30 14:51:46
IDJOB=3275566
IDBENCH=83217
IDSOLVER=1638
FILE ID=node141/3275566-1304167906
RUNJOBID= node141-1304157866-26666
PBS_JOBID= 13170914
Free space on /tmp= 72600 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-13-13-unsat.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275566-1304167906/watcher-3275566-1304167906 -o /tmp/evaluation-result-3275566-1304167906/solver-3275566-1304167906 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275566-1304167906.cnf

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

MD5SUM BENCH= b828910e9308a3dd9d5f850f224ef842
RANDOM SEED=289224220

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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:     32951124 kB
MemFree:      21976864 kB
Buffers:       1409532 kB
Cached:        8923992 kB
SwapCached:          4 kB
Active:        2658216 kB
Inactive:      7738104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21976864 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10136 kB
Writeback:           0 kB
AnonPages:       63552 kB
Mapped:          14312 kB
Slab:           511036 kB
PageTables:       4680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185452 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= 72588 MiB
End job on node141 at 2011-04-30 14:58:19