Trace number 3291649

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
rcl 2011-04-01UNSAT 1235.7 1235.66

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
MD5SUMf16626953757fdd1326f2a14f01adca9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1015.28
Satisfiable
(Un)Satisfiability was proved
Number of variables435701
Number of clauses1379987
Sum of the clauses size3544455
Maximum clause length304
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2654099
Number of clauses of size 3705129
Number of clauses of size 412732
Number of clauses of size 54852
Number of clauses of size over 53033

Solver Data

0.00/0.00	c Parsing...
1.29/1.31	c ==============================================================================
1.29/1.31	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.31	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.31	c ==============================================================================
1.29/1.31	c |         0 | 1379117  3541891 |  413735       0        0     nan |  0.000 % |
7.89/7.99	c |         0 |  616639  2018525 |      --       0       --      -- |     --   | -735035/-1451089
7.89/7.99	c ==============================================================================
7.89/7.99	c Result  :   #vars: 113534   #clauses: 616639   #literals: 2018525
7.89/7.99	c CPU time:   7.78881 s
7.89/7.99	c ==============================================================================
1235.62/1235.65	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.57 2.33 3.08 5/188 14188
/proc/meminfo: memFree=24833696/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=0 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296067 8908800 249 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 249 209 178 0 68 0

[startup+0.0256181 s]
/proc/loadavg: 1.57 2.33 3.08 5/188 14188
/proc/meminfo: memFree=24833696/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=0 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296067 8908800 249 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10066 s]
/proc/loadavg: 1.57 2.33 3.08 5/188 14188
/proc/meminfo: memFree=24833696/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=0 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296067 8908800 249 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300622 s]
/proc/loadavg: 1.57 2.33 3.08 5/188 14188
/proc/meminfo: memFree=24833696/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=0 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296067 8908800 249 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700494 s]
/proc/loadavg: 1.57 2.33 3.08 5/188 14188
/proc/meminfo: memFree=24833696/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=0 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296067 8908800 249 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50035 s]
/proc/loadavg: 1.57 2.33 3.08 5/190 14190
/proc/meminfo: memFree=24632068/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=0 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296067 8908800 249 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 249 209 178 0 68 0
[pid=14189] ppid=14188 vsize=196864 CPUtime=1.49 cores=1,3
/proc/14189/stat : 14189 (SatELite_releas) R 14188 14188 11484 0 -1 4202496 47764 0 0 0 140 9 0 0 25 0 1 0 568296067 201588736 43701 33554432000 134512640 135144242 4290904816 18446744073709551615 134555115 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14189/statm: 49216 43701 77 155 0 49059 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 205564

[startup+3.10105 s]
/proc/loadavg: 1.57 2.33 3.08 5/190 14190
/proc/meminfo: memFree=24563812/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=0 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296067 8908800 249 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 249 209 178 0 68 0
[pid=14189] ppid=14188 vsize=214572 CPUtime=3.09 cores=1,3
/proc/14189/stat : 14189 (SatELite_releas) R 14188 14188 11484 0 -1 4202496 51970 0 0 0 296 13 0 0 25 0 1 0 568296067 219721728 47907 33554432000 134512640 135144242 4290904816 18446744073709551615 134586191 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14189/statm: 53643 47907 77 155 0 53486 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 223272

[startup+6.30047 s]
/proc/loadavg: 1.76 2.36 3.08 5/194 14198
/proc/meminfo: memFree=24245584/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=0 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296067 8908800 249 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 249 209 178 0 68 0
[pid=14189] ppid=14188 vsize=217664 CPUtime=6.29 cores=1,3
/proc/14189/stat : 14189 (SatELite_releas) R 14188 14188 11484 0 -1 4202496 53719 0 0 0 613 16 0 0 25 0 1 0 568296067 222887936 48666 33554432000 134512640 135144242 4290904816 18446744073709551615 134551146 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14189/statm: 54416 48666 77 155 0 54259 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 226364

[startup+12.7003 s]
/proc/loadavg: 1.94 2.38 3.09 5/194 14199
/proc/meminfo: memFree=24228700/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=64508 CPUtime=4.21 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 14070 0 0 0 420 1 0 0 25 0 1 0 568296915 66056192 13979 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 16127 13979 133 6 0 14597 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 73208

[startup+25.501 s]
/proc/loadavg: 2.40 2.46 3.10 5/194 14200
/proc/meminfo: memFree=24508976/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=66384 CPUtime=17.01 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 14545 0 0 0 1700 1 0 0 25 0 1 0 568296915 67977216 14454 33554432000 4194304 4218580 140735340935008 18446744073709551615 4213773 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 16596 14454 133 6 0 15066 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 75084

[startup+51.1003 s]
/proc/loadavg: 2.94 2.58 3.12 5/194 14201
/proc/meminfo: memFree=24471816/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=70804 CPUtime=42.61 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 15653 0 0 0 4259 2 0 0 25 0 1 0 568296915 72503296 15562 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 17701 15562 133 6 0 16171 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 79504

