Trace number 3191359

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 2903.01 726.739

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1675230100-032.UNKNOWN.cnf
MD5SUMf9a60c414c65108f1df33ba3a81b8715
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark349.16
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.00/0.02	This is pico-portfolio, a naive parallel portfolio
0.00/0.02	Copyright (C) 2011 Olivier Roussel
0.00/0.02	Using 4 processing units
0.00/0.02	This portfolio uses the following solvers:
0.00/0.02	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.02	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.02	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.02	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.02	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.02	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.02	Starting clasp 1.3.6 on core(s) 4
0.00/0.02	Starting TNM 2009 on core(s) 6
0.00/0.02	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.02	Starting march_hi 2009 on core(s) 6
2902.81/726.73	s UNSATISFIABLE
2902.81/726.73	solver [5] march_hi 2009 answered
2902.81/726.73	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-3191359-1304079103/watcher-3191359-1304079103 -o /tmp/evaluation-result-3191359-1304079103/solver-3191359-1304079103 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191359-1304079103.cnf 

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

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


[startup+0 s]
/proc/loadavg: 9.77 10.06 9.53 7/182 15613
/proc/meminfo: memFree=26257520/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) R 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0

[startup+0.466719 s]
/proc/loadavg: 9.77 10.06 9.53 7/182 15613
/proc/meminfo: memFree=26257520/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500712 s]
/proc/loadavg: 9.77 10.06 9.53 7/182 15613
/proc/meminfo: memFree=26257520/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600693 s]
/proc/loadavg: 9.77 10.06 9.53 7/182 15613
/proc/meminfo: memFree=26257520/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700675 s]
/proc/loadavg: 9.77 10.06 9.53 7/182 15613
/proc/meminfo: memFree=26257520/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50652 s]
/proc/loadavg: 9.77 10.06 9.53 11/188 15620
/proc/meminfo: memFree=26240132/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
[pid=15614] ppid=15613 vsize=32896 CPUtime=1.49 cores=0
/proc/15614/stat : 15614 (cryptominisat) R 15613 15613 15268 0 -1 4202496 3993 0 0 0 149 0 0 0 25 0 1 0 519509968 33685504 2530 33554432000 4194304 4587354 140734957705312 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15614/statm: 8224 2530 336 96 0 4786 0
[pid=15615] ppid=15613 vsize=14508 CPUtime=1.5 cores=4
/proc/15615/stat : 15615 (clasp) R 15613 15613 15268 0 -1 4202496 1061 0 0 0 150 0 0 0 25 0 1 0 519509968 14856192 953 33554432000 4194304 4785740 140733675235424 18446744073709551615 4309691 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15615/statm: 3627 953 340 145 0 672 0
[pid=15616] ppid=15613 vsize=452524 CPUtime=0.78 cores=6
/proc/15616/stat : 15616 (TNM) R 15613 15613 15268 0 -1 4202496 417 0 0 0 78 0 0 0 25 0 1 0 519509968 463384576 314 33554432000 134512640 134534564 4289275680 18446744073709551615 134524552 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15616/statm: 113131 314 91 6 0 111797 0
[pid=15617] ppid=15613 vsize=7304 CPUtime=1.5 cores=2
/proc/15617/stat : 15617 (lingeling) R 15613 15613 15268 0 -1 4202496 1557 0 0 0 150 0 0 0 25 0 1 0 519509968 7479296 1020 33554432000 4194304 4352236 140734149798400 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15617/statm: 1826 1020 127 39 0 906 0
[pid=15618] ppid=15613 vsize=7860 CPUtime=0.71 cores=6
/proc/15618/stat : 15618 (march_hi) R 15613 15613 15268 0 -1 4202496 1187 0 0 0 71 0 0 0 25 0 1 0 519509968 8048640 481 33554432000 4194304 4331988 140734878461888 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15618/statm: 1965 481 174 34 0 407 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 533416

