Trace number 3221253

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 268.017 33.5318

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S2039518547-066.UNKNOWN.cnf
MD5SUM80aa82e62b454f2871f6471d9559597d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

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
267.72/33.52	s UNSATISFIABLE
267.72/33.53	solver [4] march_hi 2009 answered
267.72/33.53	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-3221253-1304161197/watcher-3221253-1304161197 -o /tmp/evaluation-result-3221253-1304161197/solver-3221253-1304161197 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221253-1304161197.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): 5000 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: 8.04 7.99 7.98 2/170 1256
/proc/meminfo: memFree=30090956/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) R 1254 1256 1020 0 -1 4194304 451 0 0 0 0 0 0 0 25 0 1 0 527716772 18763776 387 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476515221 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/1256/statm: 4581 387 338 23 0 91 0

[startup+0.012305 s]
/proc/loadavg: 8.04 7.99 7.98 2/170 1256
/proc/meminfo: memFree=30090956/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) S 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 4605388844752175103 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100281 s]
/proc/loadavg: 8.04 7.99 7.98 2/170 1256
/proc/meminfo: memFree=30090956/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) S 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 4605388844752175103 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300244 s]
/proc/loadavg: 8.04 7.99 7.98 2/170 1256
/proc/meminfo: memFree=30090956/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) R 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700167 s]
/proc/loadavg: 8.04 7.99 7.98 2/170 1256
/proc/meminfo: memFree=30090956/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) R 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50101 s]
/proc/loadavg: 8.04 7.99 7.98 9/180 1271
/proc/meminfo: memFree=30070416/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) S 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 4605388844752175103 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
[pid=1257] ppid=1256 vsize=1364160 CPUtime=1.49 cores=0
/proc/1257/stat : 1257 (cryptominisat) R 1256 1256 1020 0 -1 4202496 3630 0 0 0 149 0 0 0 20 0 1 0 527716773 1396899840 2380 33554432000 4194304 4587354 140736718634080 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1257/statm: 341040 2380 336 96 0 337602 0
[pid=1258] ppid=1256 vsize=14088 CPUtime=1.49 cores=1
/proc/1258/stat : 1258 (clasp) R 1256 1256 1020 0 -1 4202496 984 0 0 0 149 0 0 0 20 0 1 0 527716773 14426112 876 33554432000 4194304 4785740 140734004004544 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1258/statm: 3522 876 340 145 0 567 0
[pid=1259] ppid=1256 vsize=456220 CPUtime=1.49 cores=2
/proc/1259/stat : 1259 (TNM) R 1256 1256 1020 0 -1 4202496 439 0 0 0 149 0 0 0 20 0 1 0 527716773 467169280 336 33554432000 134512640 134534564 4293792416 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1259/statm: 114055 336 95 6 0 112721 0
[pid=1260] ppid=1256 vsize=7756 CPUtime=1.49 cores=3
/proc/1260/stat : 1260 (march_hi) R 1256 1256 1020 0 -1 4202496 921 0 0 0 149 0 0 0 20 0 1 0 527716773 7942144 467 33554432000 4194304 4331988 140735836221040 18446744073709551615 4299342 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1260/statm: 1939 467 174 34 0 381 0
[pid=1261] ppid=1256 vsize=60440 CPUtime=5.92 cores=4-7
/proc/1261/stat : 1261 (plingeling) S 1256 1256 1020 0 -1 4202496 4656 1259 0 0 592 0 0 0 19 0 5 0 527716773 61890560 3566 33554432000 4194304 4356188 140734977253648 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1261/statm: 15110 3566 162 40 0 13654 0
[pid=1261/tid=1268] ppid=1256 vsize=60440 CPUtime=1.47 cores=4-7
/proc/1261/task/1268/stat : 1268 (plingeling) R 1256 1256 1020 0 -1 4202560 913 1259 0 0 147 0 0 0 23 0 5 0 527716774 61890560 3566 33554432000 4194304 4356188 140734977253648 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1261/tid=1269] ppid=1256 vsize=60440 CPUtime=1.48 cores=4-7
/proc/1261/task/1269/stat : 1269 (plingeling) R 1256 1256 1020 0 -1 4202560 945 1259 0 0 148 0 0 0 24 0 5 0 527716774 61890560 3566 33554432000 4194304 4356188 140734977253648 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1261/tid=1270] ppid=1256 vsize=60440 CPUtime=1.48 cores=4-7
/proc/1261/task/1270/stat : 1270 (plingeling) R 1256 1256 1020 0 -1 4202560 926 1259 0 0 148 0 0 0 23 0 5 0 527716774 61890560 3566 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1261/tid=1271] ppid=1256 vsize=60440 CPUtime=1.48 cores=4-7
/proc/1261/task/1271/stat : 1271 (plingeling) R 1256 1256 1020 0 -1 4202560 978 1259 0 0 148 0 0 0 20 0 5 0 527716774 61890560 3566 33554432000 4194304 4356188 140734977253648 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 1920988