[startup+102.307 s]
/proc/loadavg: 3.54 2.80 3.17 5/194 14202
/proc/meminfo: memFree=24454076/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=74760 CPUtime=93.81 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 16617 0 0 0 9378 3 0 0 25 0 1 0 568296915 76554240 16526 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 18690 16526 133 6 0 17160 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 83460

[startup+162.301 s]
/proc/loadavg: 3.83 3.02 3.22 5/194 14204
/proc/meminfo: memFree=24434836/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=79740 CPUtime=153.81 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 17888 0 0 0 15377 4 0 0 25 0 1 0 568296915 81653760 17797 33554432000 4194304 4218580 140735340935008 18446744073709551615 4210993 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 19935 17797 133 6 0 18405 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 88440

[startup+222.301 s]
/proc/loadavg: 3.93 3.19 3.26 5/194 14206
/proc/meminfo: memFree=24413124/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=82740 CPUtime=213.82 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 18634 0 0 0 21377 5 0 0 25 0 1 0 568296915 84725760 18543 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 20685 18543 133 6 0 19155 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 91440

[startup+282.301 s]
/proc/loadavg: 3.97 3.34 3.31 5/194 14207
/proc/meminfo: memFree=24399196/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=89776 CPUtime=273.82 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 20393 0 0 0 27376 6 0 0 25 0 1 0 568296915 91930624 20297 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208538 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 22444 20297 133 6 0 20914 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 98476

[startup+342.301 s]
/proc/loadavg: 3.99 3.45 3.35 5/194 14209
/proc/meminfo: memFree=24374228/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=90508 CPUtime=333.82 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 20575 0 0 0 33376 6 0 0 25 0 1 0 568296915 92680192 20469 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 22627 20469 133 6 0 21097 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 99208

[startup+402.301 s]
/proc/loadavg: 3.99 3.55 3.38 5/194 14210
/proc/meminfo: memFree=24365524/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3

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


[startup+942.301 s]
/proc/loadavg: 4.00 3.94 3.65 5/194 14225
/proc/meminfo: memFree=24306540/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=100516 CPUtime=933.83 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 23290 0 0 0 93375 8 0 0 25 0 1 0 568296915 102928384 22979 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 25129 22979 133 6 0 23599 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 109216

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.67 5/194 14226
/proc/meminfo: memFree=24300168/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=103352 CPUtime=993.84 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 24036 0 0 0 99375 9 0 0 25 0 1 0 568296915 105832448 23705 33554432000 4194304 4218580 140735340935008 18446744073709551615 4213776 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 25838 23705 133 6 0 24308 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 112052

[startup+1062.3 s]
/proc/loadavg: 4.04 3.97 3.69 5/194 14228
/proc/meminfo: memFree=24298880/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=104604 CPUtime=1053.84 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 24362 0 0 0 105375 9 0 0 25 0 1 0 568296915 107114496 24014 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208693 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 26151 24014 133 6 0 24621 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 113304

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.71 5/194 14230
/proc/meminfo: memFree=24290280/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=106816 CPUtime=1113.85 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 24947 0 0 0 111375 10 0 0 25 0 1 0 568296915 109379584 24566 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208205 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 26704 24566 133 6 0 25174 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 115516

[startup+1182.3 s]
/proc/loadavg: 4.08 3.99 3.73 5/194 14231
/proc/meminfo: memFree=24284292/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=106784 CPUtime=1173.85 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 24981 0 0 0 117375 10 0 0 25 0 1 0 568296915 109346816 24558 33554432000 4194304 4218580 140735340935008 18446744073709551615 4213922 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 26696 24558 133 6 0 25166 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 115484

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

[startup+1203.1 s]
/proc/loadavg: 4.06 3.99 3.74 5/194 14232
/proc/meminfo: memFree=24282668/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=106848 CPUtime=1194.65 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 24992 0 0 0 119455 10 0 0 25 0 1 0 568296915 109412352 24569 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 26712 24569 133 6 0 25182 0
Current children cumulated CPU time (s) 1203.12
Current children cumulated vsize (KiB) 115548

[startup+1215.9 s]
/proc/loadavg: 4.04 3.99 3.74 5/194 14232
/proc/meminfo: memFree=24281660/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=106848 CPUtime=1207.45 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 24992 0 0 0 120735 10 0 0 25 0 1 0 568296915 109412352 24569 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208482 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 26712 24569 133 6 0 25182 0
Current children cumulated CPU time (s) 1215.92
Current children cumulated vsize (KiB) 115548

[startup+1228.71 s]
/proc/loadavg: 4.04 3.99 3.74 5/194 14233
/proc/meminfo: memFree=24281412/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=106816 CPUtime=1220.26 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 24993 0 0 0 122016 10 0 0 25 0 1 0 568296915 109379584 24567 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 26704 24567 133 6 0 25174 0
Current children cumulated CPU time (s) 1228.73
Current children cumulated vsize (KiB) 115516

