Trace number 3249631

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio par? (TO) 4800.26 1201.71

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x40.cnf
MD5SUM3a7a68cedc6ab84c0df9c27d166b0b6b
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 variables960
Number of clauses48480
Sum of the clauses size191040
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21440
Number of clauses of size 30
Number of clauses of size 447040
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3249631-1304084381/watcher-3249631-1304084381 -o /tmp/evaluation-result-3249631-1304084381/solver-3249631-1304084381 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3249631-1304084381.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 9.76 10.07 9.72 6/182 688
/proc/meminfo: memFree=31198696/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18188 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) R 686 688 32278 0 -1 4194304 351 0 0 0 0 0 0 0 25 0 1 0 520036850 18624512 287 33554432000 4194304 4287625 140736001634304 18446744073709551615 47132867075824 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/688/statm: 4547 296 252 23 0 57 0

[startup+0.0673619 s]
/proc/loadavg: 9.76 10.07 9.72 6/182 688
/proc/meminfo: memFree=31198696/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100358 s]
/proc/loadavg: 9.76 10.07 9.72 6/182 688
/proc/meminfo: memFree=31198696/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300324 s]
/proc/loadavg: 9.76 10.07 9.72 6/182 688
/proc/meminfo: memFree=31198696/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700253 s]
/proc/loadavg: 9.76 10.07 9.72 6/182 688
/proc/meminfo: memFree=31198696/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50111 s]
/proc/loadavg: 9.76 10.07 9.72 12/188 694
/proc/meminfo: memFree=31150032/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
[pid=689] ppid=688 vsize=1949372 CPUtime=1.49 cores=1
/proc/689/stat : 689 (cryptominisat) R 688 688 32278 0 -1 4202496 10699 0 0 0 147 2 0 0 25 0 1 0 520036851 1996156928 5669 33554432000 4194304 4587354 140736281915568 18446744073709551615 4364904 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/689/statm: 487343 5669 337 96 0 483905 0
[pid=690] ppid=688 vsize=27156 CPUtime=1.49 cores=5
/proc/690/stat : 690 (clasp) R 688 688 32278 0 -1 4202496 4488 0 0 0 149 0 0 0 25 0 1 0 520036851 27807744 4106 33554432000 4194304 4785740 140733801079136 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/690/statm: 6789 4106 340 145 0 3834 0
[pid=691] ppid=688 vsize=460316 CPUtime=0.77 cores=7
/proc/691/stat : 691 (TNM) R 688 688 32278 0 -1 4202496 1874 0 0 0 77 0 0 0 25 0 1 0 520036851 471363584 1771 33554432000 134512640 134534564 4287240592 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/691/statm: 115079 1771 95 6 0 113745 0
[pid=692] ppid=688 vsize=10140 CPUtime=1.49 cores=3
/proc/692/stat : 692 (lingeling) R 688 688 32278 0 -1 4202496 2488 0 0 0 149 0 0 0 25 0 1 0 520036851 10383360 1697 33554432000 4194304 4352236 140734883795552 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/692/statm: 2535 1697 127 39 0 1615 0
[pid=693] ppid=688 vsize=18400 CPUtime=0.7 cores=7
/proc/693/stat : 693 (march_hi) R 688 688 32278 0 -1 4202496 6823 0 0 0 69 1 0 0 25 0 1 0 520036851 18841600 2067 33554432000 4194304 4331988 140737037264992 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/693/statm: 4600 2067 169 34 0 3042 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 2483708