[startup+3.10071 s]
/proc/loadavg: 8.04 7.99 7.98 9/180 1271
/proc/meminfo: memFree=30062976/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) S 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 4605388844752175103 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
[pid=1257] ppid=1256 vsize=32536 CPUtime=3.09 cores=0
/proc/1257/stat : 1257 (cryptominisat) R 1256 1256 1020 0 -1 4202496 4399 0 0 0 309 0 0 0 25 0 1 0 527716773 33316864 2422 33554432000 4194304 4587354 140736718634080 18446744073709551615 239476391569 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1257/statm: 8134 2422 336 96 0 4696 0
[pid=1258] ppid=1256 vsize=14836 CPUtime=3.09 cores=1
/proc/1258/stat : 1258 (clasp) R 1256 1256 1020 0 -1 4202496 1152 0 0 0 309 0 0 0 25 0 1 0 527716773 15192064 1044 33554432000 4194304 4785740 140734004004544 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1258/statm: 3709 1044 340 145 0 754 0
[pid=1259] ppid=1256 vsize=456220 CPUtime=3.09 cores=2
/proc/1259/stat : 1259 (TNM) R 1256 1256 1020 0 -1 4202496 439 0 0 0 309 0 0 0 25 0 1 0 527716773 467169280 336 33554432000 134512640 134534564 4293792416 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1259/statm: 114055 336 95 6 0 112721 0
[pid=1260] ppid=1256 vsize=7756 CPUtime=3.09 cores=3
/proc/1260/stat : 1260 (march_hi) R 1256 1256 1020 0 -1 4202496 921 0 0 0 309 0 0 0 25 0 1 0 527716773 7942144 467 33554432000 4194304 4331988 140735836221040 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1260/statm: 1939 467 174 34 0 381 0
[pid=1261] ppid=1256 vsize=61028 CPUtime=12.31 cores=4-7
/proc/1261/stat : 1261 (plingeling) S 1256 1256 1020 0 -1 4202496 5907 1259 0 0 1231 0 0 0 19 0 5 0 527716773 62492672 3713 33554432000 4194304 4356188 140734977253648 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1261/statm: 15257 3713 162 40 0 13801 0
[pid=1261/tid=1268] ppid=1256 vsize=61028 CPUtime=3.06 cores=4-7
/proc/1261/task/1268/stat : 1268 (plingeling) R 1256 1256 1020 0 -1 4202560 1298 1259 0 0 306 0 0 0 25 0 5 0 527716774 62492672 3713 33554432000 4194304 4356188 140734977253648 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1261/tid=1269] ppid=1256 vsize=61028 CPUtime=3.08 cores=4-7
/proc/1261/task/1269/stat : 1269 (plingeling) R 1256 1256 1020 0 -1 4202560 1202 1259 0 0 308 0 0 0 25 0 5 0 527716774 62492672 3713 33554432000 4194304 4356188 140734977253648 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1261/tid=1270] ppid=1256 vsize=61028 CPUtime=3.08 cores=4-7
/proc/1261/task/1270/stat : 1270 (plingeling) R 1256 1256 1020 0 -1 4202560 1150 1259 0 0 308 0 0 0 25 0 5 0 527716774 62492672 3713 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1261/tid=1271] ppid=1256 vsize=61028 CPUtime=3.08 cores=4-7
/proc/1261/task/1271/stat : 1271 (plingeling) R 1256 1256 1020 0 -1 4202560 1363 1259 0 0 308 0 0 0 25 0 5 0 527716774 62492672 3713 33554432000 4194304 4356188 140734977253648 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 590700

