Trace number 3190819

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 par? (TO) 4800.36 1201.72

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S957916968-041-UNKNOWN.cnf
MD5SUM5ccda34debd31b9bf6eb5decc63c453f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark290.667
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
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

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3190819-1304036959/watcher-3190819-1304036959 -o /tmp/evaluation-result-3190819-1304036959/solver-3190819-1304036959 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190819-1304036959.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: 5.05 5.23 6.66 1/171 17959
/proc/meminfo: memFree=12793160/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 18 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0

[startup+0.862624 s]
/proc/loadavg: 5.05 5.23 6.66 1/171 17959
/proc/meminfo: memFree=12793160/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 18 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.969604 s]
/proc/loadavg: 5.05 5.23 6.66 1/171 17959
/proc/meminfo: memFree=12793160/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 18 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.0006 s]
/proc/loadavg: 5.05 5.23 6.66 1/171 17959
/proc/meminfo: memFree=12793160/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.16956 s]
/proc/loadavg: 5.05 5.23 6.66 1/171 17959
/proc/meminfo: memFree=12793160/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5005 s]
/proc/loadavg: 5.05 5.23 6.66 1/171 17959
/proc/meminfo: memFree=12793160/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.1012 s]
/proc/loadavg: 5.05 5.22 6.65 6/177 17965
/proc/meminfo: memFree=12640664/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
[pid=17960] ppid=17959 vsize=109356 CPUtime=3.09 cores=1
/proc/17960/stat : 17960 (cryptominisat) R 17959 17959 16932 0 -1 4202496 17635 0 0 0 306 3 0 0 25 0 1 0 593926601 111980544 13661 33554432000 4194304 4587354 140736480626448 18446744073709551615 4238731 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17960/statm: 27339 13661 326 96 0 23901 0
[pid=17961] ppid=17959 vsize=39616 CPUtime=3.08 cores=5
/proc/17961/stat : 17961 (clasp) R 17959 17959 16932 0 -1 4202496 9840 0 0 0 308 0 0 0 25 0 1 0 593926601 40566784 7117 33554432000 4194304 4785740 140733567545248 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17961/statm: 9904 7117 340 145 0 6949 0
[pid=17962] ppid=17959 vsize=472060 CPUtime=1.14 cores=7
/proc/17962/stat : 17962 (TNM) R 17959 17959 16932 0 -1 4202496 8338 0 0 0 113 1 0 0 25 0 1 0 593926601 483389440 8234 33554432000 134512640 134534564 4286988928 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17962/statm: 118015 8234 95 6 0 116681 0
[pid=17963] ppid=17959 vsize=19684 CPUtime=3.09 cores=3
/proc/17963/stat : 17963 (lingeling) R 17959 17959 16932 0 -1 4202496 7399 0 0 0 308 1 0 0 25 0 1 0 593926602 20156416 3724 33554432000 4194304 4352236 140733483000032 18446744073709551615 4328671 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17963/statm: 4921 3724 127 39 0 4001 0
[pid=17964] ppid=17959 vsize=35160 CPUtime=1.92 cores=7
/proc/17964/stat : 17964 (march_hi) R 17959 17959 16932 0 -1 4202496 36889 0 0 0 187 5 0 0 21 0 1 0 593926602 36003840 5162 33554432000 4194304 4331988 140736553354656 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17964/statm: 8790 5162 143 34 0 7232 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 694200