[startup+3.10083 s]
/proc/loadavg: 9.76 10.07 9.72 12/188 694
/proc/meminfo: memFree=31136140/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
[pid=689] ppid=688 vsize=1962304 CPUtime=3.08 cores=1
/proc/689/stat : 689 (cryptominisat) R 688 688 32278 0 -1 4202496 15792 0 0 0 306 2 0 0 25 0 1 0 520036851 2009399296 8963 33554432000 4194304 4587354 140736281915568 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/689/statm: 490576 8963 337 96 0 487138 0
[pid=690] ppid=688 vsize=31560 CPUtime=3.08 cores=5
/proc/690/stat : 690 (clasp) R 688 688 32278 0 -1 4202496 5554 0 0 0 308 0 0 0 25 0 1 0 520036851 32317440 5172 33554432000 4194304 4785740 140733801079136 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/690/statm: 7890 5172 340 145 0 4935 0
[pid=691] ppid=688 vsize=460316 CPUtime=1.56 cores=7
/proc/691/stat : 691 (TNM) R 688 688 32278 0 -1 4202496 1874 0 0 0 156 0 0 0 25 0 1 0 520036851 471363584 1771 33554432000 134512640 134534564 4287240592 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/691/statm: 115079 1771 95 6 0 113745 0
[pid=692] ppid=688 vsize=11260 CPUtime=3.09 cores=3
/proc/692/stat : 692 (lingeling) R 688 688 32278 0 -1 4202496 2786 0 0 0 309 0 0 0 25 0 1 0 520036851 11530240 1995 33554432000 4194304 4352236 140734883795552 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/692/statm: 2815 1995 127 39 0 1895 0
[pid=693] ppid=688 vsize=18400 CPUtime=1.5 cores=7
/proc/693/stat : 693 (march_hi) R 688 688 32278 0 -1 4202496 7026 0 0 0 149 1 0 0 25 0 1 0 520036851 18841600 2270 33554432000 4194304 4331988 140737037264992 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/693/statm: 4600 2270 173 34 0 3042 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 2502164

[startup+6.30127 s]
/proc/loadavg: 9.78 10.06 9.72 11/188 694
/proc/meminfo: memFree=31097684/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
[pid=689] ppid=688 vsize=1966716 CPUtime=6.29 cores=1
/proc/689/stat : 689 (cryptominisat) R 688 688 32278 0 -1 4202496 18223 0 0 0 626 3 0 0 25 0 1 0 520036851 2013917184 9680 33554432000 4194304 4587354 140736281915568 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/689/statm: 491679 9680 337 96 0 488241 0
[pid=690] ppid=688 vsize=38160 CPUtime=6.29 cores=5
/proc/690/stat : 690 (clasp) R 688 688 32278 0 -1 4202496 7135 0 0 0 628 1 0 0 25 0 1 0 520036851 39075840 6753 33554432000 4194304 4785740 140733801079136 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/690/statm: 9540 6753 340 145 0 6585 0
[pid=691] ppid=688 vsize=460316 CPUtime=3.14 cores=7
/proc/691/stat : 691 (TNM) R 688 688 32278 0 -1 4202496 1874 0 0 0 314 0 0 0 25 0 1 0 520036851 471363584 1771 33554432000 134512640 134534564 4287240592 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/691/statm: 115079 1771 95 6 0 113745 0
[pid=692] ppid=688 vsize=11524 CPUtime=6.29 cores=3
/proc/692/stat : 692 (lingeling) R 688 688 32278 0 -1 4202496 3108 0 0 0 629 0 0 0 25 0 1 0 520036851 11800576 2061 33554432000 4194304 4352236 140734883795552 18446744073709551615 4328151 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/692/statm: 2881 2061 127 39 0 1961 0
[pid=693] ppid=688 vsize=18400 CPUtime=3.1 cores=7
/proc/693/stat : 693 (march_hi) R 688 688 32278 0 -1 4202496 7026 0 0 0 309 1 0 0 25 0 1 0 520036851 18841600 2270 33554432000 4194304 4331988 140737037264992 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/693/statm: 4600 2270 173 34 0 3042 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 2513440

