Trace number 3284706

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 191.163 47.8661

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-11.cnf
MD5SUM06568f445121c7d3cc3b96042d85c719
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.4614
Satisfiable
(Un)Satisfiability was proved
Number of variables96526
Number of clauses325263
Sum of the clauses size848701
Maximum clause length1316
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2139068
Number of clauses of size 3177302
Number of clauses of size 48172
Number of clauses of size 5192
Number of clauses of size over 5528

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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
190.86/47.85	s UNSATISFIABLE
190.86/47.86	solver [4] lingeling 276-6264d55-100731 answered
190.86/47.86	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-3284706-1304035042/watcher-3284706-1304035042 -o /tmp/evaluation-result-3284706-1304035042/solver-3284706-1304035042 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3284706-1304035042.cnf 

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

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


[startup+0 s]
/proc/loadavg: 9.52 9.99 9.69 6/182 8012
/proc/meminfo: memFree=15116456/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 515104704 18763776 390 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 4600699839976570879 0 0 17 2 0 0 0
/proc/8012/statm: 4581 390 341 23 0 91 0

[startup+0.075663 s]
/proc/loadavg: 9.52 9.99 9.69 6/182 8012
/proc/meminfo: memFree=15116456/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) R 8010 8012 7235 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 515104704 18763776 390 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/8012/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100658 s]
/proc/loadavg: 9.52 9.99 9.69 6/182 8012
/proc/meminfo: memFree=15116456/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) R 8010 8012 7235 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 515104704 18763776 390 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/8012/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300623 s]
/proc/loadavg: 9.52 9.99 9.69 6/182 8012
/proc/meminfo: memFree=15116456/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 25 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.70055 s]
/proc/loadavg: 9.52 9.99 9.69 6/182 8012
/proc/meminfo: memFree=15116456/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 25 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+1.5004 s]
/proc/loadavg: 9.52 9.99 9.69 11/187 8018
/proc/meminfo: memFree=14948272/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 17 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
[pid=8013] ppid=8012 vsize=81864 CPUtime=1.49 cores=0
/proc/8013/stat : 8013 (cryptominisat) R 8012 8012 7235 0 -1 4202496 15639 0 0 0 147 2 0 0 25 0 1 0 515104704 83828736 15260 33554432000 4194304 4587354 140735263644480 18446744073709551615 4366285 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8013/statm: 20466 15260 312 96 0 17028 0
[pid=8014] ppid=8012 vsize=65052 CPUtime=1.49 cores=4
/proc/8014/stat : 8014 (clasp) R 8012 8012 7235 0 -1 4202496 17559 0 0 0 147 2 0 0 20 0 1 0 515104704 66613248 13214 33554432000 4194304 4785740 140735284549456 18446744073709551615 4536814 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8014/statm: 16263 13214 340 145 0 13308 0
[pid=8016] ppid=8012 vsize=37828 CPUtime=1.47 cores=2
/proc/8016/stat : 8016 (lingeling) R 8012 8012 7235 0 -1 4202496 12640 0 0 0 146 1 0 0 25 0 1 0 515104704 38735872 8610 33554432000 4194304 4352236 140734014042288 18446744073709551615 4319146 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8016/statm: 9457 8610 119 39 0 8537 0
[pid=8017] ppid=8012 vsize=69896 CPUtime=1.46 cores=6
/proc/8017/stat : 8017 (march_hi) R 8012 8012 7235 0 -1 4202496 73545 0 0 0 136 10 0 0 25 0 1 0 515104704 71573504 13043 33554432000 4194304 4331988 140735321686480 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8017/statm: 17474 13043 161 34 0 15916 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 272964

