Trace number 3293492

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 169.281 42.3919

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
manolios/c10idw_i.cnf
MD5SUMc139a321e75833c70af36726562b66de
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.2925
Satisfiable
(Un)Satisfiability was proved
Number of variables196306
Number of clauses582994
Sum of the clauses size1360318
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2388662
Number of clauses of size 3194331
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.10	This is pico-portfolio, a naive parallel portfolio
0.00/0.10	Copyright (C) 2011 Olivier Roussel
0.00/0.10	Using 4 processing units
0.00/0.10	This portfolio uses the following solvers:
0.00/0.10	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.10	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.10	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.10	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.10	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.10	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.10	Starting clasp 1.3.6 on core(s) 4
0.00/0.10	Starting TNM 2009 on core(s) 6
0.00/0.10	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.10	Starting march_hi 2009 on core(s) 6
168.90/42.37	s UNSATISFIABLE
168.90/42.39	solver [4] lingeling 276-6264d55-100731 answered
168.90/42.39	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: 977)

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-3293492-1307635112/watcher-3293492-1307635112 -o /tmp/evaluation-result-3293492-1307635112/solver-3293492-1307635112 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3293492-1307635112.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: 10.29 10.03 8.34 6/182 1870
/proc/meminfo: memFree=31960776/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 2826088480817 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0

[startup+0.26861 s]
/proc/loadavg: 10.29 10.03 8.34 6/182 1870
/proc/meminfo: memFree=31960776/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300604 s]
/proc/loadavg: 10.29 10.03 8.34 6/182 1870
/proc/meminfo: memFree=31960776/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400586 s]
/proc/loadavg: 10.29 10.03 8.34 6/182 1870
/proc/meminfo: memFree=31960776/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70053 s]
/proc/loadavg: 10.29 10.03 8.34 6/182 1870
/proc/meminfo: memFree=31960776/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50038 s]
/proc/loadavg: 10.26 10.03 8.35 11/188 1876
/proc/meminfo: memFree=31626448/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
[pid=1871] ppid=1870 vsize=88336 CPUtime=1.49 cores=0
/proc/1871/stat : 1871 (cryptominisat) R 1870 1870 1071 0 -1 4202496 17436 0 0 0 147 2 0 0 25 0 1 0 875113604 90456064 16905 33554432000 4194304 4587354 140733437847088 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1871/statm: 22084 16905 306 96 0 18646 0
[pid=1872] ppid=1870 vsize=126556 CPUtime=1.49 cores=4
/proc/1872/stat : 1872 (clasp) R 1870 1870 1071 0 -1 4202496 33194 0 0 0 145 4 0 0 25 0 1 0 875113604 129593344 28161 33554432000 4194304 4785740 140736478700912 18446744073709551615 4484272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1872/statm: 31639 28161 319 145 0 28684 0
[pid=1873] ppid=1870 vsize=486712 CPUtime=0.74 cores=6
/proc/1873/stat : 1873 (TNM) R 1870 1870 1071 0 -1 4202496 12199 0 0 0 73 1 0 0 25 0 1 0 875113604 498393088 12096 33554432000 134512640 134534564 4288483744 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1873/statm: 121678 12096 91 6 0 120344 0
[pid=1874] ppid=1870 vsize=42212 CPUtime=1.48 cores=2
/proc/1874/stat : 1874 (lingeling) R 1870 1870 1071 0 -1 4202496 21507 0 0 0 145 3 0 0 25 0 1 0 875113605 43225088 9706 33554432000 4194304 4352236 140737108245344 18446744073709551615 4204743 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1874/statm: 10553 9706 118 39 0 9633 0
[pid=1875] ppid=1870 vsize=129784 CPUtime=0.73 cores=6
/proc/1875/stat : 1875 (march_hi) R 1870 1870 1071 0 -1 4194304 31675 0 0 0 70 3 0 0 25 0 1 0 875113605 132898816 25299 33554432000 4194304 4331988 140736434819840 18446744073709551615 212435674880 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1875/statm: 32446 25299 127 34 0 30888 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 891924

