Trace number 3293175

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) 1300.05 1300.01

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  271393   550328 |   81417       0        0     nan |  0.000 % |
0.00/0.70	c |         0 |  269998   945031 |      --       0       --      -- |     --   | -1395/394703
0.00/0.70	c ==============================================================================
0.00/0.70	c Result  :   #vars: 8694   #clauses: 269998   #literals: 945031
0.00/0.70	c CPU time:   0.692894 s
0.00/0.70	c ==============================================================================
0.00/0.87	c
0.00/0.87	c Starting glucose
0.00/0.87	c
0.00/0.87	
0.00/0.87	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.87	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.87	
0.00/0.87	c ============================[ Problem Statistics ]=============================
0.00/0.87	c |                                                                             |
0.00/0.87	c |  Number of variables:  8694                                                 |
0.00/0.87	c |  Number of clauses:    269998                                               |
0.86/0.98	c |  Parsing time:         0.11         s                                       |
1300.02/1300.01	HOME/ebglucose.sh: line 57:   750 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

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.0 (svn: 935)

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 /tmp/evaluation-result-3293175-1303784276/watcher-3293175-1303784276 -o /tmp/evaluation-result-3293175-1303784276/solver-3293175-1303784276 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3293175-1303784276.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.01 4.01 3.97 4/192 746
/proc/meminfo: memFree=13552580/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) R 744 746 32153 0 -1 4202496 338 234 0 0 0 0 0 0 22 0 1 0 568658298 8912896 253 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415211925 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/746/statm: 2176 253 211 178 0 69 0

[startup+0.0207349 s]
/proc/loadavg: 4.01 4.01 3.97 4/192 746
/proc/meminfo: memFree=13552580/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 355 234 0 0 0 0 0 0 22 0 1 0 568658298 8912896 253 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/746/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100717 s]
/proc/loadavg: 4.01 4.01 3.97 4/192 746
/proc/meminfo: memFree=13552580/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 355 234 0 0 0 0 0 0 22 0 1 0 568658298 8912896 253 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/746/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300679 s]
/proc/loadavg: 4.01 4.01 3.97 4/192 746
/proc/meminfo: memFree=13552580/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 355 234 0 0 0 0 0 0 22 0 1 0 568658298 8912896 253 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/746/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700605 s]
/proc/loadavg: 4.01 4.01 3.97 4/192 746
/proc/meminfo: memFree=13552580/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 355 234 0 0 0 0 0 0 22 0 1 0 568658298 8912896 253 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/746/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50046 s]
/proc/loadavg: 4.01 4.01 3.97 5/194 750
/proc/meminfo: memFree=13527772/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=21380 CPUtime=0.61 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 4876 0 0 0 61 0 0 0 20 0 1 0 568658385 21893120 4817 33554432000 134512640 134556542 4288304208 18446744073709551615 134534184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 5345 4817 208 11 0 4679 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 30084

[startup+3.10116 s]
/proc/loadavg: 4.01 4.01 3.97 5/194 750
/proc/meminfo: memFree=13525268/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=22836 CPUtime=2.21 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 5241 0 0 0 221 0 0 0 25 0 1 0 568658385 23384064 5182 33554432000 134512640 134556542 4288304208 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 5709 5182 208 11 0 5043 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 31540

[startup+6.30055 s]
/proc/loadavg: 4.00 4.01 3.97 5/194 750
/proc/meminfo: memFree=13522168/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=25240 CPUtime=5.41 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 5858 0 0 0 541 0 0 0 25 0 1 0 568658385 25845760 5799 33554432000 134512640 134556542 4288304208 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 6310 5799 208 11 0 5644 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 33944

[startup+12.7003 s]
/proc/loadavg: 4.00 4.01 3.97 5/194 750
/proc/meminfo: memFree=13519240/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=27060 CPUtime=11.81 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 6292 0 0 0 1181 0 0 0 25 0 1 0 568658385 27709440 6233 33554432000 134512640 134556542 4288304208 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 6765 6233 208 11 0 6099 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35764

[startup+25.5009 s]
/proc/loadavg: 4.00 4.01 3.97 5/194 751
/proc/meminfo: memFree=13515156/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=30032 CPUtime=24.62 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 7036 0 0 0 2461 1 0 0 25 0 1 0 568658385 30752768 6977 33554432000 134512640 134556542 4288304208 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 7508 6977 212 11 0 6842 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38736

