Trace number 3222063

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 191.898 24.2583

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S496650424-021.UNKNOWN.cnf
MD5SUMfb063acde7d440560f4280457889aef8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.9014
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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
191.45/24.25	s UNSATISFIABLE
191.45/24.25	solver [4] march_hi 2009 answered
191.45/24.25	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-3222063-1304163561/watcher-3222063-1304163561 -o /tmp/evaluation-result-3222063-1304163561/solver-3222063-1304163561 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3222063-1304163561.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.15 8.08 8.01 1/168 15848
/proc/meminfo: memFree=30844872/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) R 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0

[startup+0.0518701 s]
/proc/loadavg: 8.15 8.08 8.01 1/168 15848
/proc/meminfo: memFree=30844872/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 7 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100825 s]
/proc/loadavg: 8.15 8.08 8.01 1/168 15848
/proc/meminfo: memFree=30844872/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 7 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300791 s]
/proc/loadavg: 8.15 8.08 8.01 1/168 15848
/proc/meminfo: memFree=30844872/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 7 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700724 s]
/proc/loadavg: 8.15 8.08 8.01 1/168 15848
/proc/meminfo: memFree=30844872/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 16 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 7 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50059 s]
/proc/loadavg: 8.15 8.08 8.01 9/178 15863
/proc/meminfo: memFree=30829320/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 7 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0
[pid=15849] ppid=15848 vsize=676600 CPUtime=1.49 cores=0
/proc/15849/stat : 15849 (cryptominisat) R 15848 15848 15470 0 -1 4202496 3293 0 0 0 149 0 0 0 20 0 1 0 527955725 692838400 2288 33554432000 4194304 4587354 140733827308912 18446744073709551615 4239003 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15849/statm: 169150 2288 337 96 0 165712 0
[pid=15850] ppid=15848 vsize=13764 CPUtime=1.49 cores=1
/proc/15850/stat : 15850 (clasp) R 15848 15848 15470 0 -1 4202496 891 0 0 0 149 0 0 0 20 0 1 0 527955725 14094336 779 33554432000 4194304 4785740 140735841948432 18446744073709551615 4560663 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15850/statm: 3441 779 340 145 0 486 0
[pid=15851] ppid=15848 vsize=455856 CPUtime=1.49 cores=2
/proc/15851/stat : 15851 (TNM) R 15848 15848 15470 0 -1 4202496 322 0 0 0 149 0 0 0 20 0 1 0 527955725 466796544 218 33554432000 134512640 134534564 4289405376 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15851/statm: 113964 218 95 6 0 112630 0
[pid=15852] ppid=15848 vsize=7468 CPUtime=1.49 cores=3
/proc/15852/stat : 15852 (march_hi) R 15848 15848 15470 0 -1 4202496 496 0 0 0 149 0 0 0 20 0 1 0 527955725 7647232 388 33554432000 4194304 4331988 140733561480048 18446744073709551615 4211572 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15852/statm: 1867 388 172 34 0 309 0
[pid=15853] ppid=15848 vsize=122648 CPUtime=5.91 cores=4-7
/proc/15853/stat : 15853 (plingeling) S 15848 15848 15470 0 -1 4202496 3336 1247 0 0 591 0 0 0 18 0 5 0 527955725 125591552 2756 33554432000 4194304 4356188 140737073865872 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15853/statm: 30662 2756 163 40 0 29206 0
[pid=15853/tid=15860] ppid=15848 vsize=122648 CPUtime=1.48 cores=4-7
/proc/15853/task/15860/stat : 15860 (plingeling) R 15848 15848 15470 0 -1 4202560 732 1247 0 0 148 0 0 0 20 0 5 0 527955725 125591552 2756 33554432000 4194304 4356188 140737073865872 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15853/tid=15861] ppid=15848 vsize=122648 CPUtime=1.48 cores=4-7
/proc/15853/task/15861/stat : 15861 (plingeling) R 15848 15848 15470 0 -1 4202560 745 1247 0 0 148 0 0 0 23 0 5 0 527955725 125591552 2756 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15853/tid=15862] ppid=15848 vsize=122648 CPUtime=1.44 cores=4-7
/proc/15853/task/15862/stat : 15862 (plingeling) R 15848 15848 15470 0 -1 4202560 691 1247 0 0 144 0 0 0 25 0 5 0 527955725 125591552 2756 33554432000 4194304 4356188 140737073865872 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15853/tid=15863] ppid=15848 vsize=122648 CPUtime=1.48 cores=4-7
/proc/15853/task/15863/stat : 15863 (plingeling) R 15848 15848 15470 0 -1 4202560 664 1247 0 0 148 0 0 0 25 0 5 0 527955725 125591552 2756 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331822 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 1294660

