Trace number 3191293

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 377.86 94.6933

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1511266249-002.UNKNOWN.cnf
MD5SUM5f2e312544271c81369da327dc351a86
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.27
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 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
377.86/94.68	s UNSATISFIABLE
377.86/94.69	solver [5] march_hi 2009 answered
377.86/94.69	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-3191293-1304077601/watcher-3191293-1304077601 -o /tmp/evaluation-result-3191293-1304077601/solver-3191293-1304077601 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191293-1304077601.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: 6.42 7.73 7.86 4/176 614
/proc/meminfo: memFree=20734376/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) R 612 614 567 0 -1 4194304 451 0 0 0 0 0 0 0 20 0 1 0 597990807 18763776 387 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895310741 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/614/statm: 4581 387 338 23 0 91 0

[startup+0.013371 s]
/proc/loadavg: 6.42 7.73 7.86 4/176 614
/proc/meminfo: memFree=20734376/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) R 612 614 567 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100355 s]
/proc/loadavg: 6.42 7.73 7.86 4/176 614
/proc/meminfo: memFree=20734376/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300317 s]
/proc/loadavg: 6.42 7.73 7.86 4/176 614
/proc/meminfo: memFree=20734376/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700242 s]
/proc/loadavg: 6.42 7.73 7.86 4/176 614
/proc/meminfo: memFree=20734376/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50109 s]
/proc/loadavg: 6.42 7.73 7.86 12/187 625
/proc/meminfo: memFree=20716436/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=620] ppid=614 vsize=1072248 CPUtime=1.49 cores=1
/proc/620/stat : 620 (cryptominisat) R 614 614 567 0 -1 4202496 3362 0 0 0 149 0 0 0 25 0 1 0 597990808 1097981952 2315 33554432000 4194304 4587354 140735538905792 18446744073709551615 4238582 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/620/statm: 268062 2315 337 96 0 264624 0
[pid=621] ppid=614 vsize=13896 CPUtime=1.49 cores=5
/proc/621/stat : 621 (clasp) R 614 614 567 0 -1 4202496 935 0 0 0 149 0 0 0 25 0 1 0 597990808 14229504 824 33554432000 4194304 4785740 140733737532800 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/621/statm: 3474 824 340 145 0 519 0
[pid=622] ppid=614 vsize=455852 CPUtime=0.78 cores=7
/proc/622/stat : 622 (TNM) R 614 614 567 0 -1 4202496 321 0 0 0 78 0 0 0 25 0 1 0 597990808 466792448 218 33554432000 134512640 134534564 4290817376 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/622/statm: 113963 218 95 6 0 112629 0
[pid=623] ppid=614 vsize=6392 CPUtime=1.49 cores=3
/proc/623/stat : 623 (lingeling) R 614 614 567 0 -1 4202496 1231 0 0 0 149 0 0 0 25 0 1 0 597990808 6545408 796 33554432000 4194304 4352236 140735789865232 18446744073709551615 4328392 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/623/statm: 1598 796 127 39 0 678 0
[pid=624] ppid=614 vsize=7468 CPUtime=0.7 cores=7
/proc/624/stat : 624 (march_hi) R 614 614 567 0 -1 4202496 494 0 0 0 70 0 0 0 25 0 1 0 597990808 7647232 387 33554432000 4194304 4331988 140733234728000 18446744073709551615 4211435 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/624/statm: 1867 387 172 34 0 309 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1574180

