Trace number 3221859

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 295.02 36.9086

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S690749326-001.UNKNOWN.cnf
MD5SUM20f33ec190b502d21efebab5417989ef
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.5873
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
294.90/36.90	s UNSATISFIABLE
294.90/36.90	solver [4] march_hi 2009 answered
294.90/36.90	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-3221859-1304162846/watcher-3221859-1304162846 -o /tmp/evaluation-result-3221859-1304162846/solver-3221859-1304162846 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221859-1304162846.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: 6.84 7.80 7.92 2/170 32312
/proc/meminfo: memFree=29711340/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0

[startup+0.014834 s]
/proc/loadavg: 6.84 7.80 7.92 2/170 32312
/proc/meminfo: memFree=29711340/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100818 s]
/proc/loadavg: 6.84 7.80 7.92 2/170 32312
/proc/meminfo: memFree=29711340/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) R 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30078 s]
/proc/loadavg: 6.84 7.80 7.92 2/170 32312
/proc/meminfo: memFree=29711340/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700704 s]
/proc/loadavg: 6.84 7.80 7.92 2/170 32312
/proc/meminfo: memFree=29711340/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 20 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50055 s]
/proc/loadavg: 6.84 7.80 7.92 9/180 32327
/proc/meminfo: memFree=29695780/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
[pid=32313] ppid=32312 vsize=1571372 CPUtime=1.49 cores=0
/proc/32313/stat : 32313 (cryptominisat) R 32312 32312 32245 0 -1 4202496 3304 0 0 0 149 0 0 0 20 0 1 0 606515238 1609084928 2279 33554432000 4194304 4587354 140735759325728 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32313/statm: 392843 2279 337 96 0 389405 0
[pid=32314] ppid=32312 vsize=13764 CPUtime=1.49 cores=1
/proc/32314/stat : 32314 (clasp) R 32312 32312 32245 0 -1 4202496 906 0 0 0 149 0 0 0 20 0 1 0 606515238 14094336 795 33554432000 4194304 4785740 140736719112224 18446744073709551615 4553747 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32314/statm: 3441 795 340 145 0 486 0
[pid=32315] ppid=32312 vsize=455852 CPUtime=1.49 cores=2
/proc/32315/stat : 32315 (TNM) R 32312 32312 32245 0 -1 4202496 321 0 0 0 149 0 0 0 20 0 1 0 606515238 466792448 218 33554432000 134512640 134534564 4289589504 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32315/statm: 113963 218 95 6 0 112629 0
[pid=32316] ppid=32312 vsize=7468 CPUtime=1.49 cores=3
/proc/32316/stat : 32316 (march_hi) R 32312 32312 32245 0 -1 4202496 505 0 0 0 149 0 0 0 20 0 1 0 606515238 7647232 398 33554432000 4194304 4331988 140734330994528 18446744073709551615 4229357 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32316/statm: 1867 398 172 34 0 309 0
[pid=32317] ppid=32312 vsize=122428 CPUtime=5.95 cores=4-7
/proc/32317/stat : 32317 (plingeling) S 32312 32312 32245 0 -1 4202496 3711 1251 0 0 595 0 0 0 25 0 5 0 606515238 125366272 2777 33554432000 4194304 4356188 140736032023280 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32317/statm: 30607 2777 164 40 0 29151 0
[pid=32317/tid=32324] ppid=32312 vsize=122428 CPUtime=1.48 cores=4-7
/proc/32317/task/32324/stat : 32324 (plingeling) R 32312 32312 32245 0 -1 4202560 889 1251 0 0 148 0 0 0 25 0 5 0 606515239 125366272 2777 33554432000 4194304 4356188 140736032023280 18446744073709551615 4211007 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32317/tid=32325] ppid=32312 vsize=122428 CPUtime=1.48 cores=4-7
/proc/32317/task/32325/stat : 32325 (plingeling) R 32312 32312 32245 0 -1 4202560 704 1251 0 0 148 0 0 0 25 0 5 0 606515239 125366272 2777 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331345 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32317/tid=32326] ppid=32312 vsize=122428 CPUtime=1.49 cores=4-7
/proc/32317/task/32326/stat : 32326 (plingeling) R 32312 32312 32245 0 -1 4202560 763 1251 0 0 149 0 0 0 25 0 5 0 606515239 125366272 2777 33554432000 4194304 4356188 140736032023280 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32317/tid=32327] ppid=32312 vsize=122428 CPUtime=1.48 cores=4-7
/proc/32317/task/32327/stat : 32327 (plingeling) R 32312 32312 32245 0 -1 4202560 855 1251 0 0 148 0 0 0 25 0 5 0 606515239 125366272 2777 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 2189208