[startup+3.10111 s]
/proc/loadavg: 10.26 10.03 8.35 12/188 1876
/proc/meminfo: memFree=31590728/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
[pid=1871] ppid=1870 vsize=132844 CPUtime=3.08 cores=0
/proc/1871/stat : 1871 (cryptominisat) R 1870 1870 1071 0 -1 4202496 30029 0 0 0 305 3 0 0 25 0 1 0 875113604 136032256 27964 33554432000 4194304 4587354 140733437847088 18446744073709551615 4388261 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1871/statm: 33211 27964 316 96 0 29773 0
[pid=1872] ppid=1870 vsize=129420 CPUtime=3.09 cores=4
/proc/1872/stat : 1872 (clasp) R 1870 1870 1071 0 -1 4202496 36924 0 0 0 305 4 0 0 25 0 1 0 875113604 132526080 28834 33554432000 4194304 4785740 140736478700912 18446744073709551615 4319146 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1872/statm: 32355 28834 339 145 0 29400 0
[pid=1873] ppid=1870 vsize=492668 CPUtime=1.54 cores=6
/proc/1873/stat : 1873 (TNM) R 1870 1870 1071 0 -1 4202496 20258 0 0 0 152 2 0 0 25 0 1 0 875113604 504492032 20155 33554432000 134512640 134534564 4288483744 18446744073709551615 134529953 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1873/statm: 123167 20155 95 6 0 121833 0
[pid=1874] ppid=1870 vsize=42212 CPUtime=3.09 cores=2
/proc/1874/stat : 1874 (lingeling) R 1870 1870 1071 0 -1 4202496 21520 0 0 0 306 3 0 0 25 0 1 0 875113605 43225088 9719 33554432000 4194304 4352236 140737108245344 18446744073709551615 4211701 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1874/statm: 10553 9719 125 39 0 9633 0
[pid=1875] ppid=1870 vsize=128996 CPUtime=1.53 cores=6
/proc/1875/stat : 1875 (march_hi) R 1870 1870 1071 0 -1 4202496 64690 0 0 0 145 8 0 0 25 0 1 0 875113605 132091904 23072 33554432000 4194304 4331988 140736434819840 18446744073709551615 212436042858 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1875/statm: 32249 23072 140 34 0 30691 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 944464

[startup+6.30047 s]
/proc/loadavg: 10.32 10.04 8.36 12/188 1876
/proc/meminfo: memFree=31446388/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
[pid=1871] ppid=1870 vsize=226084 CPUtime=6.28 cores=0
/proc/1871/stat : 1871 (cryptominisat) R 1870 1870 1071 0 -1 4202496 48055 0 0 0 622 6 0 0 25 0 1 0 875113604 231510016 43283 33554432000 4194304 4587354 140733437847088 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1871/statm: 56521 43283 330 96 0 53083 0
[pid=1872] ppid=1870 vsize=129420 CPUtime=6.29 cores=4
/proc/1872/stat : 1872 (clasp) R 1870 1870 1071 0 -1 4202496 36925 0 0 0 625 4 0 0 25 0 1 0 875113604 132526080 28835 33554432000 4194304 4785740 140736478700912 18446744073709551615 4319116 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1872/statm: 32355 28835 340 145 0 29400 0
[pid=1873] ppid=1870 vsize=492668 CPUtime=3.14 cores=6
/proc/1873/stat : 1873 (TNM) R 1870 1870 1071 0 -1 4202496 20258 0 0 0 311 3 0 0 25 0 1 0 875113604 504492032 20155 33554432000 134512640 134534564 4288483744 18446744073709551615 134529352 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1873/statm: 123167 20155 95 6 0 121833 0
[pid=1874] ppid=1870 vsize=77848 CPUtime=6.28 cores=2
/proc/1874/stat : 1874 (lingeling) R 1870 1870 1071 0 -1 4202496 29406 0 0 0 624 4 0 0 25 0 1 0 875113605 79716352 17605 33554432000 4194304 4352236 140737108245344 18446744073709551615 4310016 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1874/statm: 19462 17605 125 39 0 18542 0
[pid=1875] ppid=1870 vsize=113472 CPUtime=3.11 cores=6
/proc/1875/stat : 1875 (march_hi) R 1870 1870 1071 0 -1 4202496 121340 0 0 0 296 15 0 0 25 0 1 0 875113605 116195328 21252 33554432000 4194304 4331988 140736434819840 18446744073709551615 4261831 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1875/statm: 28368 21252 144 34 0 26810 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1057816