[startup+3.10079 s]
/proc/loadavg: 6.42 7.73 7.86 11/188 626
/proc/meminfo: memFree=20700184/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=620] ppid=614 vsize=1074180 CPUtime=3.09 cores=1
/proc/620/stat : 620 (cryptominisat) R 614 614 567 0 -1 4202496 4751 0 0 0 309 0 0 0 25 0 1 0 597990808 1099960320 2962 33554432000 4194304 4587354 140735538905792 18446744073709551615 4241092 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/620/statm: 268545 2962 337 96 0 265107 0
[pid=621] ppid=614 vsize=14568 CPUtime=3.09 cores=5
/proc/621/stat : 621 (clasp) R 614 614 567 0 -1 4202496 1100 0 0 0 309 0 0 0 25 0 1 0 597990808 14917632 989 33554432000 4194304 4785740 140733737532800 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/621/statm: 3642 989 340 145 0 687 0
[pid=622] ppid=614 vsize=455852 CPUtime=1.57 cores=7
/proc/622/stat : 622 (TNM) R 614 614 567 0 -1 4202496 321 0 0 0 157 0 0 0 25 0 1 0 597990808 466792448 218 33554432000 134512640 134534564 4290817376 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/622/statm: 113963 218 95 6 0 112629 0
[pid=623] ppid=614 vsize=6784 CPUtime=3.09 cores=3
/proc/623/stat : 623 (lingeling) R 614 614 567 0 -1 4202496 1617 0 0 0 309 0 0 0 25 0 1 0 597990808 6946816 894 33554432000 4194304 4352236 140735789865232 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/623/statm: 1696 894 127 39 0 776 0
[pid=624] ppid=614 vsize=7468 CPUtime=1.5 cores=7
/proc/624/stat : 624 (march_hi) R 614 614 567 0 -1 4202496 503 0 0 0 150 0 0 0 25 0 1 0 597990808 7647232 396 33554432000 4194304 4331988 140733234728000 18446744073709551615 4211529 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/624/statm: 1867 396 172 34 0 309 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1577176

[startup+6.3012 s]
/proc/loadavg: 6.70 7.77 7.87 11/188 626
/proc/meminfo: memFree=20691112/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=620] ppid=614 vsize=1073832 CPUtime=6.28 cores=1
/proc/620/stat : 620 (cryptominisat) R 614 614 567 0 -1 4202496 6566 0 0 0 628 0 0 0 25 0 1 0 597990808 1099603968 2899 33554432000 4194304 4587354 140735538905792 18446744073709551615 4243425 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/620/statm: 268458 2899 337 96 0 265020 0
[pid=621] ppid=614 vsize=15400 CPUtime=6.29 cores=5
/proc/621/stat : 621 (clasp) R 614 614 567 0 -1 4202496 1313 0 0 0 629 0 0 0 25 0 1 0 597990808 15769600 1202 33554432000 4194304 4785740 140733737532800 18446744073709551615 4550400 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/621/statm: 3850 1202 340 145 0 895 0
[pid=622] ppid=614 vsize=455852 CPUtime=3.16 cores=7
/proc/622/stat : 622 (TNM) R 614 614 567 0 -1 4202496 321 0 0 0 316 0 0 0 25 0 1 0 597990808 466792448 218 33554432000 134512640 134534564 4290817376 18446744073709551615 134530186 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/622/statm: 113963 218 95 6 0 112629 0
[pid=623] ppid=614 vsize=7808 CPUtime=6.29 cores=3
/proc/623/stat : 623 (lingeling) R 614 614 567 0 -1 4202496 2545 0 0 0 629 0 0 0 25 0 1 0 597990808 7995392 1150 33554432000 4194304 4352236 140735789865232 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/623/statm: 1952 1150 127 39 0 1032 0
[pid=624] ppid=614 vsize=7468 CPUtime=3.1 cores=7
/proc/624/stat : 624 (march_hi) R 614 614 567 0 -1 4202496 512 0 0 0 310 0 0 0 25 0 1 0 597990808 7647232 405 33554432000 4194304 4331988 140733234728000 18446744073709551615 4229432 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/624/statm: 1867 405 172 34 0 309 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 1578684