[startup+3.10132 s]
/proc/loadavg: 8.14 8.08 8.01 9/178 15863
/proc/meminfo: memFree=30822872/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 7 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0
[pid=15849] ppid=15848 vsize=678668 CPUtime=3.09 cores=0
/proc/15849/stat : 15849 (cryptominisat) R 15848 15848 15470 0 -1 4202496 4720 0 0 0 309 0 0 0 25 0 1 0 527955725 694956032 2973 33554432000 4194304 4587354 140733827308912 18446744073709551615 4241286 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15849/statm: 169667 2973 337 96 0 166229 0
[pid=15850] ppid=15848 vsize=14296 CPUtime=3.09 cores=1
/proc/15850/stat : 15850 (clasp) R 15848 15848 15470 0 -1 4202496 1051 0 0 0 309 0 0 0 25 0 1 0 527955725 14639104 939 33554432000 4194304 4785740 140735841948432 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15850/statm: 3574 939 340 145 0 619 0
[pid=15851] ppid=15848 vsize=455856 CPUtime=3.09 cores=2
/proc/15851/stat : 15851 (TNM) R 15848 15848 15470 0 -1 4202496 322 0 0 0 309 0 0 0 25 0 1 0 527955725 466796544 218 33554432000 134512640 134534564 4289405376 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15851/statm: 113964 218 95 6 0 112630 0
[pid=15852] ppid=15848 vsize=7468 CPUtime=3.09 cores=3
/proc/15852/stat : 15852 (march_hi) R 15848 15848 15470 0 -1 4202496 507 0 0 0 309 0 0 0 25 0 1 0 527955725 7647232 399 33554432000 4194304 4331988 140733561480048 18446744073709551615 4246331 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15852/statm: 1867 399 172 34 0 309 0
[pid=15853] ppid=15848 vsize=123988 CPUtime=12.3 cores=4-7
/proc/15853/stat : 15853 (plingeling) S 15848 15848 15470 0 -1 4202496 4751 1247 0 0 1230 0 0 0 18 0 5 0 527955725 126963712 3091 33554432000 4194304 4356188 140737073865872 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15853/statm: 30997 3091 163 40 0 29541 0
[pid=15853/tid=15860] ppid=15848 vsize=123988 CPUtime=3.08 cores=4-7
/proc/15853/task/15860/stat : 15860 (plingeling) R 15848 15848 15470 0 -1 4202560 1119 1247 0 0 308 0 0 0 25 0 5 0 527955725 126963712 3091 33554432000 4194304 4356188 140737073865872 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15853/tid=15861] ppid=15848 vsize=123988 CPUtime=3.08 cores=4-7
/proc/15853/task/15861/stat : 15861 (plingeling) R 15848 15848 15470 0 -1 4202560 1066 1247 0 0 308 0 0 0 25 0 5 0 527955725 126963712 3091 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15853/tid=15862] ppid=15848 vsize=123988 CPUtime=3.04 cores=4-7
/proc/15853/task/15862/stat : 15862 (plingeling) R 15848 15848 15470 0 -1 4202560 1044 1247 0 0 304 0 0 0 25 0 5 0 527955725 126963712 3091 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331126 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15853/tid=15863] ppid=15848 vsize=123988 CPUtime=3.08 cores=4-7
/proc/15853/task/15863/stat : 15863 (plingeling) R 15848 15848 15470 0 -1 4202560 1018 1247 0 0 308 0 0 0 25 0 5 0 527955725 126963712 3091 33554432000 4194304 4356188 140737073865872 18446744073709551615 4274287 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 1298600

