Trace number 3498749

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.04 4999.91

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom14.cnf
MD5SUM7af4cc1b94644f101ccf5f2373fdbfea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark762.1
Satisfiable
(Un)Satisfiability was proved
Number of variables22886
Number of clauses76038
Sum of the clauses size193162
Maximum clause length786
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 240006
Number of clauses of size 335619
Number of clauses of size 4104
Number of clauses of size 512
Number of clauses of size over 5296

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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   71476   182356 |   21442       0        0     nan |  0.000 % |
0.00/0.24	c |         0 |   48940   179333 |      --       0       --      -- |     --   | -22536/-3023
0.00/0.24	c ==============================================================================
0.00/0.24	c Result  :   #vars: 8915   #clauses: 48940   #literals: 179333
0.00/0.24	c CPU time:   0.228965 s
0.00/0.24	c ==============================================================================
0.00/0.27	c
0.00/0.27	c Starting glucose
0.00/0.27	c
0.00/0.27	
0.00/0.27	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.27	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.27	
0.00/0.27	c ============================[ Problem Statistics ]=============================
0.00/0.27	c |                                                                             |
0.00/0.27	c |  Number of variables:  8915                                                 |
0.00/0.27	c |  Number of clauses:    48940                                                |
0.00/0.29	c |  Parsing time:         0.02         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-3498749-1307967241/watcher-3498749-1307967241 -o /var/tmp/evaluation-result-3498749-1307967241/solver-3498749-1307967241 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498749-1307967241.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.00 1.99 2/178 4377
/proc/meminfo: memFree=10801740/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 353 233 0 0 0 0 0 0 24 0 1 0 986954739 8912896 252 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4377/statm: 2176 252 211 178 0 69 0

[startup+0.0538531 s]
/proc/loadavg: 2.00 2.00 1.99 2/178 4377
/proc/meminfo: memFree=10801740/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 353 233 0 0 0 0 0 0 24 0 1 0 986954739 8912896 252 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4377/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100845 s]
/proc/loadavg: 2.00 2.00 1.99 2/178 4377
/proc/meminfo: memFree=10801740/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 353 233 0 0 0 0 0 0 24 0 1 0 986954739 8912896 252 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4377/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.305909 s]
/proc/loadavg: 2.00 2.00 1.99 2/178 4377
/proc/meminfo: memFree=10801740/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 8704

[startup+0.700792 s]
/proc/loadavg: 2.00 2.00 1.99 2/178 4377
/proc/meminfo: memFree=10801740/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 8704