[startup+12.7011 s]
/proc/loadavg: 9.79 10.06 9.72 11/188 694
/proc/meminfo: memFree=31131780/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
[pid=689] ppid=688 vsize=1975812 CPUtime=12.69 cores=1
/proc/689/stat : 689 (cryptominisat) R 688 688 32278 0 -1 4202496 29085 0 0 0 1265 4 0 0 25 0 1 0 520036851 2023231488 14179 33554432000 4194304 4587354 140736281915568 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/689/statm: 493953 14179 337 96 0 490515 0
[pid=690] ppid=688 vsize=45552 CPUtime=12.69 cores=5
/proc/690/stat : 690 (clasp) R 688 688 32278 0 -1 4202496 8893 0 0 0 1268 1 0 0 25 0 1 0 520036851 46645248 8511 33554432000 4194304 4785740 140733801079136 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/690/statm: 11388 8511 340 145 0 8433 0
[pid=691] ppid=688 vsize=460316 CPUtime=6.34 cores=7
/proc/691/stat : 691 (TNM) R 688 688 32278 0 -1 4202496 1874 0 0 0 634 0 0 0 25 0 1 0 520036851 471363584 1771 33554432000 134512640 134534564 4287240592 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/691/statm: 115079 1771 95 6 0 113745 0
[pid=692] ppid=688 vsize=11524 CPUtime=12.69 cores=3
/proc/692/stat : 692 (lingeling) R 688 688 32278 0 -1 4202496 3442 0 0 0 1269 0 0 0 25 0 1 0 520036851 11800576 2043 33554432000 4194304 4352236 140734883795552 18446744073709551615 4328181 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/692/statm: 2881 2043 127 39 0 1961 0
[pid=693] ppid=688 vsize=18400 CPUtime=6.27 cores=7
/proc/693/stat : 693 (march_hi) R 688 688 32278 0 -1 4202496 7026 0 0 0 626 1 0 0 25 0 1 0 520036851 18841600 2270 33554432000 4194304 4331988 140737037264992 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/693/statm: 4600 2270 173 34 0 3042 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2529928

[startup+25.5009 s]
/proc/loadavg: 9.91 10.07 9.73 12/188 695
/proc/meminfo: memFree=31103512/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
[pid=689] ppid=688 vsize=1949556 CPUtime=25.49 cores=1
/proc/689/stat : 689 (cryptominisat) R 688 688 32278 0 -1 4202496 50914 0 0 0 2541 8 0 0 25 0 1 0 520036851 1996345344 5657 33554432000 4194304 4587354 140736281915568 18446744073709551615 4238509 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/689/statm: 487389 5657 337 96 0 483951 0
[pid=690] ppid=688 vsize=51508 CPUtime=25.48 cores=5
/proc/690/stat : 690 (clasp) R 688 688 32278 0 -1 4202496 10261 0 0 0 2547 1 0 0 25 0 1 0 520036851 52744192 9879 33554432000 4194304 4785740 140733801079136 18446744073709551615 4278121 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/690/statm: 12877 9879 340 145 0 9922 0
[pid=691] ppid=688 vsize=460316 CPUtime=12.73 cores=7
/proc/691/stat : 691 (TNM) R 688 688 32278 0 -1 4202496 1874 0 0 0 1273 0 0 0 25 0 1 0 520036851 471363584 1771 33554432000 134512640 134534564 4287240592 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/691/statm: 115079 1771 95 6 0 113745 0
[pid=692] ppid=688 vsize=13832 CPUtime=25.49 cores=3
/proc/692/stat : 692 (lingeling) R 688 688 32278 0 -1 4202496 4805 0 0 0 2549 0 0 0 25 0 1 0 520036851 14163968 2638 33554432000 4194304 4352236 140734883795552 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/692/statm: 3458 2638 127 39 0 2538 0
[pid=693] ppid=688 vsize=20700 CPUtime=12.6 cores=7
/proc/693/stat : 693 (march_hi) R 688 688 32278 0 -1 4202496 7417 0 0 0 1259 1 0 0 25 0 1 0 520036851 21196800 2661 33554432000 4194304 4331988 140737037264992 18446744073709551615 4212277 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/693/statm: 5175 2661 174 34 0 3617 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 2514236

