Trace number 3498799

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 4999.91

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.0374
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

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.36	c ==============================================================================
0.00/0.36	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.36	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.36	c ==============================================================================
0.00/0.36	c |         0 |  482594  3828193 |  144778       0        0     nan |  0.000 % |
0.00/0.52	c |         0 |  479096  3790745 |      --       0       --      -- |     --   | -1544/-21985
0.00/0.52	c ==============================================================================
0.00/0.52	c Result  :   #vars: 6212   #clauses: 479096   #literals: 3790745
0.00/0.52	c CPU time:   0.498924 s
0.00/0.52	c ==============================================================================
1.09/1.15	c
1.09/1.15	c Starting glucose
1.09/1.15	c
1.09/1.15	
1.09/1.15	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.09/1.15	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.09/1.15	
1.09/1.15	c ============================[ Problem Statistics ]=============================
1.09/1.15	c |                                                                             |
1.09/1.15	c |  Number of variables:  6212                                                 |
1.09/1.15	c |  Number of clauses:    479096                                               |
1.14/1.40	c |  Parsing time:         0.24         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-3498799-1307971300/watcher-3498799-1307971300 -o /var/tmp/evaluation-result-3498799-1307971300/solver-3498799-1307971300 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498799-1307971300.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.92 1.98 1.99 2/178 30064
/proc/meminfo: memFree=4467324/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 908730954 8912896 253 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30064/statm: 2176 253 211 178 0 69 0

