Trace number 3260809

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 1223.62 401.666

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_150_29_u.cnf
MD5SUM97209c9c2612edfa7815278bcf07a2b4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark83.7023
Satisfiable
(Un)Satisfiability was proved
Number of variables4408
Number of clauses19904
Sum of the clauses size48208
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 211504
Number of clauses of size 38400
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 4 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] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
1223.37/401.66	s UNSATISFIABLE
1223.37/401.66	solver [2] clasp 1.3.6 answered
1223.37/401.66	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-3260809-1304084961/watcher-3260809-1304084961 -o /tmp/evaluation-result-3260809-1304084961/solver-3260809-1304084961 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3260809-1304084961.cnf 

running on 4 cores: 1,3,5,7

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: 10.17 10.16 9.58 6/182 31757
/proc/meminfo: memFree=30799152/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) R 31755 31757 30991 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 598726816 18763776 390 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/31757/statm: 4581 390 341 23 0 91 0

[startup+0.936928 s]
/proc/loadavg: 10.17 10.16 9.58 6/182 31757
/proc/meminfo: memFree=30799152/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) R 31755 31757 30991 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 598726816 18763776 390 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/31757/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00092 s]
/proc/loadavg: 10.17 10.16 9.58 6/182 31757
/proc/meminfo: memFree=30799152/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 598726816 18763776 390 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 4258716676805099519 0 0 17 5 0 0 0
/proc/31757/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.1009 s]
/proc/loadavg: 10.17 10.16 9.58 6/182 31757
/proc/meminfo: memFree=30799152/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 524 0 0 0 0 0 0 0 22 0 1 0 598726816 18763776 390 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 4258716676805099519 0 0 17 5 0 0 0
/proc/31757/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20088 s]
/proc/loadavg: 10.17 10.16 9.58 6/182 31757
/proc/meminfo: memFree=30799152/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 598726816 18763776 390 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 4258716676805099519 0 0 17 5 0 0 0
/proc/31757/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50083 s]
/proc/loadavg: 10.17 10.16 9.58 6/182 31757
/proc/meminfo: memFree=30799152/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 524 0 0 0 0 0 0 0 18 0 1 0 598726816 18763776 390 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 4258716676805099519 0 0 17 5 0 0 0
/proc/31757/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10655 s]
/proc/loadavg: 10.16 10.16 9.58 11/188 31763
/proc/meminfo: memFree=30760876/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598726816 18763776 390 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 4258716676805099519 0 0 17 5 0 0 0
/proc/31757/statm: 4581 390 341 23 0 91 0
[pid=31758] ppid=31757 vsize=33536 CPUtime=3.1 cores=1
/proc/31758/stat : 31758 (cryptominisat) R 31757 31757 30991 0 -1 4202496 5179 0 0 0 309 1 0 0 25 0 1 0 598726817 34340864 2619 33554432000 4194304 4587354 140736522521088 18446744073709551615 4238246 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31758/statm: 8384 2619 337 96 0 4946 0
[pid=31759] ppid=31757 vsize=17744 CPUtime=3.1 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 2019 0 0 0 310 0 0 0 25 0 1 0 598726817 18169856 1749 33554432000 4194304 4785740 140733821929728 18446744073709551615 4546074 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 4436 1749 340 145 0 1481 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=1.98 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 198 0 0 0 21 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=9116 CPUtime=3.09 cores=3
/proc/31761/stat : 31761 (lingeling) R 31757 31757 30991 0 -1 4202496 2327 0 0 0 309 0 0 0 25 0 1 0 598726817 9334784 1446 33554432000 4194304 4352236 140734354669984 18446744073709551615 4207852 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31761/statm: 2279 1446 126 39 0 1359 0
[pid=31762] ppid=31757 vsize=19440 CPUtime=1.09 cores=7
/proc/31762/stat : 31762 (march_hi) R 31757 31757 30991 0 -1 4202496 6296 0 0 0 109 0 0 0 25 0 1 0 598726817 19906560 2739 33554432000 4194304 4331988 140735711144672 18446744073709551615 4229520 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31762/statm: 4860 2739 173 34 0 3302 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 551504