[startup+3.1011 s]
/proc/loadavg: 9.52 9.99 9.69 10/187 8018
/proc/meminfo: memFree=14896556/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
[pid=8013] ppid=8012 vsize=147856 CPUtime=3.09 cores=0
/proc/8013/stat : 8013 (cryptominisat) R 8012 8012 7235 0 -1 4202496 28364 0 0 0 305 4 0 0 25 0 1 0 515104704 151404544 21807 33554432000 4194304 4587354 140735263644480 18446744073709551615 4349718 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8013/statm: 36964 21807 330 96 0 33526 0
[pid=8014] ppid=8012 vsize=65052 CPUtime=3.09 cores=4
/proc/8014/stat : 8014 (clasp) R 8012 8012 7235 0 -1 4202496 17559 0 0 0 307 2 0 0 25 0 1 0 515104704 66613248 13214 33554432000 4194304 4785740 140735284549456 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8014/statm: 16263 13214 340 145 0 13308 0
[pid=8016] ppid=8012 vsize=40532 CPUtime=3.07 cores=2
/proc/8016/stat : 8016 (lingeling) R 8012 8012 7235 0 -1 4202496 13327 0 0 0 306 1 0 0 25 0 1 0 515104704 41504768 9297 33554432000 4194304 4352236 140734014042288 18446744073709551615 4212061 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8016/statm: 10133 9297 124 39 0 9213 0
[pid=8017] ppid=8012 vsize=193508 CPUtime=3.06 cores=6
/proc/8017/stat : 8017 (march_hi) R 8012 8012 7235 0 -1 4202496 127032 0 0 0 289 17 0 0 25 0 1 0 515104704 198152192 23022 33554432000 4194304 4331988 140735321686480 18446744073709551615 4292021 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8017/statm: 48377 23022 232 34 0 46819 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 465272

[startup+6.30051 s]
/proc/loadavg: 9.47 9.97 9.69 10/187 8018
/proc/meminfo: memFree=14810504/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
[pid=8013] ppid=8012 vsize=147856 CPUtime=6.29 cores=0
/proc/8013/stat : 8013 (cryptominisat) R 8012 8012 7235 0 -1 4202496 28592 0 0 0 625 4 0 0 25 0 1 0 515104704 151404544 22018 33554432000 4194304 4587354 140735263644480 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8013/statm: 36964 22018 331 96 0 33526 0
[pid=8014] ppid=8012 vsize=65052 CPUtime=6.29 cores=4
/proc/8014/stat : 8014 (clasp) R 8012 8012 7235 0 -1 4202496 17590 0 0 0 627 2 0 0 25 0 1 0 515104704 66613248 13245 33554432000 4194304 4785740 140735284549456 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8014/statm: 16263 13245 340 145 0 13308 0
[pid=8016] ppid=8012 vsize=40532 CPUtime=6.27 cores=2
/proc/8016/stat : 8016 (lingeling) R 8012 8012 7235 0 -1 4202496 13328 0 0 0 626 1 0 0 25 0 1 0 515104704 41504768 9298 33554432000 4194304 4352236 140734014042288 18446744073709551615 4229934 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8016/statm: 10133 9298 125 39 0 9213 0
[pid=8017] ppid=8012 vsize=214924 CPUtime=6.23 cores=6
/proc/8017/stat : 8017 (march_hi) R 8012 8012 7235 0 -1 4202496 132220 0 0 0 605 18 0 0 25 0 1 0 515104704 220082176 28153 33554432000 4194304 4331988 140735321686480 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8017/statm: 53731 28153 175 34 0 52173 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 486688

[startup+12.7003 s]
/proc/loadavg: 9.44 9.95 9.69 10/187 8018
/proc/meminfo: memFree=14827316/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
[pid=8013] ppid=8012 vsize=687600 CPUtime=12.69 cores=0
/proc/8013/stat : 8013 (cryptominisat) R 8012 8012 7235 0 -1 4202496 30716 0 0 0 1265 4 0 0 25 0 1 0 515104704 704102400 20899 33554432000 4194304 4587354 140735263644480 18446744073709551615 4449074 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8013/statm: 171900 20899 337 96 0 168462 0
[pid=8014] ppid=8012 vsize=68108 CPUtime=12.69 cores=4
/proc/8014/stat : 8014 (clasp) R 8012 8012 7235 0 -1 4202496 18438 0 0 0 1267 2 0 0 25 0 1 0 515104704 69742592 14093 33554432000 4194304 4785740 140735284549456 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8014/statm: 17027 14093 340 145 0 14072 0
[pid=8016] ppid=8012 vsize=32136 CPUtime=12.67 cores=2
/proc/8016/stat : 8016 (lingeling) R 8012 8012 7235 0 -1 4202496 13330 0 0 0 1266 1 0 0 25 0 1 0 515104704 32907264 7201 33554432000 4194304 4352236 140734014042288 18446744073709551615 4327879 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8016/statm: 8034 7201 127 39 0 7114 0
[pid=8017] ppid=8012 vsize=219712 CPUtime=12.6 cores=6
/proc/8017/stat : 8017 (march_hi) R 8012 8012 7235 0 -1 4202496 133504 0 0 0 1241 19 0 0 25 0 1 0 515104704 224985088 29437 33554432000 4194304 4331988 140735321686480 18446744073709551615 4242690 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8017/statm: 54928 29437 175 34 0 53370 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1025880

