Trace number 3498691

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 1705.08 1705.09

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
MD5SUMa78f49949ed32c6f8eea9d5e428c909d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.88941
Satisfiable
(Un)Satisfiability was proved
Number of variables350506
Number of clauses878969
Sum of the clauses size2050925
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2585978
Number of clauses of size 3292989
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.37	c ==============================================================================
0.00/0.37	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.37	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.37	c ==============================================================================
0.00/0.37	c |         0 |  878967  2050923 |  263690       0        0     nan |  0.000 % |
1703.70/1703.74	c |         0 |   66722   233596 |      --       0       --      -- |     --   | -807713/-1806450
1703.70/1703.74	c ==============================================================================
1703.70/1703.74	c Result  :   #vars: 2404   #clauses: 66722   #literals: 233596
1703.70/1703.74	c CPU time:   1703.46 s
1703.70/1703.74	c ==============================================================================
1703.70/1703.80	c
1703.70/1703.80	c Starting glucose
1703.70/1703.80	c
1703.70/1703.80	
1703.70/1703.80	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1703.70/1703.80	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1703.70/1703.80	
1703.70/1703.80	c ============================[ Problem Statistics ]=============================
1703.70/1703.80	c |                                                                             |
1703.70/1703.80	c |  Number of variables:  2404                                                 |
1703.70/1703.80	c |  Number of clauses:    66722                                                |
1703.80/1703.82	c |  Parsing time:         0.02         s                                       |
1704.99/1705.06	c restarts              : 55
1704.99/1705.06	c nb ReduceDB           : 1
1704.99/1705.06	c nb learnts DL2        : 211
1704.99/1705.06	c nb learnts size 2     : 167
1704.99/1705.06	c nb learnts size 1     : 15
1704.99/1705.06	c conflicts             : 20676          (16840 /sec)
1704.99/1705.06	c decisions             : 165335         (1.42 % random) (134658 /sec)
1704.99/1705.06	c propagations          : 1932621        (1574035 /sec)
1704.99/1705.06	c conflict literals     : 1734895        (3.76 % deleted)
1704.99/1705.06	c Memory used           : 17.44 MB
1704.99/1705.06	c CPU time              : 1.22781 s
1704.99/1705.06	
1704.99/1705.07	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 /tmp/evaluation-result-3498691-1308501742/watcher-3498691-1308501742 -o /tmp/evaluation-result-3498691-1308501742/solver-3498691-1308501742 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498691-1308501742.cnf 

running on 4 cores: 0,2,4,6

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.00 1.00 1.19 2/178 25076
/proc/meminfo: memFree=28177512/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0

[startup+0.0646339 s]
/proc/loadavg: 1.00 1.00 1.19 2/178 25076
/proc/meminfo: memFree=28177512/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100698 s]
/proc/loadavg: 1.00 1.00 1.19 2/178 25076
/proc/meminfo: memFree=28177512/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300543 s]
/proc/loadavg: 1.00 1.00 1.19 2/178 25076
/proc/meminfo: memFree=28177512/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700583 s]
/proc/loadavg: 1.00 1.00 1.19 2/178 25076
/proc/meminfo: memFree=28177512/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50038 s]
/proc/loadavg: 1.00 1.00 1.19 3/180 25079
/proc/meminfo: memFree=28025876/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=153900 CPUtime=1.49 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 35922 0 0 0 142 7 0 0 25 0 1 0 961773087 157593600 33254 33554432000 134512640 135144230 4290049232 18446744073709551615 134580528 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25078/statm: 38475 33254 78 155 0 38318 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 162604

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.19 3/180 25080
/proc/meminfo: memFree=28036164/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=160288 CPUtime=3.09 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 37475 0 0 0 299 10 0 0 25 0 1 0 961773087 164134912 34807 33554432000 134512640 135144230 4290049232 18446744073709551615 134585365 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25078/statm: 40072 34807 78 155 0 39915 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 168992

[startup+6.30058 s]
/proc/loadavg: 1.08 1.02 1.19 3/180 25080
/proc/meminfo: memFree=27988544/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=173852 CPUtime=6.29 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 40787 0 0 0 614 15 0 0 25 0 1 0 961773087 178024448 38119 33554432000 134512640 135144230 4290049232 18446744073709551615 134585414 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25078/statm: 43463 38119 78 155 0 43306 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 182556