[startup+51.1011 s]
/proc/loadavg: 4.00 4.00 3.97 5/194 751
/proc/meminfo: memFree=13510796/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=32828 CPUtime=50.22 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 7695 0 0 0 5021 1 0 0 25 0 1 0 568658385 33615872 7636 33554432000 134512640 134556542 4288304208 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 8207 7636 212 11 0 7541 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41532

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.97 5/194 754
/proc/meminfo: memFree=13500828/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=36484 CPUtime=101.42 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 8619 0 0 0 10141 1 0 0 25 0 1 0 568658385 37359616 8560 33554432000 134512640 134556542 4288304208 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 9121 8560 212 11 0 8455 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 45188

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/194 755
/proc/meminfo: memFree=13493992/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=38968 CPUtime=161.42 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 9198 0 0 0 16140 2 0 0 25 0 1 0 568658385 39903232 9139 33554432000 134512640 134556542 4288304208 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 9742 9139 212 11 0 9076 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 47672

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.97 5/194 757
/proc/meminfo: memFree=13488648/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=41668 CPUtime=221.42 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 9869 0 0 0 22140 2 0 0 25 0 1 0 568658385 42668032 9810 33554432000 134512640 134556542 4288304208 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 10417 9810 212 11 0 9751 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 50372

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.97 5/194 759
/proc/meminfo: memFree=13481820/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=43376 CPUtime=281.42 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 10285 0 0 0 28140 2 0 0 25 0 1 0 568658385 44417024 10226 33554432000 134512640 134556542 4288304208 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 10844 10226 212 11 0 10178 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 52080

[startup+342.3 s]
/proc/loadavg: 3.44 3.84 3.91 4/187 778
/proc/meminfo: memFree=13532192/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=45920 CPUtime=341.42 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 10880 0 0 0 34140 2 0 0 25 0 1 0 568658385 47022080 10821 33554432000 134512640 134556542 4288304208 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 11480 10821 212 11 0 10814 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 54624

[startup+402.301 s]
/proc/loadavg: 3.16 3.69 3.85 4/187 780
/proc/meminfo: memFree=13529328/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3

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

[pid=750] ppid=746 vsize=50764 CPUtime=521.43 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 12014 0 0 0 52140 3 0 0 25 0 1 0 568658385 51982336 11955 33554432000 134512640 134556542 4288304208 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 12691 11955 212 11 0 12025 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 59468

[startup+582.301 s]
/proc/loadavg: 3.00 3.37 3.69 4/187 785
/proc/meminfo: memFree=13517108/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=51556 CPUtime=581.43 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 12212 0 0 0 58140 3 0 0 25 0 1 0 568658385 52793344 12153 33554432000 134512640 134556542 4288304208 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 12889 12153 212 11 0 12223 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 60260

[startup+642.301 s]
/proc/loadavg: 3.00 3.30 3.65 4/187 786
/proc/meminfo: memFree=13513996/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=53208 CPUtime=641.43 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 12603 0 0 0 64140 3 0 0 25 0 1 0 568658385 54484992 12544 33554432000 134512640 134556542 4288304208 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 13302 12544 212 11 0 12636 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 61912

[startup+702.301 s]
/proc/loadavg: 3.04 3.26 3.61 4/187 788
/proc/meminfo: memFree=13510864/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=55084 CPUtime=701.44 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 13050 0 0 0 70140 4 0 0 25 0 1 0 568658385 56406016 12991 33554432000 134512640 134556542 4288304208 18446744073709551615 134537390 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 13771 12991 212 11 0 13105 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 63788

[startup+762.307 s]
/proc/loadavg: 3.01 3.21 3.57 4/187 789
/proc/meminfo: memFree=13507376/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=55964 CPUtime=761.45 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 13298 0 0 0 76141 4 0 0 25 0 1 0 568658385 57307136 13239 33554432000 134512640 134556542 4288304208 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 13991 13239 212 11 0 13325 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 64668

[startup+822.301 s]
/proc/loadavg: 3.00 3.17 3.53 4/187 791
/proc/meminfo: memFree=13504624/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=56908 CPUtime=821.44 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 13516 0 0 0 82140 4 0 0 25 0 1 0 568658385 58273792 13457 33554432000 134512640 134556542 4288304208 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 14227 13457 212 11 0 13561 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 65612

[startup+882.301 s]
/proc/loadavg: 3.03 3.15 3.50 4/187 793
/proc/meminfo: memFree=13500768/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=58996 CPUtime=881.44 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 14014 0 0 0 88140 4 0 0 25 0 1 0 568658385 60411904 13955 33554432000 134512640 134556542 4288304208 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 14749 13955 212 11 0 14083 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 67700