[startup+25.5009 s]
/proc/loadavg: 9.34 9.91 9.67 10/187 8019
/proc/meminfo: memFree=14821736/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
[pid=8013] ppid=8012 vsize=687600 CPUtime=25.48 cores=0
/proc/8013/stat : 8013 (cryptominisat) R 8012 8012 7235 0 -1 4202496 31463 0 0 0 2544 4 0 0 25 0 1 0 515104704 704102400 21630 33554432000 4194304 4587354 140735263644480 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8013/statm: 171900 21630 337 96 0 168462 0
[pid=8014] ppid=8012 vsize=74864 CPUtime=25.49 cores=4
/proc/8014/stat : 8014 (clasp) R 8012 8012 7235 0 -1 4202496 20095 0 0 0 2546 3 0 0 25 0 1 0 515104704 76660736 15750 33554432000 4194304 4785740 140735284549456 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8014/statm: 18716 15750 340 145 0 15761 0
[pid=8016] ppid=8012 vsize=30200 CPUtime=25.46 cores=2
/proc/8016/stat : 8016 (lingeling) R 8012 8012 7235 0 -1 4202496 13589 0 0 0 2545 1 0 0 25 0 1 0 515104704 30924800 6717 33554432000 4194304 4352236 140734014042288 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8016/statm: 7550 6717 127 39 0 6630 0
[pid=8017] ppid=8012 vsize=222560 CPUtime=25.33 cores=6
/proc/8017/stat : 8017 (march_hi) R 8012 8012 7235 0 -1 4202496 134232 0 0 0 2514 19 0 0 25 0 1 0 515104704 227901440 30165 33554432000 4194304 4331988 140735321686480 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8017/statm: 55640 30165 175 34 0 54082 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 1033548

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

[startup+38.3005 s]
/proc/loadavg: 9.37 9.89 9.67 10/187 8019
/proc/meminfo: memFree=14785576/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
[pid=8013] ppid=8012 vsize=687600 CPUtime=38.29 cores=0
/proc/8013/stat : 8013 (cryptominisat) R 8012 8012 7235 0 -1 4202496 32055 0 0 0 3824 5 0 0 25 0 1 0 515104704 704102400 22200 33554432000 4194304 4587354 140735263644480 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8013/statm: 171900 22200 337 96 0 168462 0
[pid=8014] ppid=8012 vsize=87136 CPUtime=38.29 cores=4
/proc/8014/stat : 8014 (clasp) R 8012 8012 7235 0 -1 4202496 23105 0 0 0 3825 4 0 0 25 0 1 0 515104704 89227264 18760 33554432000 4194304 4785740 140735284549456 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8014/statm: 21784 18760 340 145 0 18829 0
[pid=8016] ppid=8012 vsize=30152 CPUtime=38.26 cores=2
/proc/8016/stat : 8016 (lingeling) R 8012 8012 7235 0 -1 4202496 13829 0 0 0 3825 1 0 0 25 0 1 0 515104704 30875648 6705 33554432000 4194304 4352236 140734014042288 18446744073709551615 4329328 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8016/statm: 7538 6705 127 39 0 6618 0
[pid=8017] ppid=8012 vsize=223160 CPUtime=38.06 cores=6
/proc/8017/stat : 8017 (march_hi) R 8012 8012 7235 0 -1 4202496 134375 0 0 0 3787 19 0 0 25 0 1 0 515104704 228515840 30308 33554432000 4194304 4331988 140735321686480 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8017/statm: 55790 30308 175 34 0 54232 0
Current children cumulated CPU time (s) 152.91
Current children cumulated vsize (KiB) 1046372