[startup+1.50059 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4381
/proc/meminfo: memFree=10791828/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=9880 CPUtime=1.22 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 2034 0 0 0 122 0 0 0 19 0 1 0 986954767 10117120 1974 33554432000 134512640 134556542 4289275376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 2470 1974 212 11 0 1804 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18584

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4381
/proc/meminfo: memFree=10790496/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=11372 CPUtime=2.82 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 2421 0 0 0 282 0 0 0 24 0 1 0 986954767 11644928 2361 33554432000 134512640 134556542 4289275376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 2843 2361 212 11 0 2177 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 20076

[startup+6.30071 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4381
/proc/meminfo: memFree=10788824/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=12052 CPUtime=6.02 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 2586 0 0 0 602 0 0 0 25 0 1 0 986954767 12341248 2526 33554432000 134512640 134556542 4289275376 18446744073709551615 134537221 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 3013 2526 214 11 0 2347 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20756

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4381
/proc/meminfo: memFree=10786644/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=13816 CPUtime=12.42 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 3003 0 0 0 1242 0 0 0 25 0 1 0 986954767 14147584 2943 33554432000 134512640 134556542 4289275376 18446744073709551615 134537356 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 3454 2943 214 11 0 2788 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22520

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4382
/proc/meminfo: memFree=10785052/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=15424 CPUtime=25.21 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 3436 0 0 0 2521 0 0 0 25 0 1 0 986954767 15794176 3376 33554432000 134512640 134556542 4289275376 18446744073709551615 134537398 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 3856 3376 214 11 0 3190 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 24128

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4382
/proc/meminfo: memFree=10781912/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=18500 CPUtime=50.82 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 4170 0 0 0 5081 1 0 0 25 0 1 0 986954767 18944000 4110 33554432000 134512640 134556542 4289275376 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 4625 4110 214 11 0 3959 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27204

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4384
/proc/meminfo: memFree=10778400/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=22104 CPUtime=102.03 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 5023 0 0 0 10202 1 0 0 25 0 1 0 986954767 22634496 4963 33554432000 134512640 134556542 4289275376 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 5526 4963 214 11 0 4860 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 30808

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 4385
/proc/meminfo: memFree=10773744/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=26800 CPUtime=162.02 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 6173 0 0 0 16201 1 0 0 25 0 1 0 986954767 27443200 6113 33554432000 134512640 134556542 4289275376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 6700 6113 214 11 0 6034 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 35504

[startup+222.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 4387
/proc/meminfo: memFree=10770700/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=29872 CPUtime=222.03 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 6898 0 0 0 22201 2 0 0 25 0 1 0 986954767 30588928 6838 33554432000 134512640 134556542 4289275376 18446744073709551615 134530185 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 7468 6838 214 11 0 6802 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 38576

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 4388
/proc/meminfo: memFree=10768300/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=32152 CPUtime=282.03 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 7500 0 0 0 28201 2 0 0 25 0 1 0 986954767 32923648 7440 33554432000 134512640 134556542 4289275376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 8038 7440 214 11 0 7372 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 40856

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4390
/proc/meminfo: memFree=10766496/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=34012 CPUtime=342.03 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 7914 0 0 0 34201 2 0 0 25 0 1 0 986954767 34828288 7854 33554432000 134512640 134556542 4289275376 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 8503 7854 214 11 0 7837 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 42716

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4392
/proc/meminfo: memFree=10765308/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7

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

/proc/4381/statm: 21884 20500 214 11 0 21218 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 96240

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 4553
/proc/meminfo: memFree=11123112/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=87536 CPUtime=4422.15 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 20623 0 0 0 442209 6 0 0 25 0 1 0 986954767 89636864 20505 33554432000 134512640 134556542 4289275376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 21884 20505 214 11 0 21218 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 96240

[startup+4482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 4554
/proc/meminfo: memFree=11122676/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=87680 CPUtime=4482.15 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 20654 0 0 0 448209 6 0 0 25 0 1 0 986954767 89784320 20536 33554432000 134512640 134556542 4289275376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 21920 20536 214 11 0 21254 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 96384

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4556
/proc/meminfo: memFree=11122248/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=88104 CPUtime=4542.15 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 20749 0 0 0 454209 6 0 0 25 0 1 0 986954767 90218496 20631 33554432000 134512640 134556542 4289275376 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 22026 20631 214 11 0 21360 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 96808

[startup+4602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 4558
/proc/meminfo: memFree=11120568/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=89688 CPUtime=4602.17 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 21153 0 0 0 460210 7 0 0 25 0 1 0 986954767 91840512 21035 33554432000 134512640 134556542 4289275376 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 22422 21035 214 11 0 21756 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 98392

[startup+4662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 4559
/proc/meminfo: memFree=11120136/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=89796 CPUtime=4662.17 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 21168 0 0 0 466210 7 0 0 25 0 1 0 986954767 91951104 21050 33554432000 134512640 134556542 4289275376 18446744073709551615 134537349 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 22449 21050 214 11 0 21783 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 98500

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4561
/proc/meminfo: memFree=11119704/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=89880 CPUtime=4722.17 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 21179 0 0 0 472210 7 0 0 25 0 1 0 986954767 92037120 21061 33554432000 134512640 134556542 4289275376 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 22470 21061 214 11 0 21804 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 98584

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4562
/proc/meminfo: memFree=11119408/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=89880 CPUtime=4782.17 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 21181 0 0 0 478210 7 0 0 25 0 1 0 986954767 92037120 21063 33554432000 134512640 134556542 4289275376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 22470 21063 214 11 0 21804 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 98584

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4564
/proc/meminfo: memFree=11116612/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=92592 CPUtime=4842.17 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 21854 0 0 0 484210 7 0 0 25 0 1 0 986954767 94814208 21736 33554432000 134512640 134556542 4289275376 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 23148 21736 214 11 0 22482 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 101296

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4566
/proc/meminfo: memFree=11115192/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=92588 CPUtime=4902.17 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 21859 0 0 0 490210 7 0 0 25 0 1 0 986954767 94810112 21741 33554432000 134512640 134556542 4289275376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 23147 21741 214 11 0 22481 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 101292

[startup+4962.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 4567
/proc/meminfo: memFree=11114640/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=92588 CPUtime=4962.17 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 21859 0 0 0 496210 7 0 0 25 0 1 0 986954767 94810112 21741 33554432000 134512640 134556542 4289275376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 23147 21741 214 11 0 22481 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 101292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 4568
/proc/meminfo: memFree=11114712/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=92588 CPUtime=4999.78 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 21861 0 0 0 499971 7 0 0 25 0 1 0 986954767 94810112 21743 33554432000 134512640 134556542 4289275376 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 23147 21743 214 11 0 22481 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 101292

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

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

[startup+4999.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 4568
/proc/meminfo: memFree=11114712/32950928 swapFree=67051812/67111528
[pid=4377] ppid=4375 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4377/stat : 4377 (ebglucose.sh) S 4375 4377 3431 0 -1 4202496 380 3428 0 0 0 0 25 1 22 0 1 0 986954739 8912896 255 33554432000 4194304 4922060 140736261517424 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4377/statm: 2176 255 211 178 0 69 0
[pid=4381] ppid=4377 vsize=92588 CPUtime=4999.78 cores=1,3,5,7
/proc/4381/stat : 4381 (ebglucose_stati) R 4377 4377 3431 0 -1 4202496 21861 0 0 0 499971 7 0 0 25 0 1 0 986954767 94810112 21743 33554432000 134512640 134556542 4289275376 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4381/statm: 23147 21743 214 11 0 22481 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 101292

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.91
CPU time (s): 5000.04
CPU user time (s): 4999.96
CPU system time (s): 0.08
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 101296

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

runsolver used 6.96794 second user time and 15.7946 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-13 14:14:01
IDJOB=3498749
IDBENCH=83125
IDSOLVER=1992
FILE ID=node116/3498749-1307967241
RUNJOBID= node116-1307958748-3960
PBS_JOBID= 13559712
Free space on /var/tmp= 2836 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom14.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498749-1307967241/watcher-3498749-1307967241 -o /var/tmp/evaluation-result-3498749-1307967241/solver-3498749-1307967241 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498749-1307967241.cnf

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

MD5SUM BENCH= 7af4cc1b94644f101ccf5f2373fdbfea
RANDOM SEED=1192186471

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:      10802532 kB
Buffers:        103900 kB
Cached:       20889052 kB
SwapCached:      12824 kB
Active:        6113676 kB
Inactive:     15321720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      10802532 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:            1948 kB
Writeback:           0 kB
AnonPages:      440128 kB
Mapped:          10132 kB
Slab:           647400 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   635408 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 node116 at 2011-06-13 15:37:23