Trace number 3280617

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

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

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.15	c ==============================================================================
0.00/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.15	c ==============================================================================
0.00/0.15	c |         0 |  373870   911122 |  112160       0        0     nan |  0.000 % |
1.99/2.01	c |         0 |  183363   759436 |      --       0       --      -- |     --   | -190507/-151686
1.99/2.01	c ==============================================================================
1.99/2.01	c Result  :   #vars: 14569   #clauses: 183363   #literals: 759436
1.99/2.01	c CPU time:   1.9627 s
1.99/2.01	c ==============================================================================
2.09/2.14	c
2.09/2.14	c Starting glucose
2.09/2.14	c
2.09/2.14	
2.09/2.14	c This is EBGlucose 1.0 -- based on Glucose version 1.0
2.09/2.14	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
2.09/2.14	
2.09/2.14	c ============================[ Problem Statistics ]=============================
2.09/2.14	c |                                                                             |
2.09/2.14	c |  Number of variables:  14569                                                |
2.09/2.14	c |  Number of clauses:    183363                                               |
2.13/2.22	c |  Parsing time:         0.07         s                                       |
1300.00/1300.01	HOME/ebglucose.sh: line 57: 27869 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-3280617-1303749613/watcher-3280617-1303749613 -o /tmp/evaluation-result-3280617-1303749613/solver-3280617-1303749613 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3280617-1303749613.cnf 

running on 2 cores: 4,6

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: 1.38 3.06 3.44 2/184 27841
/proc/meminfo: memFree=19351188/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=0 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 354 234 0 0 0 0 0 0 22 0 1 0 486559459 8912896 253 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 253 211 178 0 69 0

[startup+0.00870092 s]
/proc/loadavg: 1.38 3.06 3.44 2/184 27841
/proc/meminfo: memFree=19351188/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=0 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 354 234 0 0 0 0 0 0 22 0 1 0 486559459 8912896 253 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100698 s]
/proc/loadavg: 1.38 3.06 3.44 2/184 27841
/proc/meminfo: memFree=19351188/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=0 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 354 234 0 0 0 0 0 0 22 0 1 0 486559459 8912896 253 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300637 s]
/proc/loadavg: 1.38 3.06 3.44 2/184 27841
/proc/meminfo: memFree=19351188/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=0 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 354 234 0 0 0 0 0 0 22 0 1 0 486559459 8912896 253 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70058 s]
/proc/loadavg: 1.38 3.06 3.44 2/184 27841
/proc/meminfo: memFree=19351188/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=0 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 354 234 0 0 0 0 0 0 22 0 1 0 486559459 8912896 253 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50041 s]
/proc/loadavg: 1.38 3.06 3.44 6/188 27852
/proc/meminfo: memFree=19248596/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=0 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 354 234 0 0 0 0 0 0 22 0 1 0 486559459 8912896 253 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 253 211 178 0 69 0
[pid=27843] ppid=27841 vsize=59552 CPUtime=1.49 cores=4,6
/proc/27843/stat : 27843 (SatELite_releas) R 27841 27841 27322 0 -1 4202496 13947 0 0 0 145 4 0 0 25 0 1 0 486559459 60981248 13431 33554432000 134512640 135144230 4291925264 18446744073709551615 134588200 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/27843/statm: 14888 13431 78 155 0 14731 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68256

[startup+3.10116 s]
/proc/loadavg: 1.38 3.06 3.44 5/198 27868
/proc/meminfo: memFree=18934420/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 8704
heavy processes:

[startup+6.30057 s]
/proc/loadavg: 1.59 3.08 3.44 5/198 27869
/proc/meminfo: memFree=18834604/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=21348 CPUtime=4.14 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 4831 0 0 0 413 1 0 0 25 0 1 0 486559674 21860352 4768 33554432000 134512640 134556542 4288713888 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 5337 4768 214 11 0 4671 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 30052

[startup+12.7004 s]
/proc/loadavg: 1.78 3.09 3.44 5/198 27869
/proc/meminfo: memFree=18768620/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=22700 CPUtime=10.54 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 5166 0 0 0 1051 3 0 0 25 0 1 0 486559674 23244800 5103 33554432000 134512640 134556542 4288713888 18446744073709551615 134530940 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 5675 5103 214 11 0 5009 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31404

[startup+25.5011 s]
/proc/loadavg: 2.27 3.14 3.45 5/198 27871
/proc/meminfo: memFree=19013208/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=24496 CPUtime=23.34 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 5609 0 0 0 2330 4 0 0 25 0 1 0 486559674 25083904 5546 33554432000 134512640 134556542 4288713888 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 6124 5546 214 11 0 5458 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 33200

