Trace number 3258348

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
glucose 2? (TO) 1300.03 1300.01

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes2.cnf
MD5SUMa931e6258afb576eab04f38421c07518
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  305320   613120 |   91595       0        0     nan |  0.000 % |
0.99/1.04	c |         0 |  301942  1018804 |      --       0       --      -- |     --   | -3378/405684
0.99/1.04	c ==============================================================================
0.99/1.04	c Result  :   #vars: 2560   #clauses: 301942   #literals: 1018804
0.99/1.04	c CPU time:   1.02784 s
0.99/1.04	c ==============================================================================
1.18/1.20	c
1.18/1.20	c Starting glucose
1.18/1.20	c
920.11/920.17	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
920.11/920.17	c WARNING: for repeatability, setting FPU to use double precision
920.11/920.17	c ============================[ Problem Statistics ]=============================
920.11/920.17	c |                                                                             |
920.11/920.17	c |  Number of variables:          2560                                         |
920.11/920.17	c |  Number of clauses:          301942                                         |
920.11/920.17	c |  Parse time:                   0.06 s                                       |
920.11/920.17	c |                                                                             |
920.11/920.17	c ============================[ Search Statistics ]==============================
920.11/920.17	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
920.11/920.17	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
920.11/920.17	c ===============================================================================
920.11/920.17	c |       534 |    2560   301942  1018804 |        1      534    231 |  0.000 % |
920.11/920.17	c |      4428 |    2560   301942  1018804 |        1     2437     99 |  0.000 % |
920.11/920.17	c |     35732 |    2560   301942  1018804 |        1    13435     91 |  0.000 % |
920.11/920.17	c |    166902 |    2560   301942  1018804 |        1    34756     79 |  0.000 % |
920.11/920.17	c |    752577 |    2560   301942  1018804 |        1    61401     54 |  0.000 % |
920.11/920.17	c |   1106037 |    2560   301942  1018804 |        1    82871     58 |  0.000 % |
920.11/920.17	c |   1117521 |    2560   301942  1018804 |        1    94355     60 |  0.000 % |
920.11/920.17	c |   1219906 |    2560   301942  1018804 |        1   122530     66 |  0.000 % |
920.11/920.17	c |   1360793 |    2560   301942  1018804 |        1   107225     58 |  0.000 % |
920.11/920.17	c |   1362191 |    2560   301942  1018804 |        1   108623     59 |  0.000 % |
920.11/920.17	c |   1401828 |    2560   301942  1018804 |        1   148260     67 |  0.000 % |
920.11/920.17	c |   1415326 |    2560   301942  1018804 |        1   161758     70 |  0.000 % |
920.11/920.17	c |   1734379 |    2560   301942  1018804 |        1   137200     59 |  0.000 % |
920.11/920.17	c |   1804727 |    2560   301942  1018804 |        1   115144     59 |  0.000 % |
920.11/920.17	c |   1859990 |    2560   301942  1018804 |        1   170407     76 |  0.000 % |
920.11/920.17	c |   1860211 |    2560   301942  1018804 |        1   170628     76 |  0.000 % |
920.11/920.17	c |   1912068 |    2560   301942  1018804 |        1   127494     60 |  0.000 % |
920.11/920.17	c |   1914407 |    2560   301942  1018804 |        1   129833     61 |  0.000 % |
920.11/920.17	c |   1914936 |    2560   301942  1018804 |        1   130362     61 |  0.000 % |
920.11/920.17	c |   2069779 |    2560   301942  1018804 |        1   187613     76 |  0.000 % |
920.11/920.17	c |   2133621 |    2560   301942  1018804 |        1   151249     63 |  0.000 % |
920.11/920.17	c |   2136313 |    2560   301942  1018804 |        1   153941     64 |  0.000 % |
920.11/920.17	c |   2142806 |    2560   301942  1018804 |        1   160434     65 |  0.000 % |
920.11/920.17	c |   2162630 |    2560   301942  1018804 |        1   180258     69 |  0.000 % |
920.11/920.17	c |   2169240 |    2560   301942  1018804 |        1   186868     70 |  0.000 % |
920.11/920.17	c |   2186303 |    2560   301942  1018804 |        1   203931     74 |  0.000 % |
920.11/920.17	c |   2198727 |    2560   301942  1018804 |        1   113553     54 |  0.000 % |
920.11/920.17	c |   2248636 |    2560   301942  1018804 |        1   163462     72 |  0.000 % |
920.11/920.17	c |   2368426 |    2560   301942  1018804 |        1   177851     69 |  0.000 % |
920.11/920.17	c |   2368795 |    2560   301942  1018804 |        1   178220     69 |  0.000 % |
920.11/920.17	c |   2408648 |    2560   301942  1018804 |        1   110084     49 |  0.000 % |
920.11/920.17	c |   2501142 |    2560   301942  1018804 |        1   202578     85 |  0.000 % |
920.11/920.17	c |   2503229 |    2560   301942  1018804 |        1   204665     86 |  0.000 % |
920.11/920.17	c |   2503329 |    2560   301942  1018804 |        1   204765     86 |  0.000 % |
920.11/920.17	c |   2503574 |    2560   301942  1018804 |        1   205010     86 |  0.000 % |
920.11/920.17	c |   3151922 |    2560   301942  1018804 |        1   150773     64 |  0.000 % |
920.11/920.17	c |   3162129 |    2560   301942  1018804 |        1   160980     68 |  0.000 % |
920.11/920.17	c |   3162478 |    2560   301942  1018804 |        1   161329     68 |  0.000 % |
920.11/920.17	c |   3183001 |    25

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-3258348-1303474378/watcher-3258348-1303474378 -o /tmp/evaluation-result-3258348-1303474378/solver-3258348-1303474378 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3258348-1303474378.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.85 1.36 2.44 4/192 23930
/proc/meminfo: memFree=13697312/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=0 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 459036651 8912896 253 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 253 211 178 0 69 0