[startup+12.7013 s]
/proc/loadavg: 10.30 10.04 8.37 12/188 1876
/proc/meminfo: memFree=31274536/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
[pid=1871] ppid=1870 vsize=226084 CPUtime=12.69 cores=0
/proc/1871/stat : 1871 (cryptominisat) R 1870 1870 1071 0 -1 4202496 48442 0 0 0 1262 7 0 0 25 0 1 0 875113604 231510016 43661 33554432000 4194304 4587354 140733437847088 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1871/statm: 56521 43661 330 96 0 53083 0
[pid=1872] ppid=1870 vsize=129420 CPUtime=12.68 cores=4
/proc/1872/stat : 1872 (clasp) R 1870 1870 1071 0 -1 4202496 36925 0 0 0 1264 4 0 0 25 0 1 0 875113604 132526080 28835 33554432000 4194304 4785740 140736478700912 18446744073709551615 4545831 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1872/statm: 32355 28835 340 145 0 29400 0
[pid=1873] ppid=1870 vsize=492668 CPUtime=6.31 cores=6
/proc/1873/stat : 1873 (TNM) R 1870 1870 1071 0 -1 4202496 20258 0 0 0 628 3 0 0 25 0 1 0 875113604 504492032 20155 33554432000 134512640 134534564 4288483744 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1873/statm: 123167 20155 95 6 0 121833 0
[pid=1874] ppid=1870 vsize=69056 CPUtime=12.68 cores=2
/proc/1874/stat : 1874 (lingeling) R 1870 1870 1071 0 -1 4202496 33505 0 0 0 1263 5 0 0 25 0 1 0 875113605 70713344 15409 33554432000 4194304 4352236 140737108245344 18446744073709551615 4303166 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1874/statm: 17264 15409 127 39 0 16344 0
[pid=1875] ppid=1870 vsize=382636 CPUtime=6.31 cores=6
/proc/1875/stat : 1875 (march_hi) R 1870 1870 1071 0 -1 4202496 196072 0 0 0 608 23 0 0 25 0 1 0 875113605 391819264 69118 33554432000 4194304 4331988 140736434819840 18446744073709551615 4229599 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1875/statm: 95659 69118 173 34 0 94101 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1318188

[startup+25.5068 s]
/proc/loadavg: 10.32 10.06 8.39 12/188 1876
/proc/meminfo: memFree=31175308/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
[pid=1871] ppid=1870 vsize=226084 CPUtime=25.5 cores=0
/proc/1871/stat : 1871 (cryptominisat) R 1870 1870 1071 0 -1 4202496 51102 0 0 0 2542 8 0 0 25 0 1 0 875113604 231510016 46143 33554432000 4194304 4587354 140733437847088 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1871/statm: 56521 46143 336 96 0 53083 0
[pid=1872] ppid=1870 vsize=130896 CPUtime=25.49 cores=4
/proc/1872/stat : 1872 (clasp) R 1870 1870 1071 0 -1 4202496 37384 0 0 0 2545 4 0 0 25 0 1 0 875113604 134037504 29294 33554432000 4194304 4785740 140736478700912 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1872/statm: 32724 29294 340 145 0 29769 0
[pid=1873] ppid=1870 vsize=492668 CPUtime=12.65 cores=6
/proc/1873/stat : 1873 (TNM) R 1870 1870 1071 0 -1 4202496 20258 0 0 0 1262 3 0 0 25 0 1 0 875113604 504492032 20155 33554432000 134512640 134534564 4288483744 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1873/statm: 123167 20155 95 6 0 121833 0
[pid=1874] ppid=1870 vsize=69028 CPUtime=25.49 cores=2
/proc/1874/stat : 1874 (lingeling) R 1870 1870 1071 0 -1 4202496 33505 0 0 0 2544 5 0 0 25 0 1 0 875113605 70684672 15402 33554432000 4194304 4352236 140737108245344 18446744073709551615 4261144 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1874/statm: 17257 15402 127 39 0 16337 0
[pid=1875] ppid=1870 vsize=390696 CPUtime=12.7 cores=6
/proc/1875/stat : 1875 (march_hi) R 1870 1870 1071 0 -1 4202496 213026 0 0 0 1246 24 0 0 25 0 1 0 875113605 400072704 86072 33554432000 4194304 4331988 140736434819840 18446744073709551615 4299865 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1875/statm: 97674 86072 173 34 0 96116 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 1327696

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