[startup+6.3066 s]
/proc/loadavg: 5.05 5.22 6.65 6/177 17966
/proc/meminfo: memFree=12584616/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
[pid=17960] ppid=17959 vsize=109356 CPUtime=6.3 cores=1
/proc/17960/stat : 17960 (cryptominisat) R 17959 17959 16932 0 -1 4202496 19266 0 0 0 626 4 0 0 25 0 1 0 593926601 111980544 15281 33554432000 4194304 4587354 140736480626448 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17960/statm: 27339 15281 326 96 0 23901 0
[pid=17961] ppid=17959 vsize=48332 CPUtime=6.29 cores=5
/proc/17961/stat : 17961 (clasp) R 17959 17959 16932 0 -1 4202496 12041 0 0 0 628 1 0 0 25 0 1 0 593926601 49491968 9318 33554432000 4194304 4785740 140733567545248 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17961/statm: 12083 9318 340 145 0 9128 0
[pid=17962] ppid=17959 vsize=472060 CPUtime=2.74 cores=7
/proc/17962/stat : 17962 (TNM) R 17959 17959 16932 0 -1 4202496 8338 0 0 0 273 1 0 0 25 0 1 0 593926601 483389440 8234 33554432000 134512640 134534564 4286988928 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17962/statm: 118015 8234 95 6 0 116681 0
[pid=17963] ppid=17959 vsize=19684 CPUtime=6.3 cores=3
/proc/17963/stat : 17963 (lingeling) R 17959 17959 16932 0 -1 4202496 7399 0 0 0 629 1 0 0 25 0 1 0 593926602 20156416 3724 33554432000 4194304 4352236 140733483000032 18446744073709551615 4328447 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17963/statm: 4921 3724 127 39 0 4001 0
[pid=17964] ppid=17959 vsize=106232 CPUtime=3.51 cores=7
/proc/17964/stat : 17964 (march_hi) R 17959 17959 16932 0 -1 4202496 63231 0 0 0 342 9 0 0 25 0 1 0 593926602 108781568 16439 33554432000 4194304 4331988 140736553354656 18446744073709551615 4229439 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17964/statm: 26558 16439 173 34 0 25000 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 773988

[startup+12.7004 s]
/proc/loadavg: 5.05 5.22 6.64 6/177 17966
/proc/meminfo: memFree=12532048/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
[pid=17960] ppid=17959 vsize=109356 CPUtime=12.69 cores=1
/proc/17960/stat : 17960 (cryptominisat) R 17959 17959 16932 0 -1 4202496 22083 0 0 0 1264 5 0 0 25 0 1 0 593926601 111980544 18094 33554432000 4194304 4587354 140736480626448 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17960/statm: 27339 18094 326 96 0 23901 0
[pid=17961] ppid=17959 vsize=68460 CPUtime=12.68 cores=5
/proc/17961/stat : 17961 (clasp) R 17959 17959 16932 0 -1 4202496 17055 0 0 0 1266 2 0 0 25 0 1 0 593926601 70103040 14332 33554432000 4194304 4785740 140733567545248 18446744073709551615 4546305 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17961/statm: 17115 14332 340 145 0 14160 0
[pid=17962] ppid=17959 vsize=472060 CPUtime=5.91 cores=7
/proc/17962/stat : 17962 (TNM) R 17959 17959 16932 0 -1 4202496 8338 0 0 0 590 1 0 0 25 0 1 0 593926601 483389440 8234 33554432000 134512640 134534564 4286988928 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17962/statm: 118015 8234 95 6 0 116681 0
[pid=17963] ppid=17959 vsize=19684 CPUtime=12.69 cores=3
/proc/17963/stat : 17963 (lingeling) R 17959 17959 16932 0 -1 4202496 7399 0 0 0 1268 1 0 0 25 0 1 0 593926602 20156416 3724 33554432000 4194304 4352236 140733483000032 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17963/statm: 4921 3724 127 39 0 4001 0
[pid=17964] ppid=17959 vsize=107432 CPUtime=6.7 cores=7
/proc/17964/stat : 17964 (march_hi) R 17959 17959 16932 0 -1 4202496 69623 0 0 0 661 9 0 0 25 0 1 0 593926602 110010368 22831 33554432000 4194304 4331988 140736553354656 18446744073709551615 4229057 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17964/statm: 26858 22831 173 34 0 25300 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 795316

