Trace number 3498562

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
EBGlucose 1.0? (TO) 5000.08 4999.91

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2847.01
Satisfiable
(Un)Satisfiability was proved
Number of variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    5723    14871 |    1716       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    4834    14382 |      --       0       --      -- |     --   | -843/-394
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 1165   #clauses: 4834   #literals: 14382
0.00/0.01	c CPU time:   0.013997 s
0.00/0.01	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
0.00/0.02	
0.00/0.02	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.02	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.02	
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  1165                                                 |
0.00/0.02	c |  Number of clauses:    4834                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
5000.05/4999.91	HOME/ebglucose.sh: line 57:  2859 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498562-1307958849/watcher-3498562-1307958849 -o /var/tmp/evaluation-result-3498562-1307958849/solver-3498562-1307958849 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498562-1307958849.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 1.26 1.15 1.44 3/175 2855
/proc/meminfo: memFree=12854456/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 355 234 0 0 0 0 0 0 25 0 1 0 986115338 8912896 253 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2855/statm: 2176 253 211 178 0 69 0

[startup+0.068168 s]
/proc/loadavg: 1.26 1.15 1.44 3/175 2855
/proc/meminfo: memFree=12854456/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.101162 s]
/proc/loadavg: 1.26 1.15 1.44 3/175 2855
/proc/meminfo: memFree=12854456/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.300116 s]
/proc/loadavg: 1.26 1.15 1.44 3/175 2855
/proc/meminfo: memFree=12854456/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.701041 s]
/proc/loadavg: 1.26 1.15 1.44 3/175 2855
/proc/meminfo: memFree=12854456/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50089 s]
/proc/loadavg: 1.26 1.15 1.44 3/177 2859
/proc/meminfo: memFree=12851240/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=6176 CPUtime=1.48 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 899 0 0 0 148 0 0 0 25 0 1 0 986115340 6324224 840 33554432000 134512640 134556542 4290217840 18446744073709551615 134534209 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 1544 840 211 11 0 878 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14880

[startup+3.10059 s]
/proc/loadavg: 1.26 1.15 1.44 3/177 2859
/proc/meminfo: memFree=12848760/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=6968 CPUtime=3.08 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 1099 0 0 0 308 0 0 0 25 0 1 0 986115340 7135232 1040 33554432000 134512640 134556542 4290217840 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 1742 1040 211 11 0 1076 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15672

[startup+6.301 s]
/proc/loadavg: 1.32 1.17 1.45 3/177 2859
/proc/meminfo: memFree=12846668/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=7636 CPUtime=6.28 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 1268 0 0 0 628 0 0 0 25 0 1 0 986115340 7819264 1209 33554432000 134512640 134556542 4290217840 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 1909 1209 211 11 0 1243 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16340

[startup+12.7008 s]
/proc/loadavg: 1.37 1.18 1.45 3/177 2859
/proc/meminfo: memFree=12843820/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=8880 CPUtime=12.68 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 1580 0 0 0 1268 0 0 0 25 0 1 0 986115340 9093120 1521 33554432000 134512640 134556542 4290217840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 2220 1521 211 11 0 1554 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17584

[startup+25.5004 s]
/proc/loadavg: 1.51 1.22 1.46 3/177 2859
/proc/meminfo: memFree=12839636/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=10504 CPUtime=25.47 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 1970 0 0 0 2547 0 0 0 25 0 1 0 986115340 10756096 1911 33554432000 134512640 134556542 4290217840 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 2626 1911 211 11 0 1960 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19208

[startup+51.1007 s]
/proc/loadavg: 1.68 1.28 1.47 3/177 2860
/proc/meminfo: memFree=12831676/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=13168 CPUtime=51.07 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 2600 0 0 0 5107 0 0 0 25 0 1 0 986115340 13484032 2541 33554432000 134512640 134556542 4290217840 18446744073709551615 134537390 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 3292 2541 212 11 0 2626 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21872