[startup+25.7008 s]
/proc/loadavg: 10.32 10.06 8.39 12/188 1876
/proc/meminfo: memFree=31175308/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
[pid=1871] ppid=1870 vsize=226084 CPUtime=25.69 cores=0
/proc/1871/stat : 1871 (cryptominisat) R 1870 1870 1071 0 -1 4202496 51115 0 0 0 2561 8 0 0 25 0 1 0 875113604 231510016 46155 33554432000 4194304 4587354 140733437847088 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1871/statm: 56521 46155 336 96 0 53083 0
[pid=1872] ppid=1870 vsize=131300 CPUtime=25.68 cores=4
/proc/1872/stat : 1872 (clasp) R 1870 1870 1071 0 -1 4202496 37475 0 0 0 2564 4 0 0 25 0 1 0 875113604 134451200 29385 33554432000 4194304 4785740 140736478700912 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1872/statm: 32825 29385 340 145 0 29870 0
[pid=1873] ppid=1870 vsize=492668 CPUtime=12.74 cores=6
/proc/1873/stat : 1873 (TNM) R 1870 1870 1071 0 -1 4202496 20258 0 0 0 1271 3 0 0 25 0 1 0 875113604 504492032 20155 33554432000 134512640 134534564 4288483744 18446744073709551615 134525904 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1873/statm: 123167 20155 95 6 0 121833 0
[pid=1874] ppid=1870 vsize=69028 CPUtime=25.68 cores=2
/proc/1874/stat : 1874 (lingeling) R 1870 1870 1071 0 -1 4202496 33505 0 0 0 2563 5 0 0 25 0 1 0 875113605 70684672 15402 33554432000 4194304 4352236 140737108245344 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1874/statm: 17257 15402 127 39 0 16337 0
[pid=1875] ppid=1870 vsize=390696 CPUtime=12.8 cores=6
/proc/1875/stat : 1875 (march_hi) R 1870 1870 1071 0 -1 4202496 213026 0 0 0 1256 24 0 0 25 0 1 0 875113605 400072704 86072 33554432000 4194304 4331988 140736434819840 18446744073709551615 4299872 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1875/statm: 97674 86072 173 34 0 96116 0
Current children cumulated CPU time (s) 102.59
Current children cumulated vsize (KiB) 1328100

[startup+32.1066 s]
/proc/loadavg: 10.35 10.07 8.41 12/188 1877
/proc/meminfo: memFree=31173216/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
[pid=1871] ppid=1870 vsize=226084 CPUtime=32.1 cores=0
/proc/1871/stat : 1871 (cryptominisat) R 1870 1870 1071 0 -1 4202496 51299 0 0 0 3202 8 0 0 25 0 1 0 875113604 231510016 46326 33554432000 4194304 4587354 140733437847088 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1871/statm: 56521 46326 336 96 0 53083 0
[pid=1872] ppid=1870 vsize=133928 CPUtime=32.09 cores=4
/proc/1872/stat : 1872 (clasp) R 1870 1870 1071 0 -1 4202496 38147 0 0 0 3205 4 0 0 25 0 1 0 875113604 137142272 30057 33554432000 4194304 4785740 140736478700912 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1872/statm: 33482 30057 340 145 0 30527 0
[pid=1873] ppid=1870 vsize=492668 CPUtime=15.94 cores=6
/proc/1873/stat : 1873 (TNM) R 1870 1870 1071 0 -1 4202496 20258 0 0 0 1591 3 0 0 25 0 1 0 875113604 504492032 20155 33554432000 134512640 134534564 4288483744 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1873/statm: 123167 20155 95 6 0 121833 0
[pid=1874] ppid=1870 vsize=69028 CPUtime=32.09 cores=2
/proc/1874/stat : 1874 (lingeling) R 1870 1870 1071 0 -1 4202496 33505 0 0 0 3204 5 0 0 25 0 1 0 875113605 70684672 15402 33554432000 4194304 4352236 140737108245344 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1874/statm: 17257 15402 127 39 0 16337 0
[pid=1875] ppid=1870 vsize=390696 CPUtime=15.97 cores=6
/proc/1875/stat : 1875 (march_hi) R 1870 1870 1071 0 -1 4202496 213041 0 0 0 1573 24 0 0 25 0 1 0 875113605 400072704 86087 33554432000 4194304 4331988 140736434819840 18446744073709551615 4228963 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1875/statm: 97674 86087 173 34 0 96116 0
Current children cumulated CPU time (s) 128.19
Current children cumulated vsize (KiB) 1330728