[startup+12.701 s]
/proc/loadavg: 6.97 7.81 7.88 11/188 626
/proc/meminfo: memFree=20680184/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=620] ppid=614 vsize=1077232 CPUtime=12.69 cores=1
/proc/620/stat : 620 (cryptominisat) R 614 614 567 0 -1 4202496 9895 0 0 0 1268 1 0 0 25 0 1 0 597990808 1103085568 3691 33554432000 4194304 4587354 140735538905792 18446744073709551615 4238307 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/620/statm: 269308 3691 337 96 0 265870 0
[pid=621] ppid=614 vsize=16480 CPUtime=12.69 cores=5
/proc/621/stat : 621 (clasp) R 614 614 567 0 -1 4202496 1581 0 0 0 1269 0 0 0 25 0 1 0 597990808 16875520 1470 33554432000 4194304 4785740 140733737532800 18446744073709551615 4552503 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/621/statm: 4120 1470 340 145 0 1165 0
[pid=622] ppid=614 vsize=455852 CPUtime=6.32 cores=7
/proc/622/stat : 622 (TNM) R 614 614 567 0 -1 4202496 321 0 0 0 632 0 0 0 25 0 1 0 597990808 466792448 218 33554432000 134512640 134534564 4290817376 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/622/statm: 113963 218 95 6 0 112629 0
[pid=623] ppid=614 vsize=9220 CPUtime=12.69 cores=3
/proc/623/stat : 623 (lingeling) R 614 614 567 0 -1 4202496 4050 0 0 0 1269 0 0 0 25 0 1 0 597990808 9441280 1503 33554432000 4194304 4352236 140735789865232 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/623/statm: 2305 1503 127 39 0 1385 0
[pid=624] ppid=614 vsize=7604 CPUtime=6.29 cores=7
/proc/624/stat : 624 (march_hi) R 614 614 567 0 -1 4202496 531 0 0 0 629 0 0 0 25 0 1 0 597990808 7786496 424 33554432000 4194304 4331988 140733234728000 18446744073709551615 4246340 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/624/statm: 1901 424 172 34 0 343 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1584712

[startup+25.5006 s]
/proc/loadavg: 7.71 7.93 7.92 11/188 627
/proc/meminfo: memFree=20666608/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=620] ppid=614 vsize=1098204 CPUtime=25.49 cores=1
/proc/620/stat : 620 (cryptominisat) R 614 614 567 0 -1 4202496 15900 0 0 0 2547 2 0 0 25 0 1 0 597990808 1124560896 4773 33554432000 4194304 4587354 140735538905792 18446744073709551615 4238680 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/620/statm: 274551 4773 337 96 0 271113 0
[pid=621] ppid=614 vsize=17980 CPUtime=25.49 cores=5
/proc/621/stat : 621 (clasp) R 614 614 567 0 -1 4202496 1951 0 0 0 2549 0 0 0 25 0 1 0 597990808 18411520 1840 33554432000 4194304 4785740 140733737532800 18446744073709551615 4546287 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/621/statm: 4495 1840 340 145 0 1540 0
[pid=622] ppid=614 vsize=455852 CPUtime=12.71 cores=7
/proc/622/stat : 622 (TNM) R 614 614 567 0 -1 4202496 321 0 0 0 1271 0 0 0 25 0 1 0 597990808 466792448 218 33554432000 134512640 134534564 4290817376 18446744073709551615 134528516 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/622/statm: 113963 218 95 6 0 112629 0
[pid=623] ppid=614 vsize=11656 CPUtime=25.49 cores=3
/proc/623/stat : 623 (lingeling) R 614 614 567 0 -1 4202496 7635 0 0 0 2548 1 0 0 25 0 1 0 597990808 11935744 2112 33554432000 4194304 4352236 140735789865232 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/623/statm: 2914 2112 127 39 0 1994 0
[pid=624] ppid=614 vsize=7740 CPUtime=12.64 cores=7
/proc/624/stat : 624 (march_hi) R 614 614 567 0 -1 4202496 572 0 0 0 1264 0 0 0 25 0 1 0 597990808 7925760 465 33554432000 4194304 4331988 140733234728000 18446744073709551615 4263203 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/624/statm: 1935 465 172 34 0 377 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 1609756

[startup+51.1008 s]
/proc/loadavg: 8.49 8.10 7.97 11/188 627
/proc/meminfo: memFree=20634968/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=620] ppid=614 vsize=1091844 CPUtime=51.08 cores=1
/proc/620/stat : 620 (cryptominisat) R 614 614 567 0 -1 4202496 25447 0 0 0 5105 3 0 0 25 0 1 0 597990808 1118048256 7069 33554432000 4194304 4587354 140735538905792 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/620/statm: 272961 7069 337 96 0 269523 0
[pid=621] ppid=614 vsize=19668 CPUtime=51.09 cores=5
/proc/621/stat : 621 (clasp) R 614 614 567 0 -1 4202496 2355 0 0 0 5109 0 0 0 25 0 1 0 597990808 20140032 2244 33554432000 4194304 4785740 140733737532800 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/621/statm: 4917 2244 340 145 0 1962 0
[pid=622] ppid=614 vsize=455852 CPUtime=25.41 cores=7
/proc/622/stat : 622 (TNM) R 614 614 567 0 -1 4202496 321 0 0 0 2541 0 0 0 25 0 1 0 597990808 466792448 218 33554432000 134512640 134534564 4290817376 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/622/statm: 113963 218 95 6 0 112629 0
[pid=623] ppid=614 vsize=12296 CPUtime=51.09 cores=3

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