[startup+102.306 s]
/proc/loadavg: 1.86 1.39 1.49 3/177 2861
/proc/meminfo: memFree=12827196/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=15844 CPUtime=102.28 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 3291 0 0 0 10228 0 0 0 25 0 1 0 986115340 16224256 3232 33554432000 134512640 134556542 4290217840 18446744073709551615 134537430 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 3961 3232 212 11 0 3295 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 24548

[startup+162.301 s]
/proc/loadavg: 1.95 1.50 1.52 3/177 2863
/proc/meminfo: memFree=12823356/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=18240 CPUtime=162.28 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 3853 0 0 0 16228 0 0 0 25 0 1 0 986115340 18677760 3794 33554432000 134512640 134556542 4290217840 18446744073709551615 134537390 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 4560 3794 212 11 0 3894 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26944

[startup+222.301 s]
/proc/loadavg: 1.98 1.59 1.55 3/177 2864
/proc/meminfo: memFree=12817640/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=20636 CPUtime=222.28 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 4414 0 0 0 22228 0 0 0 25 0 1 0 986115340 21131264 4355 33554432000 134512640 134556542 4290217840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 5159 4355 212 11 0 4493 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 29340

[startup+282.301 s]
/proc/loadavg: 1.99 1.66 1.58 3/177 2866
/proc/meminfo: memFree=12815860/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=22452 CPUtime=282.28 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 4841 0 0 0 28228 0 0 0 25 0 1 0 986115340 22990848 4782 33554432000 134512640 134556542 4290217840 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 5613 4782 212 11 0 4947 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 31156

[startup+342.3 s]
/proc/loadavg: 2.12 1.75 1.61 3/177 2920
/proc/meminfo: memFree=12897944/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=24632 CPUtime=342.28 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 5323 0 0 0 34228 0 0 0 25 0 1 0 986115340 25223168 5264 33554432000 134512640 134556542 4290217840 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 6158 5264 212 11 0 5492 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 33336

[startup+402.3 s]
/proc/loadavg: 2.04 1.79 1.63 3/177 2966
/proc/meminfo: memFree=12942452/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7

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

[pid=2859] ppid=2855 vsize=65396 CPUtime=4302.42 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 14711 0 0 0 430238 4 0 0 25 0 1 0 986115340 66965504 14630 33554432000 134512640 134556542 4290217840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 16349 14630 212 11 0 15683 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 74100

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 3190
/proc/meminfo: memFree=12826896/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=65612 CPUtime=4362.42 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 14766 0 0 0 436238 4 0 0 25 0 1 0 986115340 67186688 14685 33554432000 134512640 134556542 4290217840 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 16403 14685 212 11 0 15737 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 74316

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 3191
/proc/meminfo: memFree=12823392/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=65756 CPUtime=4422.42 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 14810 0 0 0 442238 4 0 0 25 0 1 0 986115340 67334144 14729 33554432000 134512640 134556542 4290217840 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 16439 14729 212 11 0 15773 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 74460

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 3193
/proc/meminfo: memFree=12823336/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=65756 CPUtime=4482.42 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 14813 0 0 0 448238 4 0 0 25 0 1 0 986115340 67334144 14732 33554432000 134512640 134556542 4290217840 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 16439 14732 212 11 0 15773 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 74460

