Trace number 3498658

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 3554.62 3554.52

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark477.605
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

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 | 1040158  2379025 |  312047       0        0     nan |  0.000 % |
1.39/1.44	c |         0 |  741497  1727155 |      --       0       --      -- |     --   | -35/-52
1.39/1.44	c ==============================================================================
1.39/1.44	c Result  :   #vars: 53836   #clauses: 741497   #literals: 1727155
1.39/1.44	c CPU time:   1.37779 s
1.39/1.44	c ==============================================================================
1.69/1.75	c
1.69/1.75	c Starting glucose
1.69/1.75	c
1.69/1.75	
1.69/1.75	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.69/1.75	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.69/1.75	
1.69/1.75	c ============================[ Problem Statistics ]=============================
1.69/1.75	c |                                                                             |
1.69/1.75	c |  Number of variables:  53836                                                |
1.69/1.75	c |  Number of clauses:    741497                                               |
1.74/1.97	c |  Parsing time:         0.20         s                                       |
3554.49/3554.50	c restarts              : 1368
3554.49/3554.50	c nb ReduceDB           : 30
3554.49/3554.50	c nb learnts DL2        : 16768
3554.49/3554.50	c nb learnts size 2     : 4462
3554.49/3554.50	c nb learnts size 1     : 768
3554.49/3554.50	c conflicts             : 1075571        (303 /sec)
3554.49/3554.50	c decisions             : 7426517        (1.13 % random) (2090 /sec)
3554.49/3554.50	c propagations          : 3775541811     (1062715 /sec)
3554.49/3554.50	c conflict literals     : 1081979422     (36.49 % deleted)
3554.49/3554.50	c Memory used           : 244.30 MB
3554.49/3554.50	c CPU time              : 3552.73 s
3554.49/3554.50	
3554.59/3554.51	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-3498658-1307963685/watcher-3498658-1307963685 -o /var/tmp/evaluation-result-3498658-1307963685/solver-3498658-1307963685 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498658-1307963685.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.96 2/178 4186
/proc/meminfo: memFree=11143572/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 354 234 0 0 0 0 0 0 20 0 1 0 986599250 8912896 253 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4186/statm: 2176 253 211 178 0 69 0

[startup+0.062516 s]
/proc/loadavg: 2.00 2.01 1.96 2/178 4186
/proc/meminfo: memFree=11143572/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 354 234 0 0 0 0 0 0 20 0 1 0 986599250 8912896 253 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4186/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100507 s]
/proc/loadavg: 2.00 2.01 1.96 2/178 4186
/proc/meminfo: memFree=11143572/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 354 234 0 0 0 0 0 0 20 0 1 0 986599250 8912896 253 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4186/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30047 s]
/proc/loadavg: 2.00 2.01 1.96 2/178 4186
/proc/meminfo: memFree=11143572/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 354 234 0 0 0 0 0 0 20 0 1 0 986599250 8912896 253 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4186/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700451 s]
/proc/loadavg: 2.00 2.01 1.96 2/178 4186
/proc/meminfo: memFree=11143572/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 354 234 0 0 0 0 0 0 20 0 1 0 986599250 8912896 253 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4186/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50025 s]
/proc/loadavg: 2.00 2.01 1.96 3/180 4189
/proc/meminfo: memFree=11067116/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 354 234 0 0 0 0 0 0 20 0 1 0 986599250 8912896 253 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4186/statm: 2176 253 211 178 0 69 0
[pid=4188] ppid=4186 vsize=87948 CPUtime=1.49 cores=1,3,5,7
/proc/4188/stat : 4188 (SatELite_releas) R 4186 4186 3431 0 -1 4202496 23429 0 0 0 143 6 0 0 25 0 1 0 986599251 90058752 19088 33554432000 134512640 135144230 4290897632 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4188/statm: 21987 19088 78 155 0 21830 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96652

[startup+3.10096 s]
/proc/loadavg: 2.00 2.01 1.96 3/180 4190
/proc/meminfo: memFree=11085716/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=50312 CPUtime=1.33 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 11664 0 0 0 132 1 0 0 23 0 1 0 986599426 51519488 11581 33554432000 134512640 134556542 4294625680 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 12578 11581 213 11 0 11912 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 59016

