Trace number 3257377

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.19 1201.71

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_11_3_4_cmp.cnf
MD5SUM3b5e80540ef2fcb09cfe50ac7e3686c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.155
Satisfiable
(Un)Satisfiability was proved
Number of variables8713
Number of clauses99699
Sum of the clauses size335345
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210866
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

Solver Data

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

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-3257377-1304033440/watcher-3257377-1304033440 -o /tmp/evaluation-result-3257377-1304033440/solver-3257377-1304033440 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3257377-1304033440.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: 8.81 8.87 8.30 7/182 31809
/proc/meminfo: memFree=19751588/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0

[startup+0.466544 s]
/proc/loadavg: 8.81 8.87 8.30 7/182 31809
/proc/meminfo: memFree=19751588/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500539 s]
/proc/loadavg: 8.81 8.87 8.30 7/182 31809
/proc/meminfo: memFree=19751588/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600521 s]
/proc/loadavg: 8.81 8.87 8.30 7/182 31809
/proc/meminfo: memFree=19751588/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700502 s]
/proc/loadavg: 8.81 8.87 8.30 7/182 31809
/proc/meminfo: memFree=19751588/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50636 s]
/proc/loadavg: 8.81 8.87 8.30 11/188 31816
/proc/meminfo: memFree=19617736/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
[pid=31810] ppid=31809 vsize=43208 CPUtime=1.49 cores=0
/proc/31810/stat : 31810 (cryptominisat) R 31809 31809 31281 0 -1 4202496 8252 0 0 0 149 0 0 0 25 0 1 0 514943812 44244992 6796 33554432000 4194304 4587354 140734207341136 18446744073709551615 4244535 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31810/statm: 10802 6796 326 96 0 7364 0
[pid=31811] ppid=31809 vsize=38720 CPUtime=1.5 cores=4
/proc/31811/stat : 31811 (clasp) R 31809 31809 31281 0 -1 4202496 7842 0 0 0 149 1 0 0 25 0 1 0 514943812 39649280 6975 33554432000 4194304 4785740 140736350316880 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31811/statm: 9680 6975 341 145 0 6725 0
[pid=31812] ppid=31809 vsize=458992 CPUtime=0.74 cores=6
/proc/31812/stat : 31812 (TNM) R 31809 31809 31281 0 -1 4202496 2471 0 0 0 74 0 0 0 25 0 1 0 514943812 470007808 2367 33554432000 134512640 134534564 4289669600 18446744073709551615 134524546 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31812/statm: 114748 2367 91 6 0 113414 0
[pid=31813] ppid=31809 vsize=12032 CPUtime=1.49 cores=2
/proc/31813/stat : 31813 (lingeling) R 31809 31809 31281 0 -1 4202496 3219 0 0 0 149 0 0 0 25 0 1 0 514943812 12320768 1919 33554432000 4194304 4352236 140736605615024 18446744073709551615 4328068 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31813/statm: 3008 1919 126 39 0 2088 0
[pid=31814] ppid=31809 vsize=88784 CPUtime=0.73 cores=6
/proc/31814/stat : 31814 (march_hi) R 31809 31809 31281 0 -1 4202496 26319 0 0 0 71 2 0 0 25 0 1 0 514943812 90914816 17704 33554432000 4194304 4331988 140736152105328 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31814/statm: 22196 17704 151 34 0 20638 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 660060

