Trace number 3290875

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

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-17.cnf
MD5SUMade81e5508101352b3d942708b201606
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark505.23
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses89966
Sum of the clauses size425665
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216962
Number of clauses of size 310874
Number of clauses of size 412189
Number of clauses of size 522355
Number of clauses of size over 527586

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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   89966   425665 |   26989       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   88818   439305 |      --       0       --      -- |     --   | -1148/13640
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 5924   #clauses: 88818   #literals: 439305
0.00/0.10	c CPU time:   0.097985 s
0.00/0.10	c ==============================================================================
0.00/0.17	c
0.00/0.17	c Starting glucose
0.00/0.17	c
0.00/0.17	
0.00/0.17	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.17	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.17	
0.00/0.17	c ============================[ Problem Statistics ]=============================
0.00/0.17	c |                                                                             |
0.00/0.17	c |  Number of variables:  5924                                                 |
0.00/0.17	c |  Number of clauses:    88818                                                |
0.16/0.20	c |  Parsing time:         0.03         s                                       |
1300.01/1300.00	HOME/ebglucose.sh: line 57: 13296 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-3290875-1303778854/watcher-3290875-1303778854 -o /tmp/evaluation-result-3290875-1303778854/solver-3290875-1303778854 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3290875-1303778854.cnf 

running on 2 cores: 0,2

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: 3.99 3.75 4.87 4/192 13292
/proc/meminfo: memFree=20491136/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 489485146 8912896 253 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 253 211 178 0 69 0

[startup+0.075111 s]
/proc/loadavg: 3.99 3.75 4.87 4/192 13292
/proc/meminfo: memFree=20491136/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 489485146 8912896 253 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101106 s]
/proc/loadavg: 3.99 3.75 4.87 4/192 13292
/proc/meminfo: memFree=20491136/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 489485146 8912896 253 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301072 s]
/proc/loadavg: 3.99 3.75 4.87 4/192 13292
/proc/meminfo: memFree=20491136/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 8704

[startup+0.701 s]
/proc/loadavg: 3.99 3.75 4.87 4/192 13292
/proc/meminfo: memFree=20491136/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 8704

[startup+1.50092 s]
/proc/loadavg: 3.99 3.75 4.87 5/194 13297
/proc/meminfo: memFree=20476992/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=14128 CPUtime=1.31 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 3118 0 0 0 131 0 0 0 25 0 1 0 489485163 14467072 3059 33554432000 134512640 134556542 4292789088 18446744073709551615 134530819 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 3532 3059 212 11 0 2866 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 22832

[startup+3.10063 s]
/proc/loadavg: 3.99 3.75 4.87 5/194 13297
/proc/meminfo: memFree=20476124/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=16284 CPUtime=2.91 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 3629 0 0 0 291 0 0 0 25 0 1 0 489485163 16674816 3570 33554432000 134512640 134556542 4292789088 18446744073709551615 134529774 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 4071 3570 212 11 0 3405 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 24988

[startup+6.301 s]
/proc/loadavg: 3.99 3.75 4.87 5/194 13297
/proc/meminfo: memFree=20472900/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=17496 CPUtime=6.11 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 3943 0 0 0 611 0 0 0 25 0 1 0 489485163 17915904 3884 33554432000 134512640 134556542 4292789088 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 4374 3884 212 11 0 3708 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26200

[startup+12.7009 s]
/proc/loadavg: 3.99 3.76 4.86 5/194 13297
/proc/meminfo: memFree=20469612/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=19316 CPUtime=12.52 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 4398 0 0 0 1251 1 0 0 25 0 1 0 489485163 19779584 4339 33554432000 134512640 134556542 4292789088 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 4829 4339 212 11 0 4163 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 28020

[startup+25.5006 s]
/proc/loadavg: 3.99 3.76 4.85 5/194 13297
/proc/meminfo: memFree=20466676/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=21528 CPUtime=25.32 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 4932 0 0 0 2531 1 0 0 25 0 1 0 489485163 22044672 4873 33554432000 134512640 134556542 4292789088 18446744073709551615 134537263 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 5382 4873 212 11 0 4716 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30232

[startup+51.1011 s]
/proc/loadavg: 4.07 3.80 4.83 5/194 13298
/proc/meminfo: memFree=20461100/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=24492 CPUtime=50.92 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 5648 0 0 0 5090 2 0 0 25 0 1 0 489485163 25079808 5589 33554432000 134512640 134556542 4292789088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 6123 5589 212 11 0 5457 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33196