/proc/621/statm: 5344 2628 340 145 0 2389 0
[pid=622] ppid=614 vsize=455852 CPUtime=41.34 cores=7
/proc/622/stat : 622 (TNM) R 614 614 567 0 -1 4202496 321 0 0 0 4134 0 0 0 25 0 1 0 597990808 466792448 218 33554432000 134512640 134534564 4290817376 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/622/statm: 113963 218 95 6 0 112629 0
[pid=623] ppid=614 vsize=14476 CPUtime=83.09 cores=3
/proc/623/stat : 623 (lingeling) R 614 614 567 0 -1 4202496 17620 0 0 0 8306 3 0 0 25 0 1 0 597990808 14823424 2817 33554432000 4194304 4352236 140735789865232 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/623/statm: 3619 2817 127 39 0 2699 0
[pid=624] ppid=614 vsize=8792 CPUtime=41.29 cores=7
/proc/624/stat : 624 (march_hi) R 614 614 567 0 -1 4202496 721 0 0 0 4129 0 0 0 25 0 1 0 597990808 9003008 614 33554432000 4194304 4331988 140733234728000 18446744073709551615 4240257 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/624/statm: 2198 614 173 34 0 640 0
Current children cumulated CPU time (s) 331.9
Current children cumulated vsize (KiB) 1610968

[startup+89.5006 s]
/proc/loadavg: 9.30 8.34 8.06 11/188 628
/proc/meminfo: memFree=20611156/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=620] ppid=614 vsize=1108352 CPUtime=89.49 cores=1
/proc/620/stat : 620 (cryptominisat) R 614 614 567 0 -1 4202496 34787 0 0 0 8942 7 0 0 25 0 1 0 597990808 1134952448 7599 33554432000 4194304 4587354 140735538905792 18446744073709551615 4238683 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/620/statm: 277088 7599 337 96 0 273650 0
[pid=621] ppid=614 vsize=21800 CPUtime=89.49 cores=5
/proc/621/stat : 621 (clasp) R 614 614 567 0 -1 4202496 2831 0 0 0 8949 0 0 0 25 0 1 0 597990808 22323200 2720 33554432000 4194304 4785740 140733737532800 18446744073709551615 4287186 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/621/statm: 5450 2720 340 145 0 2495 0
[pid=622] ppid=614 vsize=455852 CPUtime=44.51 cores=7
/proc/622/stat : 622 (TNM) R 614 614 567 0 -1 4202496 321 0 0 0 4451 0 0 0 25 0 1 0 597990808 466792448 218 33554432000 134512640 134534564 4290817376 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/622/statm: 113963 218 95 6 0 112629 0
[pid=623] ppid=614 vsize=19212 CPUtime=89.49 cores=3
/proc/623/stat : 623 (lingeling) R 614 614 567 0 -1 4202496 19412 0 0 0 8946 3 0 0 25 0 1 0 597990808 19673088 4001 33554432000 4194304 4352236 140735789865232 18446744073709551615 4332748 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/623/statm: 4803 4001 127 39 0 3883 0
[pid=624] ppid=614 vsize=8792 CPUtime=44.48 cores=7
/proc/624/stat : 624 (march_hi) R 614 614 567 0 -1 4202496 754 0 0 0 4448 0 0 0 25 0 1 0 597990808 9003008 647 33554432000 4194304 4331988 140733234728000 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/624/statm: 2198 647 173 34 0 640 0
Current children cumulated CPU time (s) 357.46
Current children cumulated vsize (KiB) 1632332