[startup+38.5004 s]
/proc/loadavg: 10.32 10.07 8.42 11/188 1877
/proc/meminfo: memFree=31164780/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
[pid=1871] ppid=1870 vsize=226084 CPUtime=38.49 cores=0
/proc/1871/stat : 1871 (cryptominisat) R 1870 1870 1071 0 -1 4202496 51814 0 0 0 3841 8 0 0 25 0 1 0 875113604 231510016 46812 33554432000 4194304 4587354 140733437847088 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1871/statm: 56521 46812 336 96 0 53083 0
[pid=1872] ppid=1870 vsize=134728 CPUtime=38.48 cores=4
/proc/1872/stat : 1872 (clasp) R 1870 1870 1071 0 -1 4202496 38348 0 0 0 3844 4 0 0 25 0 1 0 875113604 137961472 30258 33554432000 4194304 4785740 140736478700912 18446744073709551615 4545881 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1872/statm: 33682 30258 340 145 0 30727 0
[pid=1873] ppid=1870 vsize=492668 CPUtime=19.14 cores=6
/proc/1873/stat : 1873 (TNM) R 1870 1870 1071 0 -1 4202496 20258 0 0 0 1911 3 0 0 25 0 1 0 875113604 504492032 20155 33554432000 134512640 134534564 4288483744 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1873/statm: 123167 20155 95 6 0 121833 0
[pid=1874] ppid=1870 vsize=69028 CPUtime=38.48 cores=2
/proc/1874/stat : 1874 (lingeling) R 1870 1870 1071 0 -1 4202496 33505 0 0 0 3843 5 0 0 25 0 1 0 875113605 70684672 15402 33554432000 4194304 4352236 140737108245344 18446744073709551615 4302202 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1874/statm: 17257 15402 127 39 0 16337 0
[pid=1875] ppid=1870 vsize=390828 CPUtime=19.14 cores=6
/proc/1875/stat : 1875 (march_hi) R 1870 1870 1071 0 -1 4202496 213074 0 0 0 1890 24 0 0 25 0 1 0 875113605 400207872 86120 33554432000 4194304 4331988 140736434819840 18446744073709551615 4228871 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1875/statm: 97707 86120 173 34 0 96149 0
Current children cumulated CPU time (s) 153.73
Current children cumulated vsize (KiB) 1331660

[startup+40.1011 s]
/proc/loadavg: 10.32 10.07 8.42 12/188 1877
/proc/meminfo: memFree=31162040/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
[pid=1871] ppid=1870 vsize=226084 CPUtime=40.09 cores=0
/proc/1871/stat : 1871 (cryptominisat) R 1870 1870 1071 0 -1 4202496 52023 0 0 0 4001 8 0 0 25 0 1 0 875113604 231510016 47014 33554432000 4194304 4587354 140733437847088 18446744073709551615 4241092 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1871/statm: 56521 47014 336 96 0 53083 0
[pid=1872] ppid=1870 vsize=134728 CPUtime=40.08 cores=4
/proc/1872/stat : 1872 (clasp) R 1870 1870 1071 0 -1 4202496 38348 0 0 0 4004 4 0 0 25 0 1 0 875113604 137961472 30258 33554432000 4194304 4785740 140736478700912 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1872/statm: 33682 30258 340 145 0 30727 0
[pid=1873] ppid=1870 vsize=492668 CPUtime=19.94 cores=6
/proc/1873/stat : 1873 (TNM) R 1870 1870 1071 0 -1 4202496 20258 0 0 0 1991 3 0 0 25 0 1 0 875113604 504492032 20155 33554432000 134512640 134534564 4288483744 18446744073709551615 134525871 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1873/statm: 123167 20155 95 6 0 121833 0
[pid=1874] ppid=1870 vsize=69024 CPUtime=40.08 cores=2
/proc/1874/stat : 1874 (lingeling) R 1870 1870 1071 0 -1 4202496 33505 0 0 0 4003 5 0 0 25 0 1 0 875113605 70680576 15401 33554432000 4194304 4352236 140737108245344 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1874/statm: 17256 15401 127 39 0 16336 0
[pid=1875] ppid=1870 vsize=390828 CPUtime=19.93 cores=6
/proc/1875/stat : 1875 (march_hi) R 1870 1870 1071 0 -1 4202496 213081 0 0 0 1969 24 0 0 25 0 1 0 875113605 400207872 86127 33554432000 4194304 4331988 140736434819840 18446744073709551615 4229017 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1875/statm: 97707 86127 173 34 0 96149 0
Current children cumulated CPU time (s) 160.12
Current children cumulated vsize (KiB) 1331656