[startup+942.3 s]
/proc/loadavg: 3.01 3.12 3.46 4/187 794
/proc/meminfo: memFree=13498504/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=59712 CPUtime=941.44 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 14195 0 0 0 94140 4 0 0 25 0 1 0 568658385 61145088 14136 33554432000 134512640 134556542 4288304208 18446744073709551615 134537466 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 14928 14136 212 11 0 14262 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 68416

[startup+1002.3 s]
/proc/loadavg: 3.00 3.09 3.43 4/187 796
/proc/meminfo: memFree=13496136/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=60912 CPUtime=1001.44 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 14427 0 0 0 100140 4 0 0 25 0 1 0 568658385 62373888 14368 33554432000 134512640 134556542 4288304208 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 15228 14368 212 11 0 14562 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 69616

[startup+1062.3 s]
/proc/loadavg: 3.00 3.07 3.40 4/187 828
/proc/meminfo: memFree=13505724/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=61632 CPUtime=1061.45 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 14587 0 0 0 106141 4 0 0 25 0 1 0 568658385 63111168 14528 33554432000 134512640 134556542 4288304208 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 15408 14528 212 11 0 14742 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 70336

[startup+1122.3 s]
/proc/loadavg: 3.00 3.06 3.37 4/187 830
/proc/meminfo: memFree=13497648/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=62936 CPUtime=1121.45 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 14873 0 0 0 112141 4 0 0 25 0 1 0 568658385 64446464 14814 33554432000 134512640 134556542 4288304208 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 15734 14814 212 11 0 15068 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 71640

[startup+1182.3 s]
/proc/loadavg: 3.00 3.05 3.35 4/187 976
/proc/meminfo: memFree=13497684/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=63924 CPUtime=1181.46 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 15149 0 0 0 118141 5 0 0 25 0 1 0 568658385 65458176 15090 33554432000 134512640 134556542 4288304208 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 15981 15090 212 11 0 15315 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 72628

[startup+1242.3 s]
/proc/loadavg: 3.00 3.03 3.33 4/187 977
/proc/meminfo: memFree=13490980/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=64600 CPUtime=1241.46 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 15290 0 0 0 124141 5 0 0 25 0 1 0 568658385 66150400 15231 33554432000 134512640 134556542 4288304208 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 16150 15231 212 11 0 15484 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 73304



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.03 3.30 4/187 982
/proc/meminfo: memFree=13484680/32950928 swapFree=67111524/67111528
[pid=746] ppid=744 vsize=8704 CPUtime=0.86 cores=1,3
/proc/746/stat : 746 (ebglucose.sh) S 744 746 32153 0 -1 4202496 379 6763 0 0 0 0 84 2 18 0 1 0 568658298 8912896 255 33554432000 4194304 4922060 140735440644160 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/746/statm: 2176 255 211 178 0 69 0
[pid=750] ppid=746 vsize=65492 CPUtime=1299.16 cores=1,3
/proc/750/stat : 750 (ebglucose_stati) R 746 746 32153 0 -1 4202496 15531 0 0 0 129911 5 0 0 25 0 1 0 568658385 67063808 15472 33554432000 134512640 134556542 4288304208 18446744073709551615 134538024 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/750/statm: 16373 15472 212 11 0 15707 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 74196

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.97
CPU system time (s): 0.081987
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 74196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22685
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= 29
involuntary context switches= 3102

runsolver used 2.02069 second user time and 5.08423 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 04:17:56
IDJOB=3293175
IDBENCH=88062
IDSOLVER=1652
FILE ID=node115/3293175-1303784276
RUNJOBID= node115-1303782716-32173
PBS_JOBID= 13157231
Free space on /tmp= 73160 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293175-1303784276/watcher-3293175-1303784276 -o /tmp/evaluation-result-3293175-1303784276/solver-3293175-1303784276 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3293175-1303784276.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=84641888

node115.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.811
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.62
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.811
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.811
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.811
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.811
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13552860 kB
Buffers:       2294712 kB
Cached:       16381936 kB
SwapCached:          4 kB
Active:        7172276 kB
Inactive:     11669592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13552860 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4304 kB
Writeback:           0 kB
AnonPages:      164596 kB
Mapped:          16096 kB
Slab:           491096 kB
PageTables:       5328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   356780 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 /tmp at the end= 73136 MiB
End job on node115 at 2011-04-26 04:39:38