Trace number 3498687

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 1227.02 1226.99

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark218.303
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

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.25	c ==============================================================================
0.00/0.25	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.25	c ==============================================================================
0.00/0.25	c |         0 |  783852  1708423 |  235155       0        0     nan |  0.000 % |
0.99/1.02	c |         0 |  779390  1794017 |      --       0       --      -- |     --   | -3820/87017
0.99/1.02	c ==============================================================================
0.99/1.02	c Result  :   #vars: 97280   #clauses: 779390   #literals: 1794017
0.99/1.02	c CPU time:   0.987849 s
0.99/1.02	c ==============================================================================
1.29/1.34	c
1.29/1.34	c Starting glucose
1.29/1.34	c
1.29/1.34	
1.29/1.34	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.29/1.34	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.29/1.34	
1.29/1.34	c ============================[ Problem Statistics ]=============================
1.29/1.34	c |                                                                             |
1.29/1.34	c |  Number of variables:  97280                                                |
1.29/1.34	c |  Number of clauses:    779390                                               |
1.33/1.58	c |  Parsing time:         0.22         s                                       |
1226.91/1226.98	c restarts              : 1162
1226.91/1226.98	c nb ReduceDB           : 34
1226.91/1226.98	c nb learnts DL2        : 9227
1226.91/1226.98	c nb learnts size 2     : 4837
1226.91/1226.98	c nb learnts size 1     : 790
1226.91/1226.98	c conflicts             : 1268334        (1035 /sec)
1226.91/1226.98	c decisions             : 3230930        (1.44 % random) (2636 /sec)
1226.91/1226.98	c propagations          : 7215634570     (5887456 /sec)
1226.91/1226.98	c conflict literals     : 214946562      (44.00 % deleted)
1226.91/1226.98	c Memory used           : 105.05 MB
1226.91/1226.98	c CPU time              : 1225.59 s
1226.91/1226.98	
1226.91/1226.98	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-3498687-1307965067/watcher-3498687-1307965067 -o /var/tmp/evaluation-result-3498687-1307965067/solver-3498687-1307965067 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498687-1307965067.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.91 1.97 1.98 2/178 29619
/proc/meminfo: memFree=3602700/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 908107700 8912896 253 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29619/statm: 2176 253 211 178 0 69 0

[startup+0.026621 s]
/proc/loadavg: 1.91 1.97 1.98 2/178 29619
/proc/meminfo: memFree=3602700/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 908107700 8912896 253 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29619/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100635 s]
/proc/loadavg: 1.91 1.97 1.98 2/178 29619
/proc/meminfo: memFree=3602700/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 908107700 8912896 253 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29619/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300607 s]
/proc/loadavg: 1.91 1.97 1.98 2/178 29619
/proc/meminfo: memFree=3602700/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 908107700 8912896 253 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29619/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700534 s]
/proc/loadavg: 1.91 1.97 1.98 2/178 29619
/proc/meminfo: memFree=3602700/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 908107700 8912896 253 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29619/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50037 s]
/proc/loadavg: 1.91 1.97 1.98 3/180 29622
/proc/meminfo: memFree=3536492/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 8704

[startup+3.10106 s]
/proc/loadavg: 1.91 1.97 1.98 3/180 29624
/proc/meminfo: memFree=3538972/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=55140 CPUtime=1.74 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 12712 0 0 0 172 2 0 0 25 0 1 0 908107834 56463360 12640 33554432000 134512640 134556542 4291130352 18446744073709551615 134536789 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 13785 12640 213 11 0 13119 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 63844

[startup+6.30051 s]
/proc/loadavg: 1.92 1.97 1.98 3/180 29624
/proc/meminfo: memFree=3536144/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=58704 CPUtime=4.95 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 13602 0 0 0 492 3 0 0 25 0 1 0 908107834 60112896 13530 33554432000 134512640 134556542 4291130352 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 14676 13530 213 11 0 14010 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 67408

[startup+12.7004 s]
/proc/loadavg: 1.93 1.97 1.98 3/180 29624
/proc/meminfo: memFree=3529108/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=65440 CPUtime=11.35 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 15288 0 0 0 1131 4 0 0 25 0 1 0 908107834 67010560 15216 33554432000 134512640 134556542 4291130352 18446744073709551615 134536958 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 16360 15216 213 11 0 15694 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 74144

[startup+25.5011 s]
/proc/loadavg: 1.94 1.97 1.98 3/180 29624
/proc/meminfo: memFree=3523772/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=70652 CPUtime=24.15 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 16600 0 0 0 2411 4 0 0 25 0 1 0 908107834 72347648 16528 33554432000 134512640 134556542 4291130352 18446744073709551615 134530740 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 17663 16528 213 11 0 16997 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 79356