[startup+6.30078 s]
/proc/loadavg: 8.14 8.08 8.01 9/178 15863
/proc/meminfo: memFree=30812456/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 3 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0
[pid=15849] ppid=15848 vsize=677800 CPUtime=6.29 cores=0
/proc/15849/stat : 15849 (cryptominisat) R 15848 15848 15470 0 -1 4202496 6647 0 0 0 628 1 0 0 25 0 1 0 527955725 694067200 2984 33554432000 4194304 4587354 140733827308912 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15849/statm: 169450 2984 337 96 0 166012 0
[pid=15850] ppid=15848 vsize=15240 CPUtime=6.29 cores=1
/proc/15850/stat : 15850 (clasp) R 15848 15848 15470 0 -1 4202496 1256 0 0 0 629 0 0 0 25 0 1 0 527955725 15605760 1144 33554432000 4194304 4785740 140735841948432 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15850/statm: 3810 1144 340 145 0 855 0
[pid=15851] ppid=15848 vsize=455856 CPUtime=6.29 cores=2
/proc/15851/stat : 15851 (TNM) R 15848 15848 15470 0 -1 4202496 322 0 0 0 629 0 0 0 25 0 1 0 527955725 466796544 218 33554432000 134512640 134534564 4289405376 18446744073709551615 8558011 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15851/statm: 113964 218 95 6 0 112630 0
[pid=15852] ppid=15848 vsize=7644 CPUtime=6.29 cores=3
/proc/15852/stat : 15852 (march_hi) R 15848 15848 15470 0 -1 4202496 528 0 0 0 629 0 0 0 25 0 1 0 527955725 7827456 420 33554432000 4194304 4331988 140733561480048 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15852/statm: 1911 420 172 34 0 353 0
[pid=15853] ppid=15848 vsize=126944 CPUtime=23.97 cores=4-7
/proc/15853/stat : 15853 (plingeling) S 15848 15848 15470 0 -1 4202496 7346 1247 0 0 2368 29 0 0 18 0 5 0 527955725 129990656 3830 33554432000 4194304 4356188 140737073865872 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15853/statm: 31736 3830 163 40 0 30280 0
[pid=15853/tid=15860] ppid=15848 vsize=126944 CPUtime=6.26 cores=4-7
/proc/15853/task/15860/stat : 15860 (plingeling) R 15848 15848 15470 0 -1 4202560 1791 1247 0 0 622 4 0 0 25 0 5 0 527955725 129990656 3830 33554432000 4194304 4356188 140737073865872 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15853/tid=15861] ppid=15848 vsize=126944 CPUtime=6.24 cores=4-7
/proc/15853/task/15861/stat : 15861 (plingeling) R 15848 15848 15470 0 -1 4202560 1836 1247 0 0 616 8 0 0 25 0 5 0 527955725 129990656 3830 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331407 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15853/tid=15862] ppid=15848 vsize=126944 CPUtime=6.21 cores=4-7
/proc/15853/task/15862/stat : 15862 (plingeling) R 15848 15848 15470 0 -1 4202560 1781 1247 0 0 612 9 0 0 25 0 5 0 527955725 129990656 3830 33554432000 4194304 4356188 140737073865872 18446744073709551615 4332149 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15853/tid=15863] ppid=15848 vsize=126944 CPUtime=5.21 cores=4-7
/proc/15853/task/15863/stat : 15863 (plingeling) R 15848 15848 15470 0 -1 4202560 1434 1247 0 0 516 5 0 0 25 0 5 0 527955725 129990656 3830 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.13
Current children cumulated vsize (KiB) 1301808

[startup+12.7007 s]
/proc/loadavg: 8.27 8.11 8.02 9/178 15863
/proc/meminfo: memFree=30807280/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 3 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0
[pid=15849] ppid=15848 vsize=680992 CPUtime=12.69 cores=0
/proc/15849/stat : 15849 (cryptominisat) R 15848 15848 15470 0 -1 4202496 10110 0 0 0 1268 1 0 0 25 0 1 0 527955725 697335808 3932 33554432000 4194304 4587354 140733827308912 18446744073709551615 4420297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15849/statm: 170248 3932 337 96 0 166810 0
[pid=15850] ppid=15848 vsize=16200 CPUtime=12.69 cores=1
/proc/15850/stat : 15850 (clasp) R 15848 15848 15470 0 -1 4202496 1490 0 0 0 1269 0 0 0 25 0 1 0 527955725 16588800 1378 33554432000 4194304 4785740 140735841948432 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15850/statm: 4050 1378 340 145 0 1095 0
[pid=15851] ppid=15848 vsize=455856 CPUtime=12.69 cores=2
/proc/15851/stat : 15851 (TNM) R 15848 15848 15470 0 -1 4202496 322 0 0 0 1269 0 0 0 25 0 1 0 527955725 466796544 218 33554432000 134512640 134534564 4289405376 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15851/statm: 113964 218 95 6 0 112630 0
[pid=15852] ppid=15848 vsize=7788 CPUtime=12.69 cores=3
/proc/15852/stat : 15852 (march_hi) R 15848 15848 15470 0 -1 4202496 587 0 0 0 1269 0 0 0 25 0 1 0 527955725 7974912 477 33554432000 4194304 4331988 140733561480048 18446744073709551615 4211480 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15852/statm: 1947 477 172 34 0 389 0
[pid=15853] ppid=15848 vsize=130764 CPUtime=48.74 cores=4-7
/proc/15853/stat : 15853 (plingeling) S 15848 15848 15470 0 -1 4202496 12757 1247 0 0 4829 45 0 0 18 0 5 0 527955725 133902336 4785 33554432000 4194304 4356188 140737073865872 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15853/statm: 32691 4785 163 40 0 31235 0
[pid=15853/tid=15860] ppid=15848 vsize=130764 CPUtime=12.65 cores=4-7
/proc/15853/task/15860/stat : 15860 (plingeling) R 15848 15848 15470 0 -1 4202560 2784 1247 0 0 1253 12 0 0 25 0 5 0 527955725 133902336 4785 33554432000 4194304 4356188 140737073865872 18446744073709551615 4210856 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15853/tid=15861] ppid=15848 vsize=130764 CPUtime=12.62 cores=4-7
/proc/15853/task/15861/stat : 15861 (plingeling) R 15848 15848 15470 0 -1 4202560 3373 1247 0 0 1252 10 0 0 25 0 5 0 527955725 133902336 4785 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15853/tid=15862] ppid=15848 vsize=130764 CPUtime=12.58 cores=4-7
/proc/15853/task/15862/stat : 15862 (plingeling) R 15848 15848 15470 0 -1 4202560 3637 1247 0 0 1247 11 0 0 25 0 5 0 527955725 133902336 4785 33554432000 4194304 4356188 140737073865872 18446744073709551615 4330817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15853/tid=15863] ppid=15848 vsize=130764 CPUtime=10.85 cores=4-7
/proc/15853/task/15863/stat : 15863 (plingeling) R 15848 15848 15470 0 -1 4202560 2459 1247 0 0 1075 10 0 0 25 0 5 0 527955725 133902336 4785 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331401 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.5
Current children cumulated vsize (KiB) 1309924

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