[startup+3.10125 s]
/proc/loadavg: 6.93 7.80 7.92 9/180 32327
/proc/meminfo: memFree=29687100/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
[pid=32313] ppid=32312 vsize=1573356 CPUtime=3.09 cores=0
/proc/32313/stat : 32313 (cryptominisat) R 32312 32312 32245 0 -1 4202496 4823 0 0 0 309 0 0 0 25 0 1 0 606515238 1611116544 3037 33554432000 4194304 4587354 140735759325728 18446744073709551615 4238538 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32313/statm: 393339 3037 337 96 0 389901 0
[pid=32314] ppid=32312 vsize=14436 CPUtime=3.09 cores=1
/proc/32314/stat : 32314 (clasp) R 32312 32312 32245 0 -1 4202496 1055 0 0 0 309 0 0 0 25 0 1 0 606515238 14782464 944 33554432000 4194304 4785740 140736719112224 18446744073709551615 4416773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32314/statm: 3609 944 340 145 0 654 0
[pid=32315] ppid=32312 vsize=455852 CPUtime=3.09 cores=2
/proc/32315/stat : 32315 (TNM) R 32312 32312 32245 0 -1 4202496 321 0 0 0 309 0 0 0 25 0 1 0 606515238 466792448 218 33554432000 134512640 134534564 4289589504 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32315/statm: 113963 218 95 6 0 112629 0
[pid=32316] ppid=32312 vsize=7684 CPUtime=3.09 cores=3
/proc/32316/stat : 32316 (march_hi) R 32312 32312 32245 0 -1 4202496 533 0 0 0 309 0 0 0 25 0 1 0 606515238 7868416 426 33554432000 4194304 4331988 140734330994528 18446744073709551615 4226560 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32316/statm: 1921 426 172 34 0 363 0
[pid=32317] ppid=32312 vsize=123600 CPUtime=12.35 cores=4-7
/proc/32317/stat : 32317 (plingeling) S 32312 32312 32245 0 -1 4202496 5092 1251 0 0 1235 0 0 0 25 0 5 0 606515238 126566400 3070 33554432000 4194304 4356188 140736032023280 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32317/statm: 30900 3070 164 40 0 29444 0
[pid=32317/tid=32324] ppid=32312 vsize=123600 CPUtime=3.08 cores=4-7
/proc/32317/task/32324/stat : 32324 (plingeling) R 32312 32312 32245 0 -1 4202560 1275 1251 0 0 308 0 0 0 25 0 5 0 606515239 126566400 3070 33554432000 4194304 4356188 140736032023280 18446744073709551615 4281795 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32317/tid=32325] ppid=32312 vsize=123600 CPUtime=3.07 cores=4-7
/proc/32317/task/32325/stat : 32325 (plingeling) R 32312 32312 32245 0 -1 4202560 1057 1251 0 0 307 0 0 0 25 0 5 0 606515239 126566400 3070 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331803 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32317/tid=32326] ppid=32312 vsize=123600 CPUtime=3.09 cores=4-7
/proc/32317/task/32326/stat : 32326 (plingeling) R 32312 32312 32245 0 -1 4202560 1051 1251 0 0 309 0 0 0 25 0 5 0 606515239 126566400 3070 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32317/tid=32327] ppid=32312 vsize=123600 CPUtime=3.08 cores=4-7
/proc/32317/task/32327/stat : 32327 (plingeling) R 32312 32312 32245 0 -1 4202560 1209 1251 0 0 308 0 0 0 25 0 5 0 606515239 126566400 3070 33554432000 4194304 4356188 140736032023280 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.71
Current children cumulated vsize (KiB) 2193252

