Trace number 3284272

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
CryptoMiniSat TechDemo-Alpha-mtSignal 183.411 48.011

General information on the benchmark

Nameibm-2002-21r-k95.cnf
MD5SUM51240aa30dab6ed4bfa6897f8acc57fa
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.2928
Satisfiable
(Un)Satisfiability was proved
Number of variables191522
Number of clauses788339
Sum of the clauses size1983010
Maximum clause length22
Minimum clause length1
Number of clauses of size 14007
Number of clauses of size 2611887
Number of clauses of size 386704
Number of clauses of size 430067
Number of clauses of size 520711
Number of clauses of size over 534963

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 4 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3284272-1304038438.cnf'
0.00/0.00	c -- header says num vars:         191522
0.00/0.00	c -- header says num clauses:      788339
1.39/1.43	c -- clauses added:            0 learnts,       788339 normals,            0 xors
1.39/1.43	c -- vars added     191522
1.39/1.43	c Parsing time:  1.28 s
1.39/1.43	c  N st     0         0    191522    172445    611147         0   1977523         0   no data   no data  --
2.08/1.68	c asymm  cl-useful: 2054/3840/164166 lits-rem:6944 time: 0.93
25.64/7.57	c Flit:  3188 Blit:   6139 bXBeca:    0 bXProp: 24450 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T: 23.32
26.06/7.61	c Cleaning up after failed var search:     0.18 s 
26.46/7.74	c Calc non-exist non-lernt bins v-fix:     0 done:  31434 time:  0.47 s
26.46/7.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
26.46/7.76	c Subs w/ non-existent bins:    500 time:  0.07 s
26.84/7.88	c Replacing    24450 vars Replaced   543188 lits Time:     0.44 s 
27.61/8.06	c bin-w-bin subsume rem         9496 bins  time:  0.20 s
28.01/8.16	c subs with bin:      787  lits-rem:     14201  v-fix:    0  time:  0.42 s
28.80/8.33	c Removed useless bin:   18474  fixed:     0  bprops:   8.74M  time:  0.66 s
31.53/9.07	c lits-rem:       158  cl-subs:     3287  v-elim:  46874  v-fix:    0  time:  2.79 s
31.53/9.07	c learnt bin added due to v-elim: 0
31.94/9.11	c Finding binary XORs  T:     0.14 s  found:     509
31.94/9.16	c Replacing      509 vars Replaced     4747 lits Time:     0.21 s 
32.73/9.31	c Finding non-binary XORs:     0.38 s (found:       0, avg size: nan)
32.73/9.31	c Calc default polars -  time:   0.11 s pos:   37269 undec:   98304 neg:   55949
32.73/9.31	c =========================================================================================
32.73/9.31	c types(t): F = full restart, N = normal restart
32.73/9.31	c types(t): S = simplification begin/end, E = solution found
32.73/9.31	c restart types(rt): st = static, dy = dynamic
32.73/9.31	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
32.73/9.31	c  B st     0         0     93241    155159    316028         0   1342219         0   no data   no data  --
34.75/9.83	c Decided on dynamic restart strategy
35.93/10.19	c  N dy    22      4021     93217    155159    316631      3364   1342209     28715      7.31      4.47  --
39.92/11.12	c  N dy    55      8102     93169    155159    319404     23953   1342277    121702     10.02      4.57  --
43.54/12.09	c  N dy    87     12111     93163    155159    319846     27472   1342273    162555     12.17      4.64  --
47.11/12.96	c  N dy   119     16222     93155    155159    320233     31144   1342271    208087     11.10      4.78  --
51.10/13.95	c  N dy   151     20273     93142    155159    320590     20475   1342261     73952     14.77      4.83  --
54.70/14.81	c  N dy   183     24287     93137    155159    320953     24073   1342255    112701     10.36      4.81  --
57.88/15.67	c  N dy   215     28399     93133    155159    321240     27835   1342247    160351     12.03      4.86  --
59.48/16.08	c  S st   228     30000     93133    155159    321366     29288   1342246    179600     12.17      4.88  --
60.68/16.37	c  S st   228     30501     93132    155159    321545     29584   1342246    182512     12.17      4.88  --
61.10/16.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.15
166.53/42.81	c Flit:   104 Blit:    496 bXBeca:    0 bXProp: 9289 Bin: 170761 BRemL:  45878 BRemN:   2652 CBin:       0 P: 60.0M T: 105.26
166.53/42.85	c Cleaning up after failed var search:     0.13 s 
167.32/43.01	c Calc non-exist non-lernt bins v-fix:     0 done:  31302 time:  0.62 s
167.32/43.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.02
167.32/43.05	c Subs w/ non-existent bins:   4851 time:  0.16 s
167.71/43.15	c Replacing     9289 vars Replaced   373624 lits Time:     0.38 s 
168.11/43.28	c bin-w-bin subsume rem        29445 bins  time:  0.21 s
168.92/43.43	c subs with bin:     9270  lits-rem:     34919  v-fix:    0  time:  0.61 s
169.32/43.56	c Removed useless bin:    3764  fixed:     0  bprops:   4.09M  time:  0.48 s
176.49/45.36	c lits-rem:     15955  cl-subs:    60660  v-elim:  70367  v-fix:    0  time:  7.15 s
176.49/45.36	c learnt bin added due to v-elim: 0
177.30/45.52	c asymm  cl-useful: 1194/2973/154384 lits-rem:2943 time: 0.65
177.30/45.54	c  N dy   228     30501     43727    154374    193602      3418   1051016     96328     12.17      4.88  --
177.30/45.54	c  F st   228     30501     43727    154374    193602      3418   1051016     96328     12.17      4.88  --
177.70/45.64	c Found part      413 vars:         13 clauses:        73 lits size:       188
177.70/45.64	c Found part      428 vars:      43714 clauses:    308581 lits size:   1050872
177.70/45.64	c Found parts:          2 time: 0.40 s
177.70/45.64	c Solving part 413
178.09/45.75	c  N st     0         0        13        22        53         0       188         4   no data   no data  --
178.09/45.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.01
178.09/45.76	c Finding binary XORs  T:     0.04 s  found:       0
178.09/45.77	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
178.09/45.77	c Calc default polars -  time:   0.01 s pos:       7 undec:  191510 neg:       5
178.09/45.77	c =========================================================================================
178.09/45.77	c types(t): F = full restart, N = normal restart
178.09/45.77	c types(t): S = simplification begin/end, E = solution found
178.09/45.77	c restart types(rt): st = static, dy = dynamic
178.09/45.77	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
178.09/45.77	c  B st     0         0        13        22        53         0       188         4   no data   no data  --
178.09/45.77	c  E st     1         0         0        22        53         0       188         4   no data   no data  --
178.09/45.77	c Verified 22 clauses.
178.09/45.77	c Verified 22 clauses.
178.09/45.77	c Solved part
178.09/45.77	c =========================================================================================
178.09/45.78	c Coming back to original instance
178.09/45.78	c =========================================================================================
178.49/45.82	c Finding binary XORs  T:     0.10 s  found:     154
179.71/46.12	c Decided on dynamic restart strategy
180.89/46.40	c  N dy   249     34510     43714    154352    193697      7196   1050809    143667     13.60      4.97  --
182.09/46.71	techdemo: DataSync.cpp:316: const bool DataSync::syncBinFromOthers(Lit, const std::vector<BinClause, std::allocator<BinClause> >&, uint32_t&): Assertion `solver.partHandler->getSavedState()[lit.var()] == l_Undef' failed.

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-3284272-1304038438/watcher-3284272-1304038438 -o /tmp/evaluation-result-3284272-1304038438/solver-3284272-1304038438 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3284272-1304038438.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.80 7.84 7.89 5/180 26399
/proc/meminfo: memFree=27571328/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=50576 CPUtime=0 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4202496 961 0 0 0 0 0 0 0 24 0 1 0 515441572 51789824 897 33554432000 4194304 4797429 140733323935760 18446744073709551615 218905427723 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/26399/statm: 12644 897 348 148 0 7573 0

[startup+0.0155189 s]
/proc/loadavg: 7.80 7.84 7.89 5/180 26399
/proc/meminfo: memFree=27571328/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=53584 CPUtime=0.01 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4202496 1688 0 0 0 1 0 0 0 24 0 1 0 515441572 54870016 1623 33554432000 4194304 4797429 140733323935760 18446744073709551615 4365441 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/26399/statm: 13396 1623 348 148 0 8325 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 53584

[startup+0.100476 s]
/proc/loadavg: 7.80 7.84 7.89 5/180 26399
/proc/meminfo: memFree=27571328/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=79336 CPUtime=0.09 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4202496 8893 0 0 0 8 1 0 0 24 0 1 0 515441572 81240064 7369 33554432000 4194304 4797429 140733323935760 18446744073709551615 218905427482 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/26399/statm: 19834 7369 349 148 0 14763 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 79336

[startup+0.300439 s]
/proc/loadavg: 7.80 7.84 7.89 5/180 26399
/proc/meminfo: memFree=27571328/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=138784 CPUtime=0.28 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4202496 26913 0 0 0 26 2 0 0 25 0 1 0 515441572 142114816 19859 33554432000 4194304 4797429 140733323935760 18446744073709551615 218905391813 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/26399/statm: 34696 19872 349 148 0 29625 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 138784

[startup+0.700367 s]
/proc/loadavg: 7.80 7.84 7.89 5/180 26399
/proc/meminfo: memFree=27571328/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=252396 CPUtime=0.69 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4202496 61186 0 0 0 62 7 0 0 25 0 1 0 515441572 258453504 46634 33554432000 4194304 4797429 140733323935760 18446744073709551615 4432951 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/26399/statm: 63099 46634 349 148 0 58028 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 252396

[startup+1.50018 s]
/proc/loadavg: 7.80 7.84 7.89 6/181 26400
/proc/meminfo: memFree=27307944/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=675748 CPUtime=1.67 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) S 26397 26399 26197 0 -1 4202496 120106 0 0 0 152 15 0 0 18 0 4 0 515441572 691965952 90766 33554432000 4194304 4797429 140733323935760 18446744073709551615 218905836014 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26399/statm: 168937 90766 376 148 0 163866 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 675748

[startup+3.10089 s]
/proc/loadavg: 7.80 7.84 7.89 9/184 26403
/proc/meminfo: memFree=27178712/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=1102704 CPUtime=8.06 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4202496 131828 0 0 0 788 18 0 0 20 0 4 0 515441572 1129168896 98071 33554432000 4194304 4797429 140733323935760 18446744073709551615 4428008 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26399/statm: 275676 98071 385 148 0 270605 0
[pid=26399/tid=26401] ppid=26397 vsize=1102704 CPUtime=1.65 cores=0,2,4,6
/proc/26399/task/26401/stat : 26401 (techdemo) R 26397 26399 26197 0 -1 4202560 3557 0 0 0 165 0 0 0 20 0 4 0 515441715 1129168896 98071 33554432000 4194304 4797429 140733323935760 18446744073709551615 4242448 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=1102704 CPUtime=1.65 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (techdemo) R 26397 26399 26197 0 -1 4202560 3775 0 0 0 164 1 0 0 20 0 4 0 515441715 1129168896 98071 33554432000 4194304 4797429 140733323935760 18446744073709551615 4242448 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=1102704 CPUtime=1.65 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (techdemo) R 26397 26399 26197 0 -1 4202560 1824 0 0 0 165 0 0 0 20 0 4 0 515441715 1129168896 98071 33554432000 4194304 4797429 140733323935760 18446744073709551615 4427936 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 1102704

[startup+6.30031 s]
/proc/loadavg: 7.82 7.84 7.90 9/184 26403
/proc/meminfo: memFree=27167168/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=1112584 CPUtime=20.84 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4202496 134288 0 0 0 2065 19 0 0 25 0 4 0 515441572 1139286016 100531 33554432000 4194304 4797429 140733323935760 18446744073709551615 4242468 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26399/statm: 278146 100531 385 148 0 273075 0
[pid=26399/tid=26401] ppid=26397 vsize=1112584 CPUtime=4.85 cores=0,2,4,6
/proc/26399/task/26401/stat : 26401 (techdemo) R 26397 26399 26197 0 -1 4202560 4159 0 0 0 485 0 0 0 25 0 4 0 515441715 1139286016 100531 33554432000 4194304 4797429 140733323935760 18446744073709551615 4242459 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=1112584 CPUtime=4.83 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (techdemo) R 26397 26399 26197 0 -1 4202560 4370 0 0 0 482 1 0 0 25 0 4 0 515441715 1139286016 100531 33554432000 4194304 4797429 140733323935760 18446744073709551615 4240961 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=1112584 CPUtime=4.85 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (techdemo) R 26397 26399 26197 0 -1 4202560 2436 0 0 0 485 0 0 0 25 0 4 0 515441715 1139286016 100531 33554432000 4194304 4797429 140733323935760 18446744073709551615 4242465 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.84
Current children cumulated vsize (KiB) 1112584

[startup+12.7012 s]
/proc/loadavg: 7.83 7.85 7.90 9/184 26404
/proc/meminfo: memFree=26918288/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=1297884 CPUtime=46.31 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4202496 203313 0 0 0 4585 46 0 0 25 0 4 0 515441572 1329033216 165273 33554432000 4194304 4797429 140733323935760 18446744073709551615 4387460 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26399/statm: 324471 165273 479 148 0 319400 0
[pid=26399/tid=26401] ppid=26397 vsize=1297884 CPUtime=11.22 cores=0,2,4,6
/proc/26399/task/26401/stat : 26401 (techdemo) R 26397 26399 26197 0 -1 4202560 20881 0 0 0 1114 8 0 0 18 0 4 0 515441715 1329033216 165273 33554432000 4194304 4797429 140733323935760 18446744073709551615 4346332 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=1297884 CPUtime=11.17 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (techdemo) R 26397 26399 26197 0 -1 4202560 25725 0 0 0 1109 8 0 0 25 0 4 0 515441715 1329033216 165273 33554432000 4194304 4797429 140733323935760 18446744073709551615 4427302 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=1297884 CPUtime=11.23 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (techdemo) R 26397 26399 26197 0 -1 4202560 18097 0 0 0 1119 4 0 0 25 0 4 0 515441715 1329033216 165273 33554432000 4194304 4797429 140733323935760 18446744073709551615 4238641 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.31
Current children cumulated vsize (KiB) 1297884

[startup+25.5008 s]
/proc/loadavg: 7.87 7.85 7.90 9/184 26404
/proc/meminfo: memFree=26875620/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=1314132 CPUtime=97.44 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4202496 224655 0 0 0 9689 55 0 0 25 0 4 0 515441572 1345671168 172973 33554432000 4194304 4797429 140733323935760 18446744073709551615 4259686 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26399/statm: 328533 172973 419 148 0 323462 0
[pid=26399/tid=26401] ppid=26397 vsize=1314132 CPUtime=24.02 cores=0,2,4,6
/proc/26399/task/26401/stat : 26401 (techdemo) R 26397 26399 26197 0 -1 4202560 26335 0 0 0 2391 11 0 0 25 0 4 0 515441715 1345671168 172973 33554432000 4194304 4797429 140733323935760 18446744073709551615 4259680 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=1314132 CPUtime=23.9 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (techdemo) R 26397 26399 26197 0 -1 4202560 28309 0 0 0 2381 9 0 0 25 0 4 0 515441715 1345671168 172973 33554432000 4194304 4797429 140733323935760 18446744073709551615 4236512 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=1314132 CPUtime=24.02 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (techdemo) R 26397 26399 26197 0 -1 4202560 22762 0 0 0 2396 6 0 0 25 0 4 0 515441715 1345671168 172973 33554432000 4194304 4797429 140733323935760 18446744073709551615 4259135 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 97.44
Current children cumulated vsize (KiB) 1314132

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

[startup+38.3005 s]
/proc/loadavg: 7.89 7.86 7.90 9/184 26404
/proc/meminfo: memFree=26770400/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=1486088 CPUtime=148.56 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4202496 259829 0 0 0 14793 63 0 0 25 0 4 0 515441572 1521754112 199833 33554432000 4194304 4797429 140733323935760 18446744073709551615 4259308 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26399/statm: 371522 199833 423 148 0 366451 0
[pid=26399/tid=26401] ppid=26397 vsize=1486088 CPUtime=36.81 cores=0,2,4,6
/proc/26399/task/26401/stat : 26401 (techdemo) R 26397 26399 26197 0 -1 4202560 54649 0 0 0 3664 17 0 0 25 0 4 0 515441715 1521754112 199833 33554432000 4194304 4797429 140733323935760 18446744073709551615 4241128 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=1486088 CPUtime=36.63 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (techdemo) R 26397 26399 26197 0 -1 4202560 30120 0 0 0 3653 10 0 0 25 0 4 0 515441715 1521754112 199833 33554432000 4194304 4797429 140733323935760 18446744073709551615 4236512 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=1486088 CPUtime=36.83 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (techdemo) R 26397 26399 26197 0 -1 4202560 24446 0 0 0 3676 7 0 0 25 0 4 0 515441715 1521754112 199833 33554432000 4194304 4797429 140733323935760 18446744073709551615 218905836063 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 148.56
Current children cumulated vsize (KiB) 1486088

[startup+44.7004 s]
/proc/loadavg: 7.90 7.86 7.90 9/184 26405
/proc/meminfo: memFree=26672928/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=1570800 CPUtime=174.1 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4202496 300627 0 0 0 17337 73 0 0 25 0 4 0 515441572 1608499200 227091 33554432000 4194304 4797429 140733323935760 18446744073709551615 4526613 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26399/statm: 392700 227091 439 148 0 387629 0
[pid=26399/tid=26401] ppid=26397 vsize=1570800 CPUtime=43.19 cores=0,2,4,6
/proc/26399/task/26401/stat : 26401 (techdemo) R 26397 26399 26197 0 -1 4202560 56271 0 0 0 4301 18 0 0 25 0 4 0 515441715 1608499200 227091 33554432000 4194304 4797429 140733323935760 18446744073709551615 4427317 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=1570800 CPUtime=43 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (techdemo) R 26397 26399 26197 0 -1 4202560 32144 0 0 0 4289 11 0 0 25 0 4 0 515441715 1608499200 227091 33554432000 4194304 4797429 140733323935760 18446744073709551615 4428536 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=1570800 CPUtime=43.22 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (techdemo) R 26397 26399 26197 0 -1 4202560 56163 0 0 0 4309 13 0 0 25 0 4 0 515441715 1608499200 227091 33554432000 4194304 4797429 140733323935760 18446744073709551615 4427949 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 174.1
Current children cumulated vsize (KiB) 1570800

[startup+46.3011 s]
/proc/loadavg: 7.90 7.86 7.90 9/184 26405
/proc/meminfo: memFree=26631760/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=1572388 CPUtime=180.49 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4202496 316338 0 0 0 17973 76 0 0 25 0 4 0 515441572 1610125312 233895 33554432000 4194304 4797429 140733323935760 18446744073709551615 4424865 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26399/statm: 393097 233895 423 148 0 388026 0
[pid=26399/tid=26401] ppid=26397 vsize=1572388 CPUtime=44.78 cores=0,2,4,6
/proc/26399/task/26401/stat : 26401 (techdemo) R 26397 26399 26197 0 -1 4202560 56798 0 0 0 4460 18 0 0 25 0 4 0 515441715 1610125312 233895 33554432000 4194304 4797429 140733323935760 18446744073709551615 4240944 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=1572388 CPUtime=44.6 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (techdemo) R 26397 26399 26197 0 -1 4202560 32161 0 0 0 4449 11 0 0 25 0 4 0 515441715 1610125312 233895 33554432000 4194304 4797429 140733323935760 18446744073709551615 4526174 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=1572388 CPUtime=44.82 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (techdemo) R 26397 26399 26197 0 -1 4202560 56904 0 0 0 4468 14 0 0 25 0 4 0 515441715 1610125312 233895 33554432000 4194304 4797429 140733323935760 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 180.49
Current children cumulated vsize (KiB) 1572388

[startup+47.101 s]
/proc/loadavg: 7.90 7.86 7.90 9/184 26405
/proc/meminfo: memFree=26631760/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=1576220 CPUtime=182.49 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4204032 320615 0 0 0 18134 115 0 0 25 0 4 0 515441572 1614049280 238023 33554432000 4194304 4797429 140733323935760 18446744073709551615 218905117285 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 2
/proc/26399/statm: 394055 238023 429 148 0 388984 0
[pid=26399/tid=26401] ppid=26397 vsize=1576220 CPUtime=45.19 cores=0,2,4,6
/proc/26399/task/26401/stat : 26401 (techdemo) D 26397 26399 26197 0 -1 4203588 57562 0 0 0 4500 19 0 0 25 0 4 0 515441715 1614049280 238023 33554432000 4194304 4797429 140733323935760 18446744073709551615 4428900 0 0 4096 2 18446744071562337734 0 0 -1 6 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=1576220 CPUtime=45 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (techdemo) D 26397 26399 26197 0 -1 4203588 34647 0 0 0 4488 12 0 0 25 0 4 0 515441715 1614049280 238023 33554432000 4194304 4797429 140733323935760 18446744073709551615 218905386977 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=1576220 CPUtime=45.22 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (techdemo) D 26397 26399 26197 0 -1 4203588 57873 0 0 0 4508 14 0 0 25 0 4 0 515441715 1614049280 238023 33554432000 4194304 4797429 140733323935760 18446744073709551615 4242465 0 0 4096 2 18446744071562337734 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 182.49
Current children cumulated vsize (KiB) 1576220

[startup+47.5009 s]
/proc/loadavg: 7.90 7.86 7.90 6/184 26405
/proc/meminfo: memFree=26240412/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=1576220 CPUtime=182.89 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4204032 320615 0 0 0 18134 155 0 0 25 0 4 0 515441572 1614049280 238023 33554432000 4194304 4797429 140733323935760 18446744073709551615 218905117285 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 2
/proc/26399/statm: 394055 238023 429 148 0 388984 0
[pid=26399/tid=26401] ppid=26397 vsize=1576220 CPUtime=45.19 cores=0,2,4,6
/proc/26399/task/26401/stat : 26401 (techdemo) D 26397 26399 26197 0 -1 4203588 57562 0 0 0 4500 19 0 0 25 0 4 0 515441715 1614049280 238023 33554432000 4194304 4797429 140733323935760 18446744073709551615 4428900 0 0 4096 2 18446744071562337734 0 0 -1 6 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=1576220 CPUtime=45 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (techdemo) D 26397 26399 26197 0 -1 4203588 34647 0 0 0 4488 12 0 0 25 0 4 0 515441715 1614049280 238023 33554432000 4194304 4797429 140733323935760 18446744073709551615 218905386977 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=1576220 CPUtime=45.22 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (techdemo) D 26397 26399 26197 0 -1 4203588 57873 0 0 0 4508 14 0 0 25 0 4 0 515441715 1614049280 238023 33554432000 4194304 4797429 140733323935760 18446744073709551615 4242465 0 0 4096 2 18446744071562337734 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 182.89
Current children cumulated vsize (KiB) 1576220

[startup+47.9008 s]
/proc/loadavg: 7.90 7.86 7.90 6/184 26405
/proc/meminfo: memFree=26240412/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=1576220 CPUtime=183.29 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) R 26397 26399 26197 0 -1 4204032 320615 0 0 0 18134 195 0 0 25 0 4 0 515441572 1614049280 238023 33554432000 4194304 4797429 140733323935760 18446744073709551615 218905117285 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 2
/proc/26399/statm: 394055 238023 429 148 0 388984 0
[pid=26399/tid=26401] ppid=26397 vsize=1576220 CPUtime=45.19 cores=0,2,4,6
/proc/26399/task/26401/stat : 26401 (techdemo) D 26397 26399 26197 0 -1 4203588 57562 0 0 0 4500 19 0 0 25 0 4 0 515441715 1614049280 238023 33554432000 4194304 4797429 140733323935760 18446744073709551615 4428900 0 0 4096 2 18446744071562337734 0 0 -1 6 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=1576220 CPUtime=45 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (techdemo) D 26397 26399 26197 0 -1 4203588 34647 0 0 0 4488 12 0 0 25 0 4 0 515441715 1614049280 238023 33554432000 4194304 4797429 140733323935760 18446744073709551615 218905386977 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=1576220 CPUtime=45.22 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (techdemo) D 26397 26399 26197 0 -1 4203588 57873 0 0 0 4508 14 0 0 25 0 4 0 515441715 1614049280 238023 33554432000 4194304 4797429 140733323935760 18446744073709551615 4242465 0 0 4096 2 18446744071562337734 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 183.29
Current children cumulated vsize (KiB) 1576220

[startup+48.0008 s]
/proc/loadavg: 7.90 7.86 7.90 6/184 26405
/proc/meminfo: memFree=26240412/32951124 swapFree=67111356/67111528
[pid=26399] ppid=26397 vsize=0 CPUtime=183.39 cores=0,2,4,6
/proc/26399/stat : 26399 (techdemo) Z 26397 26399 26197 0 -1 4204060 320615 0 0 0 18134 205 0 0 25 0 2 0 515441572 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 2
/proc/26399/statm: 0 0 0 0 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=0 CPUtime=45.26 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (techdemo) R 26397 26399 26197 0 -1 4203588 57873 0 0 0 4508 18 0 0 18 0 2 0 515441715 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 183.39
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 48.011
CPU time (s): 183.411
CPU user time (s): 181.347
CPU system time (s): 2.06369
CPU usage (%): 382.019
Max. virtual memory (cumulated for all children) (KiB): 1738012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.347
system time used= 2.06369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320615
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= 29340
involuntary context switches= 1359

runsolver used 0.085986 second user time and 0.162975 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 02:53:59
IDJOB=3284272
IDBENCH=71765
IDSOLVER=1584
FILE ID=node137/3284272-1304038438
RUNJOBID= node137-1304036965-26215
PBS_JOBID= 13170366
Free space on /tmp= 71592 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT_RACE06/ibm-2002-21r-k95.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284272-1304038438/watcher-3284272-1304038438 -o /tmp/evaluation-result-3284272-1304038438/solver-3284272-1304038438 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3284272-1304038438.cnf

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

MD5SUM BENCH= 51240aa30dab6ed4bfa6897f8acc57fa
RANDOM SEED=474241760

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27571608 kB
Buffers:        866476 kB
Cached:        3580732 kB
SwapCached:         56 kB
Active:         594404 kB
Inactive:      4324588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27571608 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           22912 kB
Writeback:           0 kB
AnonPages:      471532 kB
Mapped:          15744 kB
Slab:           394968 kB
PageTables:       5612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1086176 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= 70656 MiB
End job on node137 at 2011-04-29 02:54:47