[startup+6.3011 s]
/proc/loadavg: 8.04 7.99 7.98 9/180 1271
/proc/meminfo: memFree=30059892/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) S 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 4605388844752175103 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
[pid=1257] ppid=1256 vsize=32732 CPUtime=6.28 cores=0
/proc/1257/stat : 1257 (cryptominisat) R 1256 1256 1020 0 -1 4202496 5927 0 0 0 628 0 0 0 25 0 1 0 527716773 33517568 2601 33554432000 4194304 4587354 140736718634080 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1257/statm: 8183 2601 336 96 0 4745 0
[pid=1258] ppid=1256 vsize=15884 CPUtime=6.29 cores=1
/proc/1258/stat : 1258 (clasp) R 1256 1256 1020 0 -1 4202496 1386 0 0 0 629 0 0 0 25 0 1 0 527716773 16265216 1278 33554432000 4194304 4785740 140734004004544 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1258/statm: 3971 1278 340 145 0 1016 0
[pid=1259] ppid=1256 vsize=456220 CPUtime=6.29 cores=2
/proc/1259/stat : 1259 (TNM) R 1256 1256 1020 0 -1 4202496 439 0 0 0 629 0 0 0 25 0 1 0 527716773 467169280 336 33554432000 134512640 134534564 4293792416 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1259/statm: 114055 336 95 6 0 112721 0
[pid=1260] ppid=1256 vsize=7756 CPUtime=6.29 cores=3
/proc/1260/stat : 1260 (march_hi) R 1256 1256 1020 0 -1 4202496 921 0 0 0 629 0 0 0 25 0 1 0 527716773 7942144 467 33554432000 4194304 4331988 140735836221040 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1260/statm: 1939 467 174 34 0 381 0
[pid=1261] ppid=1256 vsize=63064 CPUtime=25.11 cores=4-7
/proc/1261/stat : 1261 (plingeling) S 1256 1256 1020 0 -1 4202496 8480 1259 0 0 2510 1 0 0 19 0 5 0 527716773 64577536 4206 33554432000 4194304 4356188 140734977253648 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1261/statm: 15766 4206 162 40 0 14310 0
[pid=1261/tid=1268] ppid=1256 vsize=63064 CPUtime=6.25 cores=4-7
/proc/1261/task/1268/stat : 1268 (plingeling) R 1256 1256 1020 0 -1 4202560 1959 1259 0 0 625 0 0 0 25 0 5 0 527716774 64577536 4206 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1261/tid=1269] ppid=1256 vsize=63064 CPUtime=6.28 cores=4-7
/proc/1261/task/1269/stat : 1269 (plingeling) R 1256 1256 1020 0 -1 4202560 1834 1259 0 0 628 0 0 0 25 0 5 0 527716774 64577536 4206 33554432000 4194304 4356188 140734977253648 18446744073709551615 4238768 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1261/tid=1270] ppid=1256 vsize=63064 CPUtime=6.28 cores=4-7
/proc/1261/task/1270/stat : 1270 (plingeling) R 1256 1256 1020 0 -1 4202560 1774 1259 0 0 628 0 0 0 25 0 5 0 527716774 64577536 4206 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1261/tid=1271] ppid=1256 vsize=63064 CPUtime=6.27 cores=4-7
/proc/1261/task/1271/stat : 1271 (plingeling) R 1256 1256 1020 0 -1 4202560 2019 1259 0 0 627 0 0 0 25 0 5 0 527716774 64577536 4206 33554432000 4194304 4356188 140734977253648 18446744073709551615 4332275 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 593980

[startup+12.7009 s]
/proc/loadavg: 8.04 7.99 7.98 9/180 1271
/proc/meminfo: memFree=30045012/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) S 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 4605388844752175103 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
[pid=1257] ppid=1256 vsize=37708 CPUtime=12.69 cores=0
/proc/1257/stat : 1257 (cryptominisat) R 1256 1256 1020 0 -1 4202496 9374 0 0 0 1268 1 0 0 25 0 1 0 527716773 38612992 3802 33554432000 4194304 4587354 140736718634080 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1257/statm: 9427 3802 336 96 0 5989 0
[pid=1258] ppid=1256 vsize=17016 CPUtime=12.69 cores=1
/proc/1258/stat : 1258 (clasp) R 1256 1256 1020 0 -1 4202496 1626 0 0 0 1269 0 0 0 25 0 1 0 527716773 17424384 1518 33554432000 4194304 4785740 140734004004544 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1258/statm: 4254 1518 341 145 0 1299 0
[pid=1259] ppid=1256 vsize=456220 CPUtime=12.69 cores=2
/proc/1259/stat : 1259 (TNM) R 1256 1256 1020 0 -1 4202496 439 0 0 0 1269 0 0 0 25 0 1 0 527716773 467169280 336 33554432000 134512640 134534564 4293792416 18446744073709551615 134528832 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1259/statm: 114055 336 95 6 0 112721 0
[pid=1260] ppid=1256 vsize=7756 CPUtime=12.69 cores=3
/proc/1260/stat : 1260 (march_hi) R 1256 1256 1020 0 -1 4202496 921 0 0 0 1269 0 0 0 25 0 1 0 527716773 7942144 467 33554432000 4194304 4331988 140735836221040 18446744073709551615 4299267 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1260/statm: 1939 467 174 34 0 381 0
[pid=1261] ppid=1256 vsize=72936 CPUtime=50.67 cores=4-7
/proc/1261/stat : 1261 (plingeling) S 1256 1256 1020 0 -1 4202496 15364 1259 0 0 5065 2 0 0 19 0 5 0 527716773 74686464 6674 33554432000 4194304 4356188 140734977253648 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1261/statm: 18234 6674 162 40 0 16778 0
[pid=1261/tid=1268] ppid=1256 vsize=72936 CPUtime=12.61 cores=4-7
/proc/1261/task/1268/stat : 1268 (plingeling) R 1256 1256 1020 0 -1 4202560 3720 1259 0 0 1261 0 0 0 25 0 5 0 527716774 74686464 6674 33554432000 4194304 4356188 140734977253648 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1261/tid=1269] ppid=1256 vsize=72936 CPUtime=12.67 cores=4-7
/proc/1261/task/1269/stat : 1269 (plingeling) R 1256 1256 1020 0 -1 4202560 3595 1259 0 0 1267 0 0 0 25 0 5 0 527716774 74686464 6674 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1261/tid=1270] ppid=1256 vsize=72936 CPUtime=12.67 cores=4-7
/proc/1261/task/1270/stat : 1270 (plingeling) R 1256 1256 1020 0 -1 4202560 3503 1259 0 0 1267 0 0 0 25 0 5 0 527716774 74686464 6674 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1261/tid=1271] ppid=1256 vsize=72936 CPUtime=12.67 cores=4-7
/proc/1261/task/1271/stat : 1271 (plingeling) R 1256 1256 1020 0 -1 4202560 3652 1259 0 0 1267 0 0 0 25 0 5 0 527716774 74686464 6674 33554432000 4194304 4356188 140734977253648 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 609960

