Trace number 3498593

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

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3303.24
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
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.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  293757   685433 |   88127       0        0     nan |  0.000 % |
1.68/1.75	c |         0 |  170644   488531 |      --       0       --      -- |     --   | -123111/-196897
1.68/1.75	c ==============================================================================
1.68/1.75	c Result  :   #vars: 36796   #clauses: 170644   #literals: 488531
1.68/1.75	c CPU time:   1.70674 s
1.68/1.75	c ==============================================================================
1.78/1.85	c
1.78/1.85	c Starting glucose
1.78/1.85	c
1.78/1.85	
1.78/1.85	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.78/1.85	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.78/1.85	
1.78/1.85	c ============================[ Problem Statistics ]=============================
1.78/1.85	c |                                                                             |
1.78/1.85	c |  Number of variables:  36796                                                |
1.78/1.85	c |  Number of clauses:    170644                                               |
1.83/1.91	c |  Parsing time:         0.05         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-3498593-1307960508/watcher-3498593-1307960508 -o /var/tmp/evaluation-result-3498593-1307960508/solver-3498593-1307960508 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498593-1307960508.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.05 1.04 1.26 2/171 29349
/proc/meminfo: memFree=7488180/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 321 0 0 0 0 0 0 0 23 0 1 0 907651297 8908800 249 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446945024 0 0 4100 65536 18446744071562362840 0 0 17 2 0 0 0
/proc/29349/statm: 2175 249 209 178 0 68 0

[startup+0.0955949 s]
/proc/loadavg: 1.05 1.04 1.26 2/171 29349
/proc/meminfo: memFree=7488180/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 354 232 0 1 0 0 0 0 23 0 1 0 907651297 8912896 252 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29349/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100591 s]
/proc/loadavg: 1.05 1.04 1.26 2/171 29349
/proc/meminfo: memFree=7488180/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 354 232 0 1 0 0 0 0 23 0 1 0 907651297 8912896 252 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29349/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300564 s]
/proc/loadavg: 1.05 1.04 1.26 2/171 29349
/proc/meminfo: memFree=7488180/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 354 232 0 1 0 0 0 0 23 0 1 0 907651297 8912896 252 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29349/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700481 s]
/proc/loadavg: 1.05 1.04 1.26 2/171 29349
/proc/meminfo: memFree=7488180/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 354 232 0 1 0 0 0 0 23 0 1 0 907651297 8912896 252 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29349/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50036 s]
/proc/loadavg: 1.05 1.04 1.26 3/177 29364
/proc/meminfo: memFree=7339052/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 354 232 0 1 0 0 0 0 23 0 1 0 907651297 8912896 252 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29349/statm: 2176 252 211 178 0 69 0
[pid=29352] ppid=29349 vsize=52236 CPUtime=1.48 cores=0,2,4,6
/proc/29352/stat : 29352 (SatELite_releas) R 29349 29349 28636 0 -1 4202496 13022 0 0 0 145 3 0 0 25 0 1 0 907651298 53489664 11684 33554432000 134512640 135144230 4292389520 18446744073709551615 134726923 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/29352/statm: 13059 11684 78 155 0 12902 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 60940

[startup+3.10108 s]
/proc/loadavg: 1.05 1.04 1.26 3/177 29365
/proc/meminfo: memFree=7347784/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=19868 CPUtime=1.23 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 4364 0 0 0 123 0 0 0 22 0 1 0 907651482 20344832 4305 33554432000 134512640 134556542 4290710800 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 4967 4305 214 11 0 4301 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 28572

[startup+6.30044 s]
/proc/loadavg: 1.12 1.05 1.26 3/177 29366
/proc/meminfo: memFree=7385136/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=21892 CPUtime=4.44 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 4885 0 0 0 443 1 0 0 25 0 1 0 907651482 22417408 4826 33554432000 134512640 134556542 4290710800 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 5473 4826 214 11 0 4807 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 30596

[startup+12.7003 s]
/proc/loadavg: 1.19 1.07 1.27 3/177 29366
/proc/meminfo: memFree=7377752/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=23612 CPUtime=10.84 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 5312 0 0 0 1083 1 0 0 25 0 1 0 907651482 24178688 5253 33554432000 134512640 134556542 4290710800 18446744073709551615 134528857 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 5903 5253 214 11 0 5237 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32316