[startup+6.30099 s]
/proc/loadavg: 10.16 10.16 9.58 11/188 31763
/proc/meminfo: memFree=30747360/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598726816 18763776 390 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 4258716676805099519 0 0 17 5 0 0 0
/proc/31757/statm: 4581 390 341 23 0 91 0
[pid=31758] ppid=31757 vsize=929220 CPUtime=6.3 cores=1
/proc/31758/stat : 31758 (cryptominisat) R 31757 31757 30991 0 -1 4202496 7348 0 0 0 629 1 0 0 25 0 1 0 598726817 951521280 3323 33554432000 4194304 4587354 140736522521088 18446744073709551615 4244149 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31758/statm: 232305 3323 337 96 0 228867 0
[pid=31759] ppid=31757 vsize=19160 CPUtime=6.3 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 2359 0 0 0 630 0 0 0 25 0 1 0 598726817 19619840 2089 33554432000 4194304 4785740 140733821929728 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 4790 2089 340 145 0 1835 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=3.56 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 356 0 0 0 25 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=9756 CPUtime=6.29 cores=3
/proc/31761/stat : 31761 (lingeling) R 31757 31757 30991 0 -1 4202496 2552 0 0 0 629 0 0 0 25 0 1 0 598726817 9990144 1606 33554432000 4194304 4352236 140734354669984 18446744073709551615 4328119 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31761/statm: 2439 1606 126 39 0 1519 0
[pid=31762] ppid=31757 vsize=21124 CPUtime=2.69 cores=7
/proc/31762/stat : 31762 (march_hi) R 31757 31757 30991 0 -1 4202496 6755 0 0 0 269 0 0 0 25 0 1 0 598726817 21630976 3198 33554432000 4194304 4331988 140735711144672 18446744073709551615 4229520 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31762/statm: 5281 3198 173 34 0 3723 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 1450928

[startup+12.7009 s]
/proc/loadavg: 10.13 10.15 9.59 11/188 31763
/proc/meminfo: memFree=30728184/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598726816 18763776 390 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 4258716676805099519 0 0 17 5 0 0 0
/proc/31757/statm: 4581 390 341 23 0 91 0
[pid=31758] ppid=31757 vsize=35360 CPUtime=12.69 cores=1
/proc/31758/stat : 31758 (cryptominisat) R 31757 31757 30991 0 -1 4202496 11353 0 0 0 1267 2 0 0 25 0 1 0 598726817 36208640 3861 33554432000 4194304 4587354 140736522521088 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31758/statm: 8840 3861 337 96 0 5402 0
[pid=31759] ppid=31757 vsize=21032 CPUtime=12.69 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 2809 0 0 0 1269 0 0 0 25 0 1 0 598726817 21536768 2539 33554432000 4194304 4785740 140733821929728 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 5258 2539 340 145 0 2303 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=6.72 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 672 0 0 0 25 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=13088 CPUtime=12.69 cores=3
/proc/31761/stat : 31761 (lingeling) R 31757 31757 30991 0 -1 4202496 4410 0 0 0 1269 0 0 0 25 0 1 0 598726817 13402112 2439 33554432000 4194304 4352236 140734354669984 18446744073709551615 4329333 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31761/statm: 3272 2439 126 39 0 2352 0
[pid=31762] ppid=31757 vsize=25128 CPUtime=5.89 cores=7
/proc/31762/stat : 31762 (march_hi) R 31757 31757 30991 0 -1 4202496 7310 0 0 0 589 0 0 0 25 0 1 0 598726817 25731072 3753 33554432000 4194304 4331988 140735711144672 18446744073709551615 4240527 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31762/statm: 6282 3753 173 34 0 4724 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 566276

[startup+25.5006 s]
/proc/loadavg: 10.10 10.15 9.59 10/187 31764
/proc/meminfo: memFree=30715912/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=20.79 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 525 13819 0 0 0 0 2076 3 15 0 1 0 598726816 18763776 391 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/31757/statm: 4581 391 342 23 0 91 0
[pid=31759] ppid=31757 vsize=23060 CPUtime=25.49 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 3290 0 0 0 2549 0 0 0 25 0 1 0 598726817 23613440 3020 33554432000 4194304 4785740 140733821929728 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 5765 3020 340 145 0 2810 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=13.12 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 1312 0 0 0 25 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=13080 CPUtime=25.48 cores=3
/proc/31761/stat : 31761 (lingeling) R 31757 31757 30991 0 -1 4202496 6330 0 0 0 2548 0 0 0 25 0 1 0 598726817 13393920 2437 33554432000 4194304 4352236 140734354669984 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31761/statm: 3270 2437 126 39 0 2350 0
[pid=31762] ppid=31757 vsize=30444 CPUtime=12.23 cores=7
/proc/31762/stat : 31762 (march_hi) R 31757 31757 30991 0 -1 4202496 8170 0 0 0 1222 1 0 0 25 0 1 0 598726817 31174656 4613 33554432000 4194304 4331988 140735711144672 18446744073709551615 4229539 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31762/statm: 7611 4613 173 34 0 6053 0
Current children cumulated CPU time (s) 97.11
Current children cumulated vsize (KiB) 538252