[startup+0.011762 s]
/proc/loadavg: 0.85 1.36 2.44 4/192 23930
/proc/meminfo: memFree=13697312/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=0 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 459036651 8912896 253 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100856 s]
/proc/loadavg: 0.85 1.36 2.44 4/192 23930
/proc/meminfo: memFree=13697312/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=0 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 459036651 8912896 253 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300778 s]
/proc/loadavg: 0.85 1.36 2.44 4/192 23930
/proc/meminfo: memFree=13697312/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=0 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 459036651 8912896 253 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700698 s]
/proc/loadavg: 0.85 1.36 2.44 4/192 23930
/proc/meminfo: memFree=13697312/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=0 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 459036651 8912896 253 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5005 s]
/proc/loadavg: 0.85 1.36 2.44 5/194 23933
/proc/meminfo: memFree=13649916/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 8704

[startup+3.10021 s]
/proc/loadavg: 0.85 1.36 2.44 5/194 23934
/proc/meminfo: memFree=13633052/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=54668 CPUtime=1.88 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 14646 0 0 0 187 1 0 0 25 0 1 0 459036772 55980032 8758 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 13667 8758 250 17 0 10308 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63372

[startup+6.30064 s]
/proc/loadavg: 1.10 1.41 2.45 5/194 23934
/proc/meminfo: memFree=13580120/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=66252 CPUtime=5.09 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 22230 0 0 0 506 3 0 0 25 0 1 0 459036772 67842048 12495 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 16563 12495 250 17 0 13204 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74956

[startup+12.7005 s]
/proc/loadavg: 1.33 1.45 2.46 5/194 23934
/proc/meminfo: memFree=13574264/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=66252 CPUtime=11.49 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 27985 0 0 0 1145 4 0 0 25 0 1 0 459036772 67842048 13294 33554432000 4194304 4260849 140734305240736 18446744073709551615 4225424 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 16563 13294 250 17 0 13204 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 74956

[startup+25.5002 s]
/proc/loadavg: 1.92 1.57 2.48 5/194 23934
/proc/meminfo: memFree=13532716/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=85108 CPUtime=24.28 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 32975 0 0 0 2424 4 0 0 25 0 1 0 459036772 87150592 17963 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 21277 17963 250 17 0 17918 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 93812

