Trace number 3285171

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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.20	c ==============================================================================
0.00/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.20	c ==============================================================================
0.00/0.20	c |         0 |  464157  1074623 |  139247       0        0     nan |  0.000 % |
0.99/1.08	c |         0 |  376579   970253 |      --       0       --      -- |     --   | -33371/7794
0.99/1.09	c ==============================================================================
0.99/1.09	c Result  :   #vars: 57489   #clauses: 376579   #literals: 970253
0.99/1.09	c CPU time:   1.05284 s
0.99/1.09	c ==============================================================================
1.19/1.26	c
1.19/1.26	c Starting glucose
1.19/1.26	c
1.19/1.27	
1.19/1.27	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.19/1.27	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.19/1.27	
1.19/1.27	c ============================[ Problem Statistics ]=============================
1.19/1.27	c |                                                                             |
1.19/1.27	c |  Number of variables:  57489                                                |
1.19/1.27	c |  Number of clauses:    376579                                               |
1.26/1.39	c |  Parsing time:         0.12         s                                       |

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-3285171-1303762147/watcher-3285171-1303762147 -o /tmp/evaluation-result-3285171-1303762147/solver-3285171-1303762147 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3285171-1303762147.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: 2.69 3.68 3.89 4/180 10970
/proc/meminfo: memFree=12617220/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=0 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 487815152 8912896 253 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 253 211 178 0 69 0

[startup+0.085851 s]
/proc/loadavg: 2.69 3.68 3.89 4/180 10970
/proc/meminfo: memFree=12617220/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=0 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 487815152 8912896 253 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100862 s]
/proc/loadavg: 2.69 3.68 3.89 4/180 10970
/proc/meminfo: memFree=12617220/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=0 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 487815152 8912896 253 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300823 s]
/proc/loadavg: 2.69 3.68 3.89 4/180 10970
/proc/meminfo: memFree=12617220/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=0 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 487815152 8912896 253 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70074 s]
/proc/loadavg: 2.69 3.68 3.89 4/180 10970
/proc/meminfo: memFree=12617220/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=0 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 487815152 8912896 253 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50056 s]
/proc/loadavg: 2.69 3.68 3.89 5/182 10973
/proc/meminfo: memFree=12431268/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 8704

[startup+3.10031 s]
/proc/loadavg: 2.69 3.68 3.89 5/182 10974
/proc/meminfo: memFree=12325484/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=30352 CPUtime=1.81 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 6981 0 0 0 180 1 0 0 25 0 1 0 487815279 31080448 6871 33554432000 134512640 134556542 4288044928 18446744073709551615 134530047 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 7588 6871 214 11 0 6922 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 39056

[startup+6.30071 s]
/proc/loadavg: 2.79 3.68 3.89 5/186 10983
/proc/meminfo: memFree=11882152/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=37688 CPUtime=5.01 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 8802 0 0 0 500 1 0 0 25 0 1 0 487815279 38592512 8690 33554432000 134512640 134556542 4288044928 18446744073709551615 134529937 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 9422 8690 214 11 0 8756 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 46392

[startup+12.7005 s]
/proc/loadavg: 3.05 3.72 3.91 5/194 11002
/proc/meminfo: memFree=10171404/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=41388 CPUtime=11.41 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 9742 0 0 0 1140 1 0 0 25 0 1 0 487815279 42381312 9629 33554432000 134512640 134556542 4288044928 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 10347 9629 214 11 0 9681 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 50092

[startup+25.5012 s]
/proc/loadavg: 3.26 3.74 3.91 5/194 11002
/proc/meminfo: memFree=10169316/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=48552 CPUtime=24.22 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 11522 0 0 0 2420 2 0 0 25 0 1 0 487815279 49717248 11407 33554432000 134512640 134556542 4288044928 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 12138 11407 214 11 0 11472 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 57256

[startup+51.1006 s]
/proc/loadavg: 3.58 3.77 3.91 5/186 11011
/proc/meminfo: memFree=11411444/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=60576 CPUtime=49.82 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 14528 0 0 0 4979 3 0 0 25 0 1 0 487815279 62029824 14411 33554432000 134512640 134556542 4288044928 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 15144 14411 214 11 0 14478 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 69280