[startup+51.1012 s]
/proc/loadavg: 9.79 10.07 9.58 10/187 31764
/proc/meminfo: memFree=30664420/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=20.79 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 525 13819 0 0 0 0 2076 3 15 0 1 0 598726816 18763776 391 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/31757/statm: 4581 391 342 23 0 91 0
[pid=31759] ppid=31757 vsize=26220 CPUtime=51.09 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 4015 0 0 0 5109 0 0 0 25 0 1 0 598726817 26849280 3745 33554432000 4194304 4785740 140733821929728 18446744073709551615 4552489 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 6555 3745 340 145 0 3600 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=25.82 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 2582 0 0 0 25 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134528968 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=19228 CPUtime=51.09 cores=3
/proc/31761/stat : 31761 (lingeling) R 31757 31757 30991 0 -1 4202496 12092 0 0 0 5108 1 0 0 25 0 1 0 598726817 19689472 3974 33554432000 4194304 4352236 140734354669984 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31761/statm: 4807 3974 126 39 0 3887 0
[pid=31762] ppid=31757 vsize=40372 CPUtime=24.99 cores=7
/proc/31762/stat : 31762 (march_hi) R 31757 31757 30991 0 -1 4202496 9545 0 0 0 2498 1 0 0 25 0 1 0 598726817 41340928 5988 33554432000 4194304 4331988 140735711144672 18446744073709551615 4288549 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31762/statm: 10093 5988 173 34 0 8535 0
Current children cumulated CPU time (s) 173.78
Current children cumulated vsize (KiB) 557488

[startup+102.301 s]
/proc/loadavg: 9.03 9.82 9.52 9/186 31766
/proc/meminfo: memFree=30708160/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=20.79 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 525 13819 0 0 0 0 2076 3 15 0 1 0 598726816 18763776 391 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/31757/statm: 4581 391 342 23 0 91 0
[pid=31759] ppid=31757 vsize=28796 CPUtime=102.29 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 4616 0 0 0 10229 0 0 0 25 0 1 0 598726817 29487104 4346 33554432000 4194304 4785740 140733821929728 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 7199 4346 340 145 0 4244 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=51.31 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 5131 0 0 0 25 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=20388 CPUtime=102.29 cores=3

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


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

[startup+359.2 s]
/proc/loadavg: 8.28 8.90 9.20 9/186 31773
/proc/meminfo: memFree=30566148/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=20.79 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 525 13819 0 0 0 0 2076 3 15 0 1 0 598726816 18763776 391 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/31757/statm: 4581 391 342 23 0 91 0
[pid=31759] ppid=31757 vsize=36080 CPUtime=359.19 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 6302 0 0 0 35919 0 0 0 25 0 1 0 598726817 36945920 6032 33554432000 4194304 4785740 140733821929728 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 9020 6032 340 145 0 6065 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=179.07 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 17907 0 0 0 25 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=22312 CPUtime=359.19 cores=3
/proc/31761/stat : 31761 (lingeling) R 31757 31757 30991 0 -1 4202496 49398 0 0 0 35913 6 0 0 25 0 1 0 598726817 22847488 4778 33554432000 4194304 4352236 140734354669984 18446744073709551615 4329333 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31761/statm: 5578 4778 127 39 0 4658 0
[pid=31762] ppid=31757 vsize=100948 CPUtime=178.17 cores=7
/proc/31762/stat : 31762 (march_hi) R 31757 31757 30991 0 -1 4202496 20944 0 0 0 17811 6 0 0 25 0 1 0 598726817 103370752 17387 33554432000 4194304 4331988 140735711144672 18446744073709551615 4229471 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31762/statm: 25237 17387 173 34 0 23679 0
Current children cumulated CPU time (s) 1096.41
Current children cumulated vsize (KiB) 631008