[startup+6.30065 s]
/proc/loadavg: 6.93 7.80 7.92 9/180 32327
/proc/meminfo: memFree=29678172/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
[pid=32313] ppid=32312 vsize=1573588 CPUtime=6.29 cores=0
/proc/32313/stat : 32313 (cryptominisat) R 32312 32312 32245 0 -1 4202496 6702 0 0 0 628 1 0 0 25 0 1 0 606515238 1611354112 2966 33554432000 4194304 4587354 140735759325728 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32313/statm: 393397 2966 337 96 0 389959 0
[pid=32314] ppid=32312 vsize=15128 CPUtime=6.29 cores=1
/proc/32314/stat : 32314 (clasp) R 32312 32312 32245 0 -1 4202496 1252 0 0 0 629 0 0 0 25 0 1 0 606515238 15491072 1141 33554432000 4194304 4785740 140736719112224 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32314/statm: 3782 1141 340 145 0 827 0
[pid=32315] ppid=32312 vsize=455852 CPUtime=6.29 cores=2
/proc/32315/stat : 32315 (TNM) R 32312 32312 32245 0 -1 4202496 321 0 0 0 629 0 0 0 25 0 1 0 606515238 466792448 218 33554432000 134512640 134534564 4289589504 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32315/statm: 113963 218 95 6 0 112629 0
[pid=32316] ppid=32312 vsize=7900 CPUtime=6.29 cores=3
/proc/32316/stat : 32316 (march_hi) R 32312 32312 32245 0 -1 4202496 615 0 0 0 629 0 0 0 25 0 1 0 606515238 8089600 490 33554432000 4194304 4331988 140734330994528 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32316/statm: 1975 490 172 34 0 417 0
[pid=32317] ppid=32312 vsize=128868 CPUtime=25.13 cores=4-7
/proc/32317/stat : 32317 (plingeling) S 32312 32312 32245 0 -1 4202496 9033 1251 0 0 2512 1 0 0 25 0 5 0 606515238 131960832 4387 33554432000 4194304 4356188 140736032023280 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32317/statm: 32217 4387 164 40 0 30761 0
[pid=32317/tid=32324] ppid=32312 vsize=128868 CPUtime=6.28 cores=4-7
/proc/32317/task/32324/stat : 32324 (plingeling) R 32312 32312 32245 0 -1 4202560 2268 1251 0 0 628 0 0 0 25 0 5 0 606515239 131960832 4387 33554432000 4194304 4356188 140736032023280 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32317/tid=32325] ppid=32312 vsize=128868 CPUtime=6.26 cores=4-7
/proc/32317/task/32325/stat : 32325 (plingeling) R 32312 32312 32245 0 -1 4202560 1986 1251 0 0 626 0 0 0 25 0 5 0 606515239 131960832 4387 33554432000 4194304 4356188 140736032023280 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32317/tid=32326] ppid=32312 vsize=128868 CPUtime=6.28 cores=4-7
/proc/32317/task/32326/stat : 32326 (plingeling) R 32312 32312 32245 0 -1 4202560 2173 1251 0 0 628 0 0 0 25 0 5 0 606515239 131960832 4387 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32317/tid=32327] ppid=32312 vsize=128868 CPUtime=6.28 cores=4-7
/proc/32317/task/32327/stat : 32327 (plingeling) R 32312 32312 32245 0 -1 4202560 2106 1251 0 0 628 0 0 0 25 0 5 0 606515239 131960832 4387 33554432000 4194304 4356188 140736032023280 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 2199660

[startup+12.7004 s]
/proc/loadavg: 7.10 7.81 7.92 9/180 32328
/proc/meminfo: memFree=29673412/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
[pid=32313] ppid=32312 vsize=1583032 CPUtime=12.68 cores=0
/proc/32313/stat : 32313 (cryptominisat) R 32312 32312 32245 0 -1 4202496 10010 0 0 0 1267 1 0 0 25 0 1 0 606515238 1621024768 3785 33554432000 4194304 4587354 140735759325728 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32313/statm: 395758 3785 337 96 0 392320 0
[pid=32314] ppid=32312 vsize=16240 CPUtime=12.69 cores=1
/proc/32314/stat : 32314 (clasp) R 32312 32312 32245 0 -1 4202496 1510 0 0 0 1269 0 0 0 25 0 1 0 606515238 16629760 1399 33554432000 4194304 4785740 140736719112224 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32314/statm: 4060 1399 340 145 0 1105 0
[pid=32315] ppid=32312 vsize=455852 CPUtime=12.69 cores=2
/proc/32315/stat : 32315 (TNM) R 32312 32312 32245 0 -1 4202496 321 0 0 0 1269 0 0 0 25 0 1 0 606515238 466792448 218 33554432000 134512640 134534564 4289589504 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32315/statm: 113963 218 95 6 0 112629 0
[pid=32316] ppid=32312 vsize=8280 CPUtime=12.69 cores=3
/proc/32316/stat : 32316 (march_hi) R 32312 32312 32245 0 -1 4202496 688 0 0 0 1269 0 0 0 25 0 1 0 606515238 8478720 563 33554432000 4194304 4331988 140734330994528 18446744073709551615 4211532 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32316/statm: 2070 563 173 34 0 512 0
[pid=32317] ppid=32312 vsize=130160 CPUtime=50.69 cores=4-7
/proc/32317/stat : 32317 (plingeling) S 32312 32312 32245 0 -1 4202496 13836 1251 0 0 5068 1 0 0 25 0 5 0 606515238 133283840 4710 33554432000 4194304 4356188 140736032023280 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32317/statm: 32540 4710 164 40 0 31084 0
[pid=32317/tid=32324] ppid=32312 vsize=130160 CPUtime=12.68 cores=4-7
/proc/32317/task/32324/stat : 32324 (plingeling) R 32312 32312 32245 0 -1 4202560 3260 1251 0 0 1268 0 0 0 25 0 5 0 606515239 133283840 4710 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32317/tid=32325] ppid=32312 vsize=130160 CPUtime=12.62 cores=4-7
/proc/32317/task/32325/stat : 32325 (plingeling) R 32312 32312 32245 0 -1 4202560 3363 1251 0 0 1262 0 0 0 25 0 5 0 606515239 133283840 4710 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32317/tid=32326] ppid=32312 vsize=130160 CPUtime=12.68 cores=4-7
/proc/32317/task/32326/stat : 32326 (plingeling) R 32312 32312 32245 0 -1 4202560 3550 1251 0 0 1268 0 0 0 25 0 5 0 606515239 133283840 4710 33554432000 4194304 4356188 140736032023280 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32317/tid=32327] ppid=32312 vsize=130160 CPUtime=12.68 cores=4-7
/proc/32317/task/32327/stat : 32327 (plingeling) R 32312 32312 32245 0 -1 4202560 3163 1251 0 0 1268 0 0 0 25 0 5 0 606515239 133283840 4710 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 2211888