[startup+41.7008 s]
/proc/loadavg: 10.29 10.07 8.43 12/188 1877
/proc/meminfo: memFree=31160428/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
[pid=1871] ppid=1870 vsize=226084 CPUtime=41.69 cores=0
/proc/1871/stat : 1871 (cryptominisat) R 1870 1870 1071 0 -1 4202496 52289 0 0 0 4161 8 0 0 25 0 1 0 875113604 231510016 47267 33554432000 4194304 4587354 140733437847088 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1871/statm: 56521 47267 336 96 0 53083 0
[pid=1872] ppid=1870 vsize=134728 CPUtime=41.68 cores=4
/proc/1872/stat : 1872 (clasp) R 1870 1870 1071 0 -1 4202496 38348 0 0 0 4164 4 0 0 25 0 1 0 875113604 137961472 30258 33554432000 4194304 4785740 140736478700912 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1872/statm: 33682 30258 340 145 0 30727 0
[pid=1873] ppid=1870 vsize=492668 CPUtime=20.74 cores=6
/proc/1873/stat : 1873 (TNM) R 1870 1870 1071 0 -1 4202496 20258 0 0 0 2071 3 0 0 25 0 1 0 875113604 504492032 20155 33554432000 134512640 134534564 4288483744 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1873/statm: 123167 20155 95 6 0 121833 0
[pid=1874] ppid=1870 vsize=69024 CPUtime=41.68 cores=2
/proc/1874/stat : 1874 (lingeling) R 1870 1870 1071 0 -1 4202496 33505 0 0 0 4163 5 0 0 25 0 1 0 875113605 70680576 15401 33554432000 4194304 4352236 140737108245344 18446744073709551615 4235920 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1874/statm: 17256 15401 127 39 0 16336 0
[pid=1875] ppid=1870 vsize=390828 CPUtime=20.72 cores=6
/proc/1875/stat : 1875 (march_hi) R 1870 1870 1071 0 -1 4202496 213087 0 0 0 2048 24 0 0 25 0 1 0 875113605 400207872 86133 33554432000 4194304 4331988 140736434819840 18446744073709551615 4228901 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1875/statm: 97707 86133 173 34 0 96149 0
Current children cumulated CPU time (s) 166.51
Current children cumulated vsize (KiB) 1331656

[startup+42.1007 s]
/proc/loadavg: 10.29 10.07 8.43 12/188 1877
/proc/meminfo: memFree=31156704/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
[pid=1871] ppid=1870 vsize=226084 CPUtime=42.09 cores=0
/proc/1871/stat : 1871 (cryptominisat) R 1870 1870 1071 0 -1 4202496 52334 0 0 0 4201 8 0 0 25 0 1 0 875113604 231510016 47312 33554432000 4194304 4587354 140733437847088 18446744073709551615 4239037 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1871/statm: 56521 47312 336 96 0 53083 0
[pid=1872] ppid=1870 vsize=134728 CPUtime=42.08 cores=4
/proc/1872/stat : 1872 (clasp) R 1870 1870 1071 0 -1 4202496 38348 0 0 0 4204 4 0 0 25 0 1 0 875113604 137961472 30258 33554432000 4194304 4785740 140736478700912 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1872/statm: 33682 30258 340 145 0 30727 0
[pid=1873] ppid=1870 vsize=492668 CPUtime=20.94 cores=6
/proc/1873/stat : 1873 (TNM) R 1870 1870 1071 0 -1 4202496 20258 0 0 0 2091 3 0 0 25 0 1 0 875113604 504492032 20155 33554432000 134512640 134534564 4288483744 18446744073709551615 134526136 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1873/statm: 123167 20155 95 6 0 121833 0
[pid=1874] ppid=1870 vsize=69024 CPUtime=42.08 cores=2
/proc/1874/stat : 1874 (lingeling) R 1870 1870 1071 0 -1 4202496 33505 0 0 0 4203 5 0 0 25 0 1 0 875113605 70680576 15401 33554432000 4194304 4352236 140737108245344 18446744073709551615 4231316 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1874/statm: 17256 15401 127 39 0 16336 0
[pid=1875] ppid=1870 vsize=390960 CPUtime=20.91 cores=6
/proc/1875/stat : 1875 (march_hi) R 1870 1870 1071 0 -1 4202496 213095 0 0 0 2067 24 0 0 25 0 1 0 875113605 400343040 86141 33554432000 4194304 4331988 140736434819840 18446744073709551615 4263227 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1875/statm: 97740 86141 173 34 0 96182 0
Current children cumulated CPU time (s) 168.1
Current children cumulated vsize (KiB) 1331788