[startup+1231.9 s]
/proc/loadavg: 4.03 3.99 3.74 5/194 14233
/proc/meminfo: memFree=24281288/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=106848 CPUtime=1223.46 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 24994 0 0 0 122336 10 0 0 25 0 1 0 568296915 109412352 24568 33554432000 4194304 4218580 140735340935008 18446744073709551615 4210252 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 26712 24568 133 6 0 25182 0
Current children cumulated CPU time (s) 1231.93
Current children cumulated vsize (KiB) 115548

[startup+1233.5 s]
/proc/loadavg: 4.03 3.99 3.74 5/194 14233
/proc/meminfo: memFree=24281164/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=106848 CPUtime=1225.05 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 24995 0 0 0 122495 10 0 0 25 0 1 0 568296915 109412352 24569 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 26712 24569 133 6 0 25182 0
Current children cumulated CPU time (s) 1233.52
Current children cumulated vsize (KiB) 115548

[startup+1234.3 s]
/proc/loadavg: 4.03 3.99 3.74 5/194 14233
/proc/meminfo: memFree=24281164/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=106848 CPUtime=1225.85 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 24995 0 0 0 122575 10 0 0 25 0 1 0 568296915 109412352 24569 33554432000 4194304 4218580 140735340935008 18446744073709551615 4213454 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 26712 24569 133 6 0 25182 0
Current children cumulated CPU time (s) 1234.32
Current children cumulated vsize (KiB) 115548

[startup+1235.1 s]
/proc/loadavg: 4.03 3.99 3.74 5/194 14233
/proc/meminfo: memFree=24281164/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=106848 CPUtime=1226.65 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 24996 0 0 0 122655 10 0 0 25 0 1 0 568296915 109412352 24570 33554432000 4194304 4218580 140735340935008 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 26712 24570 133 6 0 25182 0
Current children cumulated CPU time (s) 1235.12
Current children cumulated vsize (KiB) 115548

[startup+1235.5 s]
/proc/loadavg: 4.03 3.99 3.74 5/194 14233
/proc/meminfo: memFree=24281160/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=106848 CPUtime=1227.05 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 24996 0 0 0 122695 10 0 0 25 0 1 0 568296915 109412352 24570 33554432000 4194304 4218580 140735340935008 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 26712 24570 133 6 0 25182 0
Current children cumulated CPU time (s) 1235.52
Current children cumulated vsize (KiB) 115548

[startup+1235.6 s]
/proc/loadavg: 4.03 3.99 3.74 5/194 14233
/proc/meminfo: memFree=24281160/32950928 swapFree=67071984/67111528
[pid=14188] ppid=14186 vsize=8700 CPUtime=8.47 cores=1,3
/proc/14188/stat : 14188 (esg_static.sh) S 14186 14188 11484 0 -1 4202496 353 79344 0 0 0 0 824 23 18 0 1 0 568296067 8908800 252 33554432000 4194304 4922060 140735513652352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14188/statm: 2175 252 209 178 0 68 0
[pid=14199] ppid=14188 vsize=106848 CPUtime=1227.15 cores=1,3
/proc/14199/stat : 14199 (cdcl) R 14188 14188 11484 0 -1 4202496 24996 0 0 0 122705 10 0 0 25 0 1 0 568296915 109412352 24570 33554432000 4194304 4218580 140735340935008 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14199/statm: 26712 24570 133 6 0 25182 0
Current children cumulated CPU time (s) 1235.62
Current children cumulated vsize (KiB) 115548

Child status: 20
Real time (s): 1235.66
CPU time (s): 1235.7
CPU user time (s): 1235.35
CPU system time (s): 0.349946
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 249264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1235.35
system time used= 0.349946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104912
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= 39
involuntary context switches= 2298

runsolver used 1.9447 second user time and 4.79927 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-26 03:17:34
IDJOB=3291649
IDBENCH=84246
IDSOLVER=1609
FILE ID=node116/3291649-1303780652
RUNJOBID= node116-1303780652-14151
PBS_JOBID= 13157166
Free space on /tmp= 72516 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT03/industrial/schuppan/l2s/bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291649-1303780652/watcher-3291649-1303780652 -o /tmp/evaluation-result-3291649-1303780652/solver-3291649-1303780652 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3291649-1303780652.cnf

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

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=1041594136

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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.826
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.826
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.826
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:     32950928 kB
MemFree:      24834224 kB
Buffers:       1868120 kB
Cached:        5676056 kB
SwapCached:       9732 kB
Active:        3453220 kB
Inactive:      4241132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24834224 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:           75688 kB
Writeback:           0 kB
AnonPages:      143312 kB
Mapped:          14544 kB
Slab:           358980 kB
PageTables:       5724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   348860 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= 72356 MiB
End job on node116 at 2011-04-26 03:38:10