[startup+51.1004 s]
/proc/loadavg: 9.94 10.07 9.74 12/188 696
/proc/meminfo: memFree=31030480/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
[pid=689] ppid=688 vsize=1992760 CPUtime=51.09 cores=1
/proc/689/stat : 689 (cryptominisat) R 688 688 32278 0 -1 4202496 82161 0 0 0 5096 13 0 0 25 0 1 0 520036851 2040586240 18520 33554432000 4194304 4587354 140736281915568 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/689/statm: 498190 18520 337 96 0 494752 0
[pid=690] ppid=688 vsize=67712 CPUtime=51.09 cores=5
/proc/690/stat : 690 (clasp) R 688 688 32278 0 -1 4202496 14027 0 0 0 5106 3 0 0 25 0 1 0 520036851 69337088 13645 33554432000 4194304 4785740 140733801079136 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/690/statm: 16928 13645 340 145 0 13973 0
[pid=691] ppid=688 vsize=460316 CPUtime=25.44 cores=7
/proc/691/stat : 691 (TNM) R 688 688 32278 0 -1 4202496 1874 0 0 0 2544 0 0 0 25 0 1 0 520036851 471363584 1771 33554432000 134512640 134534564 4287240592 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/691/statm: 115079 1771 95 6 0 113745 0
[pid=692] ppid=688 vsize=13068 CPUtime=51.08 cores=3

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

/proc/693/statm: 5894 3158 174 34 0 4336 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 2739904

[startup+1002.3 s]
/proc/loadavg: 9.35 9.87 9.89 10/187 787
/proc/meminfo: memFree=31048492/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
[pid=689] ppid=688 vsize=253048 CPUtime=1002.31 cores=1
/proc/689/stat : 689 (cryptominisat) R 688 688 32278 0 -1 4202496 920628 0 0 0 99994 237 0 0 25 0 1 0 520036851 259121152 37134 33554432000 4194304 4587354 140736281915568 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/689/statm: 63262 37134 337 96 0 59824 0
[pid=690] ppid=688 vsize=160460 CPUtime=1002.3 cores=5
/proc/690/stat : 690 (clasp) R 688 688 32278 0 -1 4202496 35119 0 0 0 100223 7 0 0 25 0 1 0 520036851 164311040 34737 33554432000 4194304 4785740 140733801079136 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/690/statm: 40115 34737 340 145 0 37160 0
[pid=691] ppid=688 vsize=460316 CPUtime=498.46 cores=7
/proc/691/stat : 691 (TNM) R 688 688 32278 0 -1 4202496 1874 0 0 0 49846 0 0 0 25 0 1 0 520036851 471363584 1771 33554432000 134512640 134534564 4287240592 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/691/statm: 115079 1771 95 6 0 113745 0
[pid=692] ppid=688 vsize=25292 CPUtime=1002.31 cores=3
/proc/692/stat : 692 (lingeling) R 688 688 32278 0 -1 4202496 67190 0 0 0 100222 9 0 0 25 0 1 0 520036851 25899008 5485 33554432000 4194304 4352236 140734883795552 18446744073709551615 4328173 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/692/statm: 6323 5485 127 39 0 5403 0
[pid=693] ppid=688 vsize=23576 CPUtime=498.34 cores=7
/proc/693/stat : 693 (march_hi) R 688 688 32278 0 -1 4202496 7914 0 0 0 49833 1 0 0 25 0 1 0 520036851 24141824 3158 33554432000 4194304 4331988 140737037264992 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/693/statm: 5894 3158 174 34 0 4336 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 941016