[startup+384.807 s]
/proc/loadavg: 8.24 8.84 9.17 9/186 31773
/proc/meminfo: memFree=30549144/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=20.79 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 525 13819 0 0 0 0 2076 3 15 0 1 0 598726816 18763776 391 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/31757/statm: 4581 391 342 23 0 91 0
[pid=31759] ppid=31757 vsize=36512 CPUtime=384.8 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 6415 0 0 0 38480 0 0 0 25 0 1 0 598726817 37388288 6145 33554432000 4194304 4785740 140733821929728 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 9128 6145 340 145 0 6173 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=191.79 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 19179 0 0 0 25 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134528934 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=30376 CPUtime=384.79 cores=3
/proc/31761/stat : 31761 (lingeling) R 31757 31757 30991 0 -1 4202496 52790 0 0 0 38473 6 0 0 25 0 1 0 598726817 31105024 6794 33554432000 4194304 4352236 140734354669984 18446744073709551615 4276778 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31761/statm: 7594 6794 127 39 0 6674 0
[pid=31762] ppid=31757 vsize=104828 CPUtime=190.91 cores=7
/proc/31762/stat : 31762 (march_hi) R 31757 31757 30991 0 -1 4202496 21601 0 0 0 19084 7 0 0 25 0 1 0 598726817 107343872 18044 33554432000 4194304 4331988 140735711144672 18446744073709551615 4284410 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31762/statm: 26207 18044 173 34 0 24649 0
Current children cumulated CPU time (s) 1173.08
Current children cumulated vsize (KiB) 643384

[startup+391.201 s]
/proc/loadavg: 8.22 8.83 9.16 9/186 31774
/proc/meminfo: memFree=30568240/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=20.79 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 525 13819 0 0 0 0 2076 3 15 0 1 0 598726816 18763776 391 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/31757/statm: 4581 391 342 23 0 91 0
[pid=31759] ppid=31757 vsize=36892 CPUtime=391.19 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 6497 0 0 0 39119 0 0 0 25 0 1 0 598726817 37777408 6227 33554432000 4194304 4785740 140733821929728 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 9223 6227 340 145 0 6268 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=194.99 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 19499 0 0 0 25 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=30376 CPUtime=391.18 cores=3
/proc/31761/stat : 31761 (lingeling) R 31757 31757 30991 0 -1 4202496 52790 0 0 0 39112 6 0 0 25 0 1 0 598726817 31105024 6794 33554432000 4194304 4352236 140734354669984 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31761/statm: 7594 6794 127 39 0 6674 0
[pid=31762] ppid=31757 vsize=104828 CPUtime=194.08 cores=7
/proc/31762/stat : 31762 (march_hi) R 31757 31757 30991 0 -1 4202496 21728 0 0 0 19401 7 0 0 25 0 1 0 598726817 107343872 18171 33554432000 4194304 4331988 140735711144672 18446744073709551615 4229539 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31762/statm: 26207 18171 173 34 0 24649 0
Current children cumulated CPU time (s) 1192.23
Current children cumulated vsize (KiB) 643764

[startup+397.601 s]
/proc/loadavg: 8.19 8.80 9.15 9/186 31774
/proc/meminfo: memFree=30566248/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=20.79 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 525 13819 0 0 0 0 2076 3 15 0 1 0 598726816 18763776 391 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/31757/statm: 4581 391 342 23 0 91 0
[pid=31759] ppid=31757 vsize=36892 CPUtime=397.59 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 6498 0 0 0 39759 0 0 0 25 0 1 0 598726817 37777408 6228 33554432000 4194304 4785740 140733821929728 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 9223 6228 340 145 0 6268 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=198.16 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 19816 0 0 0 25 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134529924 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=33192 CPUtime=397.58 cores=3
/proc/31761/stat : 31761 (lingeling) R 31757 31757 30991 0 -1 4202496 53494 0 0 0 39752 6 0 0 25 0 1 0 598726817 33988608 7498 33554432000 4194304 4352236 140734354669984 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31761/statm: 8298 7498 127 39 0 7378 0
[pid=31762] ppid=31757 vsize=104828 CPUtime=197.27 cores=7
/proc/31762/stat : 31762 (march_hi) R 31757 31757 30991 0 -1 4202496 21806 0 0 0 19720 7 0 0 25 0 1 0 598726817 107343872 18249 33554432000 4194304 4331988 140735711144672 18446744073709551615 4229533 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31762/statm: 26207 18249 173 34 0 24649 0
Current children cumulated CPU time (s) 1211.39
Current children cumulated vsize (KiB) 646580