[startup+44.7003 s]
/proc/loadavg: 9.31 9.86 9.66 10/187 8019
/proc/meminfo: memFree=14784940/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
[pid=8013] ppid=8012 vsize=687600 CPUtime=44.69 cores=0
/proc/8013/stat : 8013 (cryptominisat) R 8012 8012 7235 0 -1 4202496 32055 0 0 0 4464 5 0 0 25 0 1 0 515104704 704102400 22200 33554432000 4194304 4587354 140735263644480 18446744073709551615 4238101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8013/statm: 171900 22200 337 96 0 168462 0
[pid=8014] ppid=8012 vsize=93240 CPUtime=44.69 cores=4
/proc/8014/stat : 8014 (clasp) R 8012 8012 7235 0 -1 4202496 24608 0 0 0 4465 4 0 0 25 0 1 0 515104704 95477760 20263 33554432000 4194304 4785740 140735284549456 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8014/statm: 23310 20263 340 145 0 20355 0
[pid=8016] ppid=8012 vsize=30148 CPUtime=44.66 cores=2
/proc/8016/stat : 8016 (lingeling) R 8012 8012 7235 0 -1 4202496 13829 0 0 0 4465 1 0 0 25 0 1 0 515104704 30871552 6704 33554432000 4194304 4352236 140734014042288 18446744073709551615 4305231 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8016/statm: 7537 6704 127 39 0 6617 0
[pid=8017] ppid=8012 vsize=223292 CPUtime=44.43 cores=6
/proc/8017/stat : 8017 (march_hi) R 8012 8012 7235 0 -1 4202496 134436 0 0 0 4424 19 0 0 25 0 1 0 515104704 228651008 30369 33554432000 4194304 4331988 140735321686480 18446744073709551615 4287234 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8017/statm: 55823 30369 175 34 0 54265 0
Current children cumulated CPU time (s) 178.48
Current children cumulated vsize (KiB) 1052604

[startup+46.301 s]
/proc/loadavg: 9.31 9.86 9.66 11/187 8019
/proc/meminfo: memFree=14793124/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
[pid=8013] ppid=8012 vsize=692928 CPUtime=46.29 cores=0
/proc/8013/stat : 8013 (cryptominisat) R 8012 8012 7235 0 -1 4202496 33255 0 0 0 4624 5 0 0 25 0 1 0 515104704 709558272 23397 33554432000 4194304 4587354 140735263644480 18446744073709551615 4237600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8013/statm: 173232 23397 337 96 0 169794 0
[pid=8014] ppid=8012 vsize=94824 CPUtime=46.28 cores=4
/proc/8014/stat : 8014 (clasp) R 8012 8012 7235 0 -1 4202496 25009 0 0 0 4624 4 0 0 25 0 1 0 515104704 97099776 20664 33554432000 4194304 4785740 140735284549456 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8014/statm: 23706 20664 340 145 0 20751 0
[pid=8016] ppid=8012 vsize=31072 CPUtime=46.26 cores=2
/proc/8016/stat : 8016 (lingeling) R 8012 8012 7235 0 -1 4202496 14060 0 0 0 4625 1 0 0 25 0 1 0 515104704 31817728 6935 33554432000 4194304 4352236 140734014042288 18446744073709551615 4298773 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8016/statm: 7768 6935 127 39 0 6848 0
[pid=8017] ppid=8012 vsize=223564 CPUtime=46.02 cores=6
/proc/8017/stat : 8017 (march_hi) R 8012 8012 7235 0 -1 4202496 134460 0 0 0 4583 19 0 0 25 0 1 0 515104704 228929536 30393 33554432000 4194304 4331988 140735321686480 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8017/statm: 55891 30393 175 34 0 54333 0
Current children cumulated CPU time (s) 184.86
Current children cumulated vsize (KiB) 1060712