[startup+3.10122 s]
/proc/loadavg: 9.77 10.06 9.53 11/188 15620
/proc/meminfo: memFree=26238272/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
[pid=15614] ppid=15613 vsize=33028 CPUtime=3.09 cores=0
/proc/15614/stat : 15614 (cryptominisat) R 15613 15613 15268 0 -1 4202496 4825 0 0 0 309 0 0 0 25 0 1 0 519509968 33820672 2532 33554432000 4194304 4587354 140734957705312 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15614/statm: 8257 2532 336 96 0 4819 0
[pid=15615] ppid=15613 vsize=15220 CPUtime=3.09 cores=4
/proc/15615/stat : 15615 (clasp) R 15613 15613 15268 0 -1 4202496 1226 0 0 0 309 0 0 0 25 0 1 0 519509968 15585280 1118 33554432000 4194304 4785740 140733675235424 18446744073709551615 4538874 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15615/statm: 3805 1118 340 145 0 850 0
[pid=15616] ppid=15613 vsize=456356 CPUtime=1.57 cores=6
/proc/15616/stat : 15616 (TNM) R 15613 15613 15268 0 -1 4202496 478 0 0 0 157 0 0 0 25 0 1 0 519509968 467308544 375 33554432000 134512640 134534564 4289275680 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15616/statm: 114089 375 95 6 0 112755 0
[pid=15617] ppid=15613 vsize=7628 CPUtime=3.09 cores=2
/proc/15617/stat : 15617 (lingeling) R 15613 15613 15268 0 -1 4202496 2007 0 0 0 309 0 0 0 25 0 1 0 519509968 7811072 1101 33554432000 4194304 4352236 140734149798400 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15617/statm: 1907 1101 127 39 0 987 0
[pid=15618] ppid=15613 vsize=7860 CPUtime=1.51 cores=6
/proc/15618/stat : 15618 (march_hi) R 15613 15613 15268 0 -1 4202496 1187 0 0 0 151 0 0 0 25 0 1 0 519509968 8048640 481 33554432000 4194304 4331988 140734878461888 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15618/statm: 1965 481 174 34 0 407 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 538416

[startup+6.30061 s]
/proc/loadavg: 9.79 10.06 9.53 11/188 15620
/proc/meminfo: memFree=26233932/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
[pid=15614] ppid=15613 vsize=1330628 CPUtime=6.29 cores=0
/proc/15614/stat : 15614 (cryptominisat) R 15613 15613 15268 0 -1 4202496 6818 0 0 0 629 0 0 0 25 0 1 0 519509968 1362563072 3025 33554432000 4194304 4587354 140734957705312 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15614/statm: 332657 3025 336 96 0 329219 0
[pid=15615] ppid=15613 vsize=16160 CPUtime=6.29 cores=4
/proc/15615/stat : 15615 (clasp) R 15613 15613 15268 0 -1 4202496 1453 0 0 0 629 0 0 0 25 0 1 0 519509968 16547840 1345 33554432000 4194304 4785740 140733675235424 18446744073709551615 4275230 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15615/statm: 4040 1345 340 145 0 1085 0
[pid=15616] ppid=15613 vsize=456356 CPUtime=3.15 cores=6
/proc/15616/stat : 15616 (TNM) R 15613 15613 15268 0 -1 4202496 478 0 0 0 315 0 0 0 25 0 1 0 519509968 467308544 375 33554432000 134512640 134534564 4289275680 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15616/statm: 114089 375 95 6 0 112755 0
[pid=15617] ppid=15613 vsize=8144 CPUtime=6.29 cores=2
/proc/15617/stat : 15617 (lingeling) R 15613 15613 15268 0 -1 4202496 2755 0 0 0 629 0 0 0 25 0 1 0 519509968 8339456 1230 33554432000 4194304 4352236 140734149798400 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15617/statm: 2036 1230 127 39 0 1116 0
[pid=15618] ppid=15613 vsize=7860 CPUtime=3.11 cores=6
/proc/15618/stat : 15618 (march_hi) R 15613 15613 15268 0 -1 4202496 1187 0 0 0 311 0 0 0 25 0 1 0 519509968 8048640 481 33554432000 4194304 4331988 140734878461888 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15618/statm: 1965 481 174 34 0 407 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 1837472

