Trace number 3498717

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.0? (TO) 5000.01 4999.81

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark891.683
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
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.22	c ==============================================================================
0.00/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.22	c ==============================================================================
0.00/0.22	c |         0 |  546912  1276128 |  164073       0        0     nan |  0.000 % |
2.48/2.54	c |         0 |  210225   740637 |      --       0       --      -- |     --   | -336685/-535486
2.48/2.54	c ==============================================================================
2.48/2.54	c Result  :   #vars: 32046   #clauses: 210225   #literals: 740637
2.48/2.54	c CPU time:   2.45563 s
2.48/2.54	c ==============================================================================
2.59/2.68	c
2.59/2.68	c Starting glucose
2.59/2.68	c
2.59/2.68	
2.59/2.68	c This is EBGlucose 1.0 -- based on Glucose version 1.0
2.59/2.68	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
2.59/2.68	
2.59/2.68	c ============================[ Problem Statistics ]=============================
2.59/2.68	c |                                                                             |
2.59/2.68	c |  Number of variables:  32046                                                |
2.59/2.68	c |  Number of clauses:    210225                                               |
2.67/2.77	c |  Parsing time:         0.08         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3498717-1307965607/watcher-3498717-1307965607 -o /var/tmp/evaluation-result-3498717-1307965607/solver-3498717-1307965607 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498717-1307965607.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.10 2.05 2.00 3/178 21326
/proc/meminfo: memFree=14373736/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 353 233 0 0 0 0 0 0 18 0 1 0 888976390 8912896 252 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21326/statm: 2176 252 211 178 0 69 0

[startup+0.0708961 s]
/proc/loadavg: 2.10 2.05 2.00 3/178 21326
/proc/meminfo: memFree=14373736/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 353 233 0 0 0 0 0 0 18 0 1 0 888976390 8912896 252 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21326/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100884 s]
/proc/loadavg: 2.10 2.05 2.00 3/178 21326
/proc/meminfo: memFree=14373736/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 353 233 0 0 0 0 0 0 18 0 1 0 888976390 8912896 252 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21326/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300847 s]
/proc/loadavg: 2.10 2.05 2.00 3/178 21326
/proc/meminfo: memFree=14373736/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 353 233 0 0 0 0 0 0 18 0 1 0 888976390 8912896 252 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21326/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700766 s]
/proc/loadavg: 2.10 2.05 2.00 3/178 21326
/proc/meminfo: memFree=14373736/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 353 233 0 0 0 0 0 0 18 0 1 0 888976390 8912896 252 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21326/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50061 s]
/proc/loadavg: 2.09 2.05 2.00 3/180 21329
/proc/meminfo: memFree=14284464/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 353 233 0 0 0 0 0 0 18 0 1 0 888976390 8912896 252 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21326/statm: 2176 252 211 178 0 69 0
[pid=21328] ppid=21326 vsize=95676 CPUtime=1.49 cores=1,3,5,7
/proc/21328/stat : 21328 (SatELite_releas) R 21326 21326 20225 0 -1 4202496 22276 0 0 0 142 7 0 0 23 0 1 0 888976390 97972224 20712 33554432000 134512640 135144230 4289658656 18446744073709551615 134588184 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/21328/statm: 23919 20712 78 155 0 23762 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104380

[startup+3.10029 s]
/proc/loadavg: 2.09 2.05 2.00 3/180 21329
/proc/meminfo: memFree=14272796/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 8704

[startup+6.30066 s]
/proc/loadavg: 2.09 2.05 2.00 3/180 21330
/proc/meminfo: memFree=14327984/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=24140 CPUtime=3.61 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 5321 0 0 0 361 0 0 0 25 0 1 0 888976658 24719360 5262 33554432000 134512640 134556542 4291508592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 6035 5262 214 11 0 5369 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32844

[startup+12.7004 s]
/proc/loadavg: 2.08 2.05 2.00 3/180 21330
/proc/meminfo: memFree=14326736/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=25832 CPUtime=10.01 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 5738 0 0 0 1000 1 0 0 25 0 1 0 888976658 26451968 5679 33554432000 134512640 134556542 4291508592 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 6458 5679 214 11 0 5792 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34536

[startup+25.5008 s]
/proc/loadavg: 2.07 2.04 2.00 3/180 21331
/proc/meminfo: memFree=14325004/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=28288 CPUtime=22.81 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 6348 0 0 0 2280 1 0 0 25 0 1 0 888976658 28966912 6289 33554432000 134512640 134556542 4291508592 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 7072 6289 214 11 0 6406 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36992