[startup+51.1006 s]
/proc/loadavg: 2.86 3.21 3.46 5/198 27872
/proc/meminfo: memFree=19002424/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=26364 CPUtime=48.94 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 6094 0 0 0 4890 4 0 0 25 0 1 0 486559674 26996736 6031 33554432000 134512640 134556542 4288713888 18446744073709551615 134536997 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 6591 6031 214 11 0 5925 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 35068

[startup+102.308 s]
/proc/loadavg: 3.58 3.34 3.49 5/198 27873
/proc/meminfo: memFree=18986000/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=29844 CPUtime=100.13 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 6931 0 0 0 10009 4 0 0 25 0 1 0 486559674 30560256 6868 33554432000 134512640 134556542 4288713888 18446744073709551615 134529862 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 7461 6868 214 11 0 6795 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38548

[startup+162.301 s]
/proc/loadavg: 3.92 3.48 3.53 5/198 27875
/proc/meminfo: memFree=18975560/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=32732 CPUtime=160.14 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 7626 0 0 0 16009 5 0 0 25 0 1 0 486559674 33517568 7563 33554432000 134512640 134556542 4288713888 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 8183 7563 214 11 0 7517 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 41436

[startup+222.301 s]
/proc/loadavg: 3.97 3.57 3.56 5/198 27877
/proc/meminfo: memFree=18964980/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=34996 CPUtime=220.14 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 8222 0 0 0 22009 5 0 0 25 0 1 0 486559674 35835904 8159 33554432000 134512640 134556542 4288713888 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 8749 8159 214 11 0 8083 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 43700

[startup+282.301 s]
/proc/loadavg: 3.99 3.64 3.58 5/198 27878
/proc/meminfo: memFree=18959736/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=37308 CPUtime=280.13 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 8757 0 0 0 28008 5 0 0 25 0 1 0 486559674 38203392 8694 33554432000 134512640 134556542 4288713888 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 9327 8694 214 11 0 8661 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 46012

[startup+342.301 s]
/proc/loadavg: 4.06 3.72 3.61 5/198 27880
/proc/meminfo: memFree=18952640/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=38956 CPUtime=340.14 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 9158 0 0 0 34008 6 0 0 25 0 1 0 486559674 39890944 9095 33554432000 134512640 134556542 4288713888 18446744073709551615 134536897 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 9739 9095 214 11 0 9073 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 47660

[startup+402.301 s]
/proc/loadavg: 4.09 3.79 3.64 5/198 27913
/proc/meminfo: memFree=19110264/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0

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

[pid=27869] ppid=27841 vsize=45052 CPUtime=520.14 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 10682 0 0 0 52007 7 0 0 25 0 1 0 486559674 46133248 10619 33554432000 134512640 134556542 4288713888 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 11263 10619 214 11 0 10597 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 53756

[startup+582.301 s]
/proc/loadavg: 4.02 3.89 3.69 5/198 27918
/proc/meminfo: memFree=19087848/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=45344 CPUtime=580.15 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 10792 0 0 0 58008 7 0 0 25 0 1 0 486559674 46432256 10729 33554432000 134512640 134556542 4288713888 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 11336 10729 214 11 0 10670 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 54048

[startup+642.3 s]
/proc/loadavg: 4.01 3.91 3.71 5/198 27920
/proc/meminfo: memFree=19083720/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=46820 CPUtime=640.15 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 11061 0 0 0 64008 7 0 0 25 0 1 0 486559674 47943680 10998 33554432000 134512640 134556542 4288713888 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 11705 10998 214 11 0 11039 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 55524

[startup+702.301 s]
/proc/loadavg: 4.00 3.92 3.73 5/198 27921
/proc/meminfo: memFree=19078604/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=48336 CPUtime=700.15 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 11411 0 0 0 70008 7 0 0 25 0 1 0 486559674 49496064 11348 33554432000 134512640 134556542 4288713888 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 12084 11348 214 11 0 11418 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 57040

[startup+762.307 s]
/proc/loadavg: 4.04 3.94 3.75 5/198 27923
/proc/meminfo: memFree=19071876/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=49804 CPUtime=760.16 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 11806 0 0 0 76008 8 0 0 25 0 1 0 486559674 50999296 11743 33554432000 134512640 134556542 4288713888 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 12451 11743 214 11 0 11785 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 58508

[startup+822.3 s]
/proc/loadavg: 4.01 3.95 3.76 5/198 27925
/proc/meminfo: memFree=19067484/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=50672 CPUtime=820.15 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 12017 0 0 0 82007 8 0 0 25 0 1 0 486559674 51888128 11954 33554432000 134512640 134556542 4288713888 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 12668 11954 214 11 0 12002 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 59376