[startup+12.7004 s]
/proc/loadavg: 9.80 10.05 9.53 11/188 15620
/proc/meminfo: memFree=26222564/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
[pid=15614] ppid=15613 vsize=7558748 CPUtime=12.69 cores=0
/proc/15614/stat : 15614 (cryptominisat) R 15613 15613 15268 0 -1 4202496 10859 0 0 0 1268 1 0 0 25 0 1 0 519509968 7740157952 4528 33554432000 4194304 4587354 140734957705312 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15614/statm: 1889687 4528 336 96 0 1886249 0
[pid=15615] ppid=15613 vsize=17092 CPUtime=12.69 cores=4
/proc/15615/stat : 15615 (clasp) R 15613 15613 15268 0 -1 4202496 1670 0 0 0 1269 0 0 0 25 0 1 0 519509968 17502208 1562 33554432000 4194304 4785740 140733675235424 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15615/statm: 4273 1562 340 145 0 1318 0
[pid=15616] ppid=15613 vsize=456356 CPUtime=6.34 cores=6
/proc/15616/stat : 15616 (TNM) R 15613 15613 15268 0 -1 4202496 478 0 0 0 634 0 0 0 25 0 1 0 519509968 467308544 375 33554432000 134512640 134534564 4289275680 18446744073709551615 134530652 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15616/statm: 114089 375 95 6 0 112755 0
[pid=15617] ppid=15613 vsize=10452 CPUtime=12.68 cores=2
/proc/15617/stat : 15617 (lingeling) R 15613 15613 15268 0 -1 4202496 4612 0 0 0 1268 0 0 0 25 0 1 0 519509968 10702848 1807 33554432000 4194304 4352236 140734149798400 18446744073709551615 4329011 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15617/statm: 2613 1807 127 39 0 1693 0
[pid=15618] ppid=15613 vsize=7860 CPUtime=6.28 cores=6
/proc/15618/stat : 15618 (march_hi) R 15613 15613 15268 0 -1 4202496 1187 0 0 0 628 0 0 0 25 0 1 0 519509968 8048640 481 33554432000 4194304 4331988 140734878461888 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15618/statm: 1965 481 174 34 0 407 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 8068832

[startup+25.501 s]
/proc/loadavg: 9.85 10.05 9.54 11/188 15620
/proc/meminfo: memFree=26213164/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
[pid=15614] ppid=15613 vsize=1344036 CPUtime=25.48 cores=0
/proc/15614/stat : 15614 (cryptominisat) R 15613 15613 15268 0 -1 4202496 15738 0 0 0 2547 1 0 0 25 0 1 0 519509968 1376292864 4633 33554432000 4194304 4587354 140734957705312 18446744073709551615 208079928980 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15614/statm: 336009 4633 336 96 0 332571 0
[pid=15615] ppid=15613 vsize=18656 CPUtime=25.49 cores=4
/proc/15615/stat : 15615 (clasp) R 15613 15613 15268 0 -1 4202496 2008 0 0 0 2549 0 0 0 25 0 1 0 519509968 19103744 1900 33554432000 4194304 4785740 140733675235424 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15615/statm: 4664 1900 341 145 0 1709 0
[pid=15616] ppid=15613 vsize=456356 CPUtime=12.74 cores=6
/proc/15616/stat : 15616 (TNM) R 15613 15613 15268 0 -1 4202496 478 0 0 0 1274 0 0 0 25 0 1 0 519509968 467308544 375 33554432000 134512640 134534564 4289275680 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15616/statm: 114089 375 95 6 0 112755 0
[pid=15617] ppid=15613 vsize=11412 CPUtime=25.48 cores=2
/proc/15617/stat : 15617 (lingeling) R 15613 15613 15268 0 -1 4202496 7056 0 0 0 2548 0 0 0 25 0 1 0 519509968 11685888 2043 33554432000 4194304 4352236 140734149798400 18446744073709551615 4327916 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15617/statm: 2853 2043 127 39 0 1933 0
[pid=15618] ppid=15613 vsize=7860 CPUtime=12.61 cores=6
/proc/15618/stat : 15618 (march_hi) R 15613 15613 15268 0 -1 4202496 1187 0 0 0 1261 0 0 0 25 0 1 0 519509968 8048640 481 33554432000 4194304 4331988 140734878461888 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15618/statm: 1965 481 174 34 0 407 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1856644