[startup+12.7004 s]
/proc/loadavg: 1.15 1.03 1.20 3/180 25080
/proc/meminfo: memFree=27930232/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=190120 CPUtime=12.67 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 44816 0 0 0 1245 22 0 0 25 0 1 0 961773087 194682880 41689 33554432000 134512640 135144230 4290049232 18446744073709551615 134547536 0 0 4096 3 0 0 0 17 4 0 0 1
/proc/25078/statm: 47530 41689 78 155 0 47373 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 198824

[startup+25.5012 s]
/proc/loadavg: 1.34 1.08 1.21 3/180 25081
/proc/meminfo: memFree=27918224/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=194124 CPUtime=25.48 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 45714 0 0 0 2524 24 0 0 25 0 1 0 961773087 198782976 42587 33554432000 134512640 135144230 4290049232 18446744073709551615 134547576 0 0 4096 3 0 0 0 17 4 0 0 1
/proc/25078/statm: 48531 42587 78 155 0 48374 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 202828

[startup+51.1006 s]
/proc/loadavg: 1.56 1.15 1.23 3/180 25081
/proc/meminfo: memFree=27899164/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=201924 CPUtime=51.07 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 47171 0 0 0 5081 26 0 0 25 0 1 0 961773087 206770176 44044 33554432000 134512640 135144230 4290049232 18446744073709551615 134547536 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 50481 44044 78 155 0 50324 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 210628

[startup+102.306 s]
/proc/loadavg: 1.87 1.30 1.27 3/180 25083
/proc/meminfo: memFree=27894384/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=199976 CPUtime=102.28 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 47212 0 0 0 10202 26 0 0 25 0 1 0 961773087 204775424 43691 33554432000 134512640 135144230 4290049232 18446744073709551615 134553225 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 49994 43691 78 155 0 49837 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 208680

[startup+162.301 s]
/proc/loadavg: 1.95 1.42 1.31 3/180 25084
/proc/meminfo: memFree=27889020/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=199976 CPUtime=162.27 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 47223 0 0 0 16201 26 0 0 25 0 1 0 961773087 204775424 43702 33554432000 134512640 135144230 4290049232 18446744073709551615 134553208 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 49994 43702 78 155 0 49837 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 208680

[startup+222.301 s]
/proc/loadavg: 1.98 1.52 1.35 3/180 25086
/proc/meminfo: memFree=27884144/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=200232 CPUtime=222.28 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 47275 0 0 0 22202 26 0 0 25 0 1 0 961773087 205037568 43754 33554432000 134512640 135144230 4290049232 18446744073709551615 134553222 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 50058 43754 78 155 0 49901 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 208936

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.39 3/180 25088
/proc/meminfo: memFree=27880128/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=200232 CPUtime=282.28 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 47301 0 0 0 28202 26 0 0 25 0 1 0 961773087 205037568 43780 33554432000 134512640 135144230 4290049232 18446744073709551615 134553219 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 50058 43780 78 155 0 49901 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 208936

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.43 3/180 25089
/proc/meminfo: memFree=27877120/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=200488 CPUtime=342.28 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 47327 0 0 0 34202 26 0 0 25 0 1 0 961773087 205299712 43806 33554432000 134512640 135144230 4290049232 18446744073709551615 134553216 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 50122 43806 78 155 0 49965 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 209192

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.46 3/180 25091
/proc/meminfo: memFree=27874228/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6

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

