Trace number 3711925

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
toysat 2012-05-17? (TO) 1800.08 1800.42

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/spot5/
normalized-spot5-28_wcsp.wbo
MD5SUMa55ceb8d29eae2e4164c23000e30d1cb
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark283110
Best CPU time to get the best result obtained on this benchmark1800.1
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables576
Total number of constraints7352
Number of soft constraints7122
Number of constraints which are clauses7122
Number of constraints which are cardinality constraints (but not clauses)230
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 326159
Min constraint cost 1
Max constraint cost 326159
Sum of constraints costs 2248213986
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

5.69/5.70	c 2012-05-28T21:25:22+0200
5.69/5.70	c arch = x86_64
5.69/5.70	c os = linux
5.69/5.70	c compiler = ghc 7.4
5.69/5.70	c packages:
5.69/5.70	c   OptDir-0.0.1
5.69/5.70	c   array-0.4.0.0
5.69/5.70	c   base-4.5.0.0
5.69/5.70	c   bytestring-0.9.2.1
5.69/5.70	c   containers-0.4.2.1
5.69/5.70	c   deepseq-1.3.0.0
5.69/5.70	c   mtl-2.1.1
5.69/5.70	c   old_locale-1.0.0.4
5.69/5.70	c   parse_dimacs-1.2
5.69/5.70	c   parsec-3.1.2
5.69/5.70	c   queue-0.1.2
5.69/5.70	c   stm-2.3
5.69/5.70	c   time-1.4
5.69/5.70	c command line = ["--wbo","HOME/instance-3711925-1338233122.wbo"]
5.69/5.70	c #vars 576
5.69/5.70	c #constraints 7352
5.69/5.70	c Solving starts ...
5.99/6.06	c solving time = 0.363s
5.99/6.06	c #decision = 197
5.99/6.06	c #conflict = 21
5.99/6.06	c #restart = 0
5.99/6.06	o 273105
5.99/6.06	c Solving starts ...
74.37/74.46	c learnt constraints deletion: 21678 -> 10839
118.67/118.77	c learnt constraints deletion: 23112 -> 11556
159.94/160.07	c learnt constraints deletion: 24918 -> 12459
207.44/207.52	c learnt constraints deletion: 26484 -> 13242
270.73/270.81	c learnt constraints deletion: 26681 -> 13341
354.20/354.31	c learnt constraints deletion: 28464 -> 14232
420.69/420.83	c learnt constraints deletion: 28511 -> 14256
464.29/464.47	c learnt constraints deletion: 28469 -> 14235
484.58/484.79	c solving time = 478.629s
484.58/484.79	c #decision = 140373
484.58/484.79	c #conflict = 125311
484.58/484.79	c #restart = 15
484.58/484.79	o 272110
484.58/484.79	c Solving starts ...
484.68/484.84	c learnt constraints deletion: 21139 -> 10570
484.89/485.04	c solving time = 0.248s
484.89/485.04	c #decision = 140539
484.89/485.04	c #conflict = 125311
484.89/485.04	c #restart = 15
484.89/485.04	o 272105
484.89/485.04	c Solving starts ...
519.78/519.95	c learnt constraints deletion: 19182 -> 9591
558.97/559.19	c learnt constraints deletion: 21758 -> 10879
597.46/597.63	c learnt constraints deletion: 23202 -> 11601
645.36/645.52	c learnt constraints deletion: 24738 -> 12369
692.55/692.79	c learnt constraints deletion: 26584 -> 13292
738.84/739.00	c learnt constraints deletion: 26578 -> 13289
787.44/787.65	c learnt constraints deletion: 26490 -> 13245
841.73/841.90	c learnt constraints deletion: 28488 -> 14245
891.11/891.39	c learnt constraints deletion: 28523 -> 14262
945.71/945.97	c learnt constraints deletion: 30580 -> 15290
1001.08/1001.32	c learnt constraints deletion: 30601 -> 15301
1065.86/1066.18	c learnt constraints deletion: 30669 -> 15337
1113.76/1114.04	c learnt constraints deletion: 30623 -> 15312
1170.75/1171.08	c learnt constraints deletion: 30672 -> 15336
1233.14/1233.49	c learnt constraints deletion: 32942 -> 16471
1299.23/1299.54	c learnt constraints deletion: 32935 -> 16468
1361.12/1361.49	c learnt constraints deletion: 32889 -> 16445
1422.81/1423.19	c learnt constraints deletion: 32948 -> 16475
1476.51/1476.85	c learnt constraints deletion: 32905 -> 16454
1547.20/1547.55	c learnt constraints deletion: 32977 -> 16490
1621.38/1621.74	c learnt constraints deletion: 35614 -> 17807
1715.36/1715.74	c learnt constraints deletion: 35485 -> 17743
1778.37/1778.72	c learnt constraints deletion: 35538 -> 17769

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3711925-1338233122/watcher-3711925-1338233122 -o /tmp/evaluation-result-3711925-1338233122/solver-3711925-1338233122 -C 1800 -W 1900 -M 15500 HOME/toysat --wbo HOME/instance-3711925-1338233122.wbo 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.10 2.06 2.00 3/176 30652
/proc/meminfo: memFree=26832820/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 781 0 0 0 0 0 0 0 20 0 1 0 289440806 6356992 702 33554432000 4194304 8973514 140735200658320 140735200641416 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 1552 702 423 1167 0 333 0