[startup+51.1011 s]
/proc/loadavg: 10.09 10.09 9.57 11/188 15621
/proc/meminfo: memFree=26190100/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
[pid=15614] ppid=15613 vsize=44612 CPUtime=51.09 cores=0
/proc/15614/stat : 15614 (cryptominisat) R 15613 15613 15268 0 -1 4202496 24139 0 0 0 5105 4 0 0 25 0 1 0 519509968 45682688 5896 33554432000 4194304 4587354 140734957705312 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15614/statm: 11153 5896 336 96 0 7715 0
[pid=15615] ppid=15613 vsize=20888 CPUtime=51.08 cores=4
/proc/15615/stat : 15615 (clasp) R 15613 15613 15268 0 -1 4202496 2522 0 0 0 5108 0 0 0 25 0 1 0 519509968 21389312 2414 33554432000 4194304 4785740 140733675235424 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15615/statm: 5222 2414 341 145 0 2267 0
[pid=15616] ppid=15613 vsize=456356 CPUtime=25.44 cores=6
/proc/15616/stat : 15616 (TNM) R 15613 15613 15268 0 -1 4202496 478 0 0 0 2544 0 0 0 25 0 1 0 519509968 467308544 375 33554432000 134512640 134534564 4289275680 18446744073709551615 134528891 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15616/statm: 114089 375 95 6 0 112755 0
[pid=15617] ppid=15613 vsize=16148 CPUtime=51.09 cores=2

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


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

[startup+704.301 s]
/proc/loadavg: 10.16 10.17 9.86 11/188 15638
/proc/meminfo: memFree=26055976/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
[pid=15614] ppid=15613 vsize=1392256 CPUtime=704.31 cores=0
/proc/15614/stat : 15614 (cryptominisat) R 15613 15613 15268 0 -1 4202496 107947 0 0 0 70403 28 0 0 25 0 1 0 519509968 1425670144 19853 33554432000 4194304 4587354 140734957705312 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15614/statm: 348064 19853 336 96 0 344626 0
[pid=15615] ppid=15613 vsize=33240 CPUtime=704.24 cores=4
/proc/15615/stat : 15615 (clasp) R 15613 15613 15268 0 -1 4202496 5380 0 0 0 70424 0 0 0 25 0 1 0 519509968 34037760 5272 33554432000 4194304 4785740 140733675235424 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15615/statm: 8310 5272 341 145 0 5355 0
[pid=15616] ppid=15613 vsize=456356 CPUtime=350.29 cores=6
/proc/15616/stat : 15616 (TNM) R 15613 15613 15268 0 -1 4202496 478 0 0 0 35029 0 0 0 25 0 1 0 519509968 467308544 375 33554432000 134512640 134534564 4289275680 18446744073709551615 134528893 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15616/statm: 114089 375 95 6 0 112755 0
[pid=15617] ppid=15613 vsize=31768 CPUtime=704.32 cores=2
/proc/15617/stat : 15617 (lingeling) R 15613 15613 15268 0 -1 4202496 69801 0 0 0 70422 10 0 0 25 0 1 0 519509968 32530432 7136 33554432000 4194304 4352236 140734149798400 18446744073709551615 4328363 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15617/statm: 7942 7136 127 39 0 7022 0
[pid=15618] ppid=15613 vsize=9428 CPUtime=350.18 cores=6
/proc/15618/stat : 15618 (march_hi) R 15613 15613 15268 0 -1 4202496 1603 0 0 0 35018 0 0 0 25 0 1 0 519509968 9654272 854 33554432000 4194304 4331988 140734878461888 18446744073709551615 4239542 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15618/statm: 2357 854 175 34 0 799 0
Current children cumulated CPU time (s) 2813.34
Current children cumulated vsize (KiB) 1941372