[startup+25.501 s]
/proc/loadavg: 7.24 7.82 7.92 9/180 32328
/proc/meminfo: memFree=29664564/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
[pid=32313] ppid=32312 vsize=1580752 CPUtime=25.48 cores=0
/proc/32313/stat : 32313 (cryptominisat) R 32312 32312 32245 0 -1 4202496 15524 0 0 0 2546 2 0 0 25 0 1 0 606515238 1618690048 4498 33554432000 4194304 4587354 140735759325728 18446744073709551615 4243434 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=32317/tid=32325] ppid=32312 vsize=138760 CPUtime=25.35 cores=4-7
/proc/32317/task/32325/stat : 32325 (plingeling) R 32312 32312 32245 0 -1 4202560 6469 1251 0 0 2534 1 0 0 25 0 5 0 606515239 142090240 6860 33554432000 4194304 4356188 140736032023280 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32317/tid=32326] ppid=32312 vsize=138760 CPUtime=25.48 cores=4-7
/proc/32317/task/32326/stat : 32326 (plingeling) R 32312 32312 32245 0 -1 4202560 7007 1251 0 0 2548 0 0 0 25 0 5 0 606515239 142090240 6860 33554432000 4194304 4356188 140736032023280 18446744073709551615 4330817 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32317/tid=32327] ppid=32312 vsize=138760 CPUtime=25.48 cores=4-7
/proc/32317/task/32327/stat : 32327 (plingeling) R 32312 32312 32245 0 -1 4202560 6396 1251 0 0 2547 1 0 0 25 0 5 0 606515239 142090240 6860 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 2220780

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