[startup+3.10108 s]
/proc/loadavg: 8.81 8.87 8.30 11/188 31816
/proc/meminfo: memFree=19530068/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
[pid=31810] ppid=31809 vsize=80712 CPUtime=3.09 cores=0
/proc/31810/stat : 31810 (cryptominisat) R 31809 31809 31281 0 -1 4202496 10367 0 0 0 308 1 0 0 25 0 1 0 514943812 82649088 8902 33554432000 4194304 4587354 140734207341136 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31810/statm: 20178 8902 326 96 0 16740 0
[pid=31811] ppid=31809 vsize=54604 CPUtime=3.08 cores=4
/proc/31811/stat : 31811 (clasp) R 31809 31809 31281 0 -1 4202496 11811 0 0 0 307 1 0 0 25 0 1 0 514943812 55914496 10944 33554432000 4194304 4785740 140736350316880 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31811/statm: 13651 10944 341 145 0 10696 0
[pid=31812] ppid=31809 vsize=468140 CPUtime=1.54 cores=6
/proc/31812/stat : 31812 (TNM) R 31809 31809 31281 0 -1 4202496 4432 0 0 0 154 0 0 0 25 0 1 0 514943812 479375360 4328 33554432000 134512640 134534564 4289669600 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31812/statm: 117035 4328 95 6 0 115701 0
[pid=31813] ppid=31809 vsize=12032 CPUtime=3.09 cores=2
/proc/31813/stat : 31813 (lingeling) R 31809 31809 31281 0 -1 4202496 3219 0 0 0 309 0 0 0 25 0 1 0 514943812 12320768 1919 33554432000 4194304 4352236 140736605615024 18446744073709551615 4327881 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31813/statm: 3008 1919 126 39 0 2088 0
[pid=31814] ppid=31809 vsize=178700 CPUtime=1.53 cores=6
/proc/31814/stat : 31814 (march_hi) R 31809 31809 31281 0 -1 4202496 48773 0 0 0 148 5 0 0 25 0 1 0 514943812 182988800 40158 33554432000 4194304 4331988 140736152105328 18446744073709551615 4271246 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31814/statm: 44675 40158 151 34 0 43117 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 812512

[startup+6.30051 s]
/proc/loadavg: 8.90 8.89 8.31 11/188 31816
/proc/meminfo: memFree=19419088/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
[pid=31810] ppid=31809 vsize=1232784 CPUtime=6.29 cores=0
/proc/31810/stat : 31810 (cryptominisat) R 31809 31809 31281 0 -1 4202496 27458 0 0 0 626 3 0 0 25 0 1 0 514943812 1262370816 21883 33554432000 4194304 4587354 140734207341136 18446744073709551615 4357662 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31810/statm: 308196 21883 338 96 0 304758 0
[pid=31811] ppid=31809 vsize=61792 CPUtime=6.28 cores=4
/proc/31811/stat : 31811 (clasp) R 31809 31809 31281 0 -1 4202496 13555 0 0 0 627 1 0 0 25 0 1 0 514943812 63275008 12688 33554432000 4194304 4785740 140736350316880 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31811/statm: 15448 12688 341 145 0 12493 0
[pid=31812] ppid=31809 vsize=468140 CPUtime=3.14 cores=6
/proc/31812/stat : 31812 (TNM) R 31809 31809 31281 0 -1 4202496 4432 0 0 0 314 0 0 0 25 0 1 0 514943812 479375360 4328 33554432000 134512640 134534564 4289669600 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31812/statm: 117035 4328 95 6 0 115701 0
[pid=31813] ppid=31809 vsize=14516 CPUtime=6.28 cores=2
/proc/31813/stat : 31813 (lingeling) R 31809 31809 31281 0 -1 4202496 4098 0 0 0 628 0 0 0 25 0 1 0 514943812 14864384 2795 33554432000 4194304 4352236 140736605615024 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31813/statm: 3629 2795 126 39 0 2709 0
[pid=31814] ppid=31809 vsize=204792 CPUtime=3.11 cores=6
/proc/31814/stat : 31814 (march_hi) R 31809 31809 31281 0 -1 4202496 87685 0 0 0 301 10 0 0 25 0 1 0 514943812 209707008 44844 33554432000 4194304 4331988 140736152105328 18446744073709551615 237278577004 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31814/statm: 51198 44844 151 34 0 49640 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 2000348