[startup+51.1007 s]
/proc/loadavg: 2.63 1.77 2.52 5/194 23935
/proc/meminfo: memFree=13485504/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=85108 CPUtime=49.89 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 32975 0 0 0 4985 4 0 0 25 0 1 0 459036772 87150592 17963 33554432000 4194304 4260849 140734305240736 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 21277 17963 250 17 0 17918 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93812

[startup+102.307 s]
/proc/loadavg: 3.40 2.11 2.60 5/194 23936
/proc/meminfo: memFree=13385292/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=134428 CPUtime=101.1 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 74074 0 0 0 10100 10 0 0 25 0 1 0 459036772 137654272 26179 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 33607 26179 250 17 0 30248 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 143132

[startup+162.301 s]
/proc/loadavg: 3.78 2.45 2.68 5/194 23938
/proc/meminfo: memFree=13383752/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=97128 CPUtime=161.1 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 106461 0 0 0 16093 17 0 0 25 0 1 0 459036772 99459072 21013 33554432000 4194304 4260849 140734305240736 18446744073709551615 4226333 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 24282 21013 250 17 0 20923 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 105832

[startup+222.301 s]
/proc/loadavg: 3.92 2.73 2.76 5/194 23940
/proc/meminfo: memFree=13384472/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=146448 CPUtime=221.09 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 147886 0 0 0 22085 24 0 0 25 0 1 0 459036772 149962752 29796 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 36612 29796 250 17 0 33253 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 155152

[startup+282.3 s]
/proc/loadavg: 3.97 2.96 2.83 5/194 23941
/proc/meminfo: memFree=13358768/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=97128 CPUtime=281.09 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 175120 0 0 0 28078 31 0 0 25 0 1 0 459036772 99459072 21013 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 24282 21013 250 17 0 20923 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 105832

[startup+342.301 s]
/proc/loadavg: 3.99 3.15 2.91 5/194 23943
/proc/meminfo: memFree=13281836/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=146448 CPUtime=341.1 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 211666 0 0 0 34072 38 0 0 25 0 1 0 459036772 149962752 32337 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 36612 32337 250 17 0 33253 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 155152

[startup+402.301 s]
/proc/loadavg: 4.08 3.33 2.98 5/194 23944
/proc/meminfo: memFree=13237280/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=146448 CPUtime=401.1 cores=4,6

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

/proc/23934/statm: 44317 37328 251 17 0 40958 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 185972

[startup+642.3 s]
/proc/loadavg: 4.00 3.69 3.20 5/194 23951
/proc/meminfo: memFree=13244276/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=177268 CPUtime=641.11 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 387838 0 0 0 64037 74 0 0 25 0 1 0 459036772 181522432 38114 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 44317 38114 251 17 0 40958 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 185972

[startup+702.301 s]
/proc/loadavg: 4.00 3.74 3.25 5/194 23952
/proc/meminfo: memFree=13252428/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=177268 CPUtime=701.1 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 428366 0 0 0 70028 82 0 0 25 0 1 0 459036772 181522432 38755 33554432000 4194304 4260849 140734305240736 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 44317 38755 251 17 0 40958 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 185972

[startup+762.307 s]
/proc/loadavg: 4.00 3.79 3.29 5/194 23954
/proc/meminfo: memFree=13263404/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=146448 CPUtime=761.12 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 467552 0 0 0 76022 90 0 0 25 0 1 0 459036772 149962752 33099 33554432000 4194304 4260849 140734305240736 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 36612 33099 251 17 0 33253 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 155152

[startup+822.3 s]
/proc/loadavg: 4.00 3.82 3.33 5/194 23956
/proc/meminfo: memFree=13150408/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=177268 CPUtime=821.11 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 496533 0 0 0 82014 97 0 0 25 0 1 0 459036772 181522432 37715 33554432000 4194304 4260849 140734305240736 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 44317 37715 251 17 0 40958 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 185972