[startup+51.1008 s]
/proc/loadavg: 2.04 2.04 2.00 3/180 21331
/proc/meminfo: memFree=14322428/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=31184 CPUtime=48.41 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 7062 0 0 0 4840 1 0 0 25 0 1 0 888976658 31932416 7003 33554432000 134512640 134556542 4291508592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 7796 7003 214 11 0 7130 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 39888

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/180 21333
/proc/meminfo: memFree=14317592/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=35988 CPUtime=99.62 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 8244 0 0 0 9960 2 0 0 25 0 1 0 888976658 36851712 8185 33554432000 134512640 134556542 4291508592 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 8997 8185 214 11 0 8331 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 44692

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 21334
/proc/meminfo: memFree=14313684/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=39816 CPUtime=159.61 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 9243 0 0 0 15959 2 0 0 25 0 1 0 888976658 40771584 9184 33554432000 134512640 134556542 4291508592 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 9954 9184 214 11 0 9288 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 48520

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 21336
/proc/meminfo: memFree=14310376/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=43252 CPUtime=219.61 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 10030 0 0 0 21959 2 0 0 25 0 1 0 888976658 44290048 9971 33554432000 134512640 134556542 4291508592 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 10813 9971 214 11 0 10147 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 51956

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 21337
/proc/meminfo: memFree=14307828/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=45496 CPUtime=279.62 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 10625 0 0 0 27960 2 0 0 25 0 1 0 888976658 46587904 10566 33554432000 134512640 134556542 4291508592 18446744073709551615 134534184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 11374 10566 214 11 0 10708 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 54200

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 21339
/proc/meminfo: memFree=14305544/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=47744 CPUtime=339.62 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 11181 0 0 0 33960 2 0 0 25 0 1 0 888976658 48889856 11122 33554432000 134512640 134556542 4291508592 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 11936 11122 214 11 0 11270 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 56448