[startup+25.501 s]
/proc/loadavg: 5.12 5.22 6.62 6/177 17966
/proc/meminfo: memFree=12384248/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
[pid=17960] ppid=17959 vsize=264756 CPUtime=25.49 cores=1
/proc/17960/stat : 17960 (cryptominisat) R 17959 17959 16932 0 -1 4202496 58865 0 0 0 2537 12 0 0 25 0 1 0 593926601 271110144 42406 33554432000 4194304 4587354 140736480626448 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17960/statm: 66189 42406 337 96 0 62751 0
[pid=17961] ppid=17959 vsize=105060 CPUtime=25.48 cores=5
/proc/17961/stat : 17961 (clasp) R 17959 17959 16932 0 -1 4202496 26163 0 0 0 2542 6 0 0 25 0 1 0 593926601 107581440 23440 33554432000 4194304 4785740 140733567545248 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17961/statm: 26265 23440 340 145 0 23310 0
[pid=17962] ppid=17959 vsize=472060 CPUtime=12.24 cores=7
/proc/17962/stat : 17962 (TNM) R 17959 17959 16932 0 -1 4202496 8338 0 0 0 1223 1 0 0 25 0 1 0 593926601 483389440 8234 33554432000 134512640 134534564 4286988928 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17962/statm: 118015 8234 95 6 0 116681 0
[pid=17963] ppid=17959 vsize=27500 CPUtime=25.49 cores=3
/proc/17963/stat : 17963 (lingeling) R 17959 17959 16932 0 -1 4202496 9716 0 0 0 2548 1 0 0 25 0 1 0 593926602 28160000 6041 33554432000 4194304 4352236 140733483000032 18446744073709551615 4276757 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17963/statm: 6875 6041 127 39 0 5955 0
[pid=17964] ppid=17959 vsize=109576 CPUtime=13.1 cores=7
/proc/17964/stat : 17964 (march_hi) R 17959 17959 16932 0 -1 4202496 70104 0 0 0 1301 9 0 0 25 0 1 0 593926602 112205824 23312 33554432000 4194304 4331988 140736553354656 18446744073709551615 4229057 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17964/statm: 27394 23312 173 34 0 25836 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 997276

[startup+51.1011 s]
/proc/loadavg: 5.08 5.20 6.58 6/177 17967
/proc/meminfo: memFree=12392520/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
[pid=17960] ppid=17959 vsize=175280 CPUtime=51.09 cores=1
/proc/17960/stat : 17960 (cryptominisat) R 17959 17959 16932 0 -1 4202496 88045 0 0 0 5089 20 0 0 25 0 1 0 593926601 179486720 20949 33554432000 4194304 4587354 140736480626448 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17960/statm: 43820 20949 337 96 0 40382 0
[pid=17961] ppid=17959 vsize=172892 CPUtime=51.09 cores=5
/proc/17961/stat : 17961 (clasp) R 17959 17959 16932 0 -1 4202496 42986 0 0 0 5095 14 0 0 25 0 1 0 593926601 177041408 40263 33554432000 4194304 4785740 140733567545248 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17961/statm: 43223 40263 340 145 0 40268 0
[pid=17962] ppid=17959 vsize=472060 CPUtime=25.01 cores=7
/proc/17962/stat : 17962 (TNM) R 17959 17959 16932 0 -1 4202496 8338 0 0 0 2500 1 0 0 25 0 1 0 593926601 483389440 8234 33554432000 134512640 134534564 4286988928 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17962/statm: 118015 8234 95 6 0 116681 0
[pid=17963] ppid=17959 vsize=30072 CPUtime=51.09 cores=3
/proc/17963/stat : 17963 (lingeling) R 17959 17959 16932 0 -1 4202496 10359 0 0 0 5108 1 0 0 25 0 1 0 593926602 30793728 6684 33554432000 4194304 4352236 140733483000032 18446744073709551615 4328400 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17963/statm: 7518 6684 127 39 0 6598 0
[pid=17964] ppid=17959 vsize=120164 CPUtime=25.8 cores=7
/proc/17964/stat : 17964 (march_hi) R 17959 17959 16932 0 -1 4202496 72464 0 0 0 2570 10 0 0 25 0 1 0 593926602 123047936 25672 33554432000 4194304 4331988 140736553354656 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17964/statm: 30041 25672 173 34 0 28483 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 988792