[startup+12.7004 s]
/proc/loadavg: 8.99 8.91 8.32 11/188 31816
/proc/meminfo: memFree=19289636/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
[pid=31810] ppid=31809 vsize=1175440 CPUtime=12.69 cores=0
/proc/31810/stat : 31810 (cryptominisat) R 31809 31809 31281 0 -1 4202496 29581 0 0 0 1265 4 0 0 25 0 1 0 514943812 1203650560 8984 33554432000 4194304 4587354 140734207341136 18446744073709551615 237278576395 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31810/statm: 293860 8984 338 96 0 290422 0
[pid=31811] ppid=31809 vsize=73692 CPUtime=12.69 cores=4
/proc/31811/stat : 31811 (clasp) R 31809 31809 31281 0 -1 4202496 16412 0 0 0 1267 2 0 0 25 0 1 0 514943812 75460608 15545 33554432000 4194304 4785740 140736350316880 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31811/statm: 18423 15545 341 145 0 15468 0
[pid=31812] ppid=31809 vsize=468140 CPUtime=6.31 cores=6
/proc/31812/stat : 31812 (TNM) R 31809 31809 31281 0 -1 4202496 4432 0 0 0 631 0 0 0 25 0 1 0 514943812 479375360 4328 33554432000 134512640 134534564 4289669600 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31812/statm: 117035 4328 95 6 0 115701 0
[pid=31813] ppid=31809 vsize=14516 CPUtime=12.68 cores=2
/proc/31813/stat : 31813 (lingeling) R 31809 31809 31281 0 -1 4202496 4098 0 0 0 1268 0 0 0 25 0 1 0 514943812 14864384 2795 33554432000 4194304 4352236 140736605615024 18446744073709551615 4328441 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31813/statm: 3629 2795 126 39 0 2709 0
[pid=31814] ppid=31809 vsize=508896 CPUtime=6.31 cores=6
/proc/31814/stat : 31814 (march_hi) R 31809 31809 31281 0 -1 4202496 187195 0 0 0 609 22 0 0 25 0 1 0 514943812 521109504 90964 33554432000 4194304 4331988 140736152105328 18446744073709551615 4251649 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31814/statm: 127224 90964 160 34 0 125666 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2259008

[startup+25.5011 s]
/proc/loadavg: 9.21 8.96 8.35 11/188 31816
/proc/meminfo: memFree=19193432/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
[pid=31810] ppid=31809 vsize=1246496 CPUtime=25.49 cores=0
/proc/31810/stat : 31810 (cryptominisat) R 31809 31809 31281 0 -1 4202496 62981 0 0 0 2540 9 0 0 25 0 1 0 514943812 1276411904 22178 33554432000 4194304 4587354 140734207341136 18446744073709551615 4364908 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31810/statm: 311624 22178 338 96 0 308186 0
[pid=31811] ppid=31809 vsize=97384 CPUtime=25.48 cores=4
/proc/31811/stat : 31811 (clasp) R 31809 31809 31281 0 -1 4202496 21985 0 0 0 2545 3 0 0 25 0 1 0 514943812 99721216 21118 33554432000 4194304 4785740 140736350316880 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31811/statm: 24346 21118 341 145 0 21391 0
[pid=31812] ppid=31809 vsize=468140 CPUtime=12.65 cores=6
/proc/31812/stat : 31812 (TNM) R 31809 31809 31281 0 -1 4202496 4432 0 0 0 1265 0 0 0 25 0 1 0 514943812 479375360 4328 33554432000 134512640 134534564 4289669600 18446744073709551615 134529844 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31812/statm: 117035 4328 95 6 0 115701 0
[pid=31813] ppid=31809 vsize=18608 CPUtime=25.48 cores=2
/proc/31813/stat : 31813 (lingeling) R 31809 31809 31281 0 -1 4202496 5122 0 0 0 2548 0 0 0 25 0 1 0 514943812 19054592 3818 33554432000 4194304 4352236 140736605615024 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31813/statm: 4652 3818 126 39 0 3732 0
[pid=31814] ppid=31809 vsize=478300 CPUtime=12.7 cores=6
/proc/31814/stat : 31814 (march_hi) R 31809 31809 31281 0 -1 4202496 227921 0 0 0 1243 27 0 0 25 0 1 0 514943812 489779200 87513 33554432000 4194304 4331988 140736152105328 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31814/statm: 119575 87513 171 34 0 118017 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 2327252