[startup+19.1006 s]
/proc/loadavg: 8.25 8.11 8.02 9/178 15863
/proc/meminfo: memFree=30796944/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 3 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0

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

[pid=15853/tid=15860] ppid=15848 vsize=140752 CPUtime=19.05 cores=4-7
/proc/15853/task/15860/stat : 15860 (plingeling) R 15848 15848 15470 0 -1 4202560 4896 1247 0 0 1892 13 0 0 25 0 5 0 527955725 144130048 7282 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15853/tid=15861] ppid=15848 vsize=140752 CPUtime=19.02 cores=4-7
/proc/15853/task/15861/stat : 15861 (plingeling) R 15848 15848 15470 0 -1 4202560 5581 1247 0 0 1892 10 0 0 25 0 5 0 527955725 144130048 7282 33554432000 4194304 4356188 140737073865872 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15853/tid=15862] ppid=15848 vsize=140752 CPUtime=18.95 cores=4-7
/proc/15853/task/15862/stat : 15862 (plingeling) R 15848 15848 15470 0 -1 4202560 5717 1247 0 0 1884 11 0 0 25 0 5 0 527955725 144130048 7282 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15853/tid=15863] ppid=15848 vsize=140752 CPUtime=17.23 cores=4-7
/proc/15853/task/15863/stat : 15863 (plingeling) R 15848 15848 15470 0 -1 4202560 4316 1247 0 0 1710 13 0 0 25 0 5 0 527955725 144130048 7282 33554432000 4194304 4356188 140737073865872 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 150.65
Current children cumulated vsize (KiB) 1324500