[startup+102.3 s]
/proc/loadavg: 5.07 5.18 6.49 6/177 17968
/proc/meminfo: memFree=12301972/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
[pid=17960] ppid=17959 vsize=193988 CPUtime=102.29 cores=1

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

/proc/17964/statm: 31757 27404 173 34 0 30199 0
Current children cumulated CPU time (s) 3764.14
Current children cumulated vsize (KiB) 2767124

[startup+1002.3 s]
/proc/loadavg: 5.12 5.11 5.61 6/177 17995
/proc/meminfo: memFree=11961768/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
[pid=17960] ppid=17959 vsize=1544568 CPUtime=1002.33 cores=1
/proc/17960/stat : 17960 (cryptominisat) R 17959 17959 16932 0 -1 4202496 594009 0 0 0 99982 251 0 0 25 0 1 0 593926601 1581637632 30298 33554432000 4194304 4587354 140736480626448 18446744073709551615 4238258 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17960/statm: 386142 30298 337 96 0 382704 0
[pid=17961] ppid=17959 vsize=549592 CPUtime=1002.32 cores=5
/proc/17961/stat : 17961 (clasp) R 17959 17959 16932 0 -1 4202496 135181 0 0 0 100190 42 0 0 25 0 1 0 593926601 562782208 132458 33554432000 4194304 4785740 140733567545248 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17961/statm: 137398 132458 340 145 0 134443 0
[pid=17962] ppid=17959 vsize=472060 CPUtime=498.02 cores=7
/proc/17962/stat : 17962 (TNM) R 17959 17959 16932 0 -1 4202496 8338 0 0 0 49801 1 0 0 25 0 1 0 593926601 483389440 8234 33554432000 134512640 134534564 4286988928 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17962/statm: 118015 8234 95 6 0 116681 0
[pid=17963] ppid=17959 vsize=43880 CPUtime=1002.31 cores=3
/proc/17963/stat : 17963 (lingeling) R 17959 17959 16932 0 -1 4202496 13811 0 0 0 100230 1 0 0 25 0 1 0 593926602 44933120 10136 33554432000 4194304 4352236 140733483000032 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17963/statm: 10970 10136 127 39 0 10050 0
[pid=17964] ppid=17959 vsize=127160 CPUtime=498.83 cores=7
/proc/17964/stat : 17964 (march_hi) R 17959 17959 16932 0 -1 4202496 74231 0 0 0 49871 12 0 0 25 0 1 0 593926602 130211840 27439 33554432000 4194304 4331988 140736553354656 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17964/statm: 31790 27439 173 34 0 30232 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 2755584