[startup+42.3007 s]
/proc/loadavg: 10.29 10.07 8.43 12/188 1877
/proc/meminfo: memFree=31156704/32951124 swapFree=67050508/67111528
[pid=1870] ppid=1868 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (ppfolio) S 1868 1870 1071 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875113604 18763776 389 33554432000 4194304 4287625 140737264704464 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 4 0 0 0
/proc/1870/statm: 4581 389 341 23 0 91 0
[pid=1871] ppid=1870 vsize=226084 CPUtime=42.29 cores=0
/proc/1871/stat : 1871 (cryptominisat) R 1870 1870 1071 0 -1 4202496 52362 0 0 0 4221 8 0 0 25 0 1 0 875113604 231510016 47338 33554432000 4194304 4587354 140733437847088 18446744073709551615 4244156 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1871/statm: 56521 47338 336 96 0 53083 0
[pid=1872] ppid=1870 vsize=134728 CPUtime=42.28 cores=4
/proc/1872/stat : 1872 (clasp) R 1870 1870 1071 0 -1 4202496 38348 0 0 0 4224 4 0 0 25 0 1 0 875113604 137961472 30258 33554432000 4194304 4785740 140736478700912 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1872/statm: 33682 30258 340 145 0 30727 0
[pid=1873] ppid=1870 vsize=492668 CPUtime=21.04 cores=6
/proc/1873/stat : 1873 (TNM) R 1870 1870 1071 0 -1 4202496 20258 0 0 0 2101 3 0 0 25 0 1 0 875113604 504492032 20155 33554432000 134512640 134534564 4288483744 18446744073709551615 134526037 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1873/statm: 123167 20155 95 6 0 121833 0
[pid=1874] ppid=1870 vsize=69024 CPUtime=42.28 cores=2
/proc/1874/stat : 1874 (lingeling) R 1870 1870 1071 0 -1 4202496 33505 0 0 0 4223 5 0 0 25 0 1 0 875113605 70680576 15401 33554432000 4194304 4352236 140737108245344 18446744073709551615 4328059 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1874/statm: 17256 15401 127 39 0 16336 0
[pid=1875] ppid=1870 vsize=390960 CPUtime=21.01 cores=6
/proc/1875/stat : 1875 (march_hi) R 1870 1870 1071 0 -1 4202496 213095 0 0 0 2077 24 0 0 25 0 1 0 875113605 400343040 86141 33554432000 4194304 4331988 140736434819840 18446744073709551615 4229042 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1875/statm: 97740 86141 173 34 0 96182 0
Current children cumulated CPU time (s) 168.9
Current children cumulated vsize (KiB) 1331788

Child status: 0
Real time (s): 42.3919
CPU time (s): 169.281
CPU user time (s): 168.765
CPU system time (s): 0.515921
CPU usage (%): 399.325
Max. virtual memory (cumulated for all children) (KiB): 1341848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.765
system time used= 0.515921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358114
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= 127
involuntary context switches= 1267

runsolver used 0.06399 second user time and 0.170974 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-09 17:58:32
IDJOB=3293492
IDBENCH=88143
IDSOLVER=1612
FILE ID=node102/3293492-1307635112
RUNJOBID= node102-1307633278-1089
PBS_JOBID= 13549389
Free space on /tmp= 74180 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/manolios/c10idw_i.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293492-1307635112/watcher-3293492-1307635112 -o /tmp/evaluation-result-3293492-1307635112/solver-3293492-1307635112 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3293492-1307635112.cnf

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

MD5SUM BENCH= c139a321e75833c70af36726562b66de
RANDOM SEED=409046005

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31961328 kB
Buffers:        204688 kB
Cached:         474108 kB
SwapCached:      25184 kB
Active:         435296 kB
Inactive:       349944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31961328 kB
SwapTotal:    67111528 kB
SwapFree:     67050508 kB
Dirty:           20224 kB
Writeback:           0 kB
AnonPages:      103792 kB
Mapped:          10868 kB
Slab:           140092 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3064652 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= 74172 MiB
End job on node102 at 2011-06-09 17:59:15