[startup+22.3011 s]
/proc/loadavg: 8.22 8.10 8.02 9/178 15863
/proc/meminfo: memFree=30792156/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 3 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0
[pid=15849] ppid=15848 vsize=692664 CPUtime=22.29 cores=0
/proc/15849/stat : 15849 (cryptominisat) R 15848 15848 15470 0 -1 4202496 14491 0 0 0 2227 2 0 0 25 0 1 0 527955725 709287936 4437 33554432000 4194304 4587354 140733827308912 18446744073709551615 4238719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15849/statm: 173166 4437 337 96 0 169728 0
[pid=15850] ppid=15848 vsize=17188 CPUtime=22.29 cores=1
/proc/15850/stat : 15850 (clasp) R 15848 15848 15470 0 -1 4202496 1747 0 0 0 2229 0 0 0 25 0 1 0 527955725 17600512 1635 33554432000 4194304 4785740 140735841948432 18446744073709551615 4546064 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15850/statm: 4297 1635 341 145 0 1342 0
[pid=15851] ppid=15848 vsize=455856 CPUtime=22.29 cores=2
/proc/15851/stat : 15851 (TNM) R 15848 15848 15470 0 -1 4202496 322 0 0 0 2229 0 0 0 25 0 1 0 527955725 466796544 218 33554432000 134512640 134534564 4289405376 18446744073709551615 134528620 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15851/statm: 113964 218 95 6 0 112630 0
[pid=15852] ppid=15848 vsize=8040 CPUtime=22.29 cores=3
/proc/15852/stat : 15852 (march_hi) R 15848 15848 15470 0 -1 4202496 651 0 0 0 2229 0 0 0 25 0 1 0 527955725 8232960 541 33554432000 4194304 4331988 140733561480048 18446744073709551615 4212315 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15852/statm: 2010 541 173 34 0 452 0
[pid=15853] ppid=15848 vsize=142164 CPUtime=87.08 cores=4-7
/proc/15853/stat : 15853 (plingeling) S 15848 15848 15470 0 -1 4202496 23543 1247 0 0 8658 50 0 0 18 0 5 0 527955725 145575936 7635 33554432000 4194304 4356188 140737073865872 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15853/statm: 35541 7635 163 40 0 34085 0
[pid=15853/tid=15860] ppid=15848 vsize=142164 CPUtime=22.25 cores=4-7
/proc/15853/task/15860/stat : 15860 (plingeling) R 15848 15848 15470 0 -1 4202560 5312 1247 0 0 2212 13 0 0 25 0 5 0 527955725 145575936 7635 33554432000 4194304 4356188 140737073865872 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15853/tid=15861] ppid=15848 vsize=142164 CPUtime=22.22 cores=4-7
/proc/15853/task/15861/stat : 15861 (plingeling) R 15848 15848 15470 0 -1 4202560 6094 1247 0 0 2212 10 0 0 25 0 5 0 527955725 145575936 7635 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331345 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15853/tid=15862] ppid=15848 vsize=142164 CPUtime=22.13 cores=4-7
/proc/15853/task/15862/stat : 15862 (plingeling) R 15848 15848 15470 0 -1 4202560 6229 1247 0 0 2202 11 0 0 25 0 5 0 527955725 145575936 7635 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15853/tid=15863] ppid=15848 vsize=142164 CPUtime=20.43 cores=4-7
/proc/15853/task/15863/stat : 15863 (plingeling) R 15848 15848 15470 0 -1 4202560 5404 1247 0 0 2030 13 0 0 25 0 5 0 527955725 145575936 7635 33554432000 4194304 4356188 140737073865872 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 176.24
Current children cumulated vsize (KiB) 1334236

[startup+23.107 s]
/proc/loadavg: 8.22 8.10 8.02 9/178 15863
/proc/meminfo: memFree=30792640/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 3 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0
[pid=15849] ppid=15848 vsize=692664 CPUtime=23.09 cores=0
/proc/15849/stat : 15849 (cryptominisat) R 15848 15848 15470 0 -1 4202496 14691 0 0 0 2307 2 0 0 25 0 1 0 527955725 709287936 4630 33554432000 4194304 4587354 140733827308912 18446744073709551615 4238307 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15849/statm: 173166 4630 337 96 0 169728 0
[pid=15850] ppid=15848 vsize=17328 CPUtime=23.09 cores=1
/proc/15850/stat : 15850 (clasp) R 15848 15848 15470 0 -1 4202496 1775 0 0 0 2309 0 0 0 25 0 1 0 527955725 17743872 1663 33554432000 4194304 4785740 140735841948432 18446744073709551615 4553280 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15850/statm: 4332 1663 341 145 0 1377 0
[pid=15851] ppid=15848 vsize=455856 CPUtime=23.09 cores=2
/proc/15851/stat : 15851 (TNM) R 15848 15848 15470 0 -1 4202496 322 0 0 0 2309 0 0 0 25 0 1 0 527955725 466796544 218 33554432000 134512640 134534564 4289405376 18446744073709551615 134529758 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15851/statm: 113964 218 95 6 0 112630 0
[pid=15852] ppid=15848 vsize=8268 CPUtime=23.09 cores=3
/proc/15852/stat : 15852 (march_hi) R 15848 15848 15470 0 -1 4202496 658 0 0 0 2309 0 0 0 25 0 1 0 527955725 8466432 548 33554432000 4194304 4331988 140733561480048 18446744073709551615 4226483 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15852/statm: 2067 548 173 34 0 509 0
[pid=15853] ppid=15848 vsize=142548 CPUtime=90.29 cores=4-7
/proc/15853/stat : 15853 (plingeling) S 15848 15848 15470 0 -1 4202496 23927 1247 0 0 8979 50 0 0 18 0 5 0 527955725 145969152 7731 33554432000 4194304 4356188 140737073865872 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15853/statm: 35637 7731 163 40 0 34181 0
[pid=15853/tid=15860] ppid=15848 vsize=142548 CPUtime=23.06 cores=4-7
/proc/15853/task/15860/stat : 15860 (plingeling) R 15848 15848 15470 0 -1 4202560 5408 1247 0 0 2293 13 0 0 25 0 5 0 527955725 145969152 7731 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15853/tid=15861] ppid=15848 vsize=142548 CPUtime=23.03 cores=4-7
/proc/15853/task/15861/stat : 15861 (plingeling) R 15848 15848 15470 0 -1 4202560 6190 1247 0 0 2293 10 0 0 25 0 5 0 527955725 145969152 7731 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15853/tid=15862] ppid=15848 vsize=142548 CPUtime=22.93 cores=4-7
/proc/15853/task/15862/stat : 15862 (plingeling) R 15848 15848 15470 0 -1 4202560 6421 1247 0 0 2282 11 0 0 25 0 5 0 527955725 145969152 7731 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15853/tid=15863] ppid=15848 vsize=142548 CPUtime=21.23 cores=4-7
/proc/15853/task/15863/stat : 15863 (plingeling) R 15848 15848 15470 0 -1 4202560 5404 1247 0 0 2110 13 0 0 25 0 5 0 527955725 145969152 7731 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 182.65
Current children cumulated vsize (KiB) 1334988