[startup+102.307 s]
/proc/loadavg: 3.91 3.83 3.93 5/194 11066
/proc/meminfo: memFree=11103336/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=93976 CPUtime=101.02 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 22872 0 0 0 10097 5 0 0 25 0 1 0 487815279 96231424 22750 33554432000 134512640 134556542 4288044928 18446744073709551615 134530051 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 23494 22750 214 11 0 22828 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 102680

[startup+162.3 s]
/proc/loadavg: 4.02 3.88 3.93 6/194 11068
/proc/meminfo: memFree=10978212/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=102512 CPUtime=161.02 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 25001 0 0 0 16097 5 0 0 25 0 1 0 487815279 104972288 24879 33554432000 134512640 134556542 4288044928 18446744073709551615 134529987 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 25628 24879 214 11 0 24962 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 111216

[startup+222.3 s]
/proc/loadavg: 4.06 3.91 3.94 5/194 11069
/proc/meminfo: memFree=10832100/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=102512 CPUtime=221.02 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 25002 0 0 0 22097 5 0 0 25 0 1 0 487815279 104972288 24880 33554432000 134512640 134556542 4288044928 18446744073709551615 134529980 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 25628 24880 214 11 0 24962 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 111216

[startup+282.3 s]
/proc/loadavg: 4.02 3.92 3.94 5/194 11071
/proc/meminfo: memFree=10800828/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=123536 CPUtime=281.02 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 30288 0 0 0 28096 6 0 0 25 0 1 0 487815279 126500864 30159 33554432000 134512640 134556542 4288044928 18446744073709551615 134530051 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 30884 30159 214 11 0 30218 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 132240

[startup+342.3 s]
/proc/loadavg: 4.01 3.94 3.94 6/194 11072
/proc/meminfo: memFree=10773504/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=140360 CPUtime=341.02 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 34481 0 0 0 34095 7 0 0 25 0 1 0 487815279 143728640 34349 33554432000 134512640 134556542 4288044928 18446744073709551615 134529954 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 35090 34349 214 11 0 34424 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 149064

[startup+402.3 s]
/proc/loadavg: 4.00 3.94 3.94 6/194 11074
/proc/meminfo: memFree=10769028/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=140360 CPUtime=401.02 cores=4,6

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

/proc/10974/statm: 35110 34359 214 11 0 34444 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 149144

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.94 6/194 11080
/proc/meminfo: memFree=10733580/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=140440 CPUtime=641.03 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 34491 0 0 0 64096 7 0 0 25 0 1 0 487815279 143810560 34359 33554432000 134512640 134556542 4288044928 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 35110 34359 214 11 0 34444 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 149144

[startup+702.301 s]
/proc/loadavg: 4.08 3.99 3.94 6/194 11082
/proc/meminfo: memFree=10728464/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=140440 CPUtime=701.03 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 34493 0 0 0 70096 7 0 0 25 0 1 0 487815279 143810560 34361 33554432000 134512640 134556542 4288044928 18446744073709551615 134529971 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 35110 34361 214 11 0 34444 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 149144

[startup+762.307 s]
/proc/loadavg: 4.10 4.00 3.95 5/194 11084
/proc/meminfo: memFree=10720988/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=140440 CPUtime=761.04 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 34494 0 0 0 76097 7 0 0 25 0 1 0 487815279 143810560 34362 33554432000 134512640 134556542 4288044928 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 35110 34362 214 11 0 34444 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 149144

[startup+822.301 s]
/proc/loadavg: 4.04 4.00 3.95 5/194 11085
/proc/meminfo: memFree=10721064/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=140440 CPUtime=821.04 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 34494 0 0 0 82097 7 0 0 25 0 1 0 487815279 143810560 34362 33554432000 134512640 134556542 4288044928 18446744073709551615 134529980 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 35110 34362 214 11 0 34444 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 149144

[startup+882.301 s]
/proc/loadavg: 4.01 4.00 3.95 5/194 11087
/proc/meminfo: memFree=10712228/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=149920 CPUtime=881.04 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 36872 0 0 0 88096 8 0 0 25 0 1 0 487815279 153518080 36739 33554432000 134512640 134556542 4288044928 18446744073709551615 134530051 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 37480 36739 214 11 0 36814 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 158624