[startup+1062.3 s]
/proc/loadavg: 9.20 9.72 9.84 10/187 788
/proc/meminfo: memFree=31057116/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
[pid=689] ppid=688 vsize=2050512 CPUtime=1062.31 cores=1
/proc/689/stat : 689 (cryptominisat) R 688 688 32278 0 -1 4202496 960137 0 0 0 105982 249 0 0 25 0 1 0 520036851 2099724288 32349 33554432000 4194304 4587354 140736281915568 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/689/statm: 512628 32349 337 96 0 509190 0
[pid=690] ppid=688 vsize=161528 CPUtime=1062.3 cores=5
/proc/690/stat : 690 (clasp) R 688 688 32278 0 -1 4202496 35349 0 0 0 106223 7 0 0 25 0 1 0 520036851 165404672 34967 33554432000 4194304 4785740 140733801079136 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/690/statm: 40382 34967 340 145 0 37427 0
[pid=691] ppid=688 vsize=460316 CPUtime=528.26 cores=7
/proc/691/stat : 691 (TNM) R 688 688 32278 0 -1 4202496 1874 0 0 0 52826 0 0 0 25 0 1 0 520036851 471363584 1771 33554432000 134512640 134534564 4287240592 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/691/statm: 115079 1771 95 6 0 113745 0
[pid=692] ppid=688 vsize=25548 CPUtime=1062.31 cores=3
/proc/692/stat : 692 (lingeling) R 688 688 32278 0 -1 4202496 72246 0 0 0 106221 10 0 0 25 0 1 0 520036851 26161152 5549 33554432000 4194304 4352236 140734883795552 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/692/statm: 6387 5549 127 39 0 5467 0
[pid=693] ppid=688 vsize=23576 CPUtime=528.22 cores=7
/proc/693/stat : 693 (march_hi) R 688 688 32278 0 -1 4202496 7914 0 0 0 52821 1 0 0 25 0 1 0 520036851 24141824 3158 33554432000 4194304 4331988 140737037264992 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/693/statm: 5894 3158 174 34 0 4336 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 2739804

[startup+1122.3 s]
/proc/loadavg: 9.17 9.62 9.80 10/187 790
/proc/meminfo: memFree=31052076/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
[pid=689] ppid=688 vsize=2023252 CPUtime=1122.31 cores=1
/proc/689/stat : 689 (cryptominisat) R 688 688 32278 0 -1 4202496 995641 0 0 0 111971 260 0 0 25 0 1 0 520036851 2071810048 27044 33554432000 4194304 4587354 140736281915568 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/689/statm: 505813 27044 337 96 0 502375 0
[pid=690] ppid=688 vsize=162456 CPUtime=1122.31 cores=5
/proc/690/stat : 690 (clasp) R 688 688 32278 0 -1 4202496 35599 0 0 0 112223 8 0 0 25 0 1 0 520036851 166354944 35217 33554432000 4194304 4785740 140733801079136 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/690/statm: 40614 35217 340 145 0 37659 0
[pid=691] ppid=688 vsize=460316 CPUtime=558.13 cores=7
/proc/691/stat : 691 (TNM) R 688 688 32278 0 -1 4202496 1874 0 0 0 55813 0 0 0 25 0 1 0 520036851 471363584 1771 33554432000 134512640 134534564 4287240592 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/691/statm: 115079 1771 95 6 0 113745 0
[pid=692] ppid=688 vsize=29644 CPUtime=1122.31 cores=3
/proc/692/stat : 692 (lingeling) R 688 688 32278 0 -1 4202496 74646 0 0 0 112221 10 0 0 25 0 1 0 520036851 30355456 6573 33554432000 4194304 4352236 140734883795552 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/692/statm: 7411 6573 127 39 0 6491 0
[pid=693] ppid=688 vsize=23576 CPUtime=558.02 cores=7
/proc/693/stat : 693 (march_hi) R 688 688 32278 0 -1 4202496 7914 0 0 0 55801 1 0 0 25 0 1 0 520036851 24141824 3158 33554432000 4194304 4331988 140737037264992 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/693/statm: 5894 3158 174 34 0 4336 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 2717568