[startup+92.701 s]
/proc/loadavg: 9.35 8.37 8.07 11/188 629
/proc/meminfo: memFree=20610784/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=620] ppid=614 vsize=1099304 CPUtime=92.69 cores=1
/proc/620/stat : 620 (cryptominisat) R 614 614 567 0 -1 4202496 35661 0 0 0 9262 7 0 0 25 0 1 0 597990808 1125687296 7109 33554432000 4194304 4587354 140735538905792 18446744073709551615 4238268 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/620/statm: 274826 7109 337 96 0 271388 0
[pid=621] ppid=614 vsize=21800 CPUtime=92.69 cores=5
/proc/621/stat : 621 (clasp) R 614 614 567 0 -1 4202496 2850 0 0 0 9269 0 0 0 25 0 1 0 597990808 22323200 2739 33554432000 4194304 4785740 140733737532800 18446744073709551615 4278101 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/621/statm: 5450 2739 340 145 0 2495 0
[pid=622] ppid=614 vsize=455852 CPUtime=46.1 cores=7
/proc/622/stat : 622 (TNM) R 614 614 567 0 -1 4202496 321 0 0 0 4610 0 0 0 25 0 1 0 597990808 466792448 218 33554432000 134512640 134534564 4290817376 18446744073709551615 134530748 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/622/statm: 113963 218 95 6 0 112629 0
[pid=623] ppid=614 vsize=17804 CPUtime=92.69 cores=3
/proc/623/stat : 623 (lingeling) R 614 614 567 0 -1 4202496 19572 0 0 0 9266 3 0 0 25 0 1 0 597990808 18231296 3649 33554432000 4194304 4352236 140735789865232 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/623/statm: 4451 3649 127 39 0 3531 0
[pid=624] ppid=614 vsize=8792 CPUtime=46.07 cores=7
/proc/624/stat : 624 (march_hi) R 614 614 567 0 -1 4202496 775 0 0 0 4607 0 0 0 25 0 1 0 597990808 9003008 668 33554432000 4194304 4331988 140733234728000 18446744073709551615 4211559 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/624/statm: 2198 668 173 34 0 640 0
Current children cumulated CPU time (s) 370.24
Current children cumulated vsize (KiB) 1621876

[startup+93.5069 s]
/proc/loadavg: 9.35 8.37 8.07 11/188 629
/proc/meminfo: memFree=20613388/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=620] ppid=614 vsize=1099304 CPUtime=93.49 cores=1
/proc/620/stat : 620 (cryptominisat) R 614 614 567 0 -1 4202496 35803 0 0 0 9342 7 0 0 25 0 1 0 597990808 1125687296 7244 33554432000 4194304 4587354 140735538905792 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/620/statm: 274826 7244 337 96 0 271388 0
[pid=621] ppid=614 vsize=21952 CPUtime=93.5 cores=5
/proc/621/stat : 621 (clasp) R 614 614 567 0 -1 4202496 2859 0 0 0 9350 0 0 0 25 0 1 0 597990808 22478848 2748 33554432000 4194304 4785740 140733737532800 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/621/statm: 5488 2748 340 145 0 2533 0
[pid=622] ppid=614 vsize=455852 CPUtime=46.59 cores=7
/proc/622/stat : 622 (TNM) R 614 614 567 0 -1 4202496 321 0 0 0 4659 0 0 0 25 0 1 0 597990808 466792448 218 33554432000 134512640 134534564 4290817376 18446744073709551615 10000662 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/622/statm: 113963 218 95 6 0 112629 0
[pid=623] ppid=614 vsize=18188 CPUtime=93.5 cores=3
/proc/623/stat : 623 (lingeling) R 614 614 567 0 -1 4202496 19668 0 0 0 9347 3 0 0 25 0 1 0 597990808 18624512 3745 33554432000 4194304 4352236 140735789865232 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/623/statm: 4547 3745 127 39 0 3627 0
[pid=624] ppid=614 vsize=8792 CPUtime=46.38 cores=7
/proc/624/stat : 624 (march_hi) R 614 614 567 0 -1 4202496 780 0 0 0 4638 0 0 0 25 0 1 0 597990808 9003008 673 33554432000 4194304 4331988 140733234728000 18446744073709551615 4211519 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/624/statm: 2198 673 173 34 0 640 0
Current children cumulated CPU time (s) 373.46
Current children cumulated vsize (KiB) 1622412