[startup+51.1005 s]
/proc/loadavg: 9.61 9.07 8.40 11/188 31817
/proc/meminfo: memFree=19187656/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
[pid=31810] ppid=31809 vsize=1203556 CPUtime=51.09 cores=0
/proc/31810/stat : 31810 (cryptominisat) R 31809 31809 31281 0 -1 4202496 98607 0 0 0 5093 16 0 0 25 0 1 0 514943812 1232441344 15518 33554432000 4194304 4587354 140734207341136 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31810/statm: 300889 15518 338 96 0 297451 0
[pid=31811] ppid=31809 vsize=111216 CPUtime=51.09 cores=4
/proc/31811/stat : 31811 (clasp) R 31809 31809 31281 0 -1 4202496 25185 0 0 0 5105 4 0 0 25 0 1 0 514943812 113885184 24318 33554432000 4194304 4785740 140736350316880 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31811/statm: 27804 24318 341 145 0 24849 0
[pid=31812] ppid=31809 vsize=468140 CPUtime=25.4 cores=6
/proc/31812/stat : 31812 (TNM) R 31809 31809 31281 0 -1 4202496 4432 0 0 0 2540 0 0 0 25 0 1 0 514943812 479375360 4328 33554432000 134512640 134534564 4289669600 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31812/statm: 117035 4328 95 6 0 115701 0
[pid=31813] ppid=31809 vsize=18968 CPUtime=51.08 cores=2

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

/proc/31814/statm: 119597 93357 175 34 0 118039 0
Current children cumulated CPU time (s) 3764
Current children cumulated vsize (KiB) 2823664

[startup+1002.3 s]
/proc/loadavg: 10.22 10.11 9.50 11/188 31907
/proc/meminfo: memFree=18657948/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
[pid=31810] ppid=31809 vsize=1332352 CPUtime=1002.31 cores=0
/proc/31810/stat : 31810 (cryptominisat) R 31809 31809 31281 0 -1 4202496 611862 0 0 0 100053 178 0 0 25 0 1 0 514943812 1364328448 60084 33554432000 4194304 4587354 140734207341136 18446744073709551615 4231911 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31810/statm: 333088 60084 338 96 0 329650 0
[pid=31811] ppid=31809 vsize=358004 CPUtime=1002.31 cores=4
/proc/31811/stat : 31811 (clasp) R 31809 31809 31281 0 -1 4202496 82204 0 0 0 100216 15 0 0 25 0 1 0 514943812 366596096 81337 33554432000 4194304 4785740 140736350316880 18446744073709551615 4278556 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31811/statm: 89501 81337 341 145 0 86546 0
[pid=31812] ppid=31809 vsize=468140 CPUtime=498.41 cores=6
/proc/31812/stat : 31812 (TNM) R 31809 31809 31281 0 -1 4202496 4432 0 0 0 49841 0 0 0 25 0 1 0 514943812 479375360 4328 33554432000 134512640 134534564 4289669600 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31812/statm: 117035 4328 95 6 0 115701 0
[pid=31813] ppid=31809 vsize=46456 CPUtime=1002.21 cores=2
/proc/31813/stat : 31813 (lingeling) R 31809 31809 31281 0 -1 4202496 19266 0 0 0 100218 3 0 0 25 0 1 0 514943812 47570944 10781 33554432000 4194304 4352236 140736605615024 18446744073709551615 4328395 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31813/statm: 11614 10781 127 39 0 10694 0
[pid=31814] ppid=31809 vsize=478388 CPUtime=498.43 cores=6
/proc/31814/stat : 31814 (march_hi) R 31809 31809 31281 0 -1 4202496 233765 0 0 0 49815 28 0 0 25 0 1 0 514943812 489869312 93357 33554432000 4194304 4331988 140736152105328 18446744073709551615 4298848 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31814/statm: 119597 93357 175 34 0 118039 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 2701664