[startup+1182.3 s]
/proc/loadavg: 9.12 9.52 9.75 10/187 792
/proc/meminfo: memFree=31002024/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
[pid=689] ppid=688 vsize=258736 CPUtime=1182.32 cores=1
/proc/689/stat : 689 (cryptominisat) R 688 688 32278 0 -1 4202496 1037533 0 0 0 117957 275 0 0 25 0 1 0 520036851 264945664 34075 33554432000 4194304 4587354 140736281915568 18446744073709551615 4238622 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/689/statm: 64684 34075 337 96 0 61246 0
[pid=690] ppid=688 vsize=178164 CPUtime=1182.31 cores=5
/proc/690/stat : 690 (clasp) R 688 688 32278 0 -1 4202496 39162 0 0 0 118222 9 0 0 25 0 1 0 520036851 182439936 38780 33554432000 4194304 4785740 140733801079136 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/690/statm: 44541 38780 340 145 0 41586 0
[pid=691] ppid=688 vsize=460316 CPUtime=587.95 cores=7
/proc/691/stat : 691 (TNM) R 688 688 32278 0 -1 4202496 1874 0 0 0 58795 0 0 0 25 0 1 0 520036851 471363584 1771 33554432000 134512640 134534564 4287240592 18446744073709551615 134530329 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/691/statm: 115079 1771 95 6 0 113745 0
[pid=692] ppid=688 vsize=34252 CPUtime=1182.31 cores=3
/proc/692/stat : 692 (lingeling) R 688 688 32278 0 -1 4202496 81686 0 0 0 118220 11 0 0 25 0 1 0 520036851 35074048 7725 33554432000 4194304 4352236 140734883795552 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/692/statm: 8563 7725 127 39 0 7643 0
[pid=693] ppid=688 vsize=23576 CPUtime=587.87 cores=7
/proc/693/stat : 693 (march_hi) R 688 688 32278 0 -1 4202496 7914 0 0 0 58786 1 0 0 25 0 1 0 520036851 24141824 3158 33554432000 4194304 4331988 140737037264992 18446744073709551615 4265477 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/693/statm: 5894 3158 174 34 0 4336 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 973368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.16 9.50 9.74 10/187 792
/proc/meminfo: memFree=31015020/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
[pid=689] ppid=688 vsize=231172 CPUtime=1201.72 cores=1
/proc/689/stat : 689 (cryptominisat) R 688 688 32278 0 -1 4202496 1045040 0 0 0 119893 279 0 0 25 0 1 0 520036851 236720128 29213 33554432000 4194304 4587354 140736281915568 18446744073709551615 235594563270 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/689/statm: 57793 29213 337 96 0 54355 0
[pid=690] ppid=688 vsize=179588 CPUtime=1201.71 cores=5
/proc/690/stat : 690 (clasp) R 688 688 32278 0 -1 4202496 39471 0 0 0 120162 9 0 0 25 0 1 0 520036851 183898112 39089 33554432000 4194304 4785740 140733801079136 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/690/statm: 44897 39089 340 145 0 41942 0
[pid=691] ppid=688 vsize=460316 CPUtime=597.61 cores=7
/proc/691/stat : 691 (TNM) R 688 688 32278 0 -1 4202496 1874 0 0 0 59761 0 0 0 25 0 1 0 520036851 471363584 1771 33554432000 134512640 134534564 4287240592 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/691/statm: 115079 1771 95 6 0 113745 0
[pid=692] ppid=688 vsize=30412 CPUtime=1201.71 cores=3
/proc/692/stat : 692 (lingeling) R 688 688 32278 0 -1 4202496 82774 0 0 0 120160 11 0 0 25 0 1 0 520036851 31141888 6765 33554432000 4194304 4352236 140734883795552 18446744073709551615 4329202 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/692/statm: 7603 6765 127 39 0 6683 0
[pid=693] ppid=688 vsize=23576 CPUtime=597.51 cores=7
/proc/693/stat : 693 (march_hi) R 688 688 32278 0 -1 4202496 7914 0 0 0 59750 1 0 0 25 0 1 0 520036851 24141824 3158 33554432000 4194304 4331988 140737037264992 18446744073709551615 4228222 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/693/statm: 5894 3158 174 34 0 4336 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 943388

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

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