[startup+25.5004 s]
/proc/loadavg: 8.03 7.99 7.98 9/180 1271
/proc/meminfo: memFree=30035168/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) S 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 4605388844752175103 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
[pid=1257] ppid=1256 vsize=43576 CPUtime=25.49 cores=0
/proc/1257/stat : 1257 (cryptominisat) R 1256 1256 1020 0 -1 4202496 14269 0 0 0 2547 2 0 0 25 0 1 0 527716773 44621824 5120 33554432000 4194304 4587354 140736718634080 18446744073709551615 4238628 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=1261/tid=1269] ppid=1256 vsize=75640 CPUtime=25.47 cores=4-7
/proc/1261/task/1269/stat : 1269 (plingeling) R 1256 1256 1020 0 -1 4202560 5819 1259 0 0 2547 0 0 0 25 0 5 0 527716774 77455360 7366 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1261/tid=1270] ppid=1256 vsize=75640 CPUtime=25.48 cores=4-7
/proc/1261/task/1270/stat : 1270 (plingeling) R 1256 1256 1020 0 -1 4202560 5746 1259 0 0 2547 1 0 0 25 0 5 0 527716774 77455360 7366 33554432000 4194304 4356188 140734977253648 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1261/tid=1271] ppid=1256 vsize=75640 CPUtime=25.48 cores=4-7
/proc/1261/task/1271/stat : 1271 (plingeling) R 1256 1256 1020 0 -1 4202560 5893 1259 0 0 2547 1 0 0 25 0 5 0 527716774 77455360 7366 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 620024

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