[startup+47.1009 s]
/proc/loadavg: 9.31 9.86 9.66 11/187 8019
/proc/meminfo: memFree=14793124/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
[pid=8013] ppid=8012 vsize=692928 CPUtime=47.09 cores=0
/proc/8013/stat : 8013 (cryptominisat) R 8012 8012 7235 0 -1 4202496 33255 0 0 0 4704 5 0 0 25 0 1 0 515104704 709558272 23397 33554432000 4194304 4587354 140735263644480 18446744073709551615 4238268 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8013/statm: 173232 23397 337 96 0 169794 0
[pid=8014] ppid=8012 vsize=95748 CPUtime=47.09 cores=4
/proc/8014/stat : 8014 (clasp) R 8012 8012 7235 0 -1 4202496 25255 0 0 0 4704 5 0 0 25 0 1 0 515104704 98045952 20910 33554432000 4194304 4785740 140735284549456 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8014/statm: 23937 20910 340 145 0 20982 0
[pid=8016] ppid=8012 vsize=31068 CPUtime=47.06 cores=2
/proc/8016/stat : 8016 (lingeling) R 8012 8012 7235 0 -1 4202496 14060 0 0 0 4705 1 0 0 25 0 1 0 515104704 31813632 6934 33554432000 4194304 4352236 140734014042288 18446744073709551615 4258969 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8016/statm: 7767 6934 127 39 0 6847 0
[pid=8017] ppid=8012 vsize=223564 CPUtime=46.82 cores=6
/proc/8017/stat : 8017 (march_hi) R 8012 8012 7235 0 -1 4202496 134482 0 0 0 4663 19 0 0 25 0 1 0 515104704 228929536 30415 33554432000 4194304 4331988 140735321686480 18446744073709551615 4228507 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8017/statm: 55891 30415 175 34 0 54333 0
Current children cumulated CPU time (s) 188.07
Current children cumulated vsize (KiB) 1061632

[startup+47.5008 s]
/proc/loadavg: 9.31 9.86 9.66 10/187 8019
/proc/meminfo: memFree=14791760/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
[pid=8013] ppid=8012 vsize=692928 CPUtime=47.49 cores=0
/proc/8013/stat : 8013 (cryptominisat) R 8012 8012 7235 0 -1 4202496 33255 0 0 0 4744 5 0 0 25 0 1 0 515104704 709558272 23397 33554432000 4194304 4587354 140735263644480 18446744073709551615 4237828 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8013/statm: 173232 23397 337 96 0 169794 0
[pid=8014] ppid=8012 vsize=96148 CPUtime=47.49 cores=4
/proc/8014/stat : 8014 (clasp) R 8012 8012 7235 0 -1 4202496 25368 0 0 0 4744 5 0 0 25 0 1 0 515104704 98455552 21023 33554432000 4194304 4785740 140735284549456 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8014/statm: 24037 21023 340 145 0 21082 0
[pid=8016] ppid=8012 vsize=31068 CPUtime=47.46 cores=2
/proc/8016/stat : 8016 (lingeling) R 8012 8012 7235 0 -1 4202496 14060 0 0 0 4745 1 0 0 25 0 1 0 515104704 31813632 6934 33554432000 4194304 4352236 140734014042288 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8016/statm: 7767 6934 127 39 0 6847 0
[pid=8017] ppid=8012 vsize=223564 CPUtime=47.21 cores=6
/proc/8017/stat : 8017 (march_hi) R 8012 8012 7235 0 -1 4202496 134488 0 0 0 4702 19 0 0 25 0 1 0 515104704 228929536 30421 33554432000 4194304 4331988 140735321686480 18446744073709551615 4243143 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8017/statm: 55891 30421 175 34 0 54333 0
Current children cumulated CPU time (s) 189.66
Current children cumulated vsize (KiB) 1062032

[startup+47.7008 s]
/proc/loadavg: 9.31 9.86 9.66 10/187 8019
/proc/meminfo: memFree=14791760/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
[pid=8013] ppid=8012 vsize=692928 CPUtime=47.69 cores=0
/proc/8013/stat : 8013 (cryptominisat) R 8012 8012 7235 0 -1 4202496 33275 0 0 0 4764 5 0 0 25 0 1 0 515104704 709558272 23417 33554432000 4194304 4587354 140735263644480 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8013/statm: 173232 23417 337 96 0 169794 0
[pid=8014] ppid=8012 vsize=96148 CPUtime=47.69 cores=4
/proc/8014/stat : 8014 (clasp) R 8012 8012 7235 0 -1 4202496 25369 0 0 0 4764 5 0 0 25 0 1 0 515104704 98455552 21024 33554432000 4194304 4785740 140735284549456 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8014/statm: 24037 21024 340 145 0 21082 0
[pid=8016] ppid=8012 vsize=31068 CPUtime=47.66 cores=2
/proc/8016/stat : 8016 (lingeling) R 8012 8012 7235 0 -1 4202496 14060 0 0 0 4765 1 0 0 25 0 1 0 515104704 31813632 6934 33554432000 4194304 4352236 140734014042288 18446744073709551615 4276757 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8016/statm: 7767 6934 127 39 0 6847 0
[pid=8017] ppid=8012 vsize=223704 CPUtime=47.41 cores=6
/proc/8017/stat : 8017 (march_hi) R 8012 8012 7235 0 -1 4202496 134501 0 0 0 4722 19 0 0 25 0 1 0 515104704 229072896 30434 33554432000 4194304 4331988 140735321686480 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8017/statm: 55926 30434 175 34 0 54368 0
Current children cumulated CPU time (s) 190.46
Current children cumulated vsize (KiB) 1062172