[startup+6.30037 s]
/proc/loadavg: 2.00 2.01 1.96 3/180 4190
/proc/meminfo: memFree=11078268/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=57344 CPUtime=4.54 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 13405 0 0 0 452 2 0 0 25 0 1 0 986599426 58720256 13322 33554432000 134512640 134556542 4294625680 18446744073709551615 134531627 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 14336 13322 213 11 0 13670 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 66048

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 1.96 3/180 4190
/proc/meminfo: memFree=11065044/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=70000 CPUtime=10.93 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 16598 0 0 0 1091 2 0 0 25 0 1 0 986599426 71680000 16514 33554432000 134512640 134556542 4294625680 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 17500 16514 213 11 0 16834 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 78704

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 4191
/proc/meminfo: memFree=11036176/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=98968 CPUtime=23.73 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 23810 0 0 0 2370 3 0 0 25 0 1 0 986599426 101343232 23720 33554432000 134512640 134556542 4294625680 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 24742 23720 213 11 0 24076 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 107672

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 4191
/proc/meminfo: memFree=11027036/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=107820 CPUtime=49.34 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 26025 0 0 0 4930 4 0 0 25 0 1 0 986599426 110407680 25933 33554432000 134512640 134556542 4294625680 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 26955 25933 213 11 0 26289 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 116524

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 4235
/proc/meminfo: memFree=10931392/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=131352 CPUtime=100.55 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 31934 0 0 0 10050 5 0 0 25 0 1 0 986599426 134504448 31839 33554432000 134512640 134556542 4294625680 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 32838 31839 213 11 0 32172 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 140056

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 4236
/proc/meminfo: memFree=10882672/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=154524 CPUtime=160.55 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 37730 0 0 0 16049 6 0 0 25 0 1 0 986599426 158232576 37633 33554432000 134512640 134556542 4294625680 18446744073709551615 134530199 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 38631 37633 213 11 0 37965 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 163228

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 1.96 3/180 4238
/proc/meminfo: memFree=10872796/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=164520 CPUtime=220.54 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 40211 0 0 0 22048 6 0 0 25 0 1 0 986599426 168468480 40113 33554432000 134512640 134556542 4294625680 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 41130 40113 213 11 0 40464 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 173224

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.96 3/180 4240
/proc/meminfo: memFree=10872112/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=165764 CPUtime=280.55 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 40521 0 0 0 28049 6 0 0 25 0 1 0 986599426 169742336 40423 33554432000 134512640 134556542 4294625680 18446744073709551615 134529960 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 41441 40423 213 11 0 40775 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 174468

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.96 3/180 4241
/proc/meminfo: memFree=10845892/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=168924 CPUtime=340.55 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 41332 0 0 0 34049 6 0 0 25 0 1 0 986599426 172978176 41233 33554432000 134512640 134556542 4294625680 18446744073709551615 134529862 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 42231 41233 213 11 0 41565 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 177628

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 4243
/proc/meminfo: memFree=10836920/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7

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