[startup+28.7008 s]
/proc/loadavg: 8.03 7.99 7.98 9/180 1272
/proc/meminfo: memFree=30034052/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) S 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 4605388844752175103 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
[pid=1257] ppid=1256 vsize=12763028 CPUtime=28.69 cores=0
/proc/1257/stat : 1257 (cryptominisat) R 1256 1256 1020 0 -1 4202496 15230 0 0 0 2867 2 0 0 25 0 1 0 527716773 13069340672 5296 33554432000 4194304 4587354 140736718634080 18446744073709551615 4239320 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1257/statm: 3190757 5296 336 96 0 3187319 0
[pid=1258] ppid=1256 vsize=18676 CPUtime=28.69 cores=1
/proc/1258/stat : 1258 (clasp) R 1256 1256 1020 0 -1 4202496 2030 0 0 0 2869 0 0 0 25 0 1 0 527716773 19124224 1922 33554432000 4194304 4785740 140734004004544 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1258/statm: 4669 1922 341 145 0 1714 0
[pid=1259] ppid=1256 vsize=456220 CPUtime=28.69 cores=2
/proc/1259/stat : 1259 (TNM) R 1256 1256 1020 0 -1 4202496 439 0 0 0 2869 0 0 0 25 0 1 0 527716773 467169280 336 33554432000 134512640 134534564 4293792416 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1259/statm: 114055 336 95 6 0 112721 0
[pid=1260] ppid=1256 vsize=7756 CPUtime=28.69 cores=3
/proc/1260/stat : 1260 (march_hi) R 1256 1256 1020 0 -1 4202496 921 0 0 0 2869 0 0 0 25 0 1 0 527716773 7942144 467 33554432000 4194304 4331988 140735836221040 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1260/statm: 1939 467 174 34 0 381 0
[pid=1261] ppid=1256 vsize=74872 CPUtime=114.59 cores=4-7
/proc/1261/stat : 1261 (plingeling) S 1256 1256 1020 0 -1 4202496 26104 1259 0 0 11455 4 0 0 19 0 5 0 527716773 76668928 7174 33554432000 4194304 4356188 140734977253648 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1261/statm: 18718 7174 162 40 0 17262 0
[pid=1261/tid=1268] ppid=1256 vsize=74872 CPUtime=28.54 cores=4-7
/proc/1261/task/1268/stat : 1268 (plingeling) R 1256 1256 1020 0 -1 4202560 6280 1259 0 0 2853 1 0 0 25 0 5 0 527716774 76668928 7174 33554432000 4194304 4356188 140734977253648 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1261/tid=1269] ppid=1256 vsize=74872 CPUtime=28.67 cores=4-7
/proc/1261/task/1269/stat : 1269 (plingeling) R 1256 1256 1020 0 -1 4202560 6299 1259 0 0 2867 0 0 0 25 0 5 0 527716774 76668928 7174 33554432000 4194304 4356188 140734977253648 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1261/tid=1270] ppid=1256 vsize=74872 CPUtime=28.68 cores=4-7
/proc/1261/task/1270/stat : 1270 (plingeling) R 1256 1256 1020 0 -1 4202560 6226 1259 0 0 2867 1 0 0 25 0 5 0 527716774 76668928 7174 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1261/tid=1271] ppid=1256 vsize=74872 CPUtime=28.67 cores=4-7
/proc/1261/task/1271/stat : 1271 (plingeling) R 1256 1256 1020 0 -1 4202560 6405 1259 0 0 2866 1 0 0 25 0 5 0 527716774 76668928 7174 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 229.35
Current children cumulated vsize (KiB) 13338876

[startup+31.9062 s]
/proc/loadavg: 8.03 7.99 7.98 9/180 1272
/proc/meminfo: memFree=30033672/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) S 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 4605388844752175103 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
[pid=1257] ppid=1256 vsize=43688 CPUtime=31.89 cores=0
/proc/1257/stat : 1257 (cryptominisat) R 1256 1256 1020 0 -1 4202496 16133 0 0 0 3187 2 0 0 25 0 1 0 527716773 44736512 5384 33554432000 4194304 4587354 140736718634080 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1257/statm: 10922 5384 336 96 0 7484 0
[pid=1258] ppid=1256 vsize=18844 CPUtime=31.9 cores=1
/proc/1258/stat : 1258 (clasp) R 1256 1256 1020 0 -1 4202496 2048 0 0 0 3190 0 0 0 25 0 1 0 527716773 19296256 1940 33554432000 4194304 4785740 140734004004544 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1258/statm: 4711 1940 341 145 0 1756 0
[pid=1259] ppid=1256 vsize=456220 CPUtime=31.89 cores=2
/proc/1259/stat : 1259 (TNM) R 1256 1256 1020 0 -1 4202496 439 0 0 0 3189 0 0 0 25 0 1 0 527716773 467169280 336 33554432000 134512640 134534564 4293792416 18446744073709551615 134528383 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1259/statm: 114055 336 95 6 0 112721 0
[pid=1260] ppid=1256 vsize=7756 CPUtime=31.89 cores=3
/proc/1260/stat : 1260 (march_hi) R 1256 1256 1020 0 -1 4202496 921 0 0 0 3189 0 0 0 25 0 1 0 527716773 7942144 467 33554432000 4194304 4331988 140735836221040 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1260/statm: 1939 467 174 34 0 381 0
[pid=1261] ppid=1256 vsize=75128 CPUtime=127.4 cores=4-7
/proc/1261/stat : 1261 (plingeling) S 1256 1256 1020 0 -1 4202496 27832 1259 0 0 12735 5 0 0 19 0 5 0 527716773 76931072 7238 33554432000 4194304 4356188 140734977253648 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1261/statm: 18782 7238 162 40 0 17326 0
[pid=1261/tid=1268] ppid=1256 vsize=75128 CPUtime=31.73 cores=4-7
/proc/1261/task/1268/stat : 1268 (plingeling) R 1256 1256 1020 0 -1 4202560 6760 1259 0 0 3172 1 0 0 25 0 5 0 527716774 76931072 7238 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1261/tid=1269] ppid=1256 vsize=75128 CPUtime=31.87 cores=4-7
/proc/1261/task/1269/stat : 1269 (plingeling) R 1256 1256 1020 0 -1 4202560 6715 1259 0 0 3187 0 0 0 25 0 5 0 527716774 76931072 7238 33554432000 4194304 4356188 140734977253648 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1261/tid=1270] ppid=1256 vsize=75128 CPUtime=31.88 cores=4-7
/proc/1261/task/1270/stat : 1270 (plingeling) R 1256 1256 1020 0 -1 4202560 6610 1259 0 0 3187 1 0 0 25 0 5 0 527716774 76931072 7238 33554432000 4194304 4356188 140734977253648 18446744073709551615 4332007 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1261/tid=1271] ppid=1256 vsize=75128 CPUtime=31.88 cores=4-7
/proc/1261/task/1271/stat : 1271 (plingeling) R 1256 1256 1020 0 -1 4202560 6853 1259 0 0 3187 1 0 0 25 0 5 0 527716774 76931072 7238 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 254.97
Current children cumulated vsize (KiB) 619960