[startup+717.101 s]
/proc/loadavg: 10.26 10.19 9.87 11/188 15639
/proc/meminfo: memFree=26053868/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
[pid=15614] ppid=15613 vsize=1392256 CPUtime=717.1 cores=0
/proc/15614/stat : 15614 (cryptominisat) R 15613 15613 15268 0 -1 4202496 107947 0 0 0 71682 28 0 0 25 0 1 0 519509968 1425670144 19853 33554432000 4194304 4587354 140734957705312 18446744073709551615 4357600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15614/statm: 348064 19853 336 96 0 344626 0
[pid=15615] ppid=15613 vsize=33240 CPUtime=717.04 cores=4
/proc/15615/stat : 15615 (clasp) R 15613 15613 15268 0 -1 4202496 5381 0 0 0 71704 0 0 0 25 0 1 0 519509968 34037760 5273 33554432000 4194304 4785740 140733675235424 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15615/statm: 8310 5273 341 145 0 5355 0
[pid=15616] ppid=15613 vsize=456356 CPUtime=356.65 cores=6
/proc/15616/stat : 15616 (TNM) R 15613 15613 15268 0 -1 4202496 478 0 0 0 35665 0 0 0 25 0 1 0 519509968 467308544 375 33554432000 134512640 134534564 4289275680 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15616/statm: 114089 375 95 6 0 112755 0
[pid=15617] ppid=15613 vsize=33816 CPUtime=717.11 cores=2
/proc/15617/stat : 15617 (lingeling) R 15613 15613 15268 0 -1 4202496 70313 0 0 0 71701 10 0 0 25 0 1 0 519509968 34627584 7648 33554432000 4194304 4352236 140734149798400 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15617/statm: 8454 7648 127 39 0 7534 0
[pid=15618] ppid=15613 vsize=9428 CPUtime=356.55 cores=6
/proc/15618/stat : 15618 (march_hi) R 15613 15613 15268 0 -1 4202496 1614 0 0 0 35655 0 0 0 25 0 1 0 519509968 9654272 865 33554432000 4194304 4331988 140734878461888 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15618/statm: 2357 865 175 34 0 799 0
Current children cumulated CPU time (s) 2864.45
Current children cumulated vsize (KiB) 1943420

[startup+723.501 s]
/proc/loadavg: 10.24 10.19 9.87 11/188 15639
/proc/meminfo: memFree=26047544/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
[pid=15614] ppid=15613 vsize=1400692 CPUtime=723.51 cores=0
/proc/15614/stat : 15614 (cryptominisat) R 15613 15613 15268 0 -1 4202496 109907 0 0 0 72322 29 0 0 25 0 1 0 519509968 1434308608 21813 33554432000 4194304 4587354 140734957705312 18446744073709551615 4388279 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15614/statm: 350173 21813 336 96 0 346735 0
[pid=15615] ppid=15613 vsize=33240 CPUtime=723.44 cores=4
/proc/15615/stat : 15615 (clasp) R 15613 15613 15268 0 -1 4202496 5381 0 0 0 72344 0 0 0 25 0 1 0 519509968 34037760 5273 33554432000 4194304 4785740 140733675235424 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15615/statm: 8310 5273 341 145 0 5355 0
[pid=15616] ppid=15613 vsize=456356 CPUtime=359.82 cores=6
/proc/15616/stat : 15616 (TNM) R 15613 15613 15268 0 -1 4202496 478 0 0 0 35982 0 0 0 25 0 1 0 519509968 467308544 375 33554432000 134512640 134534564 4289275680 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15616/statm: 114089 375 95 6 0 112755 0
[pid=15617] ppid=15613 vsize=36120 CPUtime=723.51 cores=2
/proc/15617/stat : 15617 (lingeling) R 15613 15613 15268 0 -1 4202496 70889 0 0 0 72341 10 0 0 25 0 1 0 519509968 36986880 8224 33554432000 4194304 4352236 140734149798400 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15617/statm: 9030 8224 127 39 0 8110 0
[pid=15618] ppid=15613 vsize=9428 CPUtime=359.75 cores=6
/proc/15618/stat : 15618 (march_hi) R 15613 15613 15268 0 -1 4202496 1621 0 0 0 35975 0 0 0 25 0 1 0 519509968 9654272 872 33554432000 4194304 4331988 140734878461888 18446744073709551615 4302163 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15618/statm: 2357 872 175 34 0 799 0
Current children cumulated CPU time (s) 2890.03
Current children cumulated vsize (KiB) 1954160