[startup+882.301 s]
/proc/loadavg: 4.00 3.96 3.77 5/198 27926
/proc/meminfo: memFree=19064836/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=51220 CPUtime=880.16 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 12151 0 0 0 88008 8 0 0 25 0 1 0 486559674 52449280 12088 33554432000 134512640 134556542 4288713888 18446744073709551615 134530949 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 12805 12088 214 11 0 12139 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 59924

[startup+942.301 s]
/proc/loadavg: 4.00 3.96 3.78 5/198 27928
/proc/meminfo: memFree=19062556/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=51784 CPUtime=940.16 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 12299 0 0 0 94008 8 0 0 25 0 1 0 486559674 53026816 12236 33554432000 134512640 134556542 4288713888 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 12946 12236 214 11 0 12280 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 60488

[startup+1002.3 s]
/proc/loadavg: 4.16 4.01 3.81 5/198 27929
/proc/meminfo: memFree=19057172/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=52892 CPUtime=1000.15 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 12572 0 0 0 100007 8 0 0 25 0 1 0 486559674 54161408 12509 33554432000 134512640 134556542 4288713888 18446744073709551615 134537118 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 13223 12509 214 11 0 12557 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 61596

[startup+1062.3 s]
/proc/loadavg: 4.28 4.06 3.84 5/198 27931
/proc/meminfo: memFree=19052292/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=55072 CPUtime=1060.16 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 13099 0 0 0 106007 9 0 0 25 0 1 0 486559674 56393728 13036 33554432000 134512640 134556542 4288713888 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 13768 13036 214 11 0 13102 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 63776

[startup+1122.3 s]
/proc/loadavg: 4.10 4.04 3.84 5/198 27933
/proc/meminfo: memFree=19048272/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=55380 CPUtime=1120.16 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 13206 0 0 0 112007 9 0 0 25 0 1 0 486559674 56709120 13143 33554432000 134512640 134556542 4288713888 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 13845 13143 214 11 0 13179 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 64084

[startup+1182.3 s]
/proc/loadavg: 4.12 4.06 3.86 5/198 27934
/proc/meminfo: memFree=19045616/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=56228 CPUtime=1180.16 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 13413 0 0 0 118007 9 0 0 25 0 1 0 486559674 57577472 13350 33554432000 134512640 134556542 4288713888 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 14057 13350 214 11 0 13391 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 64932

[startup+1242.3 s]
/proc/loadavg: 4.14 4.08 3.87 5/198 27936
/proc/meminfo: memFree=19042612/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=57160 CPUtime=1240.16 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 13645 0 0 0 124007 9 0 0 25 0 1 0 486559674 58531840 13582 33554432000 134512640 134556542 4288713888 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 14290 13582 214 11 0 13624 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 65864



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.08 3.89 4/195 27947
/proc/meminfo: memFree=19079648/32951124 swapFree=67111528/67111528
[pid=27841] ppid=27839 vsize=8704 CPUtime=2.13 cores=4,6
/proc/27841/stat : 27841 (ebglucose.sh) S 27839 27841 27322 0 -1 4202496 379 15467 0 0 0 0 208 5 18 0 1 0 486559459 8912896 256 33554432000 4194304 4922060 140733784238016 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27841/statm: 2176 256 211 178 0 69 0
[pid=27869] ppid=27841 vsize=57804 CPUtime=1297.87 cores=4,6
/proc/27869/stat : 27869 (ebglucose_stati) R 27841 27841 27322 0 -1 4202496 13782 0 0 0 129778 9 0 0 25 0 1 0 486559674 59191296 13719 33554432000 134512640 134556542 4288713888 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27869/statm: 14451 13719 214 11 0 13785 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 66508

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.03
CPU user time (s): 1299.87
CPU system time (s): 0.155976
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 73580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.87
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29660
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= 13
involuntary context switches= 1958

runsolver used 2.19467 second user time and 4.91625 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-25 18:40:13
IDJOB=3280617
IDBENCH=20406
IDSOLVER=1652
FILE ID=node132/3280617-1303749613
RUNJOBID= node132-1303749611-27817
PBS_JOBID= 13154030
Free space on /tmp= 72084 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280617-1303749613/watcher-3280617-1303749613 -o /tmp/evaluation-result-3280617-1303749613/solver-3280617-1303749613 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3280617-1303749613.cnf

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=45962512

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19351468 kB
Buffers:       1614460 kB
Cached:       11369468 kB
SwapCached:          0 kB
Active:        2927864 kB
Inactive:     10123692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19351468 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8952 kB
Writeback:          12 kB
AnonPages:       67780 kB
Mapped:          15780 kB
Slab:           484348 kB
PageTables:       5284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217252 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71992 MiB
End job on node132 at 2011-04-25 19:01:55