[startup+32.701 s]
/proc/loadavg: 8.03 7.99 7.98 9/180 1272
/proc/meminfo: memFree=30033672/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) S 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 4605388844752175103 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
[pid=1257] ppid=1256 vsize=43688 CPUtime=32.69 cores=0
/proc/1257/stat : 1257 (cryptominisat) R 1256 1256 1020 0 -1 4202496 16249 0 0 0 3267 2 0 0 25 0 1 0 527716773 44736512 5491 33554432000 4194304 4587354 140736718634080 18446744073709551615 4239308 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1257/statm: 10922 5491 336 96 0 7484 0
[pid=1258] ppid=1256 vsize=18844 CPUtime=32.69 cores=1
/proc/1258/stat : 1258 (clasp) R 1256 1256 1020 0 -1 4202496 2050 0 0 0 3269 0 0 0 25 0 1 0 527716773 19296256 1942 33554432000 4194304 4785740 140734004004544 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1258/statm: 4711 1942 341 145 0 1756 0
[pid=1259] ppid=1256 vsize=456220 CPUtime=32.69 cores=2
/proc/1259/stat : 1259 (TNM) R 1256 1256 1020 0 -1 4202496 439 0 0 0 3269 0 0 0 25 0 1 0 527716773 467169280 336 33554432000 134512640 134534564 4293792416 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1259/statm: 114055 336 95 6 0 112721 0
[pid=1260] ppid=1256 vsize=7756 CPUtime=32.69 cores=3
/proc/1260/stat : 1260 (march_hi) R 1256 1256 1020 0 -1 4202496 921 0 0 0 3269 0 0 0 25 0 1 0 527716773 7942144 467 33554432000 4194304 4331988 140735836221040 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1260/statm: 1939 467 174 34 0 381 0
[pid=1261] ppid=1256 vsize=77048 CPUtime=130.58 cores=4-7
/proc/1261/stat : 1261 (plingeling) S 1256 1256 1020 0 -1 4202496 28536 1259 0 0 13053 5 0 0 19 0 5 0 527716773 78897152 7718 33554432000 4194304 4356188 140734977253648 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1261/statm: 19262 7718 162 40 0 17806 0
[pid=1261/tid=1268] ppid=1256 vsize=77048 CPUtime=32.53 cores=4-7
/proc/1261/task/1268/stat : 1268 (plingeling) R 1256 1256 1020 0 -1 4202560 6920 1259 0 0 3252 1 0 0 25 0 5 0 527716774 78897152 7718 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1261/tid=1269] ppid=1256 vsize=77048 CPUtime=32.66 cores=4-7
/proc/1261/task/1269/stat : 1269 (plingeling) R 1256 1256 1020 0 -1 4202560 6939 1259 0 0 3266 0 0 0 25 0 5 0 527716774 78897152 7718 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1261/tid=1270] ppid=1256 vsize=77048 CPUtime=32.68 cores=4-7
/proc/1261/task/1270/stat : 1270 (plingeling) R 1256 1256 1020 0 -1 4202560 6802 1259 0 0 3267 1 0 0 25 0 5 0 527716774 78897152 7718 33554432000 4194304 4356188 140734977253648 18446744073709551615 4273824 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1261/tid=1271] ppid=1256 vsize=77048 CPUtime=32.67 cores=4-7
/proc/1261/task/1271/stat : 1271 (plingeling) R 1256 1256 1020 0 -1 4202560 6981 1259 0 0 3266 1 0 0 25 0 5 0 527716774 78897152 7718 33554432000 4194304 4356188 140734977253648 18446744073709551615 4282399 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 261.34
Current children cumulated vsize (KiB) 621880