[startup+402.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/180 21341
/proc/meminfo: memFree=14303388/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=49856 CPUtime=399.62 cores=1,3,5,7

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

/proc/21330/statm: 26810 25743 214 11 0 26144 0
Current children cumulated CPU time (s) 4302.48
Current children cumulated vsize (KiB) 115944

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21586
/proc/meminfo: memFree=15131920/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=107240 CPUtime=4359.81 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 25806 0 0 0 435971 10 0 0 25 0 1 0 888976658 109813760 25747 33554432000 134512640 134556542 4291508592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 26810 25747 214 11 0 26144 0
Current children cumulated CPU time (s) 4362.48
Current children cumulated vsize (KiB) 115944

[startup+4422.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 21588
/proc/meminfo: memFree=15130868/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=107636 CPUtime=4419.81 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 25917 0 0 0 441971 10 0 0 25 0 1 0 888976658 110219264 25858 33554432000 134512640 134556542 4291508592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 26909 25858 214 11 0 26243 0
Current children cumulated CPU time (s) 4422.48
Current children cumulated vsize (KiB) 116340

[startup+4482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 21598
/proc/meminfo: memFree=15128852/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=108164 CPUtime=4479.82 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 26049 0 0 0 447971 11 0 0 25 0 1 0 888976658 110759936 25990 33554432000 134512640 134556542 4291508592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 27041 25990 214 11 0 26375 0
Current children cumulated CPU time (s) 4482.49
Current children cumulated vsize (KiB) 116868

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21600
/proc/meminfo: memFree=15127420/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=108164 CPUtime=4539.82 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 26049 0 0 0 453971 11 0 0 25 0 1 0 888976658 110759936 25990 33554432000 134512640 134556542 4291508592 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 27041 25990 214 11 0 26375 0
Current children cumulated CPU time (s) 4542.49
Current children cumulated vsize (KiB) 116868

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21602
/proc/meminfo: memFree=15126024/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=108692 CPUtime=4599.83 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 26172 0 0 0 459972 11 0 0 25 0 1 0 888976658 111300608 26113 33554432000 134512640 134556542 4291508592 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 27173 26113 214 11 0 26507 0
Current children cumulated CPU time (s) 4602.5
Current children cumulated vsize (KiB) 117396

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21603
/proc/meminfo: memFree=15125480/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=108892 CPUtime=4659.83 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 26210 0 0 0 465972 11 0 0 25 0 1 0 888976658 111505408 26151 33554432000 134512640 134556542 4291508592 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 27223 26151 214 11 0 26557 0
Current children cumulated CPU time (s) 4662.5
Current children cumulated vsize (KiB) 117596

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21605
/proc/meminfo: memFree=15124708/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=108892 CPUtime=4719.84 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 26210 0 0 0 471973 11 0 0 25 0 1 0 888976658 111505408 26151 33554432000 134512640 134556542 4291508592 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 27223 26151 214 11 0 26557 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 117596

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21606
/proc/meminfo: memFree=15122796/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=109728 CPUtime=4779.83 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 26421 0 0 0 477972 11 0 0 25 0 1 0 888976658 112361472 26362 33554432000 134512640 134556542 4291508592 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 27432 26362 214 11 0 26766 0
Current children cumulated CPU time (s) 4782.5
Current children cumulated vsize (KiB) 118432

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21608
/proc/meminfo: memFree=15122264/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=109728 CPUtime=4839.83 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 26421 0 0 0 483972 11 0 0 25 0 1 0 888976658 112361472 26362 33554432000 134512640 134556542 4291508592 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 27432 26362 214 11 0 26766 0
Current children cumulated CPU time (s) 4842.5
Current children cumulated vsize (KiB) 118432

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21610
/proc/meminfo: memFree=15118880/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=112696 CPUtime=4899.83 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 27168 0 0 0 489972 11 0 0 25 0 1 0 888976658 115400704 27109 33554432000 134512640 134556542 4291508592 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 28174 27109 214 11 0 27508 0
Current children cumulated CPU time (s) 4902.5
Current children cumulated vsize (KiB) 121400

[startup+4962.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 21611
/proc/meminfo: memFree=15118464/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=112696 CPUtime=4959.83 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 27173 0 0 0 495972 11 0 0 25 0 1 0 888976658 115400704 27114 33554432000 134512640 134556542 4291508592 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 28174 27114 214 11 0 27508 0
Current children cumulated CPU time (s) 4962.5
Current children cumulated vsize (KiB) 121400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 21612
/proc/meminfo: memFree=15117692/32951124 swapFree=67054448/67111528
[pid=21326] ppid=21324 vsize=8704 CPUtime=2.67 cores=1,3,5,7
/proc/21326/stat : 21326 (ebglucose.sh) S 21324 21326 20225 0 -1 4202496 380 25872 0 0 0 0 258 9 18 0 1 0 888976390 8912896 255 33554432000 4194304 4922060 140736399997488 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21326/statm: 2176 255 211 178 0 69 0
[pid=21330] ppid=21326 vsize=112696 CPUtime=4997.34 cores=1,3,5,7
/proc/21330/stat : 21330 (ebglucose_stati) R 21326 21326 20225 0 -1 4202496 27183 0 0 0 499723 11 0 0 25 0 1 0 888976658 115400704 27124 33554432000 134512640 134556542 4291508592 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/21330/statm: 28174 27124 214 11 0 27508 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 121400

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21326 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=583607
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=97985
# CPU time returned by wait4() is 2.68159
# while last known CPU time is 5000.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.81
CPU time (s): 5000.01
CPU user time (s): 4999.81
CPU system time (s): 0.2
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 121400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.58361
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26252
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= 12
involuntary context switches= 37

runsolver used 8.07477 second user time and 18.9251 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-13 13:46:48
IDJOB=3498717
IDBENCH=82481
IDSOLVER=1992
FILE ID=node143/3498717-1307965607
RUNJOBID= node143-1307959835-20662
PBS_JOBID= 13559685
Free space on /var/tmp= 2788 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498717-1307965607/watcher-3498717-1307965607 -o /var/tmp/evaluation-result-3498717-1307965607/solver-3498717-1307965607 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498717-1307965607.cnf

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=2042083661

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.83
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.846
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.74
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.846
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:      14374288 kB
Buffers:        105816 kB
Cached:       17034940 kB
SwapCached:       9456 kB
Active:        2399756 kB
Inactive:     15558480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14374288 kB
SwapTotal:    67111528 kB
SwapFree:     67054448 kB
Dirty:           39736 kB
Writeback:           0 kB
AnonPages:      815392 kB
Mapped:          13856 kB
Slab:           552468 kB
PageTables:       6640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1021588 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= 2880 MiB
End job on node143 at 2011-06-13 15:10:10