Trace number 3498597

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 4039.51 4039.36

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark809.913
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
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.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  152037   354753 |   45611       0        0     nan |  0.000 % |
0.00/0.62	c |         0 |   86170   286586 |      --       0       --      -- |     --   | -65825/-68066
0.00/0.62	c ==============================================================================
0.00/0.62	c Result  :   #vars: 18463   #clauses: 86170   #literals: 286586
0.00/0.62	c CPU time:   0.602908 s
0.00/0.62	c ==============================================================================
0.00/0.67	c
0.00/0.67	c Starting glucose
0.00/0.67	c
0.00/0.68	
0.00/0.68	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.68	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.68	
0.00/0.68	c ============================[ Problem Statistics ]=============================
0.00/0.68	c |                                                                             |
0.00/0.68	c |  Number of variables:  18463                                                |
0.00/0.68	c |  Number of clauses:    86170                                                |
0.67/0.71	c |  Parsing time:         0.03         s                                       |
4039.43/4039.35	c restarts              : 18331
4039.43/4039.35	c nb ReduceDB           : 102
4039.43/4039.35	c nb learnts DL2        : 122670
4039.43/4039.35	c nb learnts size 2     : 20402
4039.43/4039.35	c nb learnts size 1     : 146
4039.43/4039.35	c conflicts             : 7215288        (1787 /sec)
4039.43/4039.35	c decisions             : 29885791       (1.37 % random) (7400 /sec)
4039.43/4039.35	c propagations          : 4792698904     (1186692 /sec)
4039.43/4039.35	c conflict literals     : 1136206195     (48.58 % deleted)
4039.43/4039.35	c Memory used           : 167.37 MB
4039.43/4039.35	c CPU time              : 4038.71 s
4039.43/4039.35	
4039.43/4039.35	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-3498597-1307960878/watcher-3498597-1307960878 -o /var/tmp/evaluation-result-3498597-1307960878/solver-3498597-1307960878 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498597-1307960878.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.03 2.01 1.99 2/178 7622
/proc/meminfo: memFree=7265760/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 907687514 8912896 253 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7622/statm: 2176 253 211 178 0 69 0

[startup+0.016421 s]
/proc/loadavg: 2.03 2.01 1.99 2/178 7622
/proc/meminfo: memFree=7265760/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 907687514 8912896 253 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7622/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100409 s]
/proc/loadavg: 2.03 2.01 1.99 2/178 7622
/proc/meminfo: memFree=7265760/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 907687514 8912896 253 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7622/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300369 s]
/proc/loadavg: 2.03 2.01 1.99 2/178 7622
/proc/meminfo: memFree=7265760/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 907687514 8912896 253 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7622/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700294 s]
/proc/loadavg: 2.03 2.01 1.99 2/178 7622
/proc/meminfo: memFree=7265760/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 8704

[startup+1.5002 s]
/proc/loadavg: 2.03 2.01 1.99 3/180 7626
/proc/meminfo: memFree=7248920/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=13584 CPUtime=0.81 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 2946 0 0 0 81 0 0 0 22 0 1 0 907687582 13910016 2871 33554432000 134512640 134556542 4290118816 18446744073709551615 134543376 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 3396 2871 214 11 0 2730 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22288

[startup+3.10084 s]
/proc/loadavg: 2.03 2.01 1.99 3/180 7626
/proc/meminfo: memFree=7247432/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=15064 CPUtime=2.41 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 3310 0 0 0 241 0 0 0 25 0 1 0 907687582 15425536 3235 33554432000 134512640 134556542 4290118816 18446744073709551615 134537543 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 3766 3235 214 11 0 3100 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23768

[startup+6.30023 s]
/proc/loadavg: 2.03 2.01 1.99 3/180 7626
/proc/meminfo: memFree=7244952/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=16220 CPUtime=5.61 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 3568 0 0 0 561 0 0 0 25 0 1 0 907687582 16609280 3493 33554432000 134512640 134556542 4290118816 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 4055 3493 214 11 0 3389 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24924

[startup+12.701 s]
/proc/loadavg: 2.03 2.01 1.99 3/180 7626
/proc/meminfo: memFree=7242956/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=17836 CPUtime=12.01 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 3997 0 0 0 1201 0 0 0 25 0 1 0 907687582 18264064 3922 33554432000 134512640 134556542 4290118816 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 4459 3922 214 11 0 3793 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26540