[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4328
/proc/meminfo: memFree=10553412/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=250164 CPUtime=3160.64 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 61639 0 0 0 316052 12 0 0 25 0 1 0 986599426 256167936 61526 33554432000 134512640 134556542 4294625680 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 62541 61526 213 11 0 61875 0
Current children cumulated CPU time (s) 3162.38
Current children cumulated vsize (KiB) 258868

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4330
/proc/meminfo: memFree=10553476/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=250164 CPUtime=3220.64 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 61643 0 0 0 322052 12 0 0 25 0 1 0 986599426 256167936 61530 33554432000 134512640 134556542 4294625680 18446744073709551615 134529848 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 62541 61530 213 11 0 61875 0
Current children cumulated CPU time (s) 3222.38
Current children cumulated vsize (KiB) 258868

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4332
/proc/meminfo: memFree=10553532/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=250164 CPUtime=3280.65 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 61643 0 0 0 328053 12 0 0 25 0 1 0 986599426 256167936 61530 33554432000 134512640 134556542 4294625680 18446744073709551615 134530051 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 62541 61530 213 11 0 61875 0
Current children cumulated CPU time (s) 3282.39
Current children cumulated vsize (KiB) 258868

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4333
/proc/meminfo: memFree=10519376/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=250164 CPUtime=3340.64 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 61643 0 0 0 334052 12 0 0 25 0 1 0 986599426 256167936 61530 33554432000 134512640 134556542 4294625680 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 62541 61530 213 11 0 61875 0
Current children cumulated CPU time (s) 3342.38
Current children cumulated vsize (KiB) 258868

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4335
/proc/meminfo: memFree=10519312/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=250164 CPUtime=3400.65 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 61647 0 0 0 340053 12 0 0 25 0 1 0 986599426 256167936 61534 33554432000 134512640 134556542 4294625680 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 62541 61534 213 11 0 61875 0
Current children cumulated CPU time (s) 3402.39
Current children cumulated vsize (KiB) 258868

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4336
/proc/meminfo: memFree=10519880/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=250164 CPUtime=3460.65 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 61647 0 0 0 346053 12 0 0 25 0 1 0 986599426 256167936 61534 33554432000 134512640 134556542 4294625680 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 62541 61534 213 11 0 61875 0
Current children cumulated CPU time (s) 3462.39
Current children cumulated vsize (KiB) 258868

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4338
/proc/meminfo: memFree=10519564/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=250164 CPUtime=3520.65 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 61647 0 0 0 352053 12 0 0 25 0 1 0 986599426 256167936 61534 33554432000 134512640 134556542 4294625680 18446744073709551615 134536958 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 62541 61534 213 11 0 61875 0
Current children cumulated CPU time (s) 3522.39
Current children cumulated vsize (KiB) 258868

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

[startup+3532.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4338
/proc/meminfo: memFree=10519552/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=250164 CPUtime=3531.05 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 61647 0 0 0 353093 12 0 0 25 0 1 0 986599426 256167936 61534 33554432000 134512640 134556542 4294625680 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 62541 61534 213 11 0 61875 0
Current children cumulated CPU time (s) 3532.79
Current children cumulated vsize (KiB) 258868

[startup+3545.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4339
/proc/meminfo: memFree=10519548/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=250164 CPUtime=3543.85 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 61647 0 0 0 354373 12 0 0 25 0 1 0 986599426 256167936 61534 33554432000 134512640 134556542 4294625680 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 62541 61534 213 11 0 61875 0
Current children cumulated CPU time (s) 3545.59
Current children cumulated vsize (KiB) 258868

[startup+3548.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4339
/proc/meminfo: memFree=10519672/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=250164 CPUtime=3547.05 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 61647 0 0 0 354693 12 0 0 25 0 1 0 986599426 256167936 61534 33554432000 134512640 134556542 4294625680 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 62541 61534 213 11 0 61875 0
Current children cumulated CPU time (s) 3548.79
Current children cumulated vsize (KiB) 258868

[startup+3551.91 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4339
/proc/meminfo: memFree=10519672/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=250164 CPUtime=3550.25 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 61647 0 0 0 355013 12 0 0 25 0 1 0 986599426 256167936 61534 33554432000 134512640 134556542 4294625680 18446744073709551615 134529935 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 62541 61534 213 11 0 61875 0
Current children cumulated CPU time (s) 3551.99
Current children cumulated vsize (KiB) 258868

[startup+3553.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4339
/proc/meminfo: memFree=10519548/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=250164 CPUtime=3551.85 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 61647 0 0 0 355173 12 0 0 25 0 1 0 986599426 256167936 61534 33554432000 134512640 134556542 4294625680 18446744073709551615 134529922 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 62541 61534 213 11 0 61875 0
Current children cumulated CPU time (s) 3553.59
Current children cumulated vsize (KiB) 258868

[startup+3554.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4339
/proc/meminfo: memFree=10519548/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=250164 CPUtime=3552.65 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202496 61647 0 0 0 355253 12 0 0 25 0 1 0 986599426 256167936 61534 33554432000 134512640 134556542 4294625680 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4190/statm: 62541 61534 213 11 0 61875 0
Current children cumulated CPU time (s) 3554.39
Current children cumulated vsize (KiB) 258868

[startup+3554.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4339
/proc/meminfo: memFree=10519548/32950928 swapFree=67051812/67111528
[pid=4186] ppid=4184 vsize=8704 CPUtime=1.74 cores=1,3,5,7
/proc/4186/stat : 4186 (ebglucose.sh) S 4184 4186 3431 0 -1 4202496 381 23664 0 0 0 0 165 9 18 0 1 0 986599250 8912896 256 33554432000 4194304 4922060 140735961163840 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4186/statm: 2176 256 211 178 0 69 0
[pid=4190] ppid=4186 vsize=0 CPUtime=3552.85 cores=1,3,5,7
/proc/4190/stat : 4190 (ebglucose_stati) R 4186 4186 3431 0 -1 4202500 61662 0 0 0 355273 12 0 0 25 0 1 0 986599426 0 0 33554432000 0 0 0 0 0 0 0 4096 8388611 18446744073709551615 0 0 17 3 0 0 0
/proc/4190/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3554.59
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 3554.52
CPU time (s): 3554.62
CPU user time (s): 3554.39
CPU system time (s): 0.231964
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 258888

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

runsolver used 4.75128 second user time and 11.5952 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-13 13:14:46
IDJOB=3498658
IDBENCH=82378
IDSOLVER=1992
FILE ID=node116/3498658-1307963685
RUNJOBID= node116-1307958748-3960
PBS_JOBID= 13559712
Free space on /var/tmp= 2840 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498658-1307963685/watcher-3498658-1307963685 -o /var/tmp/evaluation-result-3498658-1307963685/solver-3498658-1307963685 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498658-1307963685.cnf

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=1027295729

node116.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.826
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.65
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.826
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.15
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.826
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.826
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.75
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.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      11143992 kB
Buffers:        101884 kB
Cached:       20878484 kB
SwapCached:      12824 kB
Active:        5767592 kB
Inactive:     15324880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11143992 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:           24640 kB
Writeback:         136 kB
AnonPages:      109624 kB
Mapped:          10164 kB
Slab:           648584 kB
PageTables:       4212 kB
NFS_Unstable:      252 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   303412 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= 2812 MiB
End job on node116 at 2011-06-13 14:14:00