[startup+725.101 s]
/proc/loadavg: 10.24 10.19 9.87 11/188 15639
/proc/meminfo: memFree=26047048/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
[pid=15614] ppid=15613 vsize=1400692 CPUtime=725.11 cores=0
/proc/15614/stat : 15614 (cryptominisat) R 15613 15613 15268 0 -1 4202496 109907 0 0 0 72482 29 0 0 25 0 1 0 519509968 1434308608 21813 33554432000 4194304 4587354 140734957705312 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15614/statm: 350173 21813 336 96 0 346735 0
[pid=15615] ppid=15613 vsize=33240 CPUtime=725.04 cores=4
/proc/15615/stat : 15615 (clasp) R 15613 15613 15268 0 -1 4202496 5381 0 0 0 72504 0 0 0 25 0 1 0 519509968 34037760 5273 33554432000 4194304 4785740 140733675235424 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15615/statm: 8310 5273 341 145 0 5355 0
[pid=15616] ppid=15613 vsize=456356 CPUtime=360.61 cores=6
/proc/15616/stat : 15616 (TNM) R 15613 15613 15268 0 -1 4202496 478 0 0 0 36061 0 0 0 25 0 1 0 519509968 467308544 375 33554432000 134512640 134534564 4289275680 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15616/statm: 114089 375 95 6 0 112755 0
[pid=15617] ppid=15613 vsize=36120 CPUtime=725.11 cores=2
/proc/15617/stat : 15617 (lingeling) R 15613 15613 15268 0 -1 4202496 70889 0 0 0 72501 10 0 0 25 0 1 0 519509968 36986880 8224 33554432000 4194304 4352236 140734149798400 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15617/statm: 9030 8224 127 39 0 8110 0
[pid=15618] ppid=15613 vsize=9428 CPUtime=360.55 cores=6
/proc/15618/stat : 15618 (march_hi) R 15613 15613 15268 0 -1 4202496 1623 0 0 0 36055 0 0 0 25 0 1 0 519509968 9654272 874 33554432000 4194304 4331988 140734878461888 18446744073709551615 4299490 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15618/statm: 2357 874 175 34 0 799 0
Current children cumulated CPU time (s) 2896.43
Current children cumulated vsize (KiB) 1954160