[startup+25.5006 s]
/proc/loadavg: 2.02 2.01 1.99 3/180 7626
/proc/meminfo: memFree=7238752/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=22404 CPUtime=24.81 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 5116 0 0 0 2480 1 0 0 25 0 1 0 907687582 22941696 5041 33554432000 134512640 134556542 4290118816 18446744073709551615 134538001 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 5601 5041 214 11 0 4935 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31108

[startup+51.1007 s]
/proc/loadavg: 2.01 2.01 1.99 3/180 7627
/proc/meminfo: memFree=7234848/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=26232 CPUtime=50.41 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 6037 0 0 0 5040 1 0 0 25 0 1 0 907687582 26861568 5962 33554432000 134512640 134556542 4290118816 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 6558 5962 214 11 0 5892 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 34936

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 7629
/proc/meminfo: memFree=7219436/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=32488 CPUtime=101.62 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 7614 0 0 0 10160 2 0 0 25 0 1 0 907687582 33267712 7538 33554432000 134512640 134556542 4290118816 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 8122 7538 214 11 0 7456 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 41192

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 7630
/proc/meminfo: memFree=7214448/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=37372 CPUtime=161.62 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 8866 0 0 0 16160 2 0 0 25 0 1 0 907687582 38268928 8790 33554432000 134512640 134556542 4290118816 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 9343 8790 214 11 0 8677 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 46076

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 7632
/proc/meminfo: memFree=7210580/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=41616 CPUtime=221.62 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 9864 0 0 0 22160 2 0 0 25 0 1 0 907687582 42614784 9788 33554432000 134512640 134556542 4290118816 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 10404 9788 214 11 0 9738 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 50320

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 7633
/proc/meminfo: memFree=7206216/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=45708 CPUtime=281.63 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 10911 0 0 0 28160 3 0 0 25 0 1 0 907687582 46804992 10835 33554432000 134512640 134556542 4290118816 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 11427 10835 214 11 0 10761 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 54412

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 7635
/proc/meminfo: memFree=7201588/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=50256 CPUtime=341.63 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 12039 0 0 0 34160 3 0 0 25 0 1 0 907687582 51462144 11963 33554432000 134512640 134556542 4290118816 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 12564 11963 214 11 0 11898 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 58960