[startup+1201.7 s]
/proc/loadavg: 9.16 9.50 9.74 10/187 792
/proc/meminfo: memFree=31015020/32950928 swapFree=67111404/67111528
[pid=688] ppid=686 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/688/stat : 688 (ppfolio) S 686 688 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520036850 18763776 389 33554432000 4194304 4287625 140736001634304 18446744073709551615 235594886671 0 0 4096 65536 13742048996594024447 0 0 17 3 0 0 0
/proc/688/statm: 4581 389 341 23 0 91 0
[pid=689] ppid=688 vsize=231172 CPUtime=1201.72 cores=1
/proc/689/stat : 689 (cryptominisat) R 688 688 32278 0 -1 4202496 1045040 0 0 0 119893 279 0 0 25 0 1 0 520036851 236720128 29213 33554432000 4194304 4587354 140736281915568 18446744073709551615 235594563270 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/689/statm: 57793 29213 337 96 0 54355 0
[pid=690] ppid=688 vsize=179588 CPUtime=1201.71 cores=5
/proc/690/stat : 690 (clasp) R 688 688 32278 0 -1 4202496 39471 0 0 0 120162 9 0 0 25 0 1 0 520036851 183898112 39089 33554432000 4194304 4785740 140733801079136 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/690/statm: 44897 39089 340 145 0 41942 0
[pid=691] ppid=688 vsize=460316 CPUtime=597.61 cores=7
/proc/691/stat : 691 (TNM) R 688 688 32278 0 -1 4202496 1874 0 0 0 59761 0 0 0 25 0 1 0 520036851 471363584 1771 33554432000 134512640 134534564 4287240592 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/691/statm: 115079 1771 95 6 0 113745 0
[pid=692] ppid=688 vsize=30412 CPUtime=1201.71 cores=3
/proc/692/stat : 692 (lingeling) R 688 688 32278 0 -1 4202496 82774 0 0 0 120160 11 0 0 25 0 1 0 520036851 31141888 6765 33554432000 4194304 4352236 140734883795552 18446744073709551615 4329202 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/692/statm: 7603 6765 127 39 0 6683 0
[pid=693] ppid=688 vsize=23576 CPUtime=597.51 cores=7
/proc/693/stat : 693 (march_hi) R 688 688 32278 0 -1 4202496 7914 0 0 0 59750 1 0 0 25 0 1 0 520036851 24141824 3158 33554432000 4194304 4331988 140737037264992 18446744073709551615 4228222 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/693/statm: 5894 3158 174 34 0 4336 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 943388

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.71
CPU time (s): 4800.26
CPU user time (s): 4797.26
CPU system time (s): 3
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 4648468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.73
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93085
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= 369
involuntary context switches= 37413

runsolver used 1.93571 second user time and 4.6273 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 15:39:41
IDJOB=3249631
IDBENCH=83178
IDSOLVER=1612
FILE ID=node120/3249631-1304084381
RUNJOBID= node120-1304078919-32297
PBS_JOBID= 13170527
Free space on /tmp= 72064 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x40.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249631-1304084381/watcher-3249631-1304084381 -o /tmp/evaluation-result-3249631-1304084381/solver-3249631-1304084381 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3249631-1304084381.cnf

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

MD5SUM BENCH= 3a7a68cedc6ab84c0df9c27d166b0b6b
RANDOM SEED=1029907833

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31198976 kB
Buffers:        465488 kB
Cached:         615764 kB
SwapCached:          8 kB
Active:         664424 kB
Inactive:       727404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31198976 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           10908 kB
Writeback:           0 kB
AnonPages:      310640 kB
Mapped:          16892 kB
Slab:           296188 kB
PageTables:       5632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   918896 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= 72056 MiB
End job on node120 at 2011-04-29 15:59:45