[startup+47.8008 s]
/proc/loadavg: 9.31 9.86 9.66 10/187 8019
/proc/meminfo: memFree=14791760/32951124 swapFree=67111528/67111528
[pid=8012] ppid=8010 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/8012/stat : 8012 (ppfolio) S 8010 8012 7235 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 515104704 18763776 391 33554432000 4194304 4287625 140735454291200 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/8012/statm: 4581 391 342 23 0 91 0
[pid=8013] ppid=8012 vsize=692928 CPUtime=47.79 cores=0
/proc/8013/stat : 8013 (cryptominisat) R 8012 8012 7235 0 -1 4202496 33282 0 0 0 4774 5 0 0 25 0 1 0 515104704 709558272 23423 33554432000 4194304 4587354 140735263644480 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8013/statm: 173232 23423 337 96 0 169794 0
[pid=8014] ppid=8012 vsize=96148 CPUtime=47.79 cores=4
/proc/8014/stat : 8014 (clasp) R 8012 8012 7235 0 -1 4202496 25369 0 0 0 4774 5 0 0 25 0 1 0 515104704 98455552 21024 33554432000 4194304 4785740 140735284549456 18446744073709551615 4278070 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8014/statm: 24037 21024 340 145 0 21082 0
[pid=8016] ppid=8012 vsize=31068 CPUtime=47.76 cores=2
/proc/8016/stat : 8016 (lingeling) R 8012 8012 7235 0 -1 4202496 14060 0 0 0 4775 1 0 0 25 0 1 0 515104704 31813632 6934 33554432000 4194304 4352236 140734014042288 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8016/statm: 7767 6934 127 39 0 6847 0
[pid=8017] ppid=8012 vsize=223704 CPUtime=47.51 cores=6
/proc/8017/stat : 8017 (march_hi) R 8012 8012 7235 0 -1 4202496 134506 0 0 0 4732 19 0 0 25 0 1 0 515104704 229072896 30439 33554432000 4194304 4331988 140735321686480 18446744073709551615 4228485 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8017/statm: 55926 30439 175 34 0 54368 0
Current children cumulated CPU time (s) 190.86
Current children cumulated vsize (KiB) 1062172

Child status: 0
Real time (s): 47.8661
CPU time (s): 191.163
CPU user time (s): 190.803
CPU system time (s): 0.359945
CPU usage (%): 399.37
Max. virtual memory (cumulated for all children) (KiB): 1062172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.803
system time used= 0.359945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208961
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= 90
involuntary context switches= 978

runsolver used 0.077988 second user time and 0.186971 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 01:57:23
IDJOB=3284706
IDBENCH=82357
IDSOLVER=1612
FILE ID=node105/3284706-1304035042
RUNJOBID= node105-1304028688-7254
PBS_JOBID= 13170347
Free space on /tmp= 71920 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-11.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284706-1304035042/watcher-3284706-1304035042 -o /tmp/evaluation-result-3284706-1304035042/solver-3284706-1304035042 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3284706-1304035042.cnf

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

MD5SUM BENCH= 06568f445121c7d3cc3b96042d85c719
RANDOM SEED=928232243

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.825
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.82
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.825
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:     32951124 kB
MemFree:      15116736 kB
Buffers:       2297128 kB
Cached:       14406724 kB
SwapCached:          0 kB
Active:        9408488 kB
Inactive:      7854624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15116736 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16012 kB
Writeback:           0 kB
AnonPages:      558708 kB
Mapped:          16772 kB
Slab:           507480 kB
PageTables:       6020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1481780 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= 71904 MiB
End job on node105 at 2011-04-29 01:58:11