[startup+4542.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/177 3195
/proc/meminfo: memFree=12822436/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=66632 CPUtime=4542.42 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 15045 0 0 0 454238 4 0 0 25 0 1 0 986115340 68231168 14964 33554432000 134512640 134556542 4290217840 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 16658 14964 212 11 0 15992 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 75336

[startup+4602.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 3196
/proc/meminfo: memFree=12822004/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=66984 CPUtime=4602.43 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 15141 0 0 0 460239 4 0 0 25 0 1 0 986115340 68591616 15049 33554432000 134512640 134556542 4290217840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 16746 15049 212 11 0 16080 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 75688

[startup+4662.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 3198
/proc/meminfo: memFree=12821972/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=67056 CPUtime=4662.43 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 15178 0 0 0 466239 4 0 0 25 0 1 0 986115340 68665344 15086 33554432000 134512640 134556542 4290217840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 16764 15086 212 11 0 16098 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 75760

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 3199
/proc/meminfo: memFree=12817952/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=67596 CPUtime=4722.44 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 15298 0 0 0 472240 4 0 0 25 0 1 0 986115340 69218304 15206 33554432000 134512640 134556542 4290217840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 16899 15206 212 11 0 16233 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 76300

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 3201
/proc/meminfo: memFree=12817300/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=68208 CPUtime=4782.43 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 15441 0 0 0 478239 4 0 0 25 0 1 0 986115340 69844992 15349 33554432000 134512640 134556542 4290217840 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 17052 15349 212 11 0 16386 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 76912

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 3203
/proc/meminfo: memFree=12816008/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=69344 CPUtime=4842.43 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 15727 0 0 0 484239 4 0 0 25 0 1 0 986115340 71008256 15635 33554432000 134512640 134556542 4290217840 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 17336 15635 212 11 0 16670 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 78048

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 3204
/proc/meminfo: memFree=12815228/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=70140 CPUtime=4902.43 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 15910 0 0 0 490239 4 0 0 25 0 1 0 986115340 71823360 15818 33554432000 134512640 134556542 4290217840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 17535 15818 212 11 0 16869 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 78844

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 3209
/proc/meminfo: memFree=12815184/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=70140 CPUtime=4962.44 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 15917 0 0 0 496240 4 0 0 25 0 1 0 986115340 71823360 15825 33554432000 134512640 134556542 4290217840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 17535 15825 212 11 0 16869 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 78844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 3211
/proc/meminfo: memFree=12809472/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=70140 CPUtime=5000.04 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 15923 0 0 0 500000 4 0 0 25 0 1 0 986115340 71823360 15831 33554432000 134512640 134556542 4290217840 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 17535 15831 212 11 0 16869 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 78844

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 3211
/proc/meminfo: memFree=12809472/32951124 swapFree=67062556/67111528
[pid=2855] ppid=2853 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/2855/stat : 2855 (ebglucose.sh) S 2853 2855 1923 0 -1 4202496 382 611 0 0 0 0 1 0 25 0 1 0 986115338 8912896 256 33554432000 4194304 4922060 140734534690800 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2855/statm: 2176 256 211 178 0 69 0
[pid=2859] ppid=2855 vsize=70140 CPUtime=5000.04 cores=1,3,5,7
/proc/2859/stat : 2859 (ebglucose_stati) R 2855 2855 1923 0 -1 4202496 15923 0 0 0 500000 4 0 0 25 0 1 0 986115340 71823360 15831 33554432000 134512640 134556542 4290217840 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2859/statm: 17535 15831 212 11 0 16869 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 78844

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.08
CPU user time (s): 5000.02
CPU system time (s): 0.054991
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 78844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.02
system time used= 0.054991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16926
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= 25
involuntary context switches= 6692

runsolver used 7.37888 second user time and 17.1334 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-13 11:54:09
IDJOB=3498562
IDBENCH=20468
IDSOLVER=1992
FILE ID=node111/3498562-1307958849
RUNJOBID= node111-1307958829-2691
PBS_JOBID= 13559717
Free space on /var/tmp= 2804 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498562-1307958849/watcher-3498562-1307958849 -o /var/tmp/evaluation-result-3498562-1307958849/solver-3498562-1307958849 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498562-1307958849.cnf

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

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED=1757481779

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12855124 kB
Buffers:         98180 kB
Cached:       19237212 kB
SwapCached:      11344 kB
Active:        3998424 kB
Inactive:     15429188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12855124 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           82908 kB
Writeback:           0 kB
AnonPages:       89960 kB
Mapped:          11056 kB
Slab:           604248 kB
PageTables:       4288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   254820 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 /var/tmp at the end= 2868 MiB
End job on node111 at 2011-06-13 13:17:31