Trace number 3498789

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.0UNSAT 2841.33 2841.27

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark195.02
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   61421   207840 |   18426       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |   61414   208298 |      --       0       --      -- |     --   | -7/458
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 9533   #clauses: 61414   #literals: 208298
0.00/0.05	c CPU time:   0.054991 s
0.00/0.05	c ==============================================================================
0.00/0.09	c
0.00/0.09	c Starting glucose
0.00/0.09	c
0.00/0.09	
0.00/0.09	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.09	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.09	
0.00/0.09	c ============================[ Problem Statistics ]=============================
0.00/0.09	c |                                                                             |
0.00/0.09	c |  Number of variables:  9533                                                 |
0.00/0.09	c |  Number of clauses:    61414                                                |
0.09/0.12	c |  Parsing time:         0.02         s                                       |
2841.25/2841.26	c restarts              : 7921
2841.25/2841.26	c nb ReduceDB           : 126
2841.25/2841.26	c nb learnts DL2        : 99990
2841.25/2841.26	c nb learnts size 2     : 7094
2841.25/2841.26	c nb learnts size 1     : 951
2841.25/2841.26	c conflicts             : 10496205       (3694 /sec)
2841.25/2841.26	c decisions             : 19326889       (1.49 % random) (6802 /sec)
2841.25/2841.26	c propagations          : 2743786653     (965719 /sec)
2841.25/2841.26	c conflict literals     : 284039500      (41.48 % deleted)
2841.25/2841.26	c Memory used           : 71.13 MB
2841.25/2841.26	c CPU time              : 2841.19 s
2841.25/2841.26	
2841.25/2841.26	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3498789-1307970372/watcher-3498789-1307970372 -o /var/tmp/evaluation-result-3498789-1307970372/solver-3498789-1307970372 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498789-1307970372.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: 2.00 2.00 2.00 2/178 32039
/proc/meminfo: memFree=13091280/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 353 232 0 0 0 0 0 0 25 0 1 0 889453338 8912896 252 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32039/statm: 2176 252 211 178 0 69 0