[startup+94.3007 s]
/proc/loadavg: 9.35 8.37 8.07 11/188 629
/proc/meminfo: memFree=20613388/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=620] ppid=614 vsize=1099304 CPUtime=94.29 cores=1
/proc/620/stat : 620 (cryptominisat) R 614 614 567 0 -1 4202496 35921 0 0 0 9422 7 0 0 25 0 1 0 597990808 1125687296 7356 33554432000 4194304 4587354 140735538905792 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/620/statm: 274826 7356 337 96 0 271388 0
[pid=621] ppid=614 vsize=21952 CPUtime=94.29 cores=5
/proc/621/stat : 621 (clasp) R 614 614 567 0 -1 4202496 2859 0 0 0 9429 0 0 0 25 0 1 0 597990808 22478848 2748 33554432000 4194304 4785740 140733737532800 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/621/statm: 5488 2748 340 145 0 2533 0
[pid=622] ppid=614 vsize=455852 CPUtime=46.98 cores=7
/proc/622/stat : 622 (TNM) R 614 614 567 0 -1 4202496 321 0 0 0 4698 0 0 0 25 0 1 0 597990808 466792448 218 33554432000 134512640 134534564 4290817376 18446744073709551615 134530166 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/622/statm: 113963 218 95 6 0 112629 0
[pid=623] ppid=614 vsize=18956 CPUtime=94.29 cores=3
/proc/623/stat : 623 (lingeling) R 614 614 567 0 -1 4202496 19860 0 0 0 9426 3 0 0 25 0 1 0 597990808 19410944 3937 33554432000 4194304 4352236 140735789865232 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/623/statm: 4739 3937 127 39 0 3819 0
[pid=624] ppid=614 vsize=8792 CPUtime=46.78 cores=7
/proc/624/stat : 624 (march_hi) R 614 614 567 0 -1 4202496 786 0 0 0 4678 0 0 0 25 0 1 0 597990808 9003008 679 33554432000 4194304 4331988 140733234728000 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/624/statm: 2198 679 173 34 0 640 0
Current children cumulated CPU time (s) 376.63
Current children cumulated vsize (KiB) 1623180

[startup+94.5007 s]
/proc/loadavg: 9.35 8.37 8.07 11/188 629
/proc/meminfo: memFree=20609296/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=620] ppid=614 vsize=1099304 CPUtime=94.49 cores=1
/proc/620/stat : 620 (cryptominisat) R 614 614 567 0 -1 4202496 35948 0 0 0 9442 7 0 0 25 0 1 0 597990808 1125687296 7379 33554432000 4194304 4587354 140735538905792 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/620/statm: 274826 7379 337 96 0 271388 0
[pid=621] ppid=614 vsize=21952 CPUtime=94.49 cores=5
/proc/621/stat : 621 (clasp) R 614 614 567 0 -1 4202496 2859 0 0 0 9449 0 0 0 25 0 1 0 597990808 22478848 2748 33554432000 4194304 4785740 140733737532800 18446744073709551615 4553143 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/621/statm: 5488 2748 340 145 0 2533 0
[pid=622] ppid=614 vsize=455852 CPUtime=47.08 cores=7
/proc/622/stat : 622 (TNM) R 614 614 567 0 -1 4202496 321 0 0 0 4708 0 0 0 25 0 1 0 597990808 466792448 218 33554432000 134512640 134534564 4290817376 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/622/statm: 113963 218 95 6 0 112629 0
[pid=623] ppid=614 vsize=19468 CPUtime=94.49 cores=3
/proc/623/stat : 623 (lingeling) R 614 614 567 0 -1 4202496 19988 0 0 0 9446 3 0 0 25 0 1 0 597990808 19935232 4065 33554432000 4194304 4352236 140735789865232 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/623/statm: 4867 4065 127 39 0 3947 0
[pid=624] ppid=614 vsize=8792 CPUtime=46.88 cores=7
/proc/624/stat : 624 (march_hi) R 614 614 567 0 -1 4202496 788 0 0 0 4688 0 0 0 25 0 1 0 597990808 9003008 681 33554432000 4194304 4331988 140733234728000 18446744073709551615 4240211 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/624/statm: 2198 681 173 34 0 640 0
Current children cumulated CPU time (s) 377.43
Current children cumulated vsize (KiB) 1623692