[startup+725.901 s]
/proc/loadavg: 10.22 10.18 9.87 11/188 15639
/proc/meminfo: memFree=26045804/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
[pid=15614] ppid=15613 vsize=1400692 CPUtime=725.91 cores=0
/proc/15614/stat : 15614 (cryptominisat) R 15613 15613 15268 0 -1 4202496 109907 0 0 0 72562 29 0 0 25 0 1 0 519509968 1434308608 21813 33554432000 4194304 4587354 140734957705312 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15614/statm: 350173 21813 336 96 0 346735 0
[pid=15615] ppid=15613 vsize=33240 CPUtime=725.84 cores=4
/proc/15615/stat : 15615 (clasp) R 15613 15613 15268 0 -1 4202496 5382 0 0 0 72584 0 0 0 25 0 1 0 519509968 34037760 5274 33554432000 4194304 4785740 140733675235424 18446744073709551615 208079929939 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15615/statm: 8310 5274 341 145 0 5355 0
[pid=15616] ppid=15613 vsize=456356 CPUtime=361.01 cores=6
/proc/15616/stat : 15616 (TNM) R 15613 15613 15268 0 -1 4202496 478 0 0 0 36101 0 0 0 25 0 1 0 519509968 467308544 375 33554432000 134512640 134534564 4289275680 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15616/statm: 114089 375 95 6 0 112755 0
[pid=15617] ppid=15613 vsize=36120 CPUtime=725.91 cores=2
/proc/15617/stat : 15617 (lingeling) R 15613 15613 15268 0 -1 4202496 70889 0 0 0 72581 10 0 0 25 0 1 0 519509968 36986880 8224 33554432000 4194304 4352236 140734149798400 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15617/statm: 9030 8224 127 39 0 8110 0
[pid=15618] ppid=15613 vsize=10192 CPUtime=360.94 cores=6
/proc/15618/stat : 15618 (march_hi) R 15613 15613 15268 0 -1 4202496 1623 0 0 0 36094 0 0 0 25 0 1 0 519509968 10436608 874 33554432000 4194304 4331988 140734878461888 18446744073709551615 4287519 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15618/statm: 2548 874 175 34 0 990 0
Current children cumulated CPU time (s) 2899.62
Current children cumulated vsize (KiB) 1954924

[startup+726.3 s]
/proc/loadavg: 10.22 10.18 9.87 11/188 15639
/proc/meminfo: memFree=26045308/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
[pid=15614] ppid=15613 vsize=1400692 CPUtime=726.31 cores=0
/proc/15614/stat : 15614 (cryptominisat) R 15613 15613 15268 0 -1 4202496 109907 0 0 0 72602 29 0 0 25 0 1 0 519509968 1434308608 21813 33554432000 4194304 4587354 140734957705312 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15614/statm: 350173 21813 336 96 0 346735 0
[pid=15615] ppid=15613 vsize=33240 CPUtime=726.24 cores=4
/proc/15615/stat : 15615 (clasp) R 15613 15613 15268 0 -1 4202496 5382 0 0 0 72624 0 0 0 25 0 1 0 519509968 34037760 5274 33554432000 4194304 4785740 140733675235424 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15615/statm: 8310 5274 341 145 0 5355 0
[pid=15616] ppid=15613 vsize=456356 CPUtime=361.21 cores=6
/proc/15616/stat : 15616 (TNM) R 15613 15613 15268 0 -1 4202496 478 0 0 0 36121 0 0 0 25 0 1 0 519509968 467308544 375 33554432000 134512640 134534564 4289275680 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15616/statm: 114089 375 95 6 0 112755 0
[pid=15617] ppid=15613 vsize=36120 CPUtime=726.32 cores=2
/proc/15617/stat : 15617 (lingeling) R 15613 15613 15268 0 -1 4202496 70889 0 0 0 72622 10 0 0 25 0 1 0 519509968 36986880 8224 33554432000 4194304 4352236 140734149798400 18446744073709551615 4328351 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15617/statm: 9030 8224 127 39 0 8110 0
[pid=15618] ppid=15613 vsize=10192 CPUtime=361.14 cores=6
/proc/15618/stat : 15618 (march_hi) R 15613 15613 15268 0 -1 4202496 1624 0 0 0 36114 0 0 0 25 0 1 0 519509968 10436608 875 33554432000 4194304 4331988 140734878461888 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15618/statm: 2548 875 175 34 0 990 0
Current children cumulated CPU time (s) 2901.23
Current children cumulated vsize (KiB) 1954924