[startup+102.307 s]
/proc/loadavg: 4.07 3.84 4.79 5/194 13299
/proc/meminfo: memFree=20454132/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=27240 CPUtime=102.13 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 6348 0 0 0 10211 2 0 0 25 0 1 0 489485163 27893760 6289 33554432000 134512640 134556542 4292789088 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 6810 6289 212 11 0 6144 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 35944

[startup+162.3 s]
/proc/loadavg: 4.02 3.87 4.73 5/194 13301
/proc/meminfo: memFree=20443932/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=31212 CPUtime=162.12 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 7278 0 0 0 16210 2 0 0 25 0 1 0 489485163 31961088 7219 33554432000 134512640 134556542 4292789088 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 7803 7219 212 11 0 7137 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 39916

[startup+222.301 s]
/proc/loadavg: 4.04 3.90 4.69 5/194 13302
/proc/meminfo: memFree=20435844/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=33312 CPUtime=222.12 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 7792 0 0 0 22210 2 0 0 25 0 1 0 489485163 34111488 7733 33554432000 134512640 134556542 4292789088 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 8328 7733 212 11 0 7662 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 42016

[startup+282.301 s]
/proc/loadavg: 4.01 3.92 4.64 5/194 13336
/proc/meminfo: memFree=20712220/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=34932 CPUtime=282.12 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 8213 0 0 0 28210 2 0 0 25 0 1 0 489485163 35770368 8154 33554432000 134512640 134556542 4292789088 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 8733 8154 212 11 0 8067 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 43636

[startup+342.3 s]
/proc/loadavg: 4.00 3.93 4.60 5/194 13399
/proc/meminfo: memFree=20390812/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=38152 CPUtime=342.12 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 8992 0 0 0 34210 2 0 0 25 0 1 0 489485163 39067648 8933 33554432000 134512640 134556542 4292789088 18446744073709551615 134537174 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 9538 8933 212 11 0 8872 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 46856

[startup+402.301 s]
/proc/loadavg: 4.04 3.96 4.57 5/194 13401
/proc/meminfo: memFree=20316824/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2

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

[pid=13296] ppid=13292 vsize=42456 CPUtime=522.13 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 10021 0 0 0 52210 3 0 0 25 0 1 0 489485163 43474944 9962 33554432000 134512640 134556542 4292789088 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 10614 9962 212 11 0 9948 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 51160

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 4.46 5/194 13406
/proc/meminfo: memFree=20292332/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=44560 CPUtime=582.13 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 10518 0 0 0 58210 3 0 0 25 0 1 0 489485163 45629440 10459 33554432000 134512640 134556542 4292789088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 11140 10459 212 11 0 10474 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 53264

[startup+642.301 s]
/proc/loadavg: 4.10 4.00 4.44 5/194 13408
/proc/meminfo: memFree=20286980/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=46052 CPUtime=642.14 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 10867 0 0 0 64210 4 0 0 25 0 1 0 489485163 47157248 10808 33554432000 134512640 134556542 4292789088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 11513 10808 212 11 0 10847 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 54756

[startup+702.301 s]
/proc/loadavg: 4.04 4.00 4.41 5/194 13409
/proc/meminfo: memFree=20281504/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=46728 CPUtime=702.14 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 11035 0 0 0 70210 4 0 0 25 0 1 0 489485163 47849472 10976 33554432000 134512640 134556542 4292789088 18446744073709551615 134537349 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 11682 10976 212 11 0 11016 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 55432

[startup+762.306 s]
/proc/loadavg: 4.06 4.01 4.38 5/194 13411
/proc/meminfo: memFree=20274664/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=47832 CPUtime=762.14 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 11290 0 0 0 76210 4 0 0 25 0 1 0 489485163 48979968 11231 33554432000 134512640 134556542 4292789088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 11958 11231 212 11 0 11292 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 56536

[startup+822.301 s]
/proc/loadavg: 4.02 4.01 4.36 5/194 13421
/proc/meminfo: memFree=20271528/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=49328 CPUtime=822.14 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 11637 0 0 0 82210 4 0 0 25 0 1 0 489485163 50511872 11578 33554432000 134512640 134556542 4292789088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 12332 11578 212 11 0 11666 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 58032

[startup+882.301 s]
/proc/loadavg: 4.01 4.00 4.33 5/194 13423
/proc/meminfo: memFree=20264688/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=51484 CPUtime=882.14 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 12186 0 0 0 88210 4 0 0 25 0 1 0 489485163 52719616 12127 33554432000 134512640 134556542 4292789088 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 12871 12127 212 11 0 12205 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 60188