[startup+94.6067 s]
/proc/loadavg: 9.35 8.37 8.07 11/188 629
/proc/meminfo: memFree=20609296/32950928 swapFree=67111524/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/614/stat : 614 (ppfolio) S 612 614 567 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 597990807 18763776 390 33554432000 4194304 4287625 140736999892912 18446744073709551615 231895510543 0 0 4096 65536 4540438218998284287 0 0 17 1 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=620] ppid=614 vsize=1099304 CPUtime=94.59 cores=1
/proc/620/stat : 620 (cryptominisat) R 614 614 567 0 -1 4202496 35960 0 0 0 9452 7 0 0 25 0 1 0 597990808 1125687296 7391 33554432000 4194304 4587354 140735538905792 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/620/statm: 274826 7391 337 96 0 271388 0
[pid=621] ppid=614 vsize=21952 CPUtime=94.6 cores=5
/proc/621/stat : 621 (clasp) R 614 614 567 0 -1 4202496 2859 0 0 0 9460 0 0 0 25 0 1 0 597990808 22478848 2748 33554432000 4194304 4785740 140733737532800 18446744073709551615 4553280 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/621/statm: 5488 2748 340 145 0 2533 0
[pid=622] ppid=614 vsize=455852 CPUtime=47.12 cores=7
/proc/622/stat : 622 (TNM) R 614 614 567 0 -1 4202496 321 0 0 0 4712 0 0 0 25 0 1 0 597990808 466792448 218 33554432000 134512640 134534564 4290817376 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/622/statm: 113963 218 95 6 0 112629 0
[pid=623] ppid=614 vsize=19468 CPUtime=94.6 cores=3
/proc/623/stat : 623 (lingeling) R 614 614 567 0 -1 4202496 19988 0 0 0 9457 3 0 0 25 0 1 0 597990808 19935232 4065 33554432000 4194304 4352236 140735789865232 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/623/statm: 4867 4065 127 39 0 3947 0
[pid=624] ppid=614 vsize=8792 CPUtime=46.95 cores=7
/proc/624/stat : 624 (march_hi) R 614 614 567 0 -1 4202496 789 0 0 0 4695 0 0 0 25 0 1 0 597990808 9003008 682 33554432000 4194304 4331988 140733234728000 18446744073709551615 231895490432 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/624/statm: 2198 682 173 34 0 640 0
Current children cumulated CPU time (s) 377.86
Current children cumulated vsize (KiB) 1623692

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 614 and gives
#  childrusage.ru_utime.tv_sec=331
#  childrusage.ru_utime.tv_usec=152657
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=124981
# CPU time returned by wait4() is 331.278
# while last known CPU time is 377.86
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 94.6933
CPU time (s): 377.86
CPU user time (s): 377.76
CPU system time (s): 0.1
CPU usage (%): 399.036
Max. virtual memory (cumulated for all children) (KiB): 2673248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 331.153
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59681
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= 710
involuntary context switches= 2087

runsolver used 0.152976 second user time and 0.373943 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 13:46:41
IDJOB=3191293
IDBENCH=83024
IDSOLVER=1612
FILE ID=node114/3191293-1304077601
RUNJOBID= node114-1304077601-586
PBS_JOBID= 13170509
Free space on /tmp= 71804 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1511266249-002.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191293-1304077601/watcher-3191293-1304077601 -o /tmp/evaluation-result-3191293-1304077601/solver-3191293-1304077601 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191293-1304077601.cnf

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

MD5SUM BENCH= 5f2e312544271c81369da327dc351a86
RANDOM SEED=2111403331

node114.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.848
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.69
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.848
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.848
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20734664 kB
Buffers:       2221348 kB
Cached:        9348404 kB
SwapCached:          4 kB
Active:        2831672 kB
Inactive:      8802560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20734664 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           20284 kB
Writeback:           0 kB
AnonPages:       64896 kB
Mapped:          14716 kB
Slab:           516324 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   205812 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= 71784 MiB
End job on node114 at 2011-04-29 13:48:16