[startup+726.7 s]
/proc/loadavg: 10.22 10.18 9.87 11/188 15639
/proc/meminfo: memFree=26045308/32950928 swapFree=67111364/67111528
[pid=15613] ppid=15611 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15613/stat : 15613 (ppfolio) S 15611 15613 15268 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 519509967 18763776 389 33554432000 4194304 4287625 140734815227104 18446744073709551615 208080252431 0 0 4096 65536 1079492823864049663 0 0 17 0 0 0 0
/proc/15613/statm: 4581 389 341 23 0 91 0
[pid=15614] ppid=15613 vsize=1400692 CPUtime=726.7 cores=0
/proc/15614/stat : 15614 (cryptominisat) R 15613 15613 15268 0 -1 4202496 109907 0 0 0 72641 29 0 0 25 0 1 0 519509968 1434308608 21813 33554432000 4194304 4587354 140734957705312 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15614/statm: 350173 21813 336 96 0 346735 0
[pid=15615] ppid=15613 vsize=33240 CPUtime=726.64 cores=4
/proc/15615/stat : 15615 (clasp) R 15613 15613 15268 0 -1 4202496 5383 0 0 0 72664 0 0 0 25 0 1 0 519509968 34037760 5275 33554432000 4194304 4785740 140733675235424 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15615/statm: 8310 5275 341 145 0 5355 0
[pid=15616] ppid=15613 vsize=456356 CPUtime=361.46 cores=6
/proc/15616/stat : 15616 (TNM) R 15613 15613 15268 0 -1 4202496 478 0 0 0 36146 0 0 0 25 0 1 0 519509968 467308544 375 33554432000 134512640 134534564 4289275680 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15616/statm: 114089 375 95 6 0 112755 0
[pid=15617] ppid=15613 vsize=31768 CPUtime=726.71 cores=2
/proc/15617/stat : 15617 (lingeling) R 15613 15613 15268 0 -1 4202496 70889 0 0 0 72661 10 0 0 25 0 1 0 519509968 32530432 7136 33554432000 4194304 4352236 140734149798400 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15617/statm: 7942 7136 127 39 0 7022 0
[pid=15618] ppid=15613 vsize=10192 CPUtime=361.29 cores=6
/proc/15618/stat : 15618 (march_hi) R 15613 15613 15268 0 -1 4202496 1624 0 0 0 36129 0 0 0 25 0 1 0 519509968 10436608 875 33554432000 4194304 4331988 140734878461888 18446744073709551615 208080232320 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15618/statm: 2548 875 175 34 0 990 0
Current children cumulated CPU time (s) 2902.81
Current children cumulated vsize (KiB) 1950572

Child status: 0
Real time (s): 726.739
CPU time (s): 2903.01
CPU user time (s): 2902.57
CPU system time (s): 0.439933
CPU usage (%): 399.457
Max. virtual memory (cumulated for all children) (KiB): 8142448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2902.57
system time used= 0.439933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188820
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= 994
involuntary context switches= 21219

runsolver used 1.16082 second user time and 2.80457 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 14:11:43
IDJOB=3191359
IDBENCH=83090
IDSOLVER=1612
FILE ID=node127/3191359-1304079103
RUNJOBID= node127-1304077884-15286
PBS_JOBID= 13170516
Free space on /tmp= 71808 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1675230100-032.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191359-1304079103/watcher-3191359-1304079103 -o /tmp/evaluation-result-3191359-1304079103/solver-3191359-1304079103 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191359-1304079103.cnf

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

MD5SUM BENCH= f9a60c414c65108f1df33ba3a81b8715
RANDOM SEED=479282141

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:     32950928 kB
MemFree:      26257800 kB
Buffers:       1393468 kB
Cached:        4724504 kB
SwapCached:          0 kB
Active:        1811312 kB
Inactive:      4405768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26257800 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           20592 kB
Writeback:           0 kB
AnonPages:       99184 kB
Mapped:          16552 kB
Slab:           410840 kB
PageTables:       4940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   704472 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= 71800 MiB
End job on node127 at 2011-04-29 14:23:50