Trace number 3498804

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 2686.32 2686.27

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark326.479
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

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...
1.29/1.37	c ==============================================================================
1.29/1.37	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.37	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.37	c ==============================================================================
1.29/1.37	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
23.99/24.03	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
23.99/24.03	c ==============================================================================
23.99/24.03	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
23.99/24.03	c CPU time:   23.8234 s
23.99/24.03	c ==============================================================================
25.79/25.87	c
25.79/25.87	c Starting glucose
25.79/25.87	c
25.79/25.88	
25.79/25.88	c This is EBGlucose 1.0 -- based on Glucose version 1.0
25.79/25.88	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
25.79/25.88	
25.79/25.88	c ============================[ Problem Statistics ]=============================
25.79/25.88	c |                                                                             |
25.79/25.88	c |  Number of variables:  168000                                               |
25.79/25.88	c |  Number of clauses:    3532144                                              |
27.08/27.13	c |  Parsing time:         1.17         s                                       |
2686.24/2686.24	c restarts              : 13509
2686.24/2686.24	c nb ReduceDB           : 94
2686.24/2686.24	c nb learnts DL2        : 47456
2686.24/2686.24	c nb learnts size 2     : 9549
2686.24/2686.24	c nb learnts size 1     : 54
2686.24/2686.24	c conflicts             : 6341780        (2384 /sec)
2686.24/2686.24	c decisions             : 227571102      (0.82 % random) (85544 /sec)
2686.24/2686.24	c propagations          : 11648876778    (4378835 /sec)
2686.24/2686.24	c conflict literals     : 437613183      (56.98 % deleted)
2686.24/2686.24	c Memory used           : 291.73 MB
2686.24/2686.24	c CPU time              : 2660.27 s
2686.24/2686.24	
2686.24/2686.25	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-3498804-1307971365/watcher-3498804-1307971365 -o /var/tmp/evaluation-result-3498804-1307971365/solver-3498804-1307971365 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498804-1307971365.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.99 1.98 1.98 2/178 23665
/proc/meminfo: memFree=14969728/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889552086 8912896 253 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23665/statm: 2176 253 211 178 0 69 0

[startup+0.070027 s]
/proc/loadavg: 1.99 1.98 1.98 2/178 23665
/proc/meminfo: memFree=14969728/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889552086 8912896 253 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23665/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100989 s]
/proc/loadavg: 1.99 1.98 1.98 2/178 23665
/proc/meminfo: memFree=14969728/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889552086 8912896 253 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23665/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300998 s]
/proc/loadavg: 1.99 1.98 1.98 2/178 23665
/proc/meminfo: memFree=14969728/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889552086 8912896 253 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23665/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70089 s]
/proc/loadavg: 1.99 1.98 1.98 2/178 23665
/proc/meminfo: memFree=14969728/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889552086 8912896 253 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23665/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50077 s]
/proc/loadavg: 1.99 1.98 1.98 3/180 23668
/proc/meminfo: memFree=14815892/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889552086 8912896 253 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23665/statm: 2176 253 211 178 0 69 0
[pid=23667] ppid=23665 vsize=285088 CPUtime=1.49 cores=0,2,4,6
/proc/23667/stat : 23667 (SatELite_releas) R 23665 23665 22344 0 -1 4202496 67637 0 0 0 134 15 0 0 25 0 1 0 889552086 291930112 67591 33554432000 134512640 135144230 4287387632 18446744073709551615 134553222 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/23667/statm: 71272 67591 75 155 0 71115 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 293792

[startup+3.10049 s]
/proc/loadavg: 1.99 1.98 1.98 3/180 23668
/proc/meminfo: memFree=14725248/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889552086 8912896 253 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23665/statm: 2176 253 211 178 0 69 0
[pid=23667] ppid=23665 vsize=268272 CPUtime=3.08 cores=0,2,4,6
/proc/23667/stat : 23667 (SatELite_releas) R 23665 23665 22344 0 -1 4202496 72109 0 0 0 293 15 0 0 25 0 1 0 889552086 274710528 64450 33554432000 134512640 135144230 4287387632 18446744073709551615 134546752 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/23667/statm: 67068 64450 78 155 0 66911 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 276976

