Trace number 3725349

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2012-06-01? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_6.opb
MD5SUMd25f6086317f033c233c4700493f03d1
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark97.9001
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20
Optimality of the best value was proved NO
Number of variables6027
Total number of constraints21278
Number of constraints which are clauses21267
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint650
Number of terms in the objective function 650
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 650
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 681
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.39/0.46	c 2012-06-02T13:48:19+0200
0.39/0.46	c arch = x86_64
0.39/0.46	c os = linux
0.39/0.46	c compiler = ghc 7.4
0.39/0.46	c packages:
0.39/0.46	c   OptDir-0.0.1
0.39/0.46	c   array-0.4.0.0
0.39/0.46	c   base-4.5.0.0
0.39/0.46	c   bytestring-0.9.2.1
0.39/0.46	c   containers-0.4.2.1
0.39/0.46	c   deepseq-1.3.0.0
0.39/0.46	c   mtl-2.1.1
0.39/0.46	c   old_locale-1.0.0.4
0.39/0.46	c   parse_dimacs-1.2
0.39/0.46	c   parsec-3.1.2
0.39/0.46	c   queue-0.1.2
0.39/0.46	c   stm-2.3
0.39/0.46	c   time-1.4
0.39/0.46	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725349-1338637699.opb"]
0.39/0.46	c #vars 6027
0.39/0.46	c #constraints 21278
0.39/0.46	c Solving starts ...
0.39/0.47	c solving time = 0.014s
0.39/0.47	c #decision = 632
0.39/0.47	c #conflict = 3
0.39/0.47	c #restart = 0
0.39/0.47	o 22
0.59/0.60	c Solving starts ...
65.47/65.57	c solving time = 65.073s
65.47/65.57	c #decision = 94513
65.47/65.57	c #conflict = 11803
65.47/65.57	c #restart = 10
65.47/65.57	o 21
65.47/65.57	c Solving starts ...
65.67/65.72	c learnt constraints deletion: 11793 -> 5897
185.55/185.67	c learnt constraints deletion: 26746 -> 13373
278.83/278.92	c learnt constraints deletion: 29414 -> 14707
384.62/384.73	c learnt constraints deletion: 32328 -> 16164
500.19/500.31	c learnt constraints deletion: 35951 -> 17976
611.87/612.03	c learnt constraints deletion: 38483 -> 19242
727.76/727.90	c learnt constraints deletion: 38604 -> 19303
864.13/864.34	c learnt constraints deletion: 42026 -> 21013
1001.61/1001.85	c learnt constraints deletion: 42426 -> 21214
1129.59/1129.85	c learnt constraints deletion: 43167 -> 21586
1279.56/1279.83	c learnt constraints deletion: 47951 -> 23976
1408.05/1408.38	c learnt constraints deletion: 46934 -> 23468
1568.22/1568.51	c learnt constraints deletion: 47369 -> 23687
1700.50/1700.82	c learnt constraints deletion: 46723 -> 23365

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-3725349-1338637699/watcher-3725349-1338637699 -o /tmp/evaluation-result-3725349-1338637699/solver-3725349-1338637699 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725349-1338637699.opb 

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

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.00 2.00 1.96 3/176 15472
/proc/meminfo: memFree=31670448/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=7248 CPUtime=0 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 831 0 0 0 0 0 0 0 20 0 1 0 329898412 7421952 751 33554432000 4194304 8989770 140735310620064 140736808364072 7674848 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 1812 756 429 1171 0 589 0