[startup+23.9008 s]
/proc/loadavg: 8.22 8.10 8.02 9/178 15863
/proc/meminfo: memFree=30792640/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 3 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0
[pid=15849] ppid=15848 vsize=692664 CPUtime=23.89 cores=0
/proc/15849/stat : 15849 (cryptominisat) R 15848 15848 15470 0 -1 4202496 14843 0 0 0 2387 2 0 0 25 0 1 0 527955725 709287936 4774 33554432000 4194304 4587354 140733827308912 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15849/statm: 173166 4774 337 96 0 169728 0
[pid=15850] ppid=15848 vsize=17328 CPUtime=23.88 cores=1
/proc/15850/stat : 15850 (clasp) R 15848 15848 15470 0 -1 4202496 1784 0 0 0 2388 0 0 0 25 0 1 0 527955725 17743872 1672 33554432000 4194304 4785740 140735841948432 18446744073709551615 4550850 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15850/statm: 4332 1672 341 145 0 1377 0
[pid=15851] ppid=15848 vsize=455856 CPUtime=23.89 cores=2
/proc/15851/stat : 15851 (TNM) R 15848 15848 15470 0 -1 4202496 322 0 0 0 2389 0 0 0 25 0 1 0 527955725 466796544 218 33554432000 134512640 134534564 4289405376 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15851/statm: 113964 218 95 6 0 112630 0
[pid=15852] ppid=15848 vsize=8268 CPUtime=23.89 cores=3
/proc/15852/stat : 15852 (march_hi) R 15848 15848 15470 0 -1 4202496 667 0 0 0 2389 0 0 0 25 0 1 0 527955725 8466432 557 33554432000 4194304 4331988 140733561480048 18446744073709551615 4226496 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15852/statm: 2067 557 173 34 0 509 0
[pid=15853] ppid=15848 vsize=143320 CPUtime=93.47 cores=4-7
/proc/15853/stat : 15853 (plingeling) S 15848 15848 15470 0 -1 4202496 24696 1247 0 0 9297 50 0 0 18 0 5 0 527955725 146759680 7924 33554432000 4194304 4356188 140737073865872 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15853/statm: 35830 7924 163 40 0 34374 0
[pid=15853/tid=15860] ppid=15848 vsize=143320 CPUtime=23.85 cores=4-7
/proc/15853/task/15860/stat : 15860 (plingeling) R 15848 15848 15470 0 -1 4202560 5664 1247 0 0 2372 13 0 0 25 0 5 0 527955725 146759680 7924 33554432000 4194304 4356188 140737073865872 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15853/tid=15861] ppid=15848 vsize=143320 CPUtime=23.82 cores=4-7
/proc/15853/task/15861/stat : 15861 (plingeling) R 15848 15848 15470 0 -1 4202560 6318 1247 0 0 2372 10 0 0 25 0 5 0 527955725 146759680 7924 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331712 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15853/tid=15862] ppid=15848 vsize=143320 CPUtime=23.72 cores=4-7
/proc/15853/task/15862/stat : 15862 (plingeling) R 15848 15848 15470 0 -1 4202560 6485 1247 0 0 2361 11 0 0 25 0 5 0 527955725 146759680 7924 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331203 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15853/tid=15863] ppid=15848 vsize=143320 CPUtime=22.03 cores=4-7
/proc/15853/task/15863/stat : 15863 (plingeling) R 15848 15848 15470 0 -1 4202560 5725 1247 0 0 2190 13 0 0 25 0 5 0 527955725 146759680 7924 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 189.02
Current children cumulated vsize (KiB) 1335760