[startup+33.101 s]
/proc/loadavg: 8.03 7.99 7.98 9/180 1272
/proc/meminfo: memFree=30032928/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) S 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 4605388844752175103 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
[pid=1257] ppid=1256 vsize=43744 CPUtime=33.08 cores=0
/proc/1257/stat : 1257 (cryptominisat) R 1256 1256 1020 0 -1 4202496 16654 0 0 0 3306 2 0 0 25 0 1 0 527716773 44793856 5065 33554432000 4194304 4587354 140736718634080 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1257/statm: 10936 5065 336 96 0 7498 0
[pid=1258] ppid=1256 vsize=18844 CPUtime=33.09 cores=1
/proc/1258/stat : 1258 (clasp) R 1256 1256 1020 0 -1 4202496 2067 0 0 0 3309 0 0 0 25 0 1 0 527716773 19296256 1959 33554432000 4194304 4785740 140734004004544 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1258/statm: 4711 1959 341 145 0 1756 0
[pid=1259] ppid=1256 vsize=456220 CPUtime=33.09 cores=2
/proc/1259/stat : 1259 (TNM) R 1256 1256 1020 0 -1 4202496 439 0 0 0 3309 0 0 0 25 0 1 0 527716773 467169280 336 33554432000 134512640 134534564 4293792416 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1259/statm: 114055 336 95 6 0 112721 0
[pid=1260] ppid=1256 vsize=7756 CPUtime=33.09 cores=3
/proc/1260/stat : 1260 (march_hi) R 1256 1256 1020 0 -1 4202496 921 0 0 0 3309 0 0 0 25 0 1 0 527716773 7942144 467 33554432000 4194304 4331988 140735836221040 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1260/statm: 1939 467 174 34 0 381 0
[pid=1261] ppid=1256 vsize=75768 CPUtime=132.17 cores=4-7
/proc/1261/stat : 1261 (plingeling) S 1256 1256 1020 0 -1 4202496 28632 1259 0 0 13212 5 0 0 19 0 5 0 527716773 77586432 7398 33554432000 4194304 4356188 140734977253648 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1261/statm: 18942 7398 162 40 0 17486 0
[pid=1261/tid=1268] ppid=1256 vsize=75768 CPUtime=32.92 cores=4-7
/proc/1261/task/1268/stat : 1268 (plingeling) R 1256 1256 1020 0 -1 4202560 6920 1259 0 0 3291 1 0 0 25 0 5 0 527716774 77586432 7398 33554432000 4194304 4356188 140734977253648 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1261/tid=1269] ppid=1256 vsize=75768 CPUtime=33.06 cores=4-7
/proc/1261/task/1269/stat : 1269 (plingeling) R 1256 1256 1020 0 -1 4202560 6939 1259 0 0 3306 0 0 0 25 0 5 0 527716774 77586432 7398 33554432000 4194304 4356188 140734977253648 18446744073709551615 4282100 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1261/tid=1270] ppid=1256 vsize=75768 CPUtime=33.07 cores=4-7
/proc/1261/task/1270/stat : 1270 (plingeling) R 1256 1256 1020 0 -1 4202560 6802 1259 0 0 3306 1 0 0 25 0 5 0 527716774 77586432 7398 33554432000 4194304 4356188 140734977253648 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1261/tid=1271] ppid=1256 vsize=75768 CPUtime=33.07 cores=4-7
/proc/1261/task/1271/stat : 1271 (plingeling) R 1256 1256 1020 0 -1 4202560 7077 1259 0 0 3306 1 0 0 25 0 5 0 527716774 77586432 7398 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 264.52
Current children cumulated vsize (KiB) 620656