[startup+399.201 s]
/proc/loadavg: 8.19 8.80 9.15 9/186 31774
/proc/meminfo: memFree=30564264/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=20.79 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 525 13819 0 0 0 0 2076 3 15 0 1 0 598726816 18763776 391 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/31757/statm: 4581 391 342 23 0 91 0
[pid=31759] ppid=31757 vsize=37180 CPUtime=399.19 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 6547 0 0 0 39919 0 0 0 25 0 1 0 598726817 38072320 6277 33554432000 4194304 4785740 140733821929728 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 9295 6277 340 145 0 6340 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=198.95 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 19895 0 0 0 25 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=30376 CPUtime=399.18 cores=3
/proc/31761/stat : 31761 (lingeling) R 31757 31757 30991 0 -1 4202496 53558 0 0 0 39912 6 0 0 25 0 1 0 598726817 31105024 6794 33554432000 4194304 4352236 140734354669984 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31761/statm: 7594 6794 127 39 0 6674 0
[pid=31762] ppid=31757 vsize=104828 CPUtime=198.07 cores=7
/proc/31762/stat : 31762 (march_hi) R 31757 31757 30991 0 -1 4202496 21835 0 0 0 19800 7 0 0 25 0 1 0 598726817 107343872 18278 33554432000 4194304 4331988 140735711144672 18446744073709551615 4229520 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31762/statm: 26207 18278 173 34 0 24649 0
Current children cumulated CPU time (s) 1216.18
Current children cumulated vsize (KiB) 644052

[startup+400.801 s]
/proc/loadavg: 8.19 8.80 9.15 9/186 31774
/proc/meminfo: memFree=30563520/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=20.79 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 525 13819 0 0 0 0 2076 3 15 0 1 0 598726816 18763776 391 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/31757/statm: 4581 391 342 23 0 91 0
[pid=31759] ppid=31757 vsize=37180 CPUtime=400.79 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 6547 0 0 0 40079 0 0 0 25 0 1 0 598726817 38072320 6277 33554432000 4194304 4785740 140733821929728 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 9295 6277 340 145 0 6340 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=199.74 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 19974 0 0 0 25 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134529228 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=30376 CPUtime=400.78 cores=3
/proc/31761/stat : 31761 (lingeling) R 31757 31757 30991 0 -1 4202496 53558 0 0 0 40072 6 0 0 25 0 1 0 598726817 31105024 6794 33554432000 4194304 4352236 140734354669984 18446744073709551615 4328162 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31761/statm: 7594 6794 127 39 0 6674 0
[pid=31762] ppid=31757 vsize=104828 CPUtime=198.87 cores=7
/proc/31762/stat : 31762 (march_hi) R 31757 31757 30991 0 -1 4202496 21868 0 0 0 19880 7 0 0 25 0 1 0 598726817 107343872 18311 33554432000 4194304 4331988 140735711144672 18446744073709551615 4263120 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31762/statm: 26207 18311 173 34 0 24649 0
Current children cumulated CPU time (s) 1220.97
Current children cumulated vsize (KiB) 644052

[startup+401.201 s]
/proc/loadavg: 8.19 8.80 9.15 9/186 31774
/proc/meminfo: memFree=30563380/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=20.79 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 525 13819 0 0 0 0 2076 3 15 0 1 0 598726816 18763776 391 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/31757/statm: 4581 391 342 23 0 91 0
[pid=31759] ppid=31757 vsize=36892 CPUtime=401.2 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 6547 0 0 0 40120 0 0 0 25 0 1 0 598726817 37777408 6227 33554432000 4194304 4785740 140733821929728 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 9223 6227 340 145 0 6268 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=199.94 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 19994 0 0 0 25 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134530425 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=30376 CPUtime=401.19 cores=3
/proc/31761/stat : 31761 (lingeling) R 31757 31757 30991 0 -1 4202496 53558 0 0 0 40113 6 0 0 25 0 1 0 598726817 31105024 6794 33554432000 4194304 4352236 140734354669984 18446744073709551615 4327896 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31761/statm: 7594 6794 127 39 0 6674 0
[pid=31762] ppid=31757 vsize=104828 CPUtime=199.07 cores=7
/proc/31762/stat : 31762 (march_hi) R 31757 31757 30991 0 -1 4202496 21875 0 0 0 19900 7 0 0 25 0 1 0 598726817 107343872 18318 33554432000 4194304 4331988 140735711144672 18446744073709551615 4228901 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31762/statm: 26207 18318 173 34 0 24649 0
Current children cumulated CPU time (s) 1222.19
Current children cumulated vsize (KiB) 643764