[startup+51.1006 s]
/proc/loadavg: 1.96 1.97 1.98 3/180 29625
/proc/meminfo: memFree=3516920/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=77160 CPUtime=49.75 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 18201 0 0 0 4970 5 0 0 25 0 1 0 908107834 79011840 18129 33554432000 134512640 134556542 4291130352 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 19290 18129 213 11 0 18624 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85864

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.98 3/180 29626
/proc/meminfo: memFree=3502796/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=79896 CPUtime=100.96 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 18867 0 0 0 10091 5 0 0 25 0 1 0 908107834 81813504 18795 33554432000 134512640 134556542 4291130352 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 19974 18795 213 11 0 19308 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 88600

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/180 29628
/proc/meminfo: memFree=3501528/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=80820 CPUtime=160.95 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 19129 0 0 0 16090 5 0 0 25 0 1 0 908107834 82759680 19057 33554432000 134512640 134556542 4291130352 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 20205 19057 213 11 0 19539 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 89524

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/180 29629
/proc/meminfo: memFree=3483408/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=81216 CPUtime=220.95 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 19233 0 0 0 22090 5 0 0 25 0 1 0 908107834 83165184 19161 33554432000 134512640 134556542 4291130352 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 20304 19161 213 11 0 19638 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 89920

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/180 29631
/proc/meminfo: memFree=3481772/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=83192 CPUtime=280.95 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 19682 0 0 0 28090 5 0 0 25 0 1 0 908107834 85188608 19610 33554432000 134512640 134556542 4291130352 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 20798 19610 213 11 0 20132 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 91896

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/180 29633
/proc/meminfo: memFree=3478644/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=86516 CPUtime=340.95 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 20519 0 0 0 34090 5 0 0 25 0 1 0 908107834 88592384 20447 33554432000 134512640 134556542 4291130352 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 21629 20447 213 11 0 20963 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 95220

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/180 29634
/proc/meminfo: memFree=3478064/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=86912 CPUtime=400.95 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 2.00 1.99 1.98 3/180 29645
/proc/meminfo: memFree=3321964/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=98396 CPUtime=820.97 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 23515 0 0 0 82091 6 0 0 25 0 1 0 908107834 100757504 23443 33554432000 134512640 134556542 4291130352 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 24599 23443 213 11 0 23933 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 107100