[startup+942.3 s]
/proc/loadavg: 3.92 3.98 4.30 4/188 13443
/proc/meminfo: memFree=20293484/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=51628 CPUtime=942.14 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 12217 0 0 0 94210 4 0 0 25 0 1 0 489485163 52867072 12158 33554432000 134512640 134556542 4292789088 18446744073709551615 134537758 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 12907 12158 212 11 0 12241 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 60332

[startup+1002.3 s]
/proc/loadavg: 3.36 3.81 4.22 3/181 13465
/proc/meminfo: memFree=20378412/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=52224 CPUtime=1002.14 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 12377 0 0 0 100210 4 0 0 25 0 1 0 489485163 53477376 12318 33554432000 134512640 134556542 4292789088 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 13056 12318 212 11 0 12390 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 60928

[startup+1062.3 s]
/proc/loadavg: 2.50 3.48 4.08 3/180 13467
/proc/meminfo: memFree=20375284/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=53116 CPUtime=1062.14 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 12611 0 0 0 106210 4 0 0 25 0 1 0 489485163 54390784 12552 33554432000 134512640 134556542 4292789088 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 13279 12552 212 11 0 12613 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 61820

[startup+1122.3 s]
/proc/loadavg: 2.18 3.21 3.95 3/180 13468
/proc/meminfo: memFree=20373412/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=53872 CPUtime=1122.14 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 12790 0 0 0 112210 4 0 0 25 0 1 0 489485163 55164928 12731 33554432000 134512640 134556542 4292789088 18446744073709551615 134537752 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 13468 12731 212 11 0 12802 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 62576

[startup+1182.3 s]
/proc/loadavg: 2.06 2.99 3.82 3/180 13470
/proc/meminfo: memFree=20369680/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=54604 CPUtime=1182.14 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 12976 0 0 0 118210 4 0 0 25 0 1 0 489485163 55914496 12917 33554432000 134512640 134556542 4292789088 18446744073709551615 134537728 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 13651 12917 212 11 0 12985 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 63308

[startup+1242.3 s]
/proc/loadavg: 2.02 2.81 3.71 3/180 13472
/proc/meminfo: memFree=20367560/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=56824 CPUtime=1242.15 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 13510 0 0 0 124210 5 0 0 25 0 1 0 489485163 58187776 13451 33554432000 134512640 134556542 4292789088 18446744073709551615 134537445 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 14206 13451 212 11 0 13540 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 65528



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.09 2.68 3.61 3/180 13473
/proc/meminfo: memFree=20366184/32950904 swapFree=67082284/67111528
[pid=13292] ppid=13290 vsize=8704 CPUtime=0.16 cores=0,2
/proc/13292/stat : 13292 (ebglucose.sh) S 13290 13292 11530 0 -1 4202496 380 2638 0 0 0 0 16 0 24 0 1 0 489485146 8912896 256 33554432000 4194304 4922060 140733674248000 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13292/statm: 2176 256 211 178 0 69 0
[pid=13296] ppid=13292 vsize=57112 CPUtime=1299.85 cores=0,2
/proc/13296/stat : 13296 (ebglucose_stati) R 13292 13292 11530 0 -1 4202496 13600 0 0 0 129980 5 0 0 25 0 1 0 489485163 58482688 13541 33554432000 134512640 134556542 4292789088 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13296/statm: 14278 13541 212 11 0 13612 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 65816

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.04
CPU user time (s): 1299.97
CPU system time (s): 0.067989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 65816

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

runsolver used 2.20066 second user time and 4.83826 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 02:47:34
IDJOB=3290875
IDBENCH=83451
IDSOLVER=1652
FILE ID=node121/3290875-1303778854
RUNJOBID= node121-1303778490-13011
PBS_JOBID= 13157167
Free space on /tmp= 71952 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-17.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290875-1303778854/watcher-3290875-1303778854 -o /tmp/evaluation-result-3290875-1303778854/solver-3290875-1303778854 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3290875-1303778854.cnf

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

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=1363895331

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20491292 kB
Buffers:       2149608 kB
Cached:        9530472 kB
SwapCached:       2776 kB
Active:        8916116 kB
Inactive:      3032424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20491292 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           47236 kB
Writeback:           0 kB
AnonPages:      266236 kB
Mapped:          15128 kB
Slab:           445596 kB
PageTables:       5708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   494312 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= 71888 MiB
End job on node121 at 2011-04-26 03:09:16