[startup+401.601 s]
/proc/loadavg: 8.19 8.80 9.15 9/186 31774
/proc/meminfo: memFree=30563380/32950928 swapFree=67111524/67111528
[pid=31757] ppid=31755 vsize=18324 CPUtime=20.79 cores=1,3,5,7
/proc/31757/stat : 31757 (ppfolio) S 31755 31757 30991 0 -1 4202496 525 13819 0 0 0 0 2076 3 15 0 1 0 598726816 18763776 391 33554432000 4194304 4287625 140733292499504 18446744073709551615 218880585231 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/31757/statm: 4581 391 342 23 0 91 0
[pid=31759] ppid=31757 vsize=36604 CPUtime=401.59 cores=5
/proc/31759/stat : 31759 (clasp) R 31757 31757 30991 0 -1 4202496 6547 0 0 0 40159 0 0 0 25 0 1 0 598726817 37482496 6179 33554432000 4194304 4785740 140733821929728 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31759/statm: 9151 6179 340 145 0 6196 0
[pid=31760] ppid=31757 vsize=453344 CPUtime=200.14 cores=7
/proc/31760/stat : 31760 (TNM) R 31757 31757 30991 0 -1 4202496 902 0 0 0 20014 0 0 0 25 0 1 0 598726817 464224256 799 33554432000 134512640 134534564 4289382704 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31760/statm: 113336 799 95 6 0 112002 0
[pid=31761] ppid=31757 vsize=30376 CPUtime=401.58 cores=3
/proc/31761/stat : 31761 (lingeling) R 31757 31757 30991 0 -1 4202496 53558 0 0 0 40152 6 0 0 25 0 1 0 598726817 31105024 6794 33554432000 4194304 4352236 140734354669984 18446744073709551615 4328252 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31761/statm: 7594 6794 127 39 0 6674 0
[pid=31762] ppid=31757 vsize=104828 CPUtime=199.27 cores=7
/proc/31762/stat : 31762 (march_hi) R 31757 31757 30991 0 -1 4202496 21883 0 0 0 19920 7 0 0 25 0 1 0 598726817 107343872 18326 33554432000 4194304 4331988 140735711144672 18446744073709551615 4229385 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31762/statm: 26207 18326 173 34 0 24649 0
Current children cumulated CPU time (s) 1223.37
Current children cumulated vsize (KiB) 643476

Child status: 0
Real time (s): 401.666
CPU time (s): 1223.62
CPU user time (s): 1223.42
CPU system time (s): 0.19697
CPU usage (%): 304.635
Max. virtual memory (cumulated for all children) (KiB): 1483340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1223.42
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97271
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= 354
involuntary context switches= 14619

runsolver used 0.619905 second user time and 1.56976 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 15:49:22
IDJOB=3260809
IDBENCH=83196
IDSOLVER=1612
FILE ID=node112/3260809-1304084961
RUNJOBID= node112-1304083746-31536
PBS_JOBID= 13170513
Free space on /tmp= 72556 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_150_29_u.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3260809-1304084961/watcher-3260809-1304084961 -o /tmp/evaluation-result-3260809-1304084961/solver-3260809-1304084961 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3260809-1304084961.cnf

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

MD5SUM BENCH= 97209c9c2612edfa7815278bcf07a2b4
RANDOM SEED=1507582122

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30799432 kB
Buffers:        428916 kB
Cached:        1177604 kB
SwapCached:          4 kB
Active:         222568 kB
Inactive:      1528216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30799432 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           20872 kB
Writeback:           0 kB
AnonPages:      144264 kB
Mapped:          16948 kB
Slab:           335276 kB
PageTables:       4976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2356696 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= 72544 MiB
End job on node112 at 2011-04-29 15:56:03