[startup+31.9068 s]
/proc/loadavg: 7.35 7.82 7.92 9/180 32328
/proc/meminfo: memFree=29654516/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
[pid=32313] ppid=32312 vsize=1579920 CPUtime=31.9 cores=0
/proc/32313/stat : 32313 (cryptominisat) R 32312 32312 32245 0 -1 4202496 17474 0 0 0 3187 3 0 0 25 0 1 0 606515238 1617838080 4610 33554432000 4194304 4587354 140735759325728 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32313/statm: 394980 4610 337 96 0 391542 0
[pid=32314] ppid=32312 vsize=18348 CPUtime=31.9 cores=1
/proc/32314/stat : 32314 (clasp) R 32312 32312 32245 0 -1 4202496 2018 0 0 0 3190 0 0 0 25 0 1 0 606515238 18788352 1907 33554432000 4194304 4785740 140736719112224 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32314/statm: 4587 1907 341 145 0 1632 0
[pid=32315] ppid=32312 vsize=455852 CPUtime=31.89 cores=2
/proc/32315/stat : 32315 (TNM) R 32312 32312 32245 0 -1 4202496 321 0 0 0 3189 0 0 0 25 0 1 0 606515238 466792448 218 33554432000 134512640 134534564 4289589504 18446744073709551615 3381551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32315/statm: 113963 218 95 6 0 112629 0
[pid=32316] ppid=32312 vsize=10276 CPUtime=31.89 cores=3
/proc/32316/stat : 32316 (march_hi) R 32312 32312 32245 0 -1 4202496 1021 0 0 0 3189 0 0 0 25 0 1 0 606515238 10522624 896 33554432000 4194304 4331988 140734330994528 18446744073709551615 4211445 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32316/statm: 2569 896 173 34 0 1011 0
[pid=32317] ppid=32312 vsize=144264 CPUtime=127.41 cores=4-7
/proc/32317/stat : 32317 (plingeling) S 32312 32312 32245 0 -1 4202496 31730 1251 0 0 12736 5 0 0 25 0 5 0 606515238 147726336 8236 33554432000 4194304 4356188 140736032023280 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32317/statm: 36066 8236 164 40 0 34610 0
[pid=32317/tid=32324] ppid=32312 vsize=144264 CPUtime=31.89 cores=4-7
/proc/32317/task/32324/stat : 32324 (plingeling) R 32312 32312 32245 0 -1 4202560 7934 1251 0 0 3188 1 0 0 25 0 5 0 606515239 147726336 8236 33554432000 4194304 4356188 140736032023280 18446744073709551615 4274258 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32317/tid=32325] ppid=32312 vsize=144264 CPUtime=31.72 cores=4-7
/proc/32317/task/32325/stat : 32325 (plingeling) R 32312 32312 32245 0 -1 4202560 7781 1251 0 0 3171 1 0 0 25 0 5 0 606515239 147726336 8236 33554432000 4194304 4356188 140736032023280 18446744073709551615 4332041 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32317/tid=32326] ppid=32312 vsize=144264 CPUtime=31.89 cores=4-7
/proc/32317/task/32326/stat : 32326 (plingeling) R 32312 32312 32245 0 -1 4202560 7807 1251 0 0 3188 1 0 0 25 0 5 0 606515239 147726336 8236 33554432000 4194304 4356188 140736032023280 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32317/tid=32327] ppid=32312 vsize=144264 CPUtime=31.89 cores=4-7
/proc/32317/task/32327/stat : 32327 (plingeling) R 32312 32312 32245 0 -1 4202560 7708 1251 0 0 3188 1 0 0 25 0 5 0 606515239 147726336 8236 33554432000 4194304 4356188 140736032023280 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 254.99
Current children cumulated vsize (KiB) 2226984

[startup+35.1012 s]
/proc/loadavg: 7.35 7.82 7.92 9/180 32328
/proc/meminfo: memFree=29647772/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
[pid=32313] ppid=32312 vsize=1586220 CPUtime=35.09 cores=0
/proc/32313/stat : 32313 (cryptominisat) R 32312 32312 32245 0 -1 4202496 19422 0 0 0 3506 3 0 0 25 0 1 0 606515238 1624289280 6551 33554432000 4194304 4587354 140735759325728 18446744073709551615 4357665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32313/statm: 396555 6551 337 96 0 393117 0
[pid=32314] ppid=32312 vsize=18636 CPUtime=35.1 cores=1
/proc/32314/stat : 32314 (clasp) R 32312 32312 32245 0 -1 4202496 2082 0 0 0 3510 0 0 0 25 0 1 0 606515238 19083264 1971 33554432000 4194304 4785740 140736719112224 18446744073709551615 4553035 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32314/statm: 4659 1971 341 145 0 1704 0
[pid=32315] ppid=32312 vsize=455852 CPUtime=35.09 cores=2
/proc/32315/stat : 32315 (TNM) R 32312 32312 32245 0 -1 4202496 321 0 0 0 3509 0 0 0 25 0 1 0 606515238 466792448 218 33554432000 134512640 134534564 4289589504 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32315/statm: 113963 218 95 6 0 112629 0
[pid=32316] ppid=32312 vsize=10276 CPUtime=35.09 cores=3
/proc/32316/stat : 32316 (march_hi) R 32312 32312 32245 0 -1 4202496 1088 0 0 0 3509 0 0 0 25 0 1 0 606515238 10522624 963 33554432000 4194304 4331988 140734330994528 18446744073709551615 4229616 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32316/statm: 2569 963 173 34 0 1011 0
[pid=32317] ppid=32312 vsize=142856 CPUtime=140.19 cores=4-7
/proc/32317/stat : 32317 (plingeling) S 32312 32312 32245 0 -1 4202496 34482 1251 0 0 14013 6 0 0 25 0 5 0 606515238 146284544 7884 33554432000 4194304 4356188 140736032023280 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32317/statm: 35714 7884 164 40 0 34258 0
[pid=32317/tid=32324] ppid=32312 vsize=142856 CPUtime=35.09 cores=4-7
/proc/32317/task/32324/stat : 32324 (plingeling) R 32312 32312 32245 0 -1 4202560 8894 1251 0 0 3508 1 0 0 25 0 5 0 606515239 146284544 7884 33554432000 4194304 4356188 140736032023280 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32317/tid=32325] ppid=32312 vsize=142856 CPUtime=34.91 cores=4-7
/proc/32317/task/32325/stat : 32325 (plingeling) R 32312 32312 32245 0 -1 4202560 8709 1251 0 0 3489 2 0 0 25 0 5 0 606515239 146284544 7884 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32317/tid=32326] ppid=32312 vsize=142856 CPUtime=35.09 cores=4-7
/proc/32317/task/32326/stat : 32326 (plingeling) R 32312 32312 32245 0 -1 4202560 8191 1251 0 0 3508 1 0 0 25 0 5 0 606515239 146284544 7884 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32317/tid=32327] ppid=32312 vsize=142856 CPUtime=35.09 cores=4-7
/proc/32317/task/32327/stat : 32327 (plingeling) R 32312 32312 32245 0 -1 4202560 8188 1251 0 0 3508 1 0 0 25 0 5 0 606515239 146284544 7884 33554432000 4194304 4356188 140736032023280 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 280.56
Current children cumulated vsize (KiB) 2232164