[startup+942.301 s]
/proc/loadavg: 4.04 4.01 3.95 5/194 11088
/proc/meminfo: memFree=10690236/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=173828 CPUtime=941.04 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 42837 0 0 0 94095 9 0 0 25 0 1 0 487815279 177999872 42703 33554432000 134512640 134556542 4288044928 18446744073709551615 134530051 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 43457 42703 214 11 0 42791 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 182532

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.95 5/194 11090
/proc/meminfo: memFree=10652268/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=179076 CPUtime=1001.04 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 44145 0 0 0 100095 9 0 0 25 0 1 0 487815279 183373824 44011 33554432000 134512640 134556542 4288044928 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 44769 44011 214 11 0 44103 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 187780

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 11092
/proc/meminfo: memFree=10652232/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=179076 CPUtime=1061.05 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 44145 0 0 0 106095 10 0 0 25 0 1 0 487815279 183373824 44011 33554432000 134512640 134556542 4288044928 18446744073709551615 134530126 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 44769 44011 214 11 0 44103 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 187780

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 11093
/proc/meminfo: memFree=10651952/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=179076 CPUtime=1121.05 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 44148 0 0 0 112095 10 0 0 25 0 1 0 487815279 183373824 44014 33554432000 134512640 134556542 4288044928 18446744073709551615 134530120 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 44769 44014 214 11 0 44103 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 187780

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 11095
/proc/meminfo: memFree=10651920/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=179076 CPUtime=1181.05 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 44150 0 0 0 118095 10 0 0 25 0 1 0 487815279 183373824 44016 33554432000 134512640 134556542 4288044928 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 44769 44016 214 11 0 44103 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 187780

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 11096
/proc/meminfo: memFree=10622504/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=179076 CPUtime=1241.06 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 44150 0 0 0 124096 10 0 0 25 0 1 0 487815279 183373824 44016 33554432000 134512640 134556542 4288044928 18446744073709551615 134530024 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 44769 44016 214 11 0 44103 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 187780



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.96 5/194 11098
/proc/meminfo: memFree=10622344/32951124 swapFree=67111528/67111528
[pid=10970] ppid=10968 vsize=8704 CPUtime=1.26 cores=4,6
/proc/10970/stat : 10970 (ebglucose.sh) S 10968 10970 10591 0 -1 4202496 380 19303 0 0 0 0 122 4 18 0 1 0 487815152 8912896 256 33554432000 4194304 4922060 140735894259024 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10970/statm: 2176 256 211 178 0 69 0
[pid=10974] ppid=10970 vsize=179076 CPUtime=1298.76 cores=4,6
/proc/10974/stat : 10974 (ebglucose_stati) R 10970 10970 10591 0 -1 4202496 44150 0 0 0 129866 10 0 0 25 0 1 0 487815279 183373824 44016 33554432000 134512640 134556542 4288044928 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10974/statm: 44769 44016 214 11 0 44103 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 187780

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10970 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=221814
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=47992
# CPU time returned by wait4() is 1.26981
# while last known CPU time is 1300.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.88
CPU system time (s): 0.14
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 187780

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

runsolver used 2.31165 second user time and 4.79127 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-25 22:09:07
IDJOB=3285171
IDBENCH=82372
IDSOLVER=1652
FILE ID=node104/3285171-1303762147
RUNJOBID= node104-1303762146-10947
PBS_JOBID= 13157145
Free space on /tmp= 71080 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285171-1303762147/watcher-3285171-1303762147 -o /tmp/evaluation-result-3285171-1303762147/solver-3285171-1303762147 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3285171-1303762147.cnf

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1729311121

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12618112 kB
Buffers:       2284612 kB
Cached:       17389984 kB
SwapCached:          0 kB
Active:       10955928 kB
Inactive:      8794616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12618112 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           57660 kB
Writeback:           0 kB
AnonPages:       75532 kB
Mapped:          14396 kB
Slab:           517976 kB
PageTables:       5320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   199132 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= 70784 MiB
End job on node104 at 2011-04-25 22:30:49