[startup+0.0607 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 15472
/proc/meminfo: memFree=31670448/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=11344 CPUtime=0.05 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 1884 0 0 0 5 0 0 0 20 0 1 0 329898412 11616256 1804 33554432000 4194304 8989770 140735310620064 140736808364072 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 2836 1804 431 1171 0 1613 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11344

[startup+0.100325 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 15472
/proc/meminfo: memFree=31670448/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=12368 CPUtime=0.09 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 2371 0 0 0 9 0 0 0 20 0 1 0 329898412 12664832 2291 33554432000 4194304 8989770 140735310620064 140736808364072 7710386 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 3092 2291 431 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.300306 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 15472
/proc/meminfo: memFree=31670448/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=25680 CPUtime=0.29 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 5527 0 0 0 28 1 0 0 20 0 1 0 329898412 26296320 5447 33554432000 4194304 8989770 140735310620064 140736808364072 4213859 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 6420 5453 436 1171 0 5197 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25680

[startup+0.700374 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 15472
/proc/meminfo: memFree=31670448/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=33872 CPUtime=0.69 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 7735 0 0 0 68 1 0 0 20 0 1 0 329898412 34684928 7655 33554432000 4194304 8989770 140735310620064 140735310619328 4473684 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 8468 7655 471 1171 0 7245 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33872

[startup+1.50031 s]
/proc/loadavg: 2.16 2.03 1.97 3/177 15473
/proc/meminfo: memFree=31640068/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=34896 CPUtime=1.49 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 8049 0 0 0 148 1 0 0 20 0 1 0 329898412 35733504 7969 33554432000 4194304 8989770 140735310620064 140735310619328 4453020 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 8724 7969 471 1171 0 7501 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34896

[startup+3.10029 s]
/proc/loadavg: 2.16 2.03 1.97 3/177 15473
/proc/meminfo: memFree=31639572/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=34896 CPUtime=3.09 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 8049 0 0 0 307 2 0 0 20 0 1 0 329898412 35733504 7969 33554432000 4194304 8989770 140735310620064 140735310619328 7688479 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 8724 7969 471 1171 0 7501 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34896

[startup+6.30029 s]
/proc/loadavg: 2.16 2.03 1.97 3/177 15473
/proc/meminfo: memFree=31637960/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=36944 CPUtime=6.29 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 8561 0 0 0 627 2 0 0 20 0 1 0 329898412 37830656 8481 33554432000 4194304 8989770 140735310620064 140735310619560 4554693 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 9236 8481 471 1171 0 8013 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36944

[startup+12.7003 s]
/proc/loadavg: 2.13 2.03 1.97 3/177 15473
/proc/meminfo: memFree=31635628/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=38992 CPUtime=12.68 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 9073 0 0 0 1265 3 0 0 20 0 1 0 329898412 39927808 8993 33554432000 4194304 8989770 140735310620064 140735310617984 4437612 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 9748 8993 471 1171 0 8525 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38992

[startup+25.5003 s]
/proc/loadavg: 2.11 2.03 1.97 3/177 15473
/proc/meminfo: memFree=31628932/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=45136 CPUtime=25.48 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 10609 0 0 0 2543 5 0 0 20 0 1 0 329898412 46219264 10529 33554432000 4194304 8989770 140735310620064 140735310619560 4204256 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 11284 10529 471 1171 0 10061 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45136

[startup+51.1003 s]
/proc/loadavg: 2.07 2.03 1.97 3/177 15473
/proc/meminfo: memFree=31614100/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=55376 CPUtime=51.08 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 13174 0 0 0 5098 10 0 0 20 0 1 0 329898412 56705024 13094 33554432000 4194304 8989770 140735310620064 140735310618048 4438073 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 13844 13094 471 1171 0 12621 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55376

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 1.97 3/177 15473
/proc/meminfo: memFree=31598184/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=63568 CPUtime=102.27 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 15232 0 0 0 10210 17 0 0 20 0 1 0 329898412 65093632 15144 33554432000 4194304 8989770 140735310620064 140735310618048 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 15892 15144 473 1171 0 14669 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 63568

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/178 15476
/proc/meminfo: memFree=31577468/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=84048 CPUtime=162.26 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 20352 0 0 0 16200 26 0 0 20 0 1 0 329898412 86065152 20264 33554432000 4194304 8989770 140735310620064 140735310619328 4451620 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 21012 20264 473 1171 0 19789 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 84048

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 1.98 3/176 15476
/proc/meminfo: memFree=31568548/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=93264 CPUtime=222.25 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 22656 0 0 0 22190 35 0 0 20 0 1 0 329898412 95502336 22568 33554432000 4194304 8989770 140735310620064 140735310619560 4209206 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 23316 22568 473 1171 0 22093 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 93264

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/177 15477
/proc/meminfo: memFree=31562308/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=99408 CPUtime=282.23 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 24205 0 0 0 28180 43 0 0 20 0 1 0 329898412 101793792 24104 33554432000 4194304 8989770 140735310620064 140735310619328 4451817 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 24852 24104 473 1171 0 23629 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 99408

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 15477
/proc/meminfo: memFree=31562308/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=99408 CPUtime=342.22 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 24205 0 0 0 34170 52 0 0 20 0 1 0 329898412 101793792 24104 33554432000 4194304 8989770 140735310620064 140735310617984 4204605 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 24852 24104 473 1171 0 23629 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 99408

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 15477
/proc/meminfo: memFree=31553132/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=108624 CPUtime=402.21 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 26509 0 0 0 40159 62 0 0 20 0 1 0 329898412 111230976 26408 33554432000 4194304 8989770 140735310620064 140735310619560 4438056 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 27156 26408 473 1171 0 25933 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 108624

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 15477
/proc/meminfo: memFree=31543632/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=108624 CPUtime=462.2 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 26516 0 0 0 46150 70 0 0 20 0 1 0 329898412 111230976 26408 33554432000 4194304 8989770 140735310620064 140735310617984 4451817 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 27156 26408 473 1171 0 25933 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 108624

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 15477
/proc/meminfo: memFree=31536192/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=115792 CPUtime=522.19 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 28308 0 0 0 52140 79 0 0 20 0 1 0 329898412 118571008 28200 33554432000 4194304 8989770 140735310620064 140735310619560 4371081 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 28948 28200 473 1171 0 27725 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 115792

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 15478
/proc/meminfo: memFree=31536680/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=115792 CPUtime=582.18 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 28308 0 0 0 58131 87 0 0 20 0 1 0 329898412 118571008 28200 33554432000 4194304 8989770 140735310620064 140735310619560 4451817 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 28948 28200 473 1171 0 27725 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 115792

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/178 15504
/proc/meminfo: memFree=31487964/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=128080 CPUtime=822.14 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 33172 0 0 0 82088 126 0 0 20 0 1 0 329898412 131153920 31272 33554432000 4194304 8989770 140735310620064 140735310619560 4204596 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 32020 31272 473 1171 0 30797 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 128080

[startup+882.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/177 15505
/proc/meminfo: memFree=31495724/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=135248 CPUtime=882.13 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 34969 0 0 0 88078 135 0 0 20 0 1 0 329898412 138493952 33064 33554432000 4194304 8989770 140735310620064 140735310619328 4438168 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 33812 33064 473 1171 0 32589 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 135248

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 15505
/proc/meminfo: memFree=31494608/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=136272 CPUtime=942.12 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 35225 0 0 0 94069 143 0 0 20 0 1 0 329898412 139542528 33320 33554432000 4194304 8989770 140735310620064 140735310619328 4206099 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 34068 33320 473 1171 0 32845 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 136272

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 15505
/proc/meminfo: memFree=31477292/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=152656 CPUtime=1002.11 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 39577 0 0 0 100059 152 0 0 20 0 1 0 329898412 156319744 37416 33554432000 4194304 8989770 140735310620064 140735310619560 6587832 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 38164 37416 473 1171 0 36941 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 152656

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 15505
/proc/meminfo: memFree=31485852/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=144464 CPUtime=1062.1 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 39577 0 0 0 106048 162 0 0 20 0 1 0 329898412 147931136 35368 33554432000 4194304 8989770 140735310620064 140735310619560 4208850 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 36116 35368 473 1171 0 34893 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 144464

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 15544
/proc/meminfo: memFree=31564252/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=144464 CPUtime=1122.09 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 39583 0 0 0 112037 172 0 0 20 0 1 0 329898412 147931136 35368 33554432000 4194304 8989770 140735310620064 140735310619328 4204605 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 36116 35368 473 1171 0 34893 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 144464

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 15545
/proc/meminfo: memFree=31376896/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=148560 CPUtime=1182.08 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 40863 0 0 0 118027 181 0 0 20 0 1 0 329898412 152125440 36392 33554432000 4194304 8989770 140735310620064 140735310619560 4437337 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 37140 36392 473 1171 0 35917 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 148560

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 15545
/proc/meminfo: memFree=31372252/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=150608 CPUtime=1242.07 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 41377 0 0 0 124016 191 0 0 20 0 1 0 329898412 154222592 36904 33554432000 4194304 8989770 140735310620064 140735310617984 4434691 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 37652 36904 473 1171 0 36429 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 150608

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 1.99 3/178 15548
/proc/meminfo: memFree=31383048/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=136272 CPUtime=1302.07 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 44961 0 0 0 130007 200 0 0 20 0 1 0 329898412 139542528 33320 33554432000 4194304 8989770 140735310620064 140735310619560 7953280 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 34068 33320 473 1171 0 32845 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 136272

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 15548
/proc/meminfo: memFree=31358720/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=136272 CPUtime=1362.05 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 44961 0 0 0 135997 208 0 0 20 0 1 0 329898412 139542528 33320 33554432000 4194304 8989770 140735310620064 140735310619560 4435168 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 34068 33320 473 1171 0 32845 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 136272

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 15548
/proc/meminfo: memFree=31336520/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=154704 CPUtime=1422.05 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 49569 0 0 0 141988 217 0 0 20 0 1 0 329898412 158416896 37928 33554432000 4194304 8989770 140735310620064 140735310619560 4204359 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 38676 37928 473 1171 0 37453 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 154704

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 15549
/proc/meminfo: memFree=31304208/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=154704 CPUtime=1482.03 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 49569 0 0 0 147978 225 0 0 20 0 1 0 329898412 158416896 37928 33554432000 4194304 8989770 140735310620064 140735310619328 4438244 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 38676 37928 473 1171 0 37453 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 154704

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 15549
/proc/meminfo: memFree=31265852/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=177232 CPUtime=1542.02 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 55201 0 0 0 153967 235 0 0 20 0 1 0 329898412 181485568 43560 33554432000 4194304 8989770 140735310620064 140735310619328 4204359 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 44308 43560 473 1171 0 43085 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 177232

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15550
/proc/meminfo: memFree=31288636/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=144464 CPUtime=1602.02 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 57249 0 0 0 159957 245 0 0 20 0 1 0 329898412 147931136 35368 33554432000 4194304 8989770 140735310620064 140735310619328 4208816 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 36116 35368 473 1171 0 34893 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 144464

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15550
/proc/meminfo: memFree=31272828/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=144464 CPUtime=1662 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 57249 0 0 0 165947 253 0 0 20 0 1 0 329898412 147931136 35368 33554432000 4194304 8989770 140735310620064 140735310619560 4204638 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 36116 35368 473 1171 0 34893 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 144464

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15550
/proc/meminfo: memFree=31224416/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=158800 CPUtime=1722 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 60835 0 0 0 171938 262 0 0 20 0 1 0 329898412 162611200 38952 33554432000 4194304 8989770 140735310620064 140735310619560 7688479 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 39700 38952 473 1171 0 38477 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 158800

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 15551
/proc/meminfo: memFree=31220076/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=158800 CPUtime=1781.98 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 60844 0 0 0 177926 272 0 0 20 0 1 0 329898412 162611200 38952 33554432000 4194304 8989770 140735310620064 140735310619560 4208826 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 39700 38952 473 1171 0 38477 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 158800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 15551
/proc/meminfo: memFree=31215924/32873844 swapFree=8656/8656
[pid=15472] ppid=15470 vsize=164944 CPUtime=1800.08 cores=0,2,4,6
/proc/15472/stat : 15472 (toysat) R 15470 15472 14738 0 -1 4202496 62380 0 0 0 179733 275 0 0 20 0 1 0 329898412 168902656 40488 33554432000 4194304 8989770 140735310620064 140735310619560 4209212 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/15472/statm: 41236 40488 473 1171 0 40013 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 164944

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.41
CPU time (s): 1800.09
CPU user time (s): 1797.33
CPU system time (s): 2.76058
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 185424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.33
system time used= 2.76058
maximum resident set size= 182432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62380
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= 60
involuntary context switches= 2011

runsolver used 3.86141 second user time and 8.33273 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-02 13:48:19
IDJOB=3725349
IDBENCH=25015
IDSOLVER=2308
FILE ID=node102/3725349-1338637699
RUNJOBID= node102-1338631509-14754
PBS_JOBID= 14636478
Free space on /tmp= 71184 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_6.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725349-1338637699/watcher-3725349-1338637699 -o /tmp/evaluation-result-3725349-1338637699/solver-3725349-1338637699 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725349-1338637699.opb

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

MD5SUM BENCH= d25f6086317f033c233c4700493f03d1
RANDOM SEED=711738673

node102.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		: 2667.178
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	: 5334.35
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		: 2667.178
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.90
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		: 2667.178
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		: 2667.178
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		: 2667.178
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		: 2667.178
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.54
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		: 2667.178
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.91
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		: 2667.178
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:        31670976 kB
Buffers:          108128 kB
Cached:           187328 kB
SwapCached:         5544 kB
Active:           228844 kB
Inactive:         225740 kB
Active(anon):     155784 kB
Inactive(anon):     5524 kB
Active(file):      73060 kB
Inactive(file):   220216 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67097164 kB
Dirty:              8064 kB
Writeback:           100 kB
AnonPages:        166136 kB
Mapped:            10836 kB
Shmem:                 0 kB
Slab:             606484 kB
SReclaimable:      47548 kB
SUnreclaim:       558936 kB
KernelStack:        1456 kB
PageTables:         4860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     276532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 71176 MiB
End job on node102 at 2012-06-02 14:18:21