[startup+6.30093 s]
/proc/loadavg: 1.99 1.98 1.98 3/180 23668
/proc/meminfo: memFree=14697852/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889552086 8912896 253 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23665/statm: 2176 253 211 178 0 69 0
[pid=23667] ppid=23665 vsize=301364 CPUtime=6.29 cores=0,2,4,6
/proc/23667/stat : 23667 (SatELite_releas) R 23665 23665 22344 0 -1 4202496 76347 0 0 0 612 17 0 0 25 0 1 0 889552086 308596736 68688 33554432000 134512640 135144230 4287387632 18446744073709551615 134546808 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/23667/statm: 75341 68688 78 155 0 75184 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 310068

[startup+12.7008 s]
/proc/loadavg: 1.99 1.98 1.98 3/180 23668
/proc/meminfo: memFree=14647244/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889552086 8912896 253 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23665/statm: 2176 253 211 178 0 69 0
[pid=23667] ppid=23665 vsize=359128 CPUtime=12.69 cores=0,2,4,6
/proc/23667/stat : 23667 (SatELite_releas) R 23665 23665 22344 0 -1 4202496 87049 0 0 0 1250 19 0 0 25 0 1 0 889552086 367747072 78822 33554432000 134512640 135144230 4287387632 18446744073709551615 134553222 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/23667/statm: 89782 78822 78 155 0 89625 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 367832

[startup+25.5005 s]
/proc/loadavg: 1.99 1.98 1.98 3/180 23669
/proc/meminfo: memFree=14626000/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 889552086 8912896 253 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23665/statm: 2176 253 211 178 0 69 0
[pid=23667] ppid=23665 vsize=313084 CPUtime=25.49 cores=0,2,4,6
/proc/23667/stat : 23667 (SatELite_releas) R 23665 23665 22344 0 -1 4202496 94763 0 0 0 2521 28 0 0 25 0 1 0 889552086 320598016 71534 33554432000 134512640 135144230 4287387632 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/23667/statm: 78271 71534 81 155 0 78114 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 321788

[startup+51.101 s]
/proc/loadavg: 2.05 2.00 1.99 3/180 23671
/proc/meminfo: memFree=14667220/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=223648 CPUtime=25.21 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 54092 0 0 0 2512 9 0 0 25 0 1 0 889554674 229015552 54014 33554432000 134512640 134556542 4290507808 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/23670/statm: 55912 54014 213 11 0 55246 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 232352

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 1.99 3/180 23672
/proc/meminfo: memFree=14656064/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=233704 CPUtime=76.41 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 56556 0 0 0 7631 10 0 0 25 0 1 0 889554674 239312896 56478 33554432000 134512640 134556542 4290507808 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 58426 56478 213 11 0 57760 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 242408

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/180 23676
/proc/meminfo: memFree=14649560/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=237716 CPUtime=136.41 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 57565 0 0 0 13630 11 0 0 25 0 1 0 889554674 243421184 57487 33554432000 134512640 134556542 4290507808 18446744073709551615 134536946 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 59429 57487 213 11 0 58763 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 246420

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 23678
/proc/meminfo: memFree=14646376/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=239000 CPUtime=196.41 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 57871 0 0 0 19630 11 0 0 25 0 1 0 889554674 244736000 57793 33554432000 134512640 134556542 4290507808 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 59750 57793 213 11 0 59084 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 247704

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 23680
/proc/meminfo: memFree=14624996/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=259292 CPUtime=256.41 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 62953 0 0 0 25629 12 0 0 25 0 1 0 889554674 265515008 62872 33554432000 134512640 134556542 4290507808 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 64823 62872 213 11 0 64157 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 267996

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 23681
/proc/meminfo: memFree=14623596/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=259472 CPUtime=316.41 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 62993 0 0 0 31629 12 0 0 25 0 1 0 889554674 265699328 62912 33554432000 134512640 134556542 4290507808 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 64868 62912 213 11 0 64202 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 268176

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 23683
/proc/meminfo: memFree=14621436/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6

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


[startup+2202.3 s]
/proc/loadavg: 1.00 1.00 1.24 2/173 23756
/proc/meminfo: memFree=14734228/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=295944 CPUtime=2176.46 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 71724 0 0 0 217632 14 0 0 25 0 1 0 889554674 303046656 71643 33554432000 134512640 134556542 4290507808 18446744073709551615 134537484 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 73986 71643 213 11 0 73320 0
Current children cumulated CPU time (s) 2202.33
Current children cumulated vsize (KiB) 304648

[startup+2262.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/173 23757
/proc/meminfo: memFree=14734332/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=296456 CPUtime=2236.46 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 71730 0 0 0 223632 14 0 0 25 0 1 0 889554674 303570944 71649 33554432000 134512640 134556542 4290507808 18446744073709551615 134537174 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 74114 71649 213 11 0 73448 0
Current children cumulated CPU time (s) 2262.33
Current children cumulated vsize (KiB) 305160

[startup+2322.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/173 23768
/proc/meminfo: memFree=14733300/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=297212 CPUtime=2296.46 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 71878 0 0 0 229632 14 0 0 25 0 1 0 889554674 304345088 71797 33554432000 134512640 134556542 4290507808 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 74303 71797 213 11 0 73637 0
Current children cumulated CPU time (s) 2322.33
Current children cumulated vsize (KiB) 305916

[startup+2382.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/173 23770
/proc/meminfo: memFree=14732784/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=297536 CPUtime=2356.46 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 71965 0 0 0 235632 14 0 0 25 0 1 0 889554674 304676864 71884 33554432000 134512640 134556542 4290507808 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 74384 71884 213 11 0 73718 0
Current children cumulated CPU time (s) 2382.33
Current children cumulated vsize (KiB) 306240

[startup+2442.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/173 23771
/proc/meminfo: memFree=14732512/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=297644 CPUtime=2416.46 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 71991 0 0 0 241632 14 0 0 25 0 1 0 889554674 304787456 71910 33554432000 134512640 134556542 4290507808 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 74411 71910 213 11 0 73745 0
Current children cumulated CPU time (s) 2442.33
Current children cumulated vsize (KiB) 306348

[startup+2502.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/173 23773
/proc/meminfo: memFree=14732236/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=298004 CPUtime=2476.46 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 72085 0 0 0 247632 14 0 0 25 0 1 0 889554674 305156096 72004 33554432000 134512640 134556542 4290507808 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 74501 72004 213 11 0 73835 0
Current children cumulated CPU time (s) 2502.33
Current children cumulated vsize (KiB) 306708

[startup+2562.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/173 23774
/proc/meminfo: memFree=14731852/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=298728 CPUtime=2536.46 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 72213 0 0 0 253632 14 0 0 25 0 1 0 889554674 305897472 72132 33554432000 134512640 134556542 4290507808 18446744073709551615 134535104 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 74682 72132 213 11 0 74016 0
Current children cumulated CPU time (s) 2562.33
Current children cumulated vsize (KiB) 307432

[startup+2622.3 s]
/proc/loadavg: 1.05 1.01 1.14 2/173 23776
/proc/meminfo: memFree=14731708/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=298728 CPUtime=2596.47 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 72215 0 0 0 259633 14 0 0 25 0 1 0 889554674 305897472 72134 33554432000 134512640 134556542 4290507808 18446744073709551615 134529945 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 74682 72134 213 11 0 74016 0
Current children cumulated CPU time (s) 2622.34
Current children cumulated vsize (KiB) 307432

[startup+2682.3 s]
/proc/loadavg: 1.02 1.01 1.13 2/173 23778
/proc/meminfo: memFree=14731688/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=298728 CPUtime=2656.47 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 72217 0 0 0 265633 14 0 0 25 0 1 0 889554674 305897472 72136 33554432000 134512640 134556542 4290507808 18446744073709551615 134537236 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 74682 72136 213 11 0 74016 0
Current children cumulated CPU time (s) 2682.34
Current children cumulated vsize (KiB) 307432

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

[startup+2684.7 s]
/proc/loadavg: 1.02 1.01 1.13 2/173 23778
/proc/meminfo: memFree=14731688/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=298728 CPUtime=2658.86 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 72217 0 0 0 265872 14 0 0 25 0 1 0 889554674 305897472 72136 33554432000 134512640 134556542 4290507808 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 74682 72136 213 11 0 74016 0
Current children cumulated CPU time (s) 2684.73
Current children cumulated vsize (KiB) 307432

[startup+2685.5 s]
/proc/loadavg: 1.02 1.01 1.13 2/173 23778
/proc/meminfo: memFree=14731688/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=298728 CPUtime=2659.66 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 72217 0 0 0 265952 14 0 0 25 0 1 0 889554674 305897472 72136 33554432000 134512640 134556542 4290507808 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 74682 72136 213 11 0 74016 0
Current children cumulated CPU time (s) 2685.53
Current children cumulated vsize (KiB) 307432

[startup+2685.9 s]
/proc/loadavg: 1.02 1.01 1.13 2/173 23778
/proc/meminfo: memFree=14731688/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=298728 CPUtime=2660.06 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 72217 0 0 0 265992 14 0 0 25 0 1 0 889554674 305897472 72136 33554432000 134512640 134556542 4290507808 18446744073709551615 134524976 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 74682 72136 213 11 0 74016 0
Current children cumulated CPU time (s) 2685.93
Current children cumulated vsize (KiB) 307432

[startup+2686.1 s]
/proc/loadavg: 1.02 1.01 1.13 2/173 23778
/proc/meminfo: memFree=14731688/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=298728 CPUtime=2660.27 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 72217 0 0 0 266013 14 0 0 25 0 1 0 889554674 305897472 72136 33554432000 134512640 134556542 4290507808 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 74682 72136 213 11 0 74016 0
Current children cumulated CPU time (s) 2686.14
Current children cumulated vsize (KiB) 307432

[startup+2686.21 s]
/proc/loadavg: 1.02 1.01 1.13 2/173 23778
/proc/meminfo: memFree=14731688/32951124 swapFree=67057920/67111528
[pid=23665] ppid=23663 vsize=8704 CPUtime=25.87 cores=0,2,4,6
/proc/23665/stat : 23665 (ebglucose.sh) S 23663 23665 22344 0 -1 4202496 382 94997 0 0 0 0 2555 32 18 0 1 0 889552086 8912896 256 33554432000 4194304 4922060 140737088992800 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23665/statm: 2176 256 211 178 0 69 0
[pid=23670] ppid=23665 vsize=298728 CPUtime=2660.37 cores=0,2,4,6
/proc/23670/stat : 23670 (ebglucose_stati) R 23665 23665 22344 0 -1 4202496 72217 0 0 0 266023 14 0 0 25 0 1 0 889554674 305897472 72136 33554432000 134512640 134556542 4290507808 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23670/statm: 74682 72136 213 11 0 74016 0
Current children cumulated CPU time (s) 2686.24
Current children cumulated vsize (KiB) 307432

Child status: 20
Real time (s): 2686.27
CPU time (s): 2686.32
CPU user time (s): 2685.83
CPU system time (s): 0.498924
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 368440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2685.83
system time used= 0.498924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167819
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= 52
involuntary context switches= 3855

runsolver used 4.16437 second user time and 8.29974 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-13 15:22:48
IDJOB=3498804
IDBENCH=85007
IDSOLVER=1992
FILE ID=node140/3498804-1307971365
RUNJOBID= node140-1307960686-22977
PBS_JOBID= 13559688
Free space on /var/tmp= 2768 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498804-1307971365/watcher-3498804-1307971365 -o /var/tmp/evaluation-result-3498804-1307971365/solver-3498804-1307971365 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498804-1307971365.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=707156013

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14970272 kB
Buffers:        106180 kB
Cached:       17164000 kB
SwapCached:       6704 kB
Active:        1908512 kB
Inactive:     15443520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14970272 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:           77856 kB
Writeback:           0 kB
AnonPages:       80132 kB
Mapped:          14156 kB
Slab:           564228 kB
PageTables:       4904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   270632 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= 2836 MiB
End job on node140 at 2011-06-13 16:07:34