[startup+35.9011 s]
/proc/loadavg: 7.35 7.82 7.92 9/180 32328
/proc/meminfo: memFree=29647772/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
[pid=32313] ppid=32312 vsize=1589944 CPUtime=35.89 cores=0
/proc/32313/stat : 32313 (cryptominisat) R 32312 32312 32245 0 -1 4202496 20356 0 0 0 3586 3 0 0 25 0 1 0 606515238 1628102656 7483 33554432000 4194304 4587354 140735759325728 18446744073709551615 256415088121 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32313/statm: 397486 7483 337 96 0 394048 0
[pid=32314] ppid=32312 vsize=18636 CPUtime=35.89 cores=1
/proc/32314/stat : 32314 (clasp) R 32312 32312 32245 0 -1 4202496 2093 0 0 0 3589 0 0 0 25 0 1 0 606515238 19083264 1982 33554432000 4194304 4785740 140736719112224 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32314/statm: 4659 1982 341 145 0 1704 0
[pid=32315] ppid=32312 vsize=455852 CPUtime=35.89 cores=2
/proc/32315/stat : 32315 (TNM) R 32312 32312 32245 0 -1 4202496 321 0 0 0 3589 0 0 0 25 0 1 0 606515238 466792448 218 33554432000 134512640 134534564 4289589504 18446744073709551615 134530166 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32315/statm: 113963 218 95 6 0 112629 0
[pid=32316] ppid=32312 vsize=10276 CPUtime=35.89 cores=3
/proc/32316/stat : 32316 (march_hi) R 32312 32312 32245 0 -1 4202496 1107 0 0 0 3589 0 0 0 25 0 1 0 606515238 10522624 982 33554432000 4194304 4331988 140734330994528 18446744073709551615 4211461 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32316/statm: 2569 982 173 34 0 1011 0
[pid=32317] ppid=32312 vsize=145544 CPUtime=143.37 cores=4-7
/proc/32317/stat : 32317 (plingeling) S 32312 32312 32245 0 -1 4202496 35538 1251 0 0 14331 6 0 0 25 0 5 0 606515238 149037056 8556 33554432000 4194304 4356188 140736032023280 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32317/statm: 36386 8556 164 40 0 34930 0
[pid=32317/tid=32324] ppid=32312 vsize=145544 CPUtime=35.88 cores=4-7
/proc/32317/task/32324/stat : 32324 (plingeling) R 32312 32312 32245 0 -1 4202560 9086 1251 0 0 3587 1 0 0 25 0 5 0 606515239 149037056 8556 33554432000 4194304 4356188 140736032023280 18446744073709551615 4330849 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32317/tid=32325] ppid=32312 vsize=145544 CPUtime=35.7 cores=4-7
/proc/32317/task/32325/stat : 32325 (plingeling) R 32312 32312 32245 0 -1 4202560 8901 1251 0 0 3568 2 0 0 25 0 5 0 606515239 149037056 8556 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32317/tid=32326] ppid=32312 vsize=145544 CPUtime=35.88 cores=4-7
/proc/32317/task/32326/stat : 32326 (plingeling) R 32312 32312 32245 0 -1 4202560 8223 1251 0 0 3587 1 0 0 25 0 5 0 606515239 149037056 8556 33554432000 4194304 4356188 140736032023280 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32317/tid=32327] ppid=32312 vsize=145544 CPUtime=35.88 cores=4-7
/proc/32317/task/32327/stat : 32327 (plingeling) R 32312 32312 32245 0 -1 4202560 8828 1251 0 0 3587 1 0 0 25 0 5 0 606515239 149037056 8556 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331122 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 286.93
Current children cumulated vsize (KiB) 2238576