[startup+24.1008 s]
/proc/loadavg: 8.22 8.10 8.02 9/178 15863
/proc/meminfo: memFree=30792764/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 3 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0
[pid=15849] ppid=15848 vsize=692664 CPUtime=24.09 cores=0
/proc/15849/stat : 15849 (cryptominisat) R 15848 15848 15470 0 -1 4202496 14884 0 0 0 2407 2 0 0 25 0 1 0 527955725 709287936 4813 33554432000 4194304 4587354 140733827308912 18446744073709551615 4239312 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15849/statm: 173166 4813 337 96 0 169728 0
[pid=15850] ppid=15848 vsize=17464 CPUtime=24.09 cores=1
/proc/15850/stat : 15850 (clasp) R 15848 15848 15470 0 -1 4202496 1797 0 0 0 2409 0 0 0 25 0 1 0 527955725 17883136 1685 33554432000 4194304 4785740 140735841948432 18446744073709551615 210646843147 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15850/statm: 4366 1685 341 145 0 1411 0
[pid=15851] ppid=15848 vsize=455856 CPUtime=24.09 cores=2
/proc/15851/stat : 15851 (TNM) R 15848 15848 15470 0 -1 4202496 322 0 0 0 2409 0 0 0 25 0 1 0 527955725 466796544 218 33554432000 134512640 134534564 4289405376 18446744073709551615 134530273 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15851/statm: 113964 218 95 6 0 112630 0
[pid=15852] ppid=15848 vsize=8268 CPUtime=24.09 cores=3
/proc/15852/stat : 15852 (march_hi) R 15848 15848 15470 0 -1 4202496 669 0 0 0 2409 0 0 0 25 0 1 0 527955725 8466432 559 33554432000 4194304 4331988 140733561480048 18446744073709551615 4301642 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15852/statm: 2067 559 173 34 0 509 0
[pid=15853] ppid=15848 vsize=140632 CPUtime=94.28 cores=4-7
/proc/15853/stat : 15853 (plingeling) S 15848 15848 15470 0 -1 4202496 24792 1247 0 0 9378 50 0 0 18 0 5 0 527955725 144007168 7252 33554432000 4194304 4356188 140737073865872 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15853/statm: 35158 7252 163 40 0 33702 0
[pid=15853/tid=15860] ppid=15848 vsize=140632 CPUtime=24.06 cores=4-7
/proc/15853/task/15860/stat : 15860 (plingeling) R 15848 15848 15470 0 -1 4202560 5664 1247 0 0 2393 13 0 0 25 0 5 0 527955725 144007168 7252 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15853/tid=15861] ppid=15848 vsize=140632 CPUtime=24.03 cores=4-7
/proc/15853/task/15861/stat : 15861 (plingeling) R 15848 15848 15470 0 -1 4202560 6414 1247 0 0 2393 10 0 0 25 0 5 0 527955725 144007168 7252 33554432000 4194304 4356188 140737073865872 18446744073709551615 4281583 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15853/tid=15862] ppid=15848 vsize=140632 CPUtime=23.92 cores=4-7
/proc/15853/task/15862/stat : 15862 (plingeling) R 15848 15848 15470 0 -1 4202560 6485 1247 0 0 2381 11 0 0 25 0 5 0 527955725 144007168 7252 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15853/tid=15863] ppid=15848 vsize=140632 CPUtime=22.24 cores=4-7
/proc/15853/task/15863/stat : 15863 (plingeling) R 15848 15848 15470 0 -1 4202560 5725 1247 0 0 2210 14 0 0 25 0 5 0 527955725 144007168 7252 33554432000 4194304 4356188 140737073865872 18446744073709551615 4211045 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 190.64
Current children cumulated vsize (KiB) 1333208