[startup+1062.31 s]
/proc/loadavg: 5.08 5.10 5.58 6/177 17997
/proc/meminfo: memFree=11966436/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
[pid=17960] ppid=17959 vsize=1613448 CPUtime=1062.33 cores=1
/proc/17960/stat : 17960 (cryptominisat) R 17959 17959 16932 0 -1 4202496 654100 0 0 0 105968 265 0 0 25 0 1 0 593926601 1652170752 28203 33554432000 4194304 4587354 140736480626448 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17960/statm: 403362 28203 337 96 0 399924 0
[pid=17961] ppid=17959 vsize=549592 CPUtime=1062.33 cores=5
/proc/17961/stat : 17961 (clasp) R 17959 17959 16932 0 -1 4202496 135182 0 0 0 106191 42 0 0 25 0 1 0 593926601 562782208 132459 33554432000 4194304 4785740 140733567545248 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17961/statm: 137398 132459 340 145 0 134443 0
[pid=17962] ppid=17959 vsize=472060 CPUtime=527.86 cores=7
/proc/17962/stat : 17962 (TNM) R 17959 17959 16932 0 -1 4202496 8338 0 0 0 52785 1 0 0 25 0 1 0 593926601 483389440 8234 33554432000 134512640 134534564 4286988928 18446744073709551615 134528620 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17962/statm: 118015 8234 95 6 0 116681 0
[pid=17963] ppid=17959 vsize=45928 CPUtime=1062.32 cores=3
/proc/17963/stat : 17963 (lingeling) R 17959 17959 16932 0 -1 4202496 14323 0 0 0 106230 2 0 0 25 0 1 0 593926602 47030272 10648 33554432000 4194304 4352236 140733483000032 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17963/statm: 11482 10648 127 39 0 10562 0
[pid=17964] ppid=17959 vsize=127292 CPUtime=528.67 cores=7
/proc/17964/stat : 17964 (march_hi) R 17959 17959 16932 0 -1 4202496 74267 0 0 0 52855 12 0 0 25 0 1 0 593926602 130347008 27475 33554432000 4194304 4331988 140736553354656 18446744073709551615 4228963 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17964/statm: 31823 27475 173 34 0 30265 0
Current children cumulated CPU time (s) 4243.51
Current children cumulated vsize (KiB) 2826644

[startup+1122.3 s]
/proc/loadavg: 5.11 5.11 5.55 6/177 17998
/proc/meminfo: memFree=11877004/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
[pid=17960] ppid=17959 vsize=1541752 CPUtime=1122.32 cores=1
/proc/17960/stat : 17960 (cryptominisat) R 17959 17959 16932 0 -1 4202496 671497 0 0 0 111956 276 0 0 25 0 1 0 593926601 1578754048 32690 33554432000 4194304 4587354 140736480626448 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17960/statm: 385438 32690 337 96 0 382000 0
[pid=17961] ppid=17959 vsize=624432 CPUtime=1122.32 cores=5
/proc/17961/stat : 17961 (clasp) R 17959 17959 16932 0 -1 4202496 153716 0 0 0 112183 49 0 0 25 0 1 0 593926601 639418368 150993 33554432000 4194304 4785740 140733567545248 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17961/statm: 156108 150993 340 145 0 153153 0
[pid=17962] ppid=17959 vsize=472060 CPUtime=557.68 cores=7
/proc/17962/stat : 17962 (TNM) R 17959 17959 16932 0 -1 4202496 8338 0 0 0 55767 1 0 0 25 0 1 0 593926601 483389440 8234 33554432000 134512640 134534564 4286988928 18446744073709551615 134528351 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17962/statm: 118015 8234 95 6 0 116681 0
[pid=17963] ppid=17959 vsize=45928 CPUtime=1122.32 cores=3
/proc/17963/stat : 17963 (lingeling) R 17959 17959 16932 0 -1 4202496 14323 0 0 0 112230 2 0 0 25 0 1 0 593926602 47030272 10648 33554432000 4194304 4352236 140733483000032 18446744073709551615 4328419 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17963/statm: 11482 10648 127 39 0 10562 0
[pid=17964] ppid=17959 vsize=127424 CPUtime=558.52 cores=7
/proc/17964/stat : 17964 (march_hi) R 17959 17959 16932 0 -1 4202496 74301 0 0 0 55840 12 0 0 25 0 1 0 593926602 130482176 27509 33554432000 4194304 4331988 140736553354656 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17964/statm: 31856 27509 173 34 0 30298 0
Current children cumulated CPU time (s) 4483.16
Current children cumulated vsize (KiB) 2829920