[startup+36.7009 s]
/proc/loadavg: 7.35 7.82 7.92 9/180 32328
/proc/meminfo: memFree=29641324/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
[pid=32313] ppid=32312 vsize=1591304 CPUtime=36.68 cores=0
/proc/32313/stat : 32313 (cryptominisat) R 32312 32312 32245 0 -1 4202496 20837 0 0 0 3665 3 0 0 25 0 1 0 606515238 1629495296 6914 33554432000 4194304 4587354 140735759325728 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32313/statm: 397826 6914 337 96 0 394388 0
[pid=32314] ppid=32312 vsize=18780 CPUtime=36.69 cores=1
/proc/32314/stat : 32314 (clasp) R 32312 32312 32245 0 -1 4202496 2108 0 0 0 3669 0 0 0 25 0 1 0 606515238 19230720 1997 33554432000 4194304 4785740 140736719112224 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32314/statm: 4695 1997 341 145 0 1740 0
[pid=32315] ppid=32312 vsize=455852 CPUtime=36.69 cores=2
/proc/32315/stat : 32315 (TNM) R 32312 32312 32245 0 -1 4202496 321 0 0 0 3669 0 0 0 25 0 1 0 606515238 466792448 218 33554432000 134512640 134534564 4289589504 18446744073709551615 3380667 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32315/statm: 113963 218 95 6 0 112629 0
[pid=32316] ppid=32312 vsize=10276 CPUtime=36.69 cores=3
/proc/32316/stat : 32316 (march_hi) R 32312 32312 32245 0 -1 4202496 1124 0 0 0 3669 0 0 0 25 0 1 0 606515238 10522624 999 33554432000 4194304 4331988 140734330994528 18446744073709551615 4211568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32316/statm: 2569 999 173 34 0 1011 0
[pid=32317] ppid=32312 vsize=143624 CPUtime=146.56 cores=4-7
/proc/32317/stat : 32317 (plingeling) S 32312 32312 32245 0 -1 4202496 35730 1251 0 0 14650 6 0 0 25 0 5 0 606515238 147070976 8076 33554432000 4194304 4356188 140736032023280 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32317/statm: 35906 8076 164 40 0 34450 0
[pid=32317/tid=32324] ppid=32312 vsize=143624 CPUtime=36.68 cores=4-7
/proc/32317/task/32324/stat : 32324 (plingeling) R 32312 32312 32245 0 -1 4202560 9086 1251 0 0 3667 1 0 0 25 0 5 0 606515239 147070976 8076 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32317/tid=32325] ppid=32312 vsize=143624 CPUtime=36.49 cores=4-7
/proc/32317/task/32325/stat : 32325 (plingeling) R 32312 32312 32245 0 -1 4202560 8901 1251 0 0 3647 2 0 0 25 0 5 0 606515239 147070976 8076 33554432000 4194304 4356188 140736032023280 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32317/tid=32326] ppid=32312 vsize=143624 CPUtime=36.68 cores=4-7
/proc/32317/task/32326/stat : 32326 (plingeling) R 32312 32312 32245 0 -1 4202560 8415 1251 0 0 3667 1 0 0 25 0 5 0 606515239 147070976 8076 33554432000 4194304 4356188 140736032023280 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32317/tid=32327] ppid=32312 vsize=143624 CPUtime=36.68 cores=4-7
/proc/32317/task/32327/stat : 32327 (plingeling) R 32312 32312 32245 0 -1 4202560 8828 1251 0 0 3667 1 0 0 25 0 5 0 606515239 147070976 8076 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331383 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 293.31
Current children cumulated vsize (KiB) 2238160