[startup+0.0372149 s]
/proc/loadavg: 2.10 2.06 2.00 3/176 30652
/proc/meminfo: memFree=26832820/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=8256 CPUtime=0.03 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 1278 0 0 0 3 0 0 0 20 0 1 0 289440806 8454144 1199 33554432000 4194304 8973514 140735200658320 140735200641416 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 2064 1199 426 1167 0 845 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8256

[startup+0.100284 s]
/proc/loadavg: 2.10 2.06 2.00 3/176 30652
/proc/meminfo: memFree=26832820/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=12352 CPUtime=0.09 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 2279 0 0 0 9 0 0 0 20 0 1 0 289440806 12648448 2200 33554432000 4194304 8973514 140735200658320 140735200641416 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 3088 2200 427 1167 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.300301 s]
/proc/loadavg: 2.10 2.06 2.00 3/176 30652
/proc/meminfo: memFree=26832820/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=23616 CPUtime=0.28 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 5059 0 0 0 28 0 0 0 20 0 1 0 289440806 24182784 4980 33554432000 4194304 8973514 140735200658320 140735200641416 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 5904 4980 444 1167 0 4685 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23616

[startup+0.700223 s]
/proc/loadavg: 2.10 2.06 2.00 3/176 30652
/proc/meminfo: memFree=26832820/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=23616 CPUtime=0.68 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 5059 0 0 0 68 0 0 0 20 0 1 0 289440806 24182784 4980 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 5904 4980 444 1167 0 4685 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23616

[startup+1.50022 s]
/proc/loadavg: 2.09 2.06 2.00 3/177 30653
/proc/meminfo: memFree=26814716/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=23616 CPUtime=1.49 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 5059 0 0 0 148 1 0 0 20 0 1 0 289440806 24182784 4980 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 5904 4980 444 1167 0 4685 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23616

[startup+3.10026 s]
/proc/loadavg: 2.09 2.06 2.00 3/177 30653
/proc/meminfo: memFree=26811740/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=27712 CPUtime=3.09 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 6229 0 0 0 307 2 0 0 20 0 1 0 289440806 28377088 6150 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 6928 6150 444 1167 0 5709 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27712

[startup+6.30025 s]
/proc/loadavg: 2.09 2.06 2.00 3/177 30653
/proc/meminfo: memFree=26809384/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=27712 CPUtime=6.28 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 6252 0 0 0 625 3 0 0 20 0 1 0 289440806 28377088 6173 33554432000 4194304 8973514 140735200658320 140735200641416 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 6928 6173 467 1167 0 5709 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27712