[startup+1062.3 s]
/proc/loadavg: 10.33 10.15 9.55 11/188 31909
/proc/meminfo: memFree=18642320/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
[pid=31810] ppid=31809 vsize=4325572 CPUtime=1062.3 cores=0
/proc/31810/stat : 31810 (cryptominisat) R 31809 31809 31281 0 -1 4202496 645099 0 0 0 106041 189 0 0 25 0 1 0 514943812 4429385728 58604 33554432000 4194304 4587354 140734207341136 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31810/statm: 1081393 58604 338 96 0 1077955 0
[pid=31811] ppid=31809 vsize=369764 CPUtime=1062.31 cores=4
/proc/31811/stat : 31811 (clasp) R 31809 31809 31281 0 -1 4202496 84824 0 0 0 106215 16 0 0 25 0 1 0 514943812 378638336 83957 33554432000 4194304 4785740 140736350316880 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31811/statm: 92441 83957 341 145 0 89486 0
[pid=31812] ppid=31809 vsize=468140 CPUtime=528.26 cores=6
/proc/31812/stat : 31812 (TNM) R 31809 31809 31281 0 -1 4202496 4432 0 0 0 52826 0 0 0 25 0 1 0 514943812 479375360 4328 33554432000 134512640 134534564 4289669600 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31812/statm: 117035 4328 95 6 0 115701 0
[pid=31813] ppid=31809 vsize=39800 CPUtime=1062.2 cores=2
/proc/31813/stat : 31813 (lingeling) R 31809 31809 31281 0 -1 4202496 21314 0 0 0 106217 3 0 0 25 0 1 0 514943812 40755200 9149 33554432000 4194304 4352236 140736605615024 18446744073709551615 4231006 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31813/statm: 9950 9149 127 39 0 9030 0
[pid=31814] ppid=31809 vsize=478388 CPUtime=528.25 cores=6
/proc/31814/stat : 31814 (march_hi) R 31809 31809 31281 0 -1 4202496 233765 0 0 0 52797 28 0 0 25 0 1 0 514943812 489869312 93357 33554432000 4194304 4331988 140736152105328 18446744073709551615 4298603 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31814/statm: 119597 93357 175 34 0 118039 0
Current children cumulated CPU time (s) 4243.32
Current children cumulated vsize (KiB) 5699988

[startup+1122.3 s]
/proc/loadavg: 10.17 10.13 9.58 11/188 31910
/proc/meminfo: memFree=18642320/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
[pid=31810] ppid=31809 vsize=4325572 CPUtime=1122.31 cores=0
/proc/31810/stat : 31810 (cryptominisat) R 31809 31809 31281 0 -1 4202496 677689 0 0 0 112030 201 0 0 25 0 1 0 514943812 4429385728 50747 33554432000 4194304 4587354 140734207341136 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31810/statm: 1081393 50747 338 96 0 1077955 0
[pid=31811] ppid=31809 vsize=375656 CPUtime=1122.32 cores=4
/proc/31811/stat : 31811 (clasp) R 31809 31809 31281 0 -1 4202496 86235 0 0 0 112216 16 0 0 25 0 1 0 514943812 384671744 85368 33554432000 4194304 4785740 140736350316880 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31811/statm: 93914 85368 341 145 0 90959 0
[pid=31812] ppid=31809 vsize=468140 CPUtime=558.07 cores=6
/proc/31812/stat : 31812 (TNM) R 31809 31809 31281 0 -1 4202496 4432 0 0 0 55807 0 0 0 25 0 1 0 514943812 479375360 4328 33554432000 134512640 134534564 4289669600 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31812/statm: 117035 4328 95 6 0 115701 0
[pid=31813] ppid=31809 vsize=43896 CPUtime=1122.21 cores=2
/proc/31813/stat : 31813 (lingeling) R 31809 31809 31281 0 -1 4202496 22306 0 0 0 112218 3 0 0 25 0 1 0 514943812 44949504 10141 33554432000 4194304 4352236 140736605615024 18446744073709551615 4231046 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31813/statm: 10974 10141 127 39 0 10054 0
[pid=31814] ppid=31809 vsize=478388 CPUtime=558.12 cores=6
/proc/31814/stat : 31814 (march_hi) R 31809 31809 31281 0 -1 4202496 233765 0 0 0 55784 28 0 0 25 0 1 0 514943812 489869312 93357 33554432000 4194304 4331988 140736152105328 18446744073709551615 4263179 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31814/statm: 119597 93357 175 34 0 118039 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 5709976