[startup+1182.3 s]
/proc/loadavg: 5.07 5.10 5.52 6/177 18000
/proc/meminfo: memFree=11844860/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
[pid=17960] ppid=17959 vsize=1533828 CPUtime=1182.33 cores=1
/proc/17960/stat : 17960 (cryptominisat) R 17959 17959 16932 0 -1 4202496 690861 0 0 0 117943 290 0 0 25 0 1 0 593926601 1570639872 38655 33554432000 4194304 4587354 140736480626448 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17960/statm: 383457 38655 337 96 0 380019 0
[pid=17961] ppid=17959 vsize=630892 CPUtime=1182.33 cores=5
/proc/17961/stat : 17961 (clasp) R 17959 17959 16932 0 -1 4202496 155246 0 0 0 118183 50 0 0 25 0 1 0 593926601 646033408 152523 33554432000 4194304 4785740 140733567545248 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17961/statm: 157723 152523 340 145 0 154768 0
[pid=17962] ppid=17959 vsize=472060 CPUtime=587.55 cores=7
/proc/17962/stat : 17962 (TNM) R 17959 17959 16932 0 -1 4202496 8338 0 0 0 58754 1 0 0 25 0 1 0 593926601 483389440 8234 33554432000 134512640 134534564 4286988928 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17962/statm: 118015 8234 95 6 0 116681 0
[pid=17963] ppid=17959 vsize=45928 CPUtime=1182.32 cores=3
/proc/17963/stat : 17963 (lingeling) R 17959 17959 16932 0 -1 4202496 14323 0 0 0 118230 2 0 0 25 0 1 0 593926602 47030272 10648 33554432000 4194304 4352236 140733483000032 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17963/statm: 11482 10648 127 39 0 10562 0
[pid=17964] ppid=17959 vsize=127556 CPUtime=588.32 cores=7
/proc/17964/stat : 17964 (march_hi) R 17959 17959 16932 0 -1 4202496 74340 0 0 0 58820 12 0 0 25 0 1 0 593926602 130617344 27548 33554432000 4194304 4331988 140736553354656 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17964/statm: 31889 27548 173 34 0 30331 0
Current children cumulated CPU time (s) 4722.85
Current children cumulated vsize (KiB) 2828588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.19 5.12 5.51 6/177 18000
/proc/meminfo: memFree=11881688/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
[pid=17960] ppid=17959 vsize=1534344 CPUtime=1201.73 cores=1
/proc/17960/stat : 17960 (cryptominisat) R 17959 17959 16932 0 -1 4202496 695194 0 0 0 119880 293 0 0 25 0 1 0 593926601 1571168256 29406 33554432000 4194304 4587354 140736480626448 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17960/statm: 383586 29406 337 96 0 380148 0
[pid=17961] ppid=17959 vsize=630892 CPUtime=1201.73 cores=5
/proc/17961/stat : 17961 (clasp) R 17959 17959 16932 0 -1 4202496 155247 0 0 0 120123 50 0 0 25 0 1 0 593926601 646033408 152524 33554432000 4194304 4785740 140733567545248 18446744073709551615 4549040 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17961/statm: 157723 152524 340 145 0 154768 0
[pid=17962] ppid=17959 vsize=472060 CPUtime=597.16 cores=7
/proc/17962/stat : 17962 (TNM) R 17959 17959 16932 0 -1 4202496 8338 0 0 0 59715 1 0 0 25 0 1 0 593926601 483389440 8234 33554432000 134512640 134534564 4286988928 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17962/statm: 118015 8234 95 6 0 116681 0
[pid=17963] ppid=17959 vsize=45928 CPUtime=1201.73 cores=3
/proc/17963/stat : 17963 (lingeling) R 17959 17959 16932 0 -1 4202496 14323 0 0 0 120171 2 0 0 25 0 1 0 593926602 47030272 10648 33554432000 4194304 4352236 140733483000032 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17963/statm: 11482 10648 127 39 0 10562 0
[pid=17964] ppid=17959 vsize=127688 CPUtime=598.01 cores=7
/proc/17964/stat : 17964 (march_hi) R 17959 17959 16932 0 -1 4202496 74351 0 0 0 59789 12 0 0 25 0 1 0 593926602 130752512 27559 33554432000 4194304 4331988 140736553354656 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17964/statm: 31922 27559 173 34 0 30364 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 2829236

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.7 s]
/proc/loadavg: 5.19 5.12 5.51 6/177 18000
/proc/meminfo: memFree=11881688/32950928 swapFree=67111524/67111528
[pid=17959] ppid=17957 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17959/stat : 17959 (ppfolio) S 17957 17959 16932 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 593926601 18763776 390 33554432000 4194304 4287625 140734276666976 18446744073709551615 256415411727 0 0 4096 65536 4346000170425516031 0 0 17 1 0 0 0
/proc/17959/statm: 4581 390 341 23 0 91 0
[pid=17960] ppid=17959 vsize=1534344 CPUtime=1201.73 cores=1
/proc/17960/stat : 17960 (cryptominisat) R 17959 17959 16932 0 -1 4202496 695194 0 0 0 119880 293 0 0 25 0 1 0 593926601 1571168256 29406 33554432000 4194304 4587354 140736480626448 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17960/statm: 383586 29406 337 96 0 380148 0
[pid=17961] ppid=17959 vsize=630892 CPUtime=1201.73 cores=5
/proc/17961/stat : 17961 (clasp) R 17959 17959 16932 0 -1 4202496 155247 0 0 0 120123 50 0 0 25 0 1 0 593926601 646033408 152524 33554432000 4194304 4785740 140733567545248 18446744073709551615 4549040 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17961/statm: 157723 152524 340 145 0 154768 0
[pid=17962] ppid=17959 vsize=472060 CPUtime=597.16 cores=7
/proc/17962/stat : 17962 (TNM) R 17959 17959 16932 0 -1 4202496 8338 0 0 0 59715 1 0 0 25 0 1 0 593926601 483389440 8234 33554432000 134512640 134534564 4286988928 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17962/statm: 118015 8234 95 6 0 116681 0
[pid=17963] ppid=17959 vsize=45928 CPUtime=1201.73 cores=3
/proc/17963/stat : 17963 (lingeling) R 17959 17959 16932 0 -1 4202496 14323 0 0 0 120171 2 0 0 25 0 1 0 593926602 47030272 10648 33554432000 4194304 4352236 140733483000032 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17963/statm: 11482 10648 127 39 0 10562 0
[pid=17964] ppid=17959 vsize=127688 CPUtime=598.01 cores=7
/proc/17964/stat : 17964 (march_hi) R 17959 17959 16932 0 -1 4202496 74351 0 0 0 59789 12 0 0 25 0 1 0 593926602 130752512 27559 33554432000 4194304 4331988 140736553354656 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17964/statm: 31922 27559 173 34 0 30364 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 2829236

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.36
CPU user time (s): 4796.78
CPU system time (s): 3.58
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 4280888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524
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= 234
involuntary context switches= 6

runsolver used 1.77873 second user time and 4.77927 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 02:29:19
IDJOB=3190819
IDBENCH=82550
IDSOLVER=1612
FILE ID=node115/3190819-1304036959
RUNJOBID= node115-1304032879-17473
PBS_JOBID= 13170337
Free space on /tmp= 72728 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S957916968-041-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190819-1304036959/watcher-3190819-1304036959 -o /tmp/evaluation-result-3190819-1304036959/solver-3190819-1304036959 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190819-1304036959.cnf

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

MD5SUM BENCH= 5ccda34debd31b9bf6eb5decc63c453f
RANDOM SEED=304674683

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12793440 kB
Buffers:       2315152 kB
Cached:       17221516 kB
SwapCached:          4 kB
Active:        7588444 kB
Inactive:     12012248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12793440 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           14400 kB
Writeback:           0 kB
AnonPages:       63540 kB
Mapped:          14720 kB
Slab:           492340 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187132 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= 72720 MiB
End job on node115 at 2011-04-29 02:49:23