[startup+882.301 s]
/proc/loadavg: 4.00 3.85 3.37 5/194 23957
/proc/meminfo: memFree=13147888/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=177268 CPUtime=881.11 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 522770 0 0 0 88008 103 0 0 25 0 1 0 459036772 181522432 39433 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224873 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 44317 39433 251 17 0 40958 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 185972

[startup+942.301 s]
/proc/loadavg: 4.12 3.91 3.42 5/194 23959
/proc/meminfo: memFree=13209108/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=146448 CPUtime=941.11 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 558282 0 0 0 93999 112 0 0 25 0 1 0 459036772 149962752 29001 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 36612 29001 251 17 0 33253 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 155152

[startup+1002.3 s]
/proc/loadavg: 4.04 3.92 3.45 5/194 23960
/proc/meminfo: memFree=13178548/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=177268 CPUtime=1001.11 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 585759 0 0 0 99992 119 0 0 25 0 1 0 459036772 181522432 35159 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 44317 35159 251 17 0 40958 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 185972

[startup+1062.3 s]
/proc/loadavg: 4.01 3.93 3.48 5/194 23962
/proc/meminfo: memFree=13096412/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=227356 CPUtime=1061.12 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 614803 0 0 0 105984 128 0 0 25 0 1 0 459036772 232812544 43156 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 56839 43156 251 17 0 53480 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 236060

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.51 5/194 23964
/proc/meminfo: memFree=13094284/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=177268 CPUtime=1121.12 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 653191 0 0 0 111975 137 0 0 25 0 1 0 459036772 181522432 36653 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 44317 36654 251 17 0 40958 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 185972

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.54 5/194 23965
/proc/meminfo: memFree=13123516/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=177268 CPUtime=1181.12 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 678412 0 0 0 117969 143 0 0 25 0 1 0 459036772 181522432 39831 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 44317 39831 251 17 0 40958 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 185972

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.57 5/194 23967
/proc/meminfo: memFree=13093480/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=146448 CPUtime=1241.12 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 714152 0 0 0 123959 153 0 0 25 0 1 0 459036772 149962752 32140 33554432000 4194304 4260849 140734305240736 18446744073709551615 4224812 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 36612 32140 251 17 0 33253 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 155152



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.59 2/185 23971
/proc/meminfo: memFree=13571916/32950928 swapFree=67111528/67111528
[pid=23930] ppid=23928 vsize=8704 CPUtime=1.2 cores=4,6
/proc/23930/stat : 23930 (glucose.sh) S 23928 23930 23003 0 -1 4202496 360 6250 0 0 0 0 118 2 18 0 1 0 459036651 8912896 255 33554432000 4194304 4922060 140734112663520 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23930/statm: 2176 255 211 178 0 69 0
[pid=23934] ppid=23930 vsize=177268 CPUtime=1298.83 cores=4,6
/proc/23934/stat : 23934 (glucose_static) R 23930 23930 23003 0 -1 4202496 738914 0 0 0 129724 159 0 0 25 0 1 0 459036772 181522432 33990 33554432000 4194304 4260849 140734305240736 18446744073709551615 4209206 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23934/statm: 44317 33990 251 17 0 40958 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 185972

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1298.42
CPU system time (s): 1.61
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 285380

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

runsolver used 2.03669 second user time and 5.06723 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-22 14:12:59
IDJOB=3258348
IDBENCH=71345
IDSOLVER=1651
FILE ID=node122/3258348-1303474378
RUNJOBID= node122-1303474378-23884
PBS_JOBID= 13107194
Free space on /tmp= 71120 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes2.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258348-1303474378/watcher-3258348-1303474378 -o /tmp/evaluation-result-3258348-1303474378/solver-3258348-1303474378 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3258348-1303474378.cnf 

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= a931e6258afb576eab04f38421c07518
RANDOM SEED=207871308

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13697592 kB
Buffers:       1282628 kB
Cached:       17341772 kB
SwapCached:          0 kB
Active:        8717628 kB
Inactive:      9995340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13697592 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17128 kB
Writeback:           0 kB
AnonPages:       88156 kB
Mapped:          15848 kB
Slab:           475036 kB
PageTables:       5500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   280844 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= 71108 MiB
End job on node122 at 2011-04-22 14:34:41