/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=205092 CPUtime=1362.29 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 48205 0 0 0 136202 27 0 0 25 0 1 0 961773087 210014208 44684 33554432000 134512640 135144230 4290049232 18446744073709551615 134553168 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 51273 44684 78 155 0 51116 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 213796

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.80 3/180 25130
/proc/meminfo: memFree=27834724/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=205348 CPUtime=1422.3 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 48271 0 0 0 142203 27 0 0 25 0 1 0 961773087 210276352 44750 33554432000 134512640 135144230 4290049232 18446744073709551615 134553219 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 51337 44750 78 155 0 51180 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 214052

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/180 25132
/proc/meminfo: memFree=27834316/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=205860 CPUtime=1482.29 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 48352 0 0 0 148202 27 0 0 25 0 1 0 961773087 210800640 44831 33554432000 134512640 135144230 4290049232 18446744073709551615 134553222 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 51465 44831 78 155 0 51308 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 214564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/180 25133
/proc/meminfo: memFree=27833892/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=206628 CPUtime=1542.3 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 48448 0 0 0 154203 27 0 0 25 0 1 0 961773087 211587072 44927 33554432000 134512640 135144230 4290049232 18446744073709551615 134553168 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 51657 44927 78 155 0 51500 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 215332

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/180 25135
/proc/meminfo: memFree=27832232/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=207332 CPUtime=1602.3 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 48554 0 0 0 160203 27 0 0 25 0 1 0 961773087 212307968 45033 33554432000 134512640 135144230 4290049232 18446744073709551615 134553222 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 51833 45033 78 155 0 51676 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 216036

[startup+1662.3 s]
/proc/loadavg: 2.06 2.01 1.84 3/180 25136
/proc/meminfo: memFree=27828332/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=207716 CPUtime=1662.3 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 48657 0 0 0 166202 28 0 0 25 0 1 0 961773087 212701184 45136 33554432000 134512640 135144230 4290049232 18446744073709551615 134553219 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 51929 45136 78 155 0 51772 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 216420

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

[startup+1663.9 s]
/proc/loadavg: 2.05 2.01 1.84 3/180 25136
/proc/meminfo: memFree=27828332/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=207716 CPUtime=1663.9 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 48658 0 0 0 166362 28 0 0 25 0 1 0 961773087 212701184 45137 33554432000 134512640 135144230 4290049232 18446744073709551615 134553222 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 51929 45137 78 155 0 51772 0
Current children cumulated CPU time (s) 1663.9
Current children cumulated vsize (KiB) 216420

[startup+1689.5 s]
/proc/loadavg: 2.03 2.01 1.84 3/180 25137
/proc/meminfo: memFree=27828068/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=208292 CPUtime=1689.51 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 48743 0 0 0 168923 28 0 0 25 0 1 0 961773087 213291008 45222 33554432000 134512640 135144230 4290049232 18446744073709551615 134553208 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 52073 45222 78 155 0 51916 0
Current children cumulated CPU time (s) 1689.51
Current children cumulated vsize (KiB) 216996

[startup+1695.9 s]
/proc/loadavg: 2.03 2.01 1.84 3/180 25137
/proc/meminfo: memFree=27827820/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=208484 CPUtime=1695.9 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 48773 0 0 0 169562 28 0 0 25 0 1 0 961773087 213487616 45252 33554432000 134512640 135144230 4290049232 18446744073709551615 134553216 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 52121 45252 78 155 0 51964 0
Current children cumulated CPU time (s) 1695.9
Current children cumulated vsize (KiB) 217188

[startup+1699.1 s]
/proc/loadavg: 2.03 2.01 1.84 3/180 25137
/proc/meminfo: memFree=27827816/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=208484 CPUtime=1699.1 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 48782 0 0 0 169882 28 0 0 25 0 1 0 961773087 213487616 45261 33554432000 134512640 135144230 4290049232 18446744073709551615 134552574 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 52121 45261 78 155 0 51964 0
Current children cumulated CPU time (s) 1699.1
Current children cumulated vsize (KiB) 217188

[startup+1702.3 s]
/proc/loadavg: 2.03 2.01 1.84 3/180 25137
/proc/meminfo: memFree=27827808/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 961773087 8912896 252 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25076/statm: 2176 252 211 178 0 69 0
[pid=25078] ppid=25076 vsize=208484 CPUtime=1702.3 cores=0,2,4,6
/proc/25078/stat : 25078 (SatELite_releas) R 25076 25076 24471 0 -1 4202496 48788 0 0 0 170202 28 0 0 25 0 1 0 961773087 213487616 45267 33554432000 134512640 135144230 4290049232 18446744073709551615 134553222 0 0 4096 3 0 0 0 17 0 0 0 1
/proc/25078/statm: 52121 45267 78 155 0 51964 0
Current children cumulated CPU time (s) 1702.3
Current children cumulated vsize (KiB) 217188

