Trace number 3498759

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   10360    56444 |    3107       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    9592    53884 |      --       0       --      -- |     --   | -256/-512
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 800   #clauses: 9592   #literals: 53884
0.00/0.01	c CPU time:   0.008998 s
0.00/0.01	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
0.00/0.02	
0.00/0.02	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.02	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.02	
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  800                                                  |
0.00/0.02	c |  Number of clauses:    9592                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
5000.03/4999.91	HOME/ebglucose.sh: line 57: 15062 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.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 /tmp/evaluation-result-3498759-1307968352/watcher-3498759-1307968352 -o /tmp/evaluation-result-3498759-1307968352/solver-3498759-1307968352 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498759-1307968352.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 15058
/proc/meminfo: memFree=6703372/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 908432977 8912896 253 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 253 211 178 0 69 0

[startup+0.062727 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 15058
/proc/meminfo: memFree=6703372/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.100718 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 15058
/proc/meminfo: memFree=6703372/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.300684 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 15058
/proc/meminfo: memFree=6703372/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.700611 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 15058
/proc/meminfo: memFree=6703372/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50046 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15062
/proc/meminfo: memFree=6699384/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=7424 CPUtime=1.47 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 1253 0 0 0 147 0 0 0 25 0 1 0 908432979 7602176 1194 33554432000 134512640 134556542 4287574784 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15062/statm: 1856 1194 211 11 0 1190 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16128

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15062
/proc/meminfo: memFree=6698144/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=8352 CPUtime=3.07 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 1486 0 0 0 307 0 0 0 25 0 1 0 908432979 8552448 1427 33554432000 134512640 134556542 4287574784 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15062/statm: 2088 1427 211 11 0 1422 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17056

[startup+6.30059 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15062
/proc/meminfo: memFree=6696404/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=9584 CPUtime=6.27 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 1771 0 0 0 627 0 0 0 25 0 1 0 908432979 9814016 1712 33554432000 134512640 134556542 4287574784 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15062/statm: 2396 1712 211 11 0 1730 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18288

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15062
/proc/meminfo: memFree=6694248/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=11440 CPUtime=12.67 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 2255 0 0 0 1267 0 0 0 25 0 1 0 908432979 11714560 2196 33554432000 134512640 134556542 4287574784 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15062/statm: 2860 2196 211 11 0 2194 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20144

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15062
/proc/meminfo: memFree=6691540/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=13636 CPUtime=25.47 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 2791 0 0 0 2547 0 0 0 25 0 1 0 908432979 13963264 2732 33554432000 134512640 134556542 4287574784 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15062/statm: 3409 2732 212 11 0 2743 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22340

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15063
/proc/meminfo: memFree=6688512/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=16948 CPUtime=51.07 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 3564 0 0 0 5107 0 0 0 25 0 1 0 908432979 17354752 3505 33554432000 134512640 134556542 4287574784 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15062/statm: 4237 3505 212 11 0 3571 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25652

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15064
/proc/meminfo: memFree=6683404/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=20616 CPUtime=102.28 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 4510 0 0 0 10227 1 0 0 25 0 1 0 908432979 21110784 4451 33554432000 134512640 134556542 4287574784 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15062/statm: 5154 4451 212 11 0 4488 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 29320

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15066
/proc/meminfo: memFree=6677780/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=24120 CPUtime=162.28 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 5340 0 0 0 16227 1 0 0 25 0 1 0 908432979 24698880 5281 33554432000 134512640 134556542 4287574784 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15062/statm: 6030 5281 212 11 0 5364 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 32824

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15068
/proc/meminfo: memFree=6674892/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=25944 CPUtime=222.28 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 5767 0 0 0 22227 1 0 0 25 0 1 0 908432979 26566656 5708 33554432000 134512640 134556542 4287574784 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15062/statm: 6486 5708 212 11 0 5820 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 34648

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15069
/proc/meminfo: memFree=6671624/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=27824 CPUtime=282.28 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 6219 0 0 0 28227 1 0 0 25 0 1 0 908432979 28491776 6160 33554432000 134512640 134556542 4287574784 18446744073709551615 134537359 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15062/statm: 6956 6160 212 11 0 6290 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 36528

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15071
/proc/meminfo: memFree=6669096/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=29880 CPUtime=342.28 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 6748 0 0 0 34227 1 0 0 25 0 1 0 908432979 30597120 6689 33554432000 134512640 134556542 4287574784 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15062/statm: 7470 6689 212 11 0 6804 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 38584

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15072
/proc/meminfo: memFree=6664340/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7

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

[pid=15062] ppid=15058 vsize=75924 CPUtime=4302.39 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 17578 0 0 0 430235 4 0 0 25 0 1 0 908432979 77746176 17515 33554432000 134512640 134556542 4287574784 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 18981 17515 212 11 0 18315 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 84628

[startup+4362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 15190
/proc/meminfo: memFree=6567452/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=75924 CPUtime=4362.39 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 17596 0 0 0 436235 4 0 0 25 0 1 0 908432979 77746176 17533 33554432000 134512640 134556542 4287574784 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 18981 17533 212 11 0 18315 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 84628

[startup+4422.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 15192
/proc/meminfo: memFree=6564932/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=77484 CPUtime=4422.39 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 17974 0 0 0 442235 4 0 0 25 0 1 0 908432979 79343616 17911 33554432000 134512640 134556542 4287574784 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 19371 17911 212 11 0 18705 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 86188

[startup+4482.3 s]
/proc/loadavg: 1.72 1.93 1.98 2/173 15218
/proc/meminfo: memFree=6685416/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=77484 CPUtime=4482.4 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 17979 0 0 0 448236 4 0 0 25 0 1 0 908432979 79343616 17916 33554432000 134512640 134556542 4287574784 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 19371 17916 212 11 0 18705 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 86188

[startup+4542.3 s]
/proc/loadavg: 1.26 1.76 1.91 2/173 15220
/proc/meminfo: memFree=6685376/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=77592 CPUtime=4542.4 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 18004 0 0 0 454236 4 0 0 25 0 1 0 908432979 79454208 17941 33554432000 134512640 134556542 4287574784 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 19398 17941 212 11 0 18732 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 86296

[startup+4602.3 s]
/proc/loadavg: 1.09 1.62 1.85 2/173 15221
/proc/meminfo: memFree=6684972/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=77856 CPUtime=4602.41 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 18087 0 0 0 460236 5 0 0 25 0 1 0 908432979 79724544 18024 33554432000 134512640 134556542 4287574784 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 19464 18024 212 11 0 18798 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 86560

[startup+4662.3 s]
/proc/loadavg: 1.03 1.50 1.80 2/173 15223
/proc/meminfo: memFree=6683564/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=79320 CPUtime=4662.41 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 18443 0 0 0 466236 5 0 0 25 0 1 0 908432979 81223680 18380 33554432000 134512640 134556542 4287574784 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 19830 18380 212 11 0 19164 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 88024

[startup+4722.31 s]
/proc/loadavg: 1.01 1.41 1.75 2/173 15225
/proc/meminfo: memFree=6683532/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=79536 CPUtime=4722.42 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 18495 0 0 0 472237 5 0 0 25 0 1 0 908432979 81444864 18432 33554432000 134512640 134556542 4287574784 18446744073709551615 134537390 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 19884 18432 212 11 0 19218 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 88240

[startup+4782.3 s]
/proc/loadavg: 1.00 1.33 1.70 2/173 15226
/proc/meminfo: memFree=6683488/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=79512 CPUtime=4782.41 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 18497 0 0 0 478236 5 0 0 25 0 1 0 908432979 81420288 18434 33554432000 134512640 134556542 4287574784 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 19878 18434 212 11 0 19212 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 88216

[startup+4842.3 s]
/proc/loadavg: 1.00 1.27 1.65 2/173 15228
/proc/meminfo: memFree=6683448/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=79608 CPUtime=4842.41 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 18528 0 0 0 484236 5 0 0 25 0 1 0 908432979 81518592 18465 33554432000 134512640 134556542 4287574784 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 19902 18465 212 11 0 19236 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 88312

[startup+4902.3 s]
/proc/loadavg: 1.03 1.23 1.61 2/173 15229
/proc/meminfo: memFree=6683404/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=79608 CPUtime=4902.42 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 18528 0 0 0 490237 5 0 0 25 0 1 0 908432979 81518592 18465 33554432000 134512640 134556542 4287574784 18446744073709551615 134537731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 19902 18465 212 11 0 19236 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 88312

[startup+4962.3 s]
/proc/loadavg: 1.01 1.19 1.57 2/173 15231
/proc/meminfo: memFree=6683368/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=79752 CPUtime=4962.42 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 18561 0 0 0 496237 5 0 0 25 0 1 0 908432979 81666048 18498 33554432000 134512640 134556542 4287574784 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 19938 18498 212 11 0 19272 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 88456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.16 1.55 2/173 15232
/proc/meminfo: memFree=6682968/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=80040 CPUtime=5000.02 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 18617 0 0 0 499997 5 0 0 25 0 1 0 908432979 81960960 18554 33554432000 134512640 134556542 4287574784 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 20010 18554 212 11 0 19344 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 88744

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: 1.00 1.16 1.55 2/173 15232
/proc/meminfo: memFree=6682968/32951124 swapFree=67076880/67111528
[pid=15058] ppid=15056 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/15058/stat : 15058 (ebglucose.sh) S 15056 15058 14046 0 -1 4202496 380 702 0 0 0 0 1 0 25 0 1 0 908432977 8912896 256 33554432000 4194304 4922060 140735513293920 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15058/statm: 2176 256 211 178 0 69 0
[pid=15062] ppid=15058 vsize=80040 CPUtime=5000.02 cores=1,3,5,7
/proc/15062/stat : 15062 (ebglucose_stati) R 15058 15058 14046 0 -1 4202496 18617 0 0 0 499997 5 0 0 25 0 1 0 908432979 81960960 18554 33554432000 134512640 134556542 4287574784 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15062/statm: 20010 18554 212 11 0 19344 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 88744

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.06
CPU user time (s): 5000
CPU system time (s): 0.057991
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 88744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19712
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= 33
involuntary context switches= 21485

runsolver used 7.69083 second user time and 17.6723 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-13 14:32:32
IDJOB=3498759
IDBENCH=83412
IDSOLVER=1992
FILE ID=node139/3498759-1307968352
RUNJOBID= node139-1307958347-14514
PBS_JOBID= 13559689
Free space on /tmp= 2684 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498759-1307968352/watcher-3498759-1307968352 -o /tmp/evaluation-result-3498759-1307968352/solver-3498759-1307968352 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498759-1307968352.cnf

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=411053626

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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	: 5321.49
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.852
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.852
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.852
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:     32951124 kB
MemFree:       6703792 kB
Buffers:        126996 kB
Cached:       25209880 kB
SwapCached:       3400 kB
Active:       10211208 kB
Inactive:     15208196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6703792 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:            1176 kB
Writeback:           0 kB
AnonPages:       80732 kB
Mapped:          14996 kB
Slab:           762924 kB
PageTables:       4452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   257608 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= 2692 MiB
End job on node139 at 2011-06-13 15:55:54