[startup+24.2068 s]
/proc/loadavg: 8.22 8.10 8.02 9/178 15863
/proc/meminfo: memFree=30792764/32951132 swapFree=67080200/67111528
[pid=15848] ppid=15846 vsize=18324 CPUtime=0 cores=0-7
/proc/15848/stat : 15848 (ppfolio) S 15846 15848 15470 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527955724 18763776 390 33554432000 4194304 4287625 140737422648688 18446744073709551615 210647166479 0 0 4096 65536 1693055221657239551 0 0 17 3 0 0 0
/proc/15848/statm: 4581 390 341 23 0 91 0
[pid=15849] ppid=15848 vsize=692664 CPUtime=24.19 cores=0
/proc/15849/stat : 15849 (cryptominisat) R 15848 15848 15470 0 -1 4202496 14901 0 0 0 2417 2 0 0 25 0 1 0 527955725 709287936 4830 33554432000 4194304 4587354 140733827308912 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15849/statm: 173166 4830 337 96 0 169728 0
[pid=15850] ppid=15848 vsize=17464 CPUtime=24.19 cores=1
/proc/15850/stat : 15850 (clasp) R 15848 15848 15470 0 -1 4202496 1811 0 0 0 2419 0 0 0 25 0 1 0 527955725 17883136 1699 33554432000 4194304 4785740 140735841948432 18446744073709551615 4277611 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15850/statm: 4366 1699 341 145 0 1411 0
[pid=15851] ppid=15848 vsize=455856 CPUtime=24.19 cores=2
/proc/15851/stat : 15851 (TNM) R 15848 15848 15470 0 -1 4202496 322 0 0 0 2419 0 0 0 25 0 1 0 527955725 466796544 218 33554432000 134512640 134534564 4289405376 18446744073709551615 134530332 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15851/statm: 113964 218 95 6 0 112630 0
[pid=15852] ppid=15848 vsize=8268 CPUtime=24.19 cores=3
/proc/15852/stat : 15852 (march_hi) R 15848 15848 15470 0 -1 4202496 670 0 0 0 2419 0 0 0 25 0 1 0 527955725 8466432 560 33554432000 4194304 4331988 140733561480048 18446744073709551615 4315955 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15852/statm: 2067 560 173 34 0 509 0
[pid=15853] ppid=15848 vsize=138584 CPUtime=94.69 cores=4-7
/proc/15853/stat : 15853 (plingeling) S 15848 15848 15470 0 -1 4202496 24792 1247 0 0 9419 50 0 0 18 0 5 0 527955725 141910016 6740 33554432000 4194304 4356188 140737073865872 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15853/statm: 34646 6740 163 40 0 33190 0
[pid=15853/tid=15860] ppid=15848 vsize=138584 CPUtime=24.16 cores=4-7
/proc/15853/task/15860/stat : 15860 (plingeling) R 15848 15848 15470 0 -1 4202560 5664 1247 0 0 2403 13 0 0 25 0 5 0 527955725 141910016 6740 33554432000 4194304 4356188 140737073865872 18446744073709551615 4332133 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15853/tid=15861] ppid=15848 vsize=138584 CPUtime=24.13 cores=4-7
/proc/15853/task/15861/stat : 15861 (plingeling) R 15848 15848 15470 0 -1 4202560 6414 1247 0 0 2403 10 0 0 25 0 5 0 527955725 141910016 6740 33554432000 4194304 4356188 140737073865872 18446744073709551615 4332149 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15853/tid=15862] ppid=15848 vsize=138584 CPUtime=24.02 cores=4-7
/proc/15853/task/15862/stat : 15862 (plingeling) R 15848 15848 15470 0 -1 4202560 6485 1247 0 0 2391 11 0 0 25 0 5 0 527955725 141910016 6740 33554432000 4194304 4356188 140737073865872 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15853/tid=15863] ppid=15848 vsize=138584 CPUtime=22.34 cores=4-7
/proc/15853/task/15863/stat : 15863 (plingeling) R 15848 15848 15470 0 -1 4202560 5725 1247 0 0 2220 14 0 0 25 0 5 0 527955725 141910016 6740 33554432000 4194304 4356188 140737073865872 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 191.45
Current children cumulated vsize (KiB) 1331160

Child status: 0
Real time (s): 24.2583
CPU time (s): 191.898
CPU user time (s): 191.349
CPU system time (s): 0.548916
CPU usage (%): 791.06
Max. virtual memory (cumulated for all children) (KiB): 1964096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.349
system time used= 0.548916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44296
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= 1115
involuntary context switches= 1505

runsolver used 0.030995 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-30 13:39:21
IDJOB=3222063
IDBENCH=83027
IDSOLVER=1638
FILE ID=node129/3222063-1304163561
RUNJOBID= node129-1304158550-15484
PBS_JOBID= 13170917
Free space on /tmp= 67252 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S496650424-021.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3222063-1304163561/watcher-3222063-1304163561 -o /tmp/evaluation-result-3222063-1304163561/solver-3222063-1304163561 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3222063-1304163561.cnf

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

MD5SUM BENCH= fb063acde7d440560f4280457889aef8
RANDOM SEED=2036841180

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30845152 kB
Buffers:        278440 kB
Cached:        1447376 kB
SwapCached:       5024 kB
Active:         138952 kB
Inactive:      1624500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30845152 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:           10120 kB
Writeback:           0 kB
AnonPages:       34800 kB
Mapped:          11656 kB
Slab:           275964 kB
PageTables:       4268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   184684 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67240 MiB
End job on node129 at 2011-04-30 13:39:45