[startup+25.5009 s]
/proc/loadavg: 1.37 1.11 1.28 3/177 29367
/proc/meminfo: memFree=7373668/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=25816 CPUtime=23.64 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 5857 0 0 0 2363 1 0 0 25 0 1 0 907651482 26435584 5798 33554432000 134512640 134556542 4290710800 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 6454 5798 214 11 0 5788 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 34520

[startup+51.1012 s]
/proc/loadavg: 1.58 1.18 1.29 3/177 29368
/proc/meminfo: memFree=7367284/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=29632 CPUtime=49.24 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 6791 0 0 0 4923 1 0 0 25 0 1 0 907651482 30343168 6732 33554432000 134512640 134556542 4290710800 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 7408 6732 214 11 0 6742 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38336

[startup+102.307 s]
/proc/loadavg: 1.82 1.31 1.33 3/177 29369
/proc/meminfo: memFree=7358796/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=35244 CPUtime=100.44 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 8163 0 0 0 10042 2 0 0 25 0 1 0 907651482 36089856 8104 33554432000 134512640 134556542 4290710800 18446744073709551615 134536958 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 8811 8104 214 11 0 8145 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43948

[startup+162.301 s]
/proc/loadavg: 1.93 1.43 1.37 3/177 29370
/proc/meminfo: memFree=7348932/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=40468 CPUtime=160.44 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 9472 0 0 0 16042 2 0 0 25 0 1 0 907651482 41439232 9413 33554432000 134512640 134556542 4290710800 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 10117 9413 214 11 0 9451 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 49172

[startup+222.3 s]
/proc/loadavg: 1.97 1.53 1.40 3/177 29372
/proc/meminfo: memFree=7342076/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=43936 CPUtime=220.44 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 10353 0 0 0 22041 3 0 0 25 0 1 0 907651482 44990464 10294 33554432000 134512640 134556542 4290710800 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 10984 10294 214 11 0 10318 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 52640

[startup+282.301 s]
/proc/loadavg: 2.03 1.63 1.44 3/177 29374
/proc/meminfo: memFree=7334832/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=47528 CPUtime=280.45 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 11209 0 0 0 28042 3 0 0 25 0 1 0 907651482 48668672 11150 33554432000 134512640 134556542 4290710800 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 11882 11150 214 11 0 11216 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 56232

[startup+342.301 s]
/proc/loadavg: 2.01 1.69 1.48 3/177 29375
/proc/meminfo: memFree=7328948/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=50696 CPUtime=340.45 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 12002 0 0 0 34042 3 0 0 25 0 1 0 907651482 51912704 11943 33554432000 134512640 134556542 4290710800 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 12674 11943 214 11 0 12008 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 59400

[startup+402.301 s]
/proc/loadavg: 2.00 1.75 1.50 3/177 29377
/proc/meminfo: memFree=7322076/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6

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

/proc/29365/statm: 33901 33130 214 11 0 33235 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 144308

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 29496
/proc/meminfo: memFree=7104904/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=135604 CPUtime=4420.58 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 33281 0 0 0 442044 14 0 0 25 0 1 0 907651482 138858496 33130 33554432000 134512640 134556542 4290710800 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 33901 33130 214 11 0 33235 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 144308