[startup+0.0495701 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 32039
/proc/meminfo: memFree=13091280/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 353 232 0 0 0 0 0 0 25 0 1 0 889453338 8912896 252 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32039/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.104605 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 32039
/proc/meminfo: memFree=13091280/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.300528 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 32039
/proc/meminfo: memFree=13091280/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.700452 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 32039
/proc/meminfo: memFree=13091280/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32043
/proc/meminfo: memFree=13083228/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=10208 CPUtime=1.4 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 2100 0 0 0 140 0 0 0 19 0 1 0 889453348 10452992 2040 33554432000 134512640 134556542 4291160048 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 2552 2040 214 11 0 1886 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18912

[startup+3.10103 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32043
/proc/meminfo: memFree=13081780/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=10796 CPUtime=3 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 2235 0 0 0 300 0 0 0 25 0 1 0 889453348 11055104 2175 33554432000 134512640 134556542 4291160048 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 2699 2175 214 11 0 2033 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19500

[startup+6.30047 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32043
/proc/meminfo: memFree=13080532/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=12148 CPUtime=6.2 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 2569 0 0 0 620 0 0 0 25 0 1 0 889453348 12439552 2509 33554432000 134512640 134556542 4291160048 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 3037 2509 214 11 0 2371 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20852

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32043
/proc/meminfo: memFree=13078804/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=13600 CPUtime=12.6 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 2924 0 0 0 1260 0 0 0 25 0 1 0 889453348 13926400 2864 33554432000 134512640 134556542 4291160048 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 3400 2864 214 11 0 2734 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22304

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32043
/proc/meminfo: memFree=13076092/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=16204 CPUtime=25.4 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 3584 0 0 0 2540 0 0 0 25 0 1 0 889453348 16592896 3524 33554432000 134512640 134556542 4291160048 18446744073709551615 134536798 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 4051 3524 214 11 0 3385 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24908

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32044
/proc/meminfo: memFree=13073192/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=18832 CPUtime=51 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 4240 0 0 0 5100 0 0 0 25 0 1 0 889453348 19283968 4180 33554432000 134512640 134556542 4291160048 18446744073709551615 134537396 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 4708 4180 214 11 0 4042 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 27536

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32045
/proc/meminfo: memFree=13069580/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=22244 CPUtime=102.2 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 5058 0 0 0 10220 0 0 0 25 0 1 0 889453348 22777856 4998 33554432000 134512640 134556542 4291160048 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 5561 4998 214 11 0 4895 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 30948

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32047
/proc/meminfo: memFree=13065828/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=26000 CPUtime=162.19 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 6020 0 0 0 16219 0 0 0 25 0 1 0 889453348 26624000 5960 33554432000 134512640 134556542 4291160048 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 6500 5960 214 11 0 5834 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 34704

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32049
/proc/meminfo: memFree=13063072/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=28056 CPUtime=222.2 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 6538 0 0 0 22219 1 0 0 25 0 1 0 889453348 28729344 6478 33554432000 134512640 134556542 4291160048 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 7014 6478 214 11 0 6348 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 36760

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 32050
/proc/meminfo: memFree=13060316/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=30776 CPUtime=282.2 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 7156 0 0 0 28219 1 0 0 25 0 1 0 889453348 31514624 7096 33554432000 134512640 134556542 4291160048 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 7694 7096 214 11 0 7028 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 39480

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32052
/proc/meminfo: memFree=13058428/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=32564 CPUtime=342.2 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 7596 0 0 0 34219 1 0 0 25 0 1 0 889453348 33345536 7536 33554432000 134512640 134556542 4291160048 18446744073709551615 134536839 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 8141 7536 214 11 0 7475 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 41268

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32053
/proc/meminfo: memFree=13055552/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7

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


[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32154
/proc/meminfo: memFree=13077040/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=69784 CPUtime=2502.25 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16289 0 0 0 250221 4 0 0 25 0 1 0 889453348 71458816 16229 33554432000 134512640 134556542 4291160048 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 17446 16229 214 11 0 16780 0
Current children cumulated CPU time (s) 2502.34
Current children cumulated vsize (KiB) 78488

[startup+2562.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 32156
/proc/meminfo: memFree=13075784/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=70868 CPUtime=2562.25 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16518 0 0 0 256221 4 0 0 25 0 1 0 889453348 72568832 16458 33554432000 134512640 134556542 4291160048 18446744073709551615 134551920 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 17717 16458 214 11 0 17051 0
Current children cumulated CPU time (s) 2562.34
Current children cumulated vsize (KiB) 79572

[startup+2622.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 32158
/proc/meminfo: memFree=13074400/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=71184 CPUtime=2622.26 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16611 0 0 0 262222 4 0 0 25 0 1 0 889453348 72892416 16551 33554432000 134512640 134556542 4291160048 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 17796 16551 214 11 0 17130 0
Current children cumulated CPU time (s) 2622.35
Current children cumulated vsize (KiB) 79888

[startup+2682.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32159
/proc/meminfo: memFree=13074132/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=71484 CPUtime=2682.25 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16653 0 0 0 268221 4 0 0 25 0 1 0 889453348 73199616 16593 33554432000 134512640 134556542 4291160048 18446744073709551615 134525148 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 17871 16593 214 11 0 17205 0
Current children cumulated CPU time (s) 2682.34
Current children cumulated vsize (KiB) 80188

[startup+2742.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32161
/proc/meminfo: memFree=13072872/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=72052 CPUtime=2742.26 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16778 0 0 0 274222 4 0 0 25 0 1 0 889453348 73781248 16718 33554432000 134512640 134556542 4291160048 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 18013 16718 214 11 0 17347 0
Current children cumulated CPU time (s) 2742.35
Current children cumulated vsize (KiB) 80756

[startup+2802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32162
/proc/meminfo: memFree=13072236/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=72396 CPUtime=2802.26 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16886 0 0 0 280222 4 0 0 25 0 1 0 889453348 74133504 16823 33554432000 134512640 134556542 4291160048 18446744073709551615 134537209 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 18099 16823 214 11 0 17433 0
Current children cumulated CPU time (s) 2802.35
Current children cumulated vsize (KiB) 81100

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

[startup+2815.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32163
/proc/meminfo: memFree=13071988/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=72696 CPUtime=2815.86 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16933 0 0 0 281582 4 0 0 25 0 1 0 889453348 74440704 16870 33554432000 134512640 134556542 4291160048 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 18174 16870 214 11 0 17508 0
Current children cumulated CPU time (s) 2815.95
Current children cumulated vsize (KiB) 81400

[startup+2828.7 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 32163
/proc/meminfo: memFree=13071864/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=72696 CPUtime=2828.66 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16933 0 0 0 282862 4 0 0 25 0 1 0 889453348 74440704 16870 33554432000 134512640 134556542 4291160048 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 18174 16870 214 11 0 17508 0
Current children cumulated CPU time (s) 2828.75
Current children cumulated vsize (KiB) 81400

[startup+2835.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 32163
/proc/meminfo: memFree=13071740/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=72696 CPUtime=2835.06 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16940 0 0 0 283502 4 0 0 25 0 1 0 889453348 74440704 16877 33554432000 134512640 134556542 4291160048 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 18174 16877 214 11 0 17508 0
Current children cumulated CPU time (s) 2835.15
Current children cumulated vsize (KiB) 81400

[startup+2838.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 32163
/proc/meminfo: memFree=13071488/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=72836 CPUtime=2838.26 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16960 0 0 0 283822 4 0 0 25 0 1 0 889453348 74584064 16897 33554432000 134512640 134556542 4291160048 18446744073709551615 134524976 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 18209 16897 214 11 0 17543 0
Current children cumulated CPU time (s) 2838.35
Current children cumulated vsize (KiB) 81540

[startup+2839.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 32163
/proc/meminfo: memFree=13071488/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=72836 CPUtime=2839.86 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16960 0 0 0 283982 4 0 0 25 0 1 0 889453348 74584064 16897 33554432000 134512640 134556542 4291160048 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 18209 16897 214 11 0 17543 0
Current children cumulated CPU time (s) 2839.95
Current children cumulated vsize (KiB) 81540

[startup+2840.7 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 32163
/proc/meminfo: memFree=13071608/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=72836 CPUtime=2840.66 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16960 0 0 0 284062 4 0 0 25 0 1 0 889453348 74584064 16897 33554432000 134512640 134556542 4291160048 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 18209 16897 214 11 0 17543 0
Current children cumulated CPU time (s) 2840.75
Current children cumulated vsize (KiB) 81540

[startup+2841.1 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 32163
/proc/meminfo: memFree=13071608/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=72836 CPUtime=2841.06 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16960 0 0 0 284102 4 0 0 25 0 1 0 889453348 74584064 16897 33554432000 134512640 134556542 4291160048 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 18209 16897 214 11 0 17543 0
Current children cumulated CPU time (s) 2841.15
Current children cumulated vsize (KiB) 81540

[startup+2841.2 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 32163
/proc/meminfo: memFree=13071608/32951124 swapFree=67055536/67111528
[pid=32039] ppid=32037 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/32039/stat : 32039 (ebglucose.sh) S 32037 32039 30305 0 -1 4202496 381 1813 0 0 0 0 9 0 25 0 1 0 889453338 8912896 255 33554432000 4194304 4922060 140737382878448 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32039/statm: 2176 255 211 178 0 69 0
[pid=32043] ppid=32039 vsize=72836 CPUtime=2841.16 cores=1,3,5,7
/proc/32043/stat : 32043 (ebglucose_stati) R 32039 32039 30305 0 -1 4202496 16960 0 0 0 284112 4 0 0 25 0 1 0 889453348 74584064 16897 33554432000 134512640 134556542 4291160048 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32043/statm: 18209 16897 214 11 0 17543 0
Current children cumulated CPU time (s) 2841.25
Current children cumulated vsize (KiB) 81540

Child status: 20
Real time (s): 2841.27
CPU time (s): 2841.33
CPU user time (s): 2841.28
CPU system time (s): 0.055991
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 81540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2841.28
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19376
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= 53
involuntary context switches= 3865

runsolver used 4.49832 second user time and 9.8645 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-13 15:06:12
IDJOB=3498789
IDBENCH=84205
IDSOLVER=1992
FILE ID=node144/3498789-1307970372
RUNJOBID= node144-1307959724-30967
PBS_JOBID= 13559684
Free space on /var/tmp= 2900 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498789-1307970372/watcher-3498789-1307970372 -o /var/tmp/evaluation-result-3498789-1307970372/solver-3498789-1307970372 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498789-1307970372.cnf

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=805495516

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13091940 kB
Buffers:        104688 kB
Cached:       18967260 kB
SwapCached:       9108 kB
Active:        3676204 kB
Inactive:     15517680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13091940 kB
SwapTotal:    67111528 kB
SwapFree:     67055536 kB
Dirty:            1956 kB
Writeback:          16 kB
AnonPages:      119956 kB
Mapped:          14084 kB
Slab:           600280 kB
PageTables:       4236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   311104 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= 2908 MiB
End job on node144 at 2011-06-13 15:53:33