[startup+882.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/180 29647
/proc/meminfo: memFree=3321812/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=98396 CPUtime=880.97 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 23518 0 0 0 88091 6 0 0 25 0 1 0 908107834 100757504 23446 33554432000 134512640 134556542 4291130352 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 24599 23446 213 11 0 23933 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 107100

[startup+942.301 s]
/proc/loadavg: 2.00 1.99 1.98 3/180 29649
/proc/meminfo: memFree=3321540/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=98576 CPUtime=940.97 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 23521 0 0 0 94091 6 0 0 25 0 1 0 908107834 100941824 23449 33554432000 134512640 134556542 4291130352 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 24644 23449 213 11 0 23978 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 107280

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/176 29658
/proc/meminfo: memFree=4259204/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=100160 CPUtime=1000.97 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 23901 0 0 0 100091 6 0 0 25 0 1 0 908107834 102563840 23829 33554432000 134512640 134556542 4291130352 18446744073709551615 134537107 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 25040 23829 213 11 0 24374 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 108864

[startup+1062.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 29737
/proc/meminfo: memFree=4372212/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=100160 CPUtime=1060.97 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 23902 0 0 0 106091 6 0 0 25 0 1 0 908107834 102563840 23830 33554432000 134512640 134556542 4291130352 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 25040 23830 213 11 0 24374 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 108864

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 29738
/proc/meminfo: memFree=4366400/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=102668 CPUtime=1120.98 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 24534 0 0 0 112091 7 0 0 25 0 1 0 908107834 105132032 24462 33554432000 134512640 134556542 4291130352 18446744073709551615 134537124 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 25667 24462 213 11 0 25001 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 111372

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 29740
/proc/meminfo: memFree=4362812/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=103872 CPUtime=1180.98 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 24829 0 0 0 118091 7 0 0 25 0 1 0 908107834 106364928 24757 33554432000 134512640 134556542 4291130352 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 25968 24757 213 11 0 25302 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 112576

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

[startup+1203.1 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 29741
/proc/meminfo: memFree=4358460/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=107568 CPUtime=1201.78 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 25742 0 0 0 120171 7 0 0 25 0 1 0 908107834 110149632 25670 33554432000 134512640 134556542 4291130352 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 26892 25670 213 11 0 26226 0
Current children cumulated CPU time (s) 1203.11
Current children cumulated vsize (KiB) 116272

[startup+1215.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/180 29741
/proc/meminfo: memFree=4357952/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=107568 CPUtime=1214.58 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 25742 0 0 0 121451 7 0 0 25 0 1 0 908107834 110149632 25670 33554432000 134512640 134556542 4291130352 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 26892 25670 213 11 0 26226 0
Current children cumulated CPU time (s) 1215.91
Current children cumulated vsize (KiB) 116272

[startup+1222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/180 29741
/proc/meminfo: memFree=4357824/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=107568 CPUtime=1220.98 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 25742 0 0 0 122091 7 0 0 25 0 1 0 908107834 110149632 25670 33554432000 134512640 134556542 4291130352 18446744073709551615 134531265 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 26892 25670 213 11 0 26226 0
Current children cumulated CPU time (s) 1222.31
Current children cumulated vsize (KiB) 116272

[startup+1225.5 s]
/proc/loadavg: 2.03 2.02 2.00 3/180 29741
/proc/meminfo: memFree=4357816/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=107568 CPUtime=1224.18 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 25742 0 0 0 122411 7 0 0 25 0 1 0 908107834 110149632 25670 33554432000 134512640 134556542 4291130352 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 26892 25670 213 11 0 26226 0
Current children cumulated CPU time (s) 1225.51
Current children cumulated vsize (KiB) 116272

[startup+1226.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/180 29741
/proc/meminfo: memFree=4357816/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=107568 CPUtime=1224.98 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 25742 0 0 0 122491 7 0 0 25 0 1 0 908107834 110149632 25670 33554432000 134512640 134556542 4291130352 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 26892 25670 213 11 0 26226 0
Current children cumulated CPU time (s) 1226.31
Current children cumulated vsize (KiB) 116272

[startup+1226.7 s]
/proc/loadavg: 2.03 2.02 2.00 3/180 29741
/proc/meminfo: memFree=4357816/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=107568 CPUtime=1225.38 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 25742 0 0 0 122531 7 0 0 25 0 1 0 908107834 110149632 25670 33554432000 134512640 134556542 4291130352 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 26892 25670 213 11 0 26226 0
Current children cumulated CPU time (s) 1226.71
Current children cumulated vsize (KiB) 116272

[startup+1226.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/180 29741
/proc/meminfo: memFree=4357816/32951124 swapFree=67052292/67111528
[pid=29619] ppid=29617 vsize=8704 CPUtime=1.33 cores=0,2,4,6
/proc/29619/stat : 29619 (ebglucose.sh) S 29617 29619 28035 0 -1 4202496 382 17807 0 0 0 0 128 5 18 0 1 0 908107700 8912896 256 33554432000 4194304 4922060 140735881986496 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29619/statm: 2176 256 211 178 0 69 0
[pid=29624] ppid=29619 vsize=107568 CPUtime=1225.58 cores=0,2,4,6
/proc/29624/stat : 29624 (ebglucose_stati) R 29619 29619 28035 0 -1 4202496 25742 0 0 0 122551 7 0 0 25 0 1 0 908107834 110149632 25670 33554432000 134512640 134556542 4291130352 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/29624/statm: 26892 25670 213 11 0 26226 0
Current children cumulated CPU time (s) 1226.91
Current children cumulated vsize (KiB) 116272

Child status: 20
Real time (s): 1226.99
CPU time (s): 1227.02
CPU user time (s): 1226.88
CPU system time (s): 0.134979
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 116272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1226.88
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44157
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= 44
involuntary context switches= 1820

runsolver used 2.21566 second user time and 4.46432 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-13 13:37:48
IDJOB=3498687
IDBENCH=82431
IDSOLVER=1992
FILE ID=node108/3498687-1307965067
RUNJOBID= node108-1307959426-28792
PBS_JOBID= 13559720
Free space on /var/tmp= 2708 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498687-1307965067/watcher-3498687-1307965067 -o /var/tmp/evaluation-result-3498687-1307965067/solver-3498687-1307965067 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498687-1307965067.cnf

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=1773174104

node108.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3602996 kB
Buffers:        120476 kB
Cached:       27474880 kB
SwapCached:      23260 kB
Active:       12820352 kB
Inactive:     15629736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3602996 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           60172 kB
Writeback:           0 kB
AnonPages:      852532 kB
Mapped:          10192 kB
Slab:           831800 kB
PageTables:       6416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1071124 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 node108 at 2011-06-13 13:58:15