[startup+1703.91 s]
/proc/loadavg: 2.02 2.01 1.84 2/180 25138
/proc/meminfo: memFree=28006244/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=1703.8 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 380 52208 0 0 0 0 170350 30 18 0 1 0 961773087 8912896 255 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25076/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1703.8
Current children cumulated vsize (KiB) 8704

[startup+1704.7 s]
/proc/loadavg: 2.02 2.01 1.84 2/180 25138
/proc/meminfo: memFree=28006244/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=1703.8 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 380 52208 0 0 0 0 170350 30 18 0 1 0 961773087 8912896 255 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25076/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1703.8
Current children cumulated vsize (KiB) 8704

[startup+1704.9 s]
/proc/loadavg: 2.02 2.01 1.84 3/180 25139
/proc/meminfo: memFree=27991984/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=1703.8 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 380 52208 0 0 0 0 170350 30 18 0 1 0 961773087 8912896 255 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25076/statm: 2176 255 211 178 0 69 0
[pid=25139] ppid=25076 vsize=17724 CPUtime=1.09 cores=0,2,4,6
/proc/25139/stat : 25139 (ebglucose_stati) R 25076 25076 24471 0 -1 4202496 3988 0 0 0 108 1 0 0 22 0 1 0 961943467 18149376 3928 33554432000 134512640 134556542 4290939920 18446744073709551615 134537543 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25139/statm: 4431 3928 214 11 0 3765 0
Current children cumulated CPU time (s) 1704.89
Current children cumulated vsize (KiB) 26428

[startup+1705.01 s]
/proc/loadavg: 2.02 2.01 1.84 3/180 25139
/proc/meminfo: memFree=27991984/32950928 swapFree=67048916/67111528
[pid=25076] ppid=25074 vsize=8704 CPUtime=1703.8 cores=0,2,4,6
/proc/25076/stat : 25076 (ebglucose.sh) S 25074 25076 24471 0 -1 4202496 380 52208 0 0 0 0 170350 30 18 0 1 0 961773087 8912896 255 33554432000 4194304 4922060 140736432426592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25076/statm: 2176 255 211 178 0 69 0
[pid=25139] ppid=25076 vsize=17856 CPUtime=1.19 cores=0,2,4,6
/proc/25139/stat : 25139 (ebglucose_stati) R 25076 25076 24471 0 -1 4202496 4010 0 0 0 118 1 0 0 22 0 1 0 961943467 18284544 3950 33554432000 134512640 134556542 4290939920 18446744073709551615 134551948 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25139/statm: 4464 3950 214 11 0 3798 0
Current children cumulated CPU time (s) 1704.99
Current children cumulated vsize (KiB) 26560

Child status: 20
Real time (s): 1705.09
CPU time (s): 1705.08
CPU user time (s): 1704.74
CPU system time (s): 0.336948
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 223736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1704.74
system time used= 0.336948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56820
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55
involuntary context switches= 5241

runsolver used 2.48562 second user time and 5.39418 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-19 18:42:23
IDJOB=3498691
IDBENCH=82444
IDSOLVER=1992
FILE ID=node122/3498691-1308501742
RUNJOBID= node122-1308501742-25046
PBS_JOBID= 13608184
Free space on /tmp= 73424 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498691-1308501742/watcher-3498691-1308501742 -o /tmp/evaluation-result-3498691-1308501742/solver-3498691-1308501742 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498691-1308501742.cnf

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

MD5SUM BENCH= a78f49949ed32c6f8eea9d5e428c909d
RANDOM SEED=1834072786

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28178452 kB
Buffers:        489808 kB
Cached:        3896508 kB
SwapCached:      15888 kB
Active:        1477980 kB
Inactive:      2967256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28178452 kB
SwapTotal:    67111528 kB
SwapFree:     67048916 kB
Dirty:           25632 kB
Writeback:           0 kB
AnonPages:       56256 kB
Mapped:           9576 kB
Slab:           264240 kB
PageTables:       4856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   255432 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= 73412 MiB
End job on node122 at 2011-06-19 19:10:48