[startup+4482.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/177 29498
/proc/meminfo: memFree=7104732/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=135604 CPUtime=4480.59 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 33284 0 0 0 448045 14 0 0 25 0 1 0 907651482 138858496 33133 33554432000 134512640 134556542 4290710800 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 33901 33133 214 11 0 33235 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 144308

[startup+4542.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 29499
/proc/meminfo: memFree=7104176/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=135604 CPUtime=4540.59 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 33286 0 0 0 454045 14 0 0 25 0 1 0 907651482 138858496 33135 33554432000 134512640 134556542 4290710800 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 33901 33135 214 11 0 33235 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 144308

[startup+4602.3 s]
/proc/loadavg: 2.05 2.02 1.94 3/177 29501
/proc/meminfo: memFree=7103624/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=135604 CPUtime=4600.6 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 33293 0 0 0 460046 14 0 0 25 0 1 0 907651482 138858496 33142 33554432000 134512640 134556542 4290710800 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 33901 33142 214 11 0 33235 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 144308

[startup+4662.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 29502
/proc/meminfo: memFree=7102940/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=135604 CPUtime=4660.59 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 33296 0 0 0 466045 14 0 0 25 0 1 0 907651482 138858496 33145 33554432000 134512640 134556542 4290710800 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 33901 33145 214 11 0 33235 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 144308

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 29504
/proc/meminfo: memFree=7102636/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=135604 CPUtime=4720.6 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 33299 0 0 0 472046 14 0 0 25 0 1 0 907651482 138858496 33148 33554432000 134512640 134556542 4290710800 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 33901 33148 214 11 0 33235 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 144308

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29506
/proc/meminfo: memFree=7100852/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=137452 CPUtime=4780.59 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 33767 0 0 0 478045 14 0 0 25 0 1 0 907651482 140750848 33616 33554432000 134512640 134556542 4290710800 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 34363 33616 214 11 0 33697 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 146156

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29507
/proc/meminfo: memFree=7097448/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=140224 CPUtime=4840.59 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 34447 0 0 0 484045 14 0 0 25 0 1 0 907651482 143589376 34296 33554432000 134512640 134556542 4290710800 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 35056 34296 214 11 0 34390 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 148928

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29509
/proc/meminfo: memFree=7097028/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=140224 CPUtime=4900.6 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 34452 0 0 0 490045 15 0 0 25 0 1 0 907651482 143589376 34301 33554432000 134512640 134556542 4290710800 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 35056 34301 214 11 0 34390 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 148928

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29510
/proc/meminfo: memFree=7096604/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=140296 CPUtime=4960.6 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 34463 0 0 0 496045 15 0 0 25 0 1 0 907651482 143663104 34312 33554432000 134512640 134556542 4290710800 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 35074 34312 214 11 0 34408 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 149000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29512
/proc/meminfo: memFree=7092984/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=140296 CPUtime=4998.21 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 34463 0 0 0 499806 15 0 0 25 0 1 0 907651482 143663104 34312 33554432000 134512640 134556542 4290710800 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 35074 34312 214 11 0 34408 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 149000

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.00 2.00 1.94 3/177 29512
/proc/meminfo: memFree=7092984/32951124 swapFree=67064380/67111528
[pid=29349] ppid=29347 vsize=8704 CPUtime=1.83 cores=0,2,4,6
/proc/29349/stat : 29349 (ebglucose.sh) S 29347 29349 28636 0 -1 4202496 381 14019 0 1 0 0 179 4 18 0 1 0 907651297 8912896 255 33554432000 4194304 4922060 140734234693888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29349/statm: 2176 255 211 178 0 69 0
[pid=29365] ppid=29349 vsize=140296 CPUtime=4998.21 cores=0,2,4,6
/proc/29365/stat : 29365 (ebglucose_stati) R 29349 29349 28636 0 -1 4202496 34463 0 0 0 499806 15 0 0 25 0 1 0 907651482 143663104 34312 33554432000 134512640 134556542 4290710800 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29365/statm: 35074 34312 214 11 0 34408 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 149000

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29349 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=795727
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=48992
# CPU time returned by wait4() is 1.84472
# 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.85
CPU system time (s): 0.19
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 149000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.79573
system time used= 0.048992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14400
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 11

runsolver used 9.10562 second user time and 18.0363 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-13 12:21:49
IDJOB=3498593
IDBENCH=70799
IDSOLVER=1992
FILE ID=node105/3498593-1307960508
RUNJOBID= node105-1307960508-29331
PBS_JOBID= 13559723
Free space on /var/tmp= 2880 MiB

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

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=156648844

node105.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.825
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.825
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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:     32951124 kB
MemFree:       7488600 kB
Buffers:        102224 kB
Cached:       24514244 kB
SwapCached:      19904 kB
Active:        9179268 kB
Inactive:     15469108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7488600 kB
SwapTotal:    67111528 kB
SwapFree:     67064380 kB
Dirty:           10916 kB
Writeback:           0 kB
AnonPages:       29472 kB
Mapped:           9816 kB
Slab:           749484 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   161120 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= 2828 MiB
End job on node105 at 2011-06-13 13:45:11