[startup+36.9009 s]
/proc/loadavg: 7.35 7.82 7.92 9/180 32328
/proc/meminfo: memFree=29641324/32950928 swapFree=67111364/67111528
[pid=32312] ppid=32310 vsize=18324 CPUtime=0 cores=0-7
/proc/32312/stat : 32312 (ppfolio) S 32310 32312 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606515238 18763776 389 33554432000 4194304 4287625 140735326286000 18446744073709551615 256415411727 0 0 4096 65536 4551107467517362175 0 0 17 4 0 0 0
/proc/32312/statm: 4581 389 341 23 0 91 0
[pid=32313] ppid=32312 vsize=1591304 CPUtime=36.88 cores=0
/proc/32313/stat : 32313 (cryptominisat) R 32312 32312 32245 0 -1 4202496 20883 0 0 0 3685 3 0 0 25 0 1 0 606515238 1629495296 6959 33554432000 4194304 4587354 140735759325728 18446744073709551615 4238452 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32313/statm: 397826 6959 337 96 0 394388 0
[pid=32314] ppid=32312 vsize=18780 CPUtime=36.89 cores=1
/proc/32314/stat : 32314 (clasp) R 32312 32312 32245 0 -1 4202496 2114 0 0 0 3689 0 0 0 25 0 1 0 606515238 19230720 2003 33554432000 4194304 4785740 140736719112224 18446744073709551615 4416810 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32314/statm: 4695 2003 341 145 0 1740 0
[pid=32315] ppid=32312 vsize=455852 CPUtime=36.89 cores=2
/proc/32315/stat : 32315 (TNM) R 32312 32312 32245 0 -1 4202496 321 0 0 0 3689 0 0 0 25 0 1 0 606515238 466792448 218 33554432000 134512640 134534564 4289589504 18446744073709551615 3382292 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32315/statm: 113963 218 95 6 0 112629 0
[pid=32316] ppid=32312 vsize=10276 CPUtime=36.88 cores=3
/proc/32316/stat : 32316 (march_hi) R 32312 32312 32245 0 -1 4202496 1128 0 0 0 3688 0 0 0 25 0 1 0 606515238 10522624 1003 33554432000 4194304 4331988 140734330994528 18446744073709551615 4291968 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32316/statm: 2569 1003 173 34 0 1011 0
[pid=32317] ppid=32312 vsize=143624 CPUtime=147.36 cores=4-7
/proc/32317/stat : 32317 (plingeling) S 32312 32312 32245 0 -1 4202496 35730 1251 0 0 14730 6 0 0 25 0 5 0 606515238 147070976 8076 33554432000 4194304 4356188 140736032023280 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32317/statm: 35906 8076 164 40 0 34450 0
[pid=32317/tid=32324] ppid=32312 vsize=143624 CPUtime=36.88 cores=4-7
/proc/32317/task/32324/stat : 32324 (plingeling) R 32312 32312 32245 0 -1 4202560 9086 1251 0 0 3687 1 0 0 25 0 5 0 606515239 147070976 8076 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32317/tid=32325] ppid=32312 vsize=143624 CPUtime=36.69 cores=4-7
/proc/32317/task/32325/stat : 32325 (plingeling) R 32312 32312 32245 0 -1 4202560 8901 1251 0 0 3667 2 0 0 25 0 5 0 606515239 147070976 8076 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331456 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32317/tid=32326] ppid=32312 vsize=143624 CPUtime=36.88 cores=4-7
/proc/32317/task/32326/stat : 32326 (plingeling) R 32312 32312 32245 0 -1 4202560 8415 1251 0 0 3687 1 0 0 25 0 5 0 606515239 147070976 8076 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32317/tid=32327] ppid=32312 vsize=143624 CPUtime=36.88 cores=4-7
/proc/32317/task/32327/stat : 32327 (plingeling) R 32312 32312 32245 0 -1 4202560 8828 1251 0 0 3687 1 0 0 25 0 5 0 606515239 147070976 8076 33554432000 4194304 4356188 140736032023280 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 294.9
Current children cumulated vsize (KiB) 2238160

Child status: 0
Real time (s): 36.9086
CPU time (s): 295.02
CPU user time (s): 294.886
CPU system time (s): 0.133979
CPU usage (%): 799.327
Max. virtual memory (cumulated for all children) (KiB): 3772884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 294.886
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61969
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= 972
involuntary context switches= 1951

runsolver used 0.050992 second user time and 0.147977 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-30 13:27:26
IDJOB=3221859
IDBENCH=82993
IDSOLVER=1638
FILE ID=node115/3221859-1304162846
RUNJOBID= node115-1304162845-32259
PBS_JOBID= 13170941
Free space on /tmp= 72880 MiB

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

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

MD5SUM BENCH= 20f33ec190b502d21efebab5417989ef
RANDOM SEED=226607149

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29711620 kB
Buffers:        842464 kB
Cached:        1905804 kB
SwapCached:          0 kB
Active:         227552 kB
Inactive:      2584072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29711620 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10208 kB
Writeback:           0 kB
AnonPages:       63772 kB
Mapped:          14108 kB
Slab:           361592 kB
PageTables:       4576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   182940 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= 72868 MiB
End job on node115 at 2011-04-30 13:28:03