[startup+12.7002 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 30653
/proc/meminfo: memFree=26799844/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=37952 CPUtime=12.69 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 8812 0 0 0 1263 6 0 0 20 0 1 0 289440806 38862848 8733 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 9488 8733 467 1167 0 8269 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37952

[startup+25.5003 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 30653
/proc/meminfo: memFree=26777656/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=59456 CPUtime=25.48 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 14188 0 0 0 2535 13 0 0 20 0 1 0 289440806 60882944 14109 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 14864 14109 467 1167 0 13645 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59456

[startup+51.1002 s]
/proc/loadavg: 2.10 2.06 2.00 3/177 30692
/proc/meminfo: memFree=26919652/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=95296 CPUtime=51.07 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 23148 0 0 0 5082 25 0 0 20 0 1 0 289440806 97583104 23069 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 23824 23069 467 1167 0 22605 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 95296

[startup+102.307 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 30692
/proc/meminfo: memFree=26866148/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=119872 CPUtime=102.28 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 32110 0 0 0 10182 46 0 0 20 0 1 0 289440806 122748928 29214 33554432000 4194304 8973514 140735200658320 140735200657816 4424324 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 29968 29214 468 1167 0 28749 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 119872

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 30692
/proc/meminfo: memFree=26809908/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=149568 CPUtime=162.25 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 43391 0 0 0 16153 72 0 0 20 0 1 0 289440806 153157632 36638 33554432000 4194304 8973514 140735200658320 140735200657584 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 37392 36638 468 1167 0 36173 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 149568

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 30694
/proc/meminfo: memFree=26779208/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=156736 CPUtime=222.24 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 52095 0 0 0 22130 94 0 0 20 0 1 0 289440806 160497664 38430 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 39184 38430 468 1167 0 37965 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 156736

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 30697
/proc/meminfo: memFree=26741728/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=170048 CPUtime=282.22 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 55423 0 0 0 28107 115 0 0 20 0 1 0 289440806 174129152 41758 33554432000 4194304 8973514 140735200658320 140735200657816 4427496 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 42512 41758 468 1167 0 41293 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 170048

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 30697
/proc/meminfo: memFree=26701336/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=185408 CPUtime=342.21 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 61320 0 0 0 34089 132 0 0 20 0 1 0 289440806 189857792 45598 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 46352 45598 468 1167 0 45133 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 185408

[startup+402.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 30697
/proc/meminfo: memFree=26667400/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=193600 CPUtime=402.21 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 63371 0 0 0 40068 153 0 0 20 0 1 0 289440806 198246400 47646 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 48400 47646 468 1167 0 47181 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 193600

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 30697
/proc/meminfo: memFree=26669352/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=164928 CPUtime=462.19 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 63371 0 0 0 46042 177 0 0 20 0 1 0 289440806 168886272 40478 33554432000 4194304 8973514 140735200658320 140735200657816 4213683 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 41232 40478 468 1167 0 40013 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 164928

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30698
/proc/meminfo: memFree=26683348/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=122944 CPUtime=522.18 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 68235 0 0 0 52014 204 0 0 20 0 1 0 289440806 125894656 29982 33554432000 4194304 8973514 140735200658320 140735200657816 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 30736 29982 468 1167 0 29517 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 122944

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30698
/proc/meminfo: memFree=26650488/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=138304 CPUtime=582.17 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 74891 0 0 0 57985 232 0 0 20 0 1 0 289440806 141623296 33822 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 34576 33822 468 1167 0 33357 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 138304

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30699
/proc/meminfo: memFree=26556652/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=140352 CPUtime=822.13 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 91545 0 0 0 81878 335 0 0 20 0 1 0 289440806 143720448 34334 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 35088 34334 468 1167 0 33869 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 140352

[startup+882.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 30702
/proc/meminfo: memFree=26522440/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=150592 CPUtime=882.12 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 99481 0 0 0 87852 360 0 0 20 0 1 0 289440806 154206208 36894 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 37648 36894 468 1167 0 36429 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 150592

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30702
/proc/meminfo: memFree=26420856/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=230464 CPUtime=942.1 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 119469 0 0 0 93822 388 0 0 20 0 1 0 289440806 235995136 56862 33554432000 4194304 8973514 140735200658320 140735200657816 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 57616 56862 468 1167 0 56397 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 230464

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30702
/proc/meminfo: memFree=26417120/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=205888 CPUtime=1002.08 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 119481 0 0 0 99797 411 0 0 20 0 1 0 289440806 210829312 50718 33554432000 4194304 8973514 140735200658320 140735200657816 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 51472 50718 468 1167 0 50253 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 205888

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30702
/proc/meminfo: memFree=26376820/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=237632 CPUtime=1062.07 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 127417 0 0 0 105774 433 0 0 20 0 1 0 289440806 243335168 58654 33554432000 4194304 8973514 140735200658320 140735200657816 4494624 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 59408 58654 468 1167 0 58189 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 237632

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30702
/proc/meminfo: memFree=26416884/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=177216 CPUtime=1122.06 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 130489 0 0 0 111748 458 0 0 20 0 1 0 289440806 181469184 43550 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 44304 43550 468 1167 0 43085 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 177216

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30703
/proc/meminfo: memFree=26391032/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=185408 CPUtime=1182.05 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 135097 0 0 0 117723 482 0 0 20 0 1 0 289440806 189857792 45598 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 46352 45598 468 1167 0 45133 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 185408

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30703
/proc/meminfo: memFree=26458968/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=189504 CPUtime=1242.04 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 139193 0 0 0 123699 505 0 0 20 0 1 0 289440806 194052096 46622 33554432000 4194304 8973514 140735200658320 140735200657816 4427744 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 47376 46622 468 1167 0 46157 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 189504

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30703
/proc/meminfo: memFree=26454732/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=193600 CPUtime=1302.04 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 145081 0 0 0 129678 526 0 0 20 0 1 0 289440806 198246400 47646 33554432000 4194304 8973514 140735200658320 140735200656256 4459404 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 48400 47646 468 1167 0 47181 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 193600

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30703
/proc/meminfo: memFree=26443324/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=204864 CPUtime=1362.02 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 147897 0 0 0 135655 547 0 0 20 0 1 0 289440806 209780736 50462 33554432000 4194304 8973514 140735200658320 140735200656256 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 51216 50462 468 1167 0 49997 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 204864

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30703
/proc/meminfo: memFree=26396132/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=251968 CPUtime=1422.02 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 159673 0 0 0 141631 571 0 0 20 0 1 0 289440806 258015232 62238 33554432000 4194304 8973514 140735200658320 140735200657584 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 62992 62238 468 1167 0 61773 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 251968

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30707
/proc/meminfo: memFree=26444880/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=195648 CPUtime=1482.01 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 161210 0 0 0 147602 599 0 0 20 0 1 0 289440806 200343552 48158 33554432000 4194304 8973514 140735200658320 140735200657584 4495897 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 48912 48158 468 1167 0 47693 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 195648

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 30707
/proc/meminfo: memFree=26445344/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=175168 CPUtime=1542 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 162746 0 0 0 153582 618 0 0 20 0 1 0 289440806 179372032 43038 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 43792 43038 468 1167 0 42573 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 175168

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30707
/proc/meminfo: memFree=26426020/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=177216 CPUtime=1601.99 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 169658 0 0 0 159559 640 0 0 20 0 1 0 289440806 181469184 43550 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 44304 43550 468 1167 0 43085 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 177216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30707
/proc/meminfo: memFree=26409664/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=209984 CPUtime=1661.98 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 177850 0 0 0 165541 657 0 0 20 0 1 0 289440806 215023616 51742 33554432000 4194304 8973514 140735200658320 140735200657584 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 52496 51742 468 1167 0 51277 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 209984

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30707
/proc/meminfo: memFree=26412592/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=206912 CPUtime=1721.97 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 182202 0 0 0 171518 679 0 0 20 0 1 0 289440806 211877888 50974 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 51728 50974 468 1167 0 50509 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 206912

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30708
/proc/meminfo: memFree=26415680/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=203840 CPUtime=1781.96 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 190906 0 0 0 177493 703 0 0 20 0 1 0 289440806 208732160 50206 33554432000 4194304 8973514 140735200658320 140735200656256 7671159 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 50960 50206 468 1167 0 49741 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 203840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30708
/proc/meminfo: memFree=26409108/32873844 swapFree=6088/6088
[pid=30652] ppid=30650 vsize=211008 CPUtime=1800.06 cores=1,3,5,7
/proc/30652/stat : 30652 (toysat) R 30650 30652 30092 0 -1 4202496 192698 0 0 0 179295 711 0 0 20 0 1 0 289440806 216072192 51998 33554432000 4194304 8973514 140735200658320 140735200657816 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/30652/statm: 52752 51998 468 1167 0 51533 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 211008

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.42
CPU time (s): 1800.08
CPU user time (s): 1792.96
CPU system time (s): 7.12592
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 251968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.96
system time used= 7.12592
maximum resident set size= 248952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192698
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= 80
involuntary context switches= 1853

runsolver used 3.63245 second user time and 9.90349 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-28 21:25:22
IDJOB=3711925
IDBENCH=79600
IDSOLVER=2291
FILE ID=node108/3711925-1338233122
RUNJOBID= node108-1338227711-30109
PBS_JOBID= 14624630
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/spot5/normalized-spot5-28_wcsp.wbo
COMMAND LINE= HOME/toysat --wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711925-1338233122/watcher-3711925-1338233122 -o /tmp/evaluation-result-3711925-1338233122/solver-3711925-1338233122 -C 1800 -W 1900 -M 15500  HOME/toysat --wbo HOME/instance-3711925-1338233122.wbo

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

MD5SUM BENCH= a55ceb8d29eae2e4164c23000e30d1cb
RANDOM SEED=1615369519

node108.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26833356 kB
Buffers:          333548 kB
Cached:          4684476 kB
SwapCached:            0 kB
Active:           903968 kB
Inactive:        4340884 kB
Active(anon):     226264 kB
Inactive(anon):        0 kB
Active(file):     677704 kB
Inactive(file):  4340884 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7784 kB
Writeback:             0 kB
AnonPages:        229456 kB
Mapped:            16180 kB
Shmem:               200 kB
Slab:             657332 kB
SReclaimable:      99492 kB
SUnreclaim:       557840 kB
KernelStack:        1464 kB
PageTables:         4536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     335056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node108 at 2012-05-28 21:55:25