[startup+0.068737 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 30064
/proc/meminfo: memFree=4467324/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 908730954 8912896 253 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30064/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100733 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 30064
/proc/meminfo: memFree=4467324/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 908730954 8912896 253 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30064/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300743 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 30064
/proc/meminfo: memFree=4467324/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 908730954 8912896 253 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30064/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70066 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 30064
/proc/meminfo: memFree=4467324/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 908730954 8912896 253 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30064/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50051 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 30067
/proc/meminfo: memFree=4399504/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 8704

[startup+3.10122 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 30068
/proc/meminfo: memFree=4404628/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=47144 CPUtime=1.94 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 11136 0 0 0 192 2 0 0 25 0 1 0 908731069 48275456 11077 33554432000 134512640 134556542 4291088752 18446744073709551615 134533362 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 11786 11077 213 11 0 11120 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 55848

[startup+6.30065 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 30068
/proc/meminfo: memFree=4399420/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=49876 CPUtime=5.14 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 11803 0 0 0 512 2 0 0 25 0 1 0 908731069 51073024 11744 33554432000 134512640 134556542 4291088752 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 12469 11744 213 11 0 11803 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 58580

[startup+12.7005 s]
/proc/loadavg: 1.94 1.98 1.99 3/180 30068
/proc/meminfo: memFree=4396452/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=52920 CPUtime=11.54 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 12555 0 0 0 1152 2 0 0 25 0 1 0 908731069 54190080 12496 33554432000 134512640 134556542 4291088752 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 13230 12496 213 11 0 12564 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 61624

[startup+25.5003 s]
/proc/loadavg: 1.87 1.97 1.99 3/180 30111
/proc/meminfo: memFree=4473648/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=57748 CPUtime=24.34 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 13786 0 0 0 2431 3 0 0 25 0 1 0 908731069 59133952 13727 33554432000 134512640 134556542 4291088752 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 14437 13727 213 11 0 13771 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 66452

[startup+51.1007 s]
/proc/loadavg: 1.91 1.97 1.99 3/180 30154
/proc/meminfo: memFree=4464176/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=64172 CPUtime=49.94 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 15337 0 0 0 4991 3 0 0 25 0 1 0 908731069 65712128 15278 33554432000 134512640 134556542 4291088752 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 16043 15278 213 11 0 15377 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72876

[startup+102.307 s]
/proc/loadavg: 1.96 1.97 1.99 3/180 30197
/proc/meminfo: memFree=3869492/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=75456 CPUtime=101.14 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 18082 0 0 0 10107 7 0 0 25 0 1 0 908731069 77266944 18023 33554432000 134512640 134556542 4291088752 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 18864 18023 213 11 0 18198 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 84160

[startup+162.301 s]
/proc/loadavg: 1.98 1.97 1.99 3/180 30199
/proc/meminfo: memFree=3853176/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=88248 CPUtime=161.14 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 21273 0 0 0 16107 7 0 0 25 0 1 0 908731069 90365952 21214 33554432000 134512640 134556542 4291088752 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 22062 21214 213 11 0 21396 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 96952

[startup+222.3 s]
/proc/loadavg: 2.04 1.99 1.99 3/180 30201
/proc/meminfo: memFree=3843500/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=94912 CPUtime=221.13 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 22958 0 0 0 22106 7 0 0 25 0 1 0 908731069 97189888 22899 33554432000 134512640 134556542 4291088752 18446744073709551615 134538488 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 23728 22899 213 11 0 23062 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 103616

[startup+282.301 s]
/proc/loadavg: 2.01 1.99 1.99 3/180 30202
/proc/meminfo: memFree=3834940/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=99668 CPUtime=281.14 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 24057 0 0 0 28106 8 0 0 25 0 1 0 908731069 102060032 23998 33554432000 134512640 134556542 4291088752 18446744073709551615 134529926 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 24917 23998 213 11 0 24251 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 108372

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/180 30204
/proc/meminfo: memFree=3825668/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=102948 CPUtime=341.15 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 24867 0 0 0 34107 8 0 0 25 0 1 0 908731069 105418752 24808 33554432000 134512640 134556542 4291088752 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 25737 24808 213 11 0 25071 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 111652

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/180 30205
/proc/meminfo: memFree=3816748/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=106372 CPUtime=401.15 cores=0,2,4,6

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

/proc/30068/statm: 42067 40561 213 11 0 41401 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 176972

[startup+4422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 30325
/proc/meminfo: memFree=3679016/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=168748 CPUtime=4421.24 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 40713 0 0 0 442111 13 0 0 25 0 1 0 908731069 172797952 40654 33554432000 134512640 134556542 4291088752 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 42187 40654 213 11 0 41521 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 177452

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30326
/proc/meminfo: memFree=3678984/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=169052 CPUtime=4481.24 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 40795 0 0 0 448111 13 0 0 25 0 1 0 908731069 173109248 40736 33554432000 134512640 134556542 4291088752 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 42263 40736 213 11 0 41597 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 177756

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30328
/proc/meminfo: memFree=3678576/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=169412 CPUtime=4541.24 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 40875 0 0 0 454111 13 0 0 25 0 1 0 908731069 173477888 40816 33554432000 134512640 134556542 4291088752 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 42353 40816 213 11 0 41687 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 178116

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30329
/proc/meminfo: memFree=3678192/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=169412 CPUtime=4601.24 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 40897 0 0 0 460111 13 0 0 25 0 1 0 908731069 173477888 40838 33554432000 134512640 134556542 4291088752 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 42353 40838 213 11 0 41687 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 178116

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30331
/proc/meminfo: memFree=3678032/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=169412 CPUtime=4661.24 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 40912 0 0 0 466111 13 0 0 25 0 1 0 908731069 173477888 40853 33554432000 134512640 134556542 4291088752 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 42353 40853 213 11 0 41687 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 178116

[startup+4722.31 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 30333
/proc/meminfo: memFree=3677012/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=170396 CPUtime=4721.25 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 41157 0 0 0 472112 13 0 0 25 0 1 0 908731069 174485504 41098 33554432000 134512640 134556542 4291088752 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 42599 41098 213 11 0 41933 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 179100

[startup+4782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 30334
/proc/meminfo: memFree=3676732/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=170728 CPUtime=4781.24 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 41220 0 0 0 478111 13 0 0 25 0 1 0 908731069 174825472 41161 33554432000 134512640 134556542 4291088752 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 42682 41161 213 11 0 42016 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 179432

[startup+4842.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30336
/proc/meminfo: memFree=3676452/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=170900 CPUtime=4841.24 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 41263 0 0 0 484111 13 0 0 25 0 1 0 908731069 175001600 41204 33554432000 134512640 134556542 4291088752 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 42725 41204 213 11 0 42059 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 179604

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30337
/proc/meminfo: memFree=3675924/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=171200 CPUtime=4901.25 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 41349 0 0 0 490111 14 0 0 25 0 1 0 908731069 175308800 41290 33554432000 134512640 134556542 4291088752 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 42800 41290 213 11 0 42134 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 179904

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30339
/proc/meminfo: memFree=3675516/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=171668 CPUtime=4961.25 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 41450 0 0 0 496111 14 0 0 25 0 1 0 908731069 175788032 41391 33554432000 134512640 134556542 4291088752 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 42917 41391 213 11 0 42251 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 180372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30340
/proc/meminfo: memFree=3675124/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=172064 CPUtime=4998.86 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 41563 0 0 0 499872 14 0 0 25 0 1 0 908731069 176193536 41504 33554432000 134512640 134556542 4291088752 18446744073709551615 134537253 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 43016 41504 213 11 0 42350 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 180768

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 2.00 3/180 30340
/proc/meminfo: memFree=3675124/32951124 swapFree=67052292/67111528
[pid=30064] ppid=30062 vsize=8704 CPUtime=1.14 cores=0,2,4,6
/proc/30064/stat : 30064 (ebglucose.sh) S 30062 30064 28035 0 -1 4202496 382 13970 0 0 0 0 108 6 18 0 1 0 908730954 8912896 256 33554432000 4194304 4922060 140733462464832 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30064/statm: 2176 256 211 178 0 69 0
[pid=30068] ppid=30064 vsize=172064 CPUtime=4998.86 cores=0,2,4,6
/proc/30068/stat : 30068 (ebglucose_stati) R 30064 30064 28035 0 -1 4202496 41563 0 0 0 499872 14 0 0 25 0 1 0 908731069 176193536 41504 33554432000 134512640 134556542 4291088752 18446744073709551615 134537253 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30068/statm: 43016 41504 213 11 0 42350 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 180768

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30064 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=89834
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=61990
# CPU time returned by wait4() is 1.15182
# while last known CPU time is 5000
#
# 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
CPU user time (s): 4999.8
CPU system time (s): 0.2
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 180768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.08983
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14352
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= 11
involuntary context switches= 22

runsolver used 9.06062 second user time and 18.0563 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-13 15:21:40
IDJOB=3498799
IDBENCH=84806
IDSOLVER=1992
FILE ID=node108/3498799-1307971300
RUNJOBID= node108-1307959426-28792
PBS_JOBID= 13559720
Free space on /var/tmp= 2856 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498799-1307971300/watcher-3498799-1307971300 -o /var/tmp/evaluation-result-3498799-1307971300/solver-3498799-1307971300 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498799-1307971300.cnf

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=622056655

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4467496 kB
Buffers:        123656 kB
Cached:       27347912 kB
SwapCached:      23260 kB
Active:       11926284 kB
Inactive:     15661644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4467496 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           21240 kB
Writeback:           0 kB
AnonPages:      113824 kB
Mapped:          10208 kB
Slab:           830780 kB
PageTables:       4980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   302868 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= 2692 MiB
End job on node108 at 2011-06-13 16:45:02