[startup+33.5009 s]
/proc/loadavg: 8.03 7.99 7.98 9/180 1272
/proc/meminfo: memFree=30032928/32950928 swapFree=67086612/67111528
[pid=1256] ppid=1254 vsize=18324 CPUtime=0 cores=0-7
/proc/1256/stat : 1256 (ppfolio) S 1254 1256 1020 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527716772 18763776 390 33554432000 4194304 4287625 140734509332608 18446744073709551615 239476715023 0 0 4096 65536 4605388844752175103 0 0 17 6 0 0 0
/proc/1256/statm: 4581 390 341 23 0 91 0
[pid=1257] ppid=1256 vsize=43744 CPUtime=33.48 cores=0
/proc/1257/stat : 1257 (cryptominisat) R 1256 1256 1020 0 -1 4202496 16752 0 0 0 3346 2 0 0 25 0 1 0 527716773 44793856 5159 33554432000 4194304 4587354 140736718634080 18446744073709551615 4238628 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1257/statm: 10936 5159 336 96 0 7498 0
[pid=1258] ppid=1256 vsize=19012 CPUtime=33.49 cores=1
/proc/1258/stat : 1258 (clasp) R 1256 1256 1020 0 -1 4202496 2085 0 0 0 3349 0 0 0 25 0 1 0 527716773 19468288 1977 33554432000 4194304 4785740 140734004004544 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1258/statm: 4753 1977 341 145 0 1798 0
[pid=1259] ppid=1256 vsize=456220 CPUtime=33.49 cores=2
/proc/1259/stat : 1259 (TNM) R 1256 1256 1020 0 -1 4202496 439 0 0 0 3349 0 0 0 25 0 1 0 527716773 467169280 336 33554432000 134512640 134534564 4293792416 18446744073709551615 134530652 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1259/statm: 114055 336 95 6 0 112721 0
[pid=1260] ppid=1256 vsize=7756 CPUtime=33.49 cores=3
/proc/1260/stat : 1260 (march_hi) R 1256 1256 1020 0 -1 4202496 921 0 0 0 3349 0 0 0 25 0 1 0 527716773 7942144 467 33554432000 4194304 4331988 140735836221040 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1260/statm: 1939 467 174 34 0 381 0
[pid=1261] ppid=1256 vsize=75000 CPUtime=133.77 cores=4-7
/proc/1261/stat : 1261 (plingeling) S 1256 1256 1020 0 -1 4202496 28664 1259 0 0 13372 5 0 0 19 0 5 0 527716773 76800000 7206 33554432000 4194304 4356188 140734977253648 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1261/statm: 18750 7206 162 40 0 17294 0
[pid=1261/tid=1268] ppid=1256 vsize=75000 CPUtime=33.32 cores=4-7
/proc/1261/task/1268/stat : 1268 (plingeling) R 1256 1256 1020 0 -1 4202560 6920 1259 0 0 3331 1 0 0 25 0 5 0 527716774 76800000 7206 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1261/tid=1269] ppid=1256 vsize=75000 CPUtime=33.46 cores=4-7
/proc/1261/task/1269/stat : 1269 (plingeling) R 1256 1256 1020 0 -1 4202560 6939 1259 0 0 3346 0 0 0 25 0 5 0 527716774 76800000 7206 33554432000 4194304 4356188 140734977253648 18446744073709551615 4239615 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1261/tid=1270] ppid=1256 vsize=75000 CPUtime=33.47 cores=4-7
/proc/1261/task/1270/stat : 1270 (plingeling) R 1256 1256 1020 0 -1 4202560 6834 1259 0 0 3346 1 0 0 25 0 5 0 527716774 76800000 7206 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1261/tid=1271] ppid=1256 vsize=75000 CPUtime=33.47 cores=4-7
/proc/1261/task/1271/stat : 1271 (plingeling) R 1256 1256 1020 0 -1 4202560 7077 1259 0 0 3346 1 0 0 25 0 5 0 527716774 76800000 7206 33554432000 4194304 4356188 140734977253648 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 267.72
Current children cumulated vsize (KiB) 620056

Child status: 0
Real time (s): 33.5318
CPU time (s): 268.017
CPU user time (s): 267.905
CPU system time (s): 0.111982
CPU usage (%): 799.293
Max. virtual memory (cumulated for all children) (KiB): 13341436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.905
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50669
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= 925
involuntary context switches= 1729

runsolver used 0.06299 second user time and 0.097985 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-30 12:59:57
IDJOB=3221253
IDBENCH=82892
IDSOLVER=1638
FILE ID=node148/3221253-1304161197
RUNJOBID= node148-1304161030-1034
PBS_JOBID= 13170928
Free space on /tmp= 72964 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S2039518547-066.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221253-1304161197/watcher-3221253-1304161197 -o /tmp/evaluation-result-3221253-1304161197/solver-3221253-1304161197 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221253-1304161197.cnf

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

MD5SUM BENCH= 80aa82e62b454f2871f6471d9559597d
RANDOM SEED=1287161809

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30091360 kB
Buffers:        764936 kB
Cached:        1681292 kB
SwapCached:       3696 kB
Active:         158824 kB
Inactive:      2329256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30091360 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:           10092 kB
Writeback:           0 kB
AnonPages:       40152 kB
Mapped:          13388 kB
Slab:           304956 kB
PageTables:       4484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187200 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= 72952 MiB
End job on node148 at 2011-04-30 13:00:31