[startup+1182.3 s]
/proc/loadavg: 10.22 10.15 9.62 11/188 31912
/proc/meminfo: memFree=18621108/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
[pid=31810] ppid=31809 vsize=4325572 CPUtime=1182.31 cores=0
/proc/31810/stat : 31810 (cryptominisat) R 31809 31809 31281 0 -1 4202496 708449 0 0 0 118020 211 0 0 25 0 1 0 514943812 4429385728 54677 33554432000 4194304 4587354 140734207341136 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31810/statm: 1081393 54677 338 96 0 1077955 0
[pid=31811] ppid=31809 vsize=376792 CPUtime=1182.32 cores=4
/proc/31811/stat : 31811 (clasp) R 31809 31809 31281 0 -1 4202496 86530 0 0 0 118216 16 0 0 25 0 1 0 514943812 385835008 85663 33554432000 4194304 4785740 140736350316880 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31811/statm: 94198 85663 341 145 0 91243 0
[pid=31812] ppid=31809 vsize=468140 CPUtime=587.95 cores=6
/proc/31812/stat : 31812 (TNM) R 31809 31809 31281 0 -1 4202496 4432 0 0 0 58795 0 0 0 25 0 1 0 514943812 479375360 4328 33554432000 134512640 134534564 4289669600 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31812/statm: 117035 4328 95 6 0 115701 0
[pid=31813] ppid=31809 vsize=46456 CPUtime=1182.2 cores=2
/proc/31813/stat : 31813 (lingeling) R 31809 31809 31281 0 -1 4202496 24994 0 0 0 118216 4 0 0 25 0 1 0 514943812 47570944 10781 33554432000 4194304 4352236 140736605615024 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31813/statm: 11614 10781 127 39 0 10694 0
[pid=31814] ppid=31809 vsize=478388 CPUtime=587.91 cores=6
/proc/31814/stat : 31814 (march_hi) R 31809 31809 31281 0 -1 4202496 233765 0 0 0 58763 28 0 0 25 0 1 0 514943812 489869312 93357 33554432000 4194304 4331988 140736152105328 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31814/statm: 119597 93357 175 34 0 118039 0
Current children cumulated CPU time (s) 4722.69
Current children cumulated vsize (KiB) 5713672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.16 10.14 9.62 11/188 31913
/proc/meminfo: memFree=18611808/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
[pid=31810] ppid=31809 vsize=1324412 CPUtime=1201.71 cores=0
/proc/31810/stat : 31810 (cryptominisat) R 31809 31809 31281 0 -1 4202496 718878 0 0 0 119956 215 0 0 25 0 1 0 514943812 1356197888 52158 33554432000 4194304 4587354 140734207341136 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31810/statm: 331103 52158 338 96 0 327665 0
[pid=31811] ppid=31809 vsize=378072 CPUtime=1201.72 cores=4
/proc/31811/stat : 31811 (clasp) R 31809 31809 31281 0 -1 4202496 86807 0 0 0 120156 16 0 0 25 0 1 0 514943812 387145728 85940 33554432000 4194304 4785740 140736350316880 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31811/statm: 94518 85940 341 145 0 91563 0
[pid=31812] ppid=31809 vsize=468140 CPUtime=597.55 cores=6
/proc/31812/stat : 31812 (TNM) R 31809 31809 31281 0 -1 4202496 4432 0 0 0 59755 0 0 0 25 0 1 0 514943812 479375360 4328 33554432000 134512640 134534564 4289669600 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31812/statm: 117035 4328 95 6 0 115701 0
[pid=31813] ppid=31809 vsize=46456 CPUtime=1201.6 cores=2
/proc/31813/stat : 31813 (lingeling) R 31809 31809 31281 0 -1 4202496 24994 0 0 0 120156 4 0 0 25 0 1 0 514943812 47570944 10781 33554432000 4194304 4352236 140736605615024 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31813/statm: 11614 10781 127 39 0 10694 0
[pid=31814] ppid=31809 vsize=478388 CPUtime=597.61 cores=6
/proc/31814/stat : 31814 (march_hi) R 31809 31809 31281 0 -1 4202496 233765 0 0 0 59733 28 0 0 25 0 1 0 514943812 489869312 93357 33554432000 4194304 4331988 140736152105328 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31814/statm: 119597 93357 175 34 0 118039 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 2713792

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: 10.16 10.14 9.62 11/188 31913
/proc/meminfo: memFree=18611808/32950904 swapFree=67082284/67111528
[pid=31809] ppid=31807 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31809/stat : 31809 (ppfolio) S 31807 31809 31281 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514943812 18763776 390 33554432000 4194304 4287625 140736499947232 18446744073709551615 237278899727 0 0 4096 65536 4578357763700162559 0 0 17 2 0 0 0
/proc/31809/statm: 4581 390 341 23 0 91 0
[pid=31810] ppid=31809 vsize=1324412 CPUtime=1201.71 cores=0
/proc/31810/stat : 31810 (cryptominisat) R 31809 31809 31281 0 -1 4202496 718878 0 0 0 119956 215 0 0 25 0 1 0 514943812 1356197888 52158 33554432000 4194304 4587354 140734207341136 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31810/statm: 331103 52158 338 96 0 327665 0
[pid=31811] ppid=31809 vsize=378072 CPUtime=1201.72 cores=4
/proc/31811/stat : 31811 (clasp) R 31809 31809 31281 0 -1 4202496 86807 0 0 0 120156 16 0 0 25 0 1 0 514943812 387145728 85940 33554432000 4194304 4785740 140736350316880 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31811/statm: 94518 85940 341 145 0 91563 0
[pid=31812] ppid=31809 vsize=468140 CPUtime=597.55 cores=6
/proc/31812/stat : 31812 (TNM) R 31809 31809 31281 0 -1 4202496 4432 0 0 0 59755 0 0 0 25 0 1 0 514943812 479375360 4328 33554432000 134512640 134534564 4289669600 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31812/statm: 117035 4328 95 6 0 115701 0
[pid=31813] ppid=31809 vsize=46456 CPUtime=1201.6 cores=2
/proc/31813/stat : 31813 (lingeling) R 31809 31809 31281 0 -1 4202496 24994 0 0 0 120156 4 0 0 25 0 1 0 514943812 47570944 10781 33554432000 4194304 4352236 140736605615024 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31813/statm: 11614 10781 127 39 0 10694 0
[pid=31814] ppid=31809 vsize=478388 CPUtime=597.61 cores=6
/proc/31814/stat : 31814 (march_hi) R 31809 31809 31281 0 -1 4202496 233765 0 0 0 59733 28 0 0 25 0 1 0 514943812 489869312 93357 33554432000 4194304 4331988 140736152105328 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31814/statm: 119597 93357 175 34 0 118039 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 2713792

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31809 and gives
#  childrusage.ru_utime.tv_sec=1201
#  childrusage.ru_utime.tv_usec=571333
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=49992
# CPU time returned by wait4() is 1201.62
# while last known CPU time is 4800.19
#
# 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.19
CPU user time (s): 4797.56
CPU system time (s): 2.63
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 9842748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1201.57
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25520
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= 291
involuntary context switches= 3799

runsolver used 1.9807 second user time and 4.5823 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 01:30:41
IDJOB=3257377
IDBENCH=70910
IDSOLVER=1612
FILE ID=node121/3257377-1304033440
RUNJOBID= node121-1304032644-31666
PBS_JOBID= 13170331
Free space on /tmp= 72640 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_11_3_4_cmp.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257377-1304033440/watcher-3257377-1304033440 -o /tmp/evaluation-result-3257377-1304033440/solver-3257377-1304033440 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3257377-1304033440.cnf

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

MD5SUM BENCH= 3b5e80540ef2fcb09cfe50ac7e3686c1
RANDOM SEED=500659661

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      19751752 kB
Buffers:       2177584 kB
Cached:       10196128 kB
SwapCached:       2776 kB
Active:        9369492 kB
Inactive:      3307976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19751752 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           12048 kB
Writeback:           0 kB
AnonPages:      301364 kB
Mapped:          15760 kB
Slab:           454824 kB
PageTables:       5704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   962700 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= 72628 MiB
End job on node121 at 2011-04-29 01:50:44