[startup+402.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 7636
/proc/meminfo: memFree=7189652/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7

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


[startup+3642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7777
/proc/meminfo: memFree=7014144/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=3641.75 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42360 0 0 0 364164 11 0 0 25 0 1 0 907687582 175493120 42269 33554432000 134512640 134556542 4290118816 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42269 214 11 0 42179 0
Current children cumulated CPU time (s) 3642.42
Current children cumulated vsize (KiB) 180084

[startup+3702.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7778
/proc/meminfo: memFree=7001216/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=3701.75 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42360 0 0 0 370164 11 0 0 25 0 1 0 907687582 175493120 42269 33554432000 134512640 134556542 4290118816 18446744073709551615 134530005 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42269 214 11 0 42179 0
Current children cumulated CPU time (s) 3702.42
Current children cumulated vsize (KiB) 180084

[startup+3762.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7780
/proc/meminfo: memFree=7000936/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=3761.75 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42361 0 0 0 376164 11 0 0 25 0 1 0 907687582 175493120 42270 33554432000 134512640 134556542 4290118816 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42270 214 11 0 42179 0
Current children cumulated CPU time (s) 3762.42
Current children cumulated vsize (KiB) 180084

[startup+3822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7782
/proc/meminfo: memFree=6996832/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=3821.75 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42361 0 0 0 382164 11 0 0 25 0 1 0 907687582 175493120 42270 33554432000 134512640 134556542 4290118816 18446744073709551615 134530132 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42270 214 11 0 42179 0
Current children cumulated CPU time (s) 3822.42
Current children cumulated vsize (KiB) 180084

[startup+3882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7783
/proc/meminfo: memFree=6990840/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=3881.76 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42361 0 0 0 388165 11 0 0 25 0 1 0 907687582 175493120 42270 33554432000 134512640 134556542 4290118816 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42270 214 11 0 42179 0
Current children cumulated CPU time (s) 3882.43
Current children cumulated vsize (KiB) 180084

[startup+3942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7785
/proc/meminfo: memFree=6984372/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=3941.76 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42361 0 0 0 394165 11 0 0 25 0 1 0 907687582 175493120 42270 33554432000 134512640 134556542 4290118816 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42270 214 11 0 42179 0
Current children cumulated CPU time (s) 3942.43
Current children cumulated vsize (KiB) 180084

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7787
/proc/meminfo: memFree=6984088/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=4001.76 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42362 0 0 0 400165 11 0 0 25 0 1 0 907687582 175493120 42271 33554432000 134512640 134556542 4290118816 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42271 214 11 0 42179 0
Current children cumulated CPU time (s) 4002.43
Current children cumulated vsize (KiB) 180084

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

[startup+4019.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7787
/proc/meminfo: memFree=6983964/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=4018.56 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42362 0 0 0 401845 11 0 0 25 0 1 0 907687582 175493120 42271 33554432000 134512640 134556542 4290118816 18446744073709551615 134536864 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42271 214 11 0 42179 0
Current children cumulated CPU time (s) 4019.23
Current children cumulated vsize (KiB) 180084

[startup+4031.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7787
/proc/meminfo: memFree=6984076/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=4031.36 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42362 0 0 0 403125 11 0 0 25 0 1 0 907687582 175493120 42271 33554432000 134512640 134556542 4290118816 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42271 214 11 0 42179 0
Current children cumulated CPU time (s) 4032.03
Current children cumulated vsize (KiB) 180084

[startup+4035.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7787
/proc/meminfo: memFree=6983952/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=4034.56 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42362 0 0 0 403445 11 0 0 25 0 1 0 907687582 175493120 42271 33554432000 134512640 134556542 4290118816 18446744073709551615 134537332 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42271 214 11 0 42179 0
Current children cumulated CPU time (s) 4035.23
Current children cumulated vsize (KiB) 180084

[startup+4036.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7787
/proc/meminfo: memFree=6984072/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=4036.16 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42362 0 0 0 403605 11 0 0 25 0 1 0 907687582 175493120 42271 33554432000 134512640 134556542 4290118816 18446744073709551615 134537405 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42271 214 11 0 42179 0
Current children cumulated CPU time (s) 4036.83
Current children cumulated vsize (KiB) 180084

[startup+4038.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7787
/proc/meminfo: memFree=6984072/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=4037.76 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42362 0 0 0 403765 11 0 0 25 0 1 0 907687582 175493120 42271 33554432000 134512640 134556542 4290118816 18446744073709551615 134530129 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42271 214 11 0 42179 0
Current children cumulated CPU time (s) 4038.43
Current children cumulated vsize (KiB) 180084

[startup+4039.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7787
/proc/meminfo: memFree=6984072/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=4038.57 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42362 0 0 0 403846 11 0 0 25 0 1 0 907687582 175493120 42271 33554432000 134512640 134556542 4290118816 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42271 214 11 0 42179 0
Current children cumulated CPU time (s) 4039.24
Current children cumulated vsize (KiB) 180084

[startup+4039.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7787
/proc/meminfo: memFree=6984072/32950928 swapFree=67055948/67111528
[pid=7622] ppid=7620 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/7622/stat : 7622 (ebglucose.sh) S 7620 7622 7101 0 -1 4202496 382 7068 0 0 0 0 65 2 19 0 1 0 907687514 8912896 256 33554432000 4194304 4922060 140736905242944 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7622/statm: 2176 256 211 178 0 69 0
[pid=7626] ppid=7622 vsize=171380 CPUtime=4038.76 cores=1,3,5,7
/proc/7626/stat : 7626 (ebglucose_stati) R 7622 7622 7101 0 -1 4202496 42362 0 0 0 403865 11 0 0 25 0 1 0 907687582 175493120 42271 33554432000 134512640 134556542 4290118816 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7626/statm: 42845 42271 214 11 0 42179 0
Current children cumulated CPU time (s) 4039.43
Current children cumulated vsize (KiB) 180084

Child status: 20
Real time (s): 4039.36
CPU time (s): 4039.51
CPU user time (s): 4039.36
CPU system time (s): 0.152976
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 180108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4039.36
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50034
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= 6054

runsolver used 5.72713 second user time and 13.8859 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-13 12:27:58
IDJOB=3498597
IDBENCH=70817
IDSOLVER=1992
FILE ID=node127/3498597-1307960878
RUNJOBID= node127-1307958143-7422
PBS_JOBID= 13559701
Free space on /var/tmp= 2852 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498597-1307960878/watcher-3498597-1307960878 -o /var/tmp/evaluation-result-3498597-1307960878/solver-3498597-1307960878 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498597-1307960878.cnf

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=2043568747

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7266428 kB
Buffers:        109980 kB
Cached:       24505620 kB
SwapCached:       9120 kB
Active:        9304500 kB
Inactive:     15565564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7266428 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:            3108 kB
Writeback:           0 kB
AnonPages:      251852 kB
Mapped:          14124 kB
Slab:           750484 kB
PageTables:       5088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   443916 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= 2832 MiB
End job on node127 at 2011-06-13 13:35:18