Trace number 3725520

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.08 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-f2000.opb
MD5SUMacba870ceff62e653e0b2927ff2b81fb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints10500
Number of constraints which are clauses10500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 4000
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 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.78/1.82	c 2012-06-02T15:13:15+0200
1.78/1.82	c arch = x86_64
1.78/1.82	c os = linux
1.78/1.82	c compiler = ghc 7.4
1.78/1.82	c packages:
1.78/1.82	c   OptDir-0.0.1
1.78/1.82	c   array-0.4.0.0
1.78/1.82	c   base-4.5.0.0
1.78/1.82	c   bytestring-0.9.2.1
1.78/1.82	c   containers-0.4.2.1
1.78/1.82	c   deepseq-1.3.0.0
1.78/1.82	c   mtl-2.1.1
1.78/1.82	c   old_locale-1.0.0.4
1.78/1.82	c   parse_dimacs-1.2
1.78/1.82	c   parsec-3.1.2
1.78/1.82	c   queue-0.1.2
1.78/1.82	c   stm-2.3
1.78/1.82	c   time-1.4
1.78/1.82	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725520-1338642795.opb"]
1.78/1.82	c #vars 4000
1.78/1.82	c #constraints 10500
1.78/1.82	c Solving starts ...
15.07/15.10	c learnt constraints deletion: 13000 -> 6500
23.78/23.82	c learnt constraints deletion: 14220 -> 7110
33.86/33.93	c learnt constraints deletion: 15530 -> 7765
44.26/44.35	c learnt constraints deletion: 15515 -> 7758
55.75/55.87	c learnt constraints deletion: 17128 -> 8564
68.06/68.17	c learnt constraints deletion: 17001 -> 8502
81.44/81.51	c learnt constraints deletion: 18790 -> 9396
95.14/95.28	c learnt constraints deletion: 18862 -> 9434
108.74/108.86	c learnt constraints deletion: 18809 -> 9408
123.54/123.64	c learnt constraints deletion: 20588 -> 10296
138.33/138.47	c learnt constraints deletion: 20649 -> 10331
153.23/153.37	c learnt constraints deletion: 20605 -> 10310
168.93/169.01	c learnt constraints deletion: 20728 -> 10373
185.73/185.86	c learnt constraints deletion: 22614 -> 11309
202.53/202.67	c learnt constraints deletion: 22562 -> 11283
221.33/221.45	c learnt constraints deletion: 22657 -> 11331
240.03/240.17	c learnt constraints deletion: 22591 -> 11298
257.61/257.73	c learnt constraints deletion: 22626 -> 11316
275.82/275.98	c learnt constraints deletion: 22639 -> 11323
294.82/294.97	c learnt constraints deletion: 24949 -> 12476
314.91/315.05	c learnt constraints deletion: 24855 -> 12429
336.51/336.69	c learnt constraints deletion: 24855 -> 12433
357.80/357.99	c learnt constraints deletion: 24883 -> 12444
378.50/378.64	c learnt constraints deletion: 24897 -> 12454
399.60/399.73	c learnt constraints deletion: 24977 -> 12492
421.29/421.40	c learnt constraints deletion: 24875 -> 12440
447.09/447.29	c learnt constraints deletion: 27266 -> 13633
469.88/470.04	c learnt constraints deletion: 27414 -> 13710
494.18/494.31	c learnt constraints deletion: 27319 -> 13662
519.08/519.26	c learnt constraints deletion: 27373 -> 13689
543.28/543.44	c learnt constraints deletion: 27180 -> 13591
567.77/567.96	c learnt constraints deletion: 27220 -> 13612
592.87/593.09	c learnt constraints deletion: 27297 -> 13652
616.76/616.95	c learnt constraints deletion: 27263 -> 13637
641.07/641.26	c learnt constraints deletion: 27203 -> 13604
666.36/666.53	c learnt constraints deletion: 27255 -> 13630
690.15/690.38	c learnt constraints deletion: 27249 -> 13627
717.35/717.58	c learnt constraints deletion: 30020 -> 15013
743.44/743.61	c learnt constraints deletion: 30021 -> 15016
772.22/772.49	c learnt constraints deletion: 29968 -> 14990
800.53/800.76	c learnt constraints deletion: 30048 -> 15029
828.03/828.22	c learnt constraints deletion: 30026 -> 15018
856.82/857.05	c learnt constraints deletion: 30021 -> 15016
884.31/884.54	c learnt constraints deletion: 30022 -> 15017
911.81/912.07	c learnt constraints deletion: 30020 -> 15015
939.20/939.47	c learnt constraints deletion: 29924 -> 14968
967.20/967.42	c learnt constraints deletion: 30052 -> 15032
994.29/994.54	c learnt constraints deletion: 29984 -> 14999
1021.38/1021.68	c learnt constraints deletion: 30013 -> 15014
1050.48/1050.75	c learnt constraints deletion: 30080 -> 15047
1078.28/1078.58	c learnt constraints deletion: 30083 -> 15048
1107.38/1107.64	c learnt constraints deletion: 30011 -> 15013
1137.77/1138.05	c learnt constraints deletion: 32909 -> 16456
1168.97/1169.27	c learnt constraints deletion: 32930 -> 16471
1201.35/1201.62	c learnt constraints deletion: 32868 -> 16439
1234.16/1234.46	c learnt constraints deletion: 32968 -> 16491
1265.35/1265.69	c learnt constraints deletion: 32853 -> 16431
1296.04/1296.31	c learnt constraints deletion: 32999 -> 16510
1330.74/1331.05	c learnt constraints deletion: 32927 -> 16469
1363.52/1363.80	c learnt constraints deletion: 32925 -> 16467
1395.13/1395.42	c learnt constraints deletion: 33020 -> 16518
1428.82/1429.10	c learnt constraints deletion: 32911 -> 16463
1461.11/1461.41	c learnt constraints deletion: 32938 -> 16474
1492.81/1493.14	c learnt constraints deletion: 33066 -> 16538
1525.60/1525.95	c learnt constraints deletion: 32973 -> 16493
1555.30/1555.63	c learnt constraints deletion: 32895 -> 16452
1588.10/1588.46	c learnt constraints deletion: 32912 -> 16461
1618.49/1618.82	c learnt constraints deletion: 33043 -> 16528
1650.28/1650.61	c learnt constraints deletion: 33000 -> 16505
1683.79/1684.16	c learnt constraints deletion: 33027 -> 16521
1718.27/1718.60	c learnt constraints deletion: 32923 -> 16468
1750.27/1750.62	c learnt constraints deletion: 32921 -> 16467
1785.36/1785.79	c learnt constraints deletion: 36193 -> 18098

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-3725520-1338642795/watcher-3725520-1338642795 -o /tmp/evaluation-result-3725520-1338642795/solver-3725520-1338642795 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725520-1338642795.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: 1.98 1.99 1.99 3/176 14403
/proc/meminfo: memFree=28687276/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/14403/stat : 14403 (runsolver) D 14401 14403 13572 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 330405486 12095488 50 33554432000 4194304 5436572 140735309244624 140735309240920 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/14403/statm: 2953 50 31 304 0 2645 0

[startup+0.077249 s]
/proc/loadavg: 1.98 1.99 1.99 3/176 14403
/proc/meminfo: memFree=28687276/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=10320 CPUtime=0.06 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 1779 0 0 0 6 0 0 0 20 0 1 0 330405486 10567680 1699 33554432000 4194304 8989770 140736433748720 140735309240808 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 2580 1699 431 1171 0 1357 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10320

[startup+0.100255 s]
/proc/loadavg: 1.98 1.99 1.99 3/176 14403
/proc/meminfo: memFree=28687276/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=11344 CPUtime=0.08 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 2113 0 0 0 8 0 0 0 20 0 1 0 330405486 11616256 2033 33554432000 4194304 8989770 140736433748720 140735309240808 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 2836 2033 431 1171 0 1613 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11344

[startup+0.300232 s]
/proc/loadavg: 1.98 1.99 1.99 3/176 14403
/proc/meminfo: memFree=28687276/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=19536 CPUtime=0.28 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 4178 0 0 0 28 0 0 0 20 0 1 0 330405486 20004864 4098 33554432000 4194304 8989770 140736433748720 140735309240808 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 4884 4098 442 1171 0 3661 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19536

[startup+0.700222 s]
/proc/loadavg: 1.98 1.99 1.99 3/176 14403
/proc/meminfo: memFree=28687276/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=19536 CPUtime=0.68 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 4178 0 0 0 68 0 0 0 20 0 1 0 330405486 20004864 4098 33554432000 4194304 8989770 140736433748720 140735309240808 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 4884 4098 442 1171 0 3661 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19536

[startup+1.50011 s]
/proc/loadavg: 1.98 1.99 1.99 3/177 14404
/proc/meminfo: memFree=28672636/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=19536 CPUtime=1.48 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 4178 0 0 0 147 1 0 0 20 0 1 0 330405486 20004864 4098 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 4884 4098 442 1171 0 3661 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 19536

[startup+3.10017 s]
/proc/loadavg: 1.98 1.99 1.99 3/177 14404
/proc/meminfo: memFree=28670404/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=23632 CPUtime=3.08 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 5218 0 0 0 306 2 0 0 20 0 1 0 330405486 24199168 5138 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 5908 5138 458 1171 0 4685 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23632

[startup+6.30016 s]
/proc/loadavg: 1.98 1.99 1.99 3/177 14404
/proc/meminfo: memFree=28663028/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=33872 CPUtime=6.28 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 7778 0 0 0 625 3 0 0 20 0 1 0 330405486 34684928 7698 33554432000 4194304 8989770 140736433748720 140736433747984 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 8468 7698 458 1171 0 7245 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33872

[startup+12.7002 s]
/proc/loadavg: 1.98 1.99 1.99 3/177 14404
/proc/meminfo: memFree=28644336/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=50256 CPUtime=12.68 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 11879 0 0 0 1263 5 0 0 20 0 1 0 330405486 51462144 11794 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 12564 11794 458 1171 0 11341 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 50256

[startup+25.5002 s]
/proc/loadavg: 1.98 1.99 1.99 3/177 14404
/proc/meminfo: memFree=28626332/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=67664 CPUtime=25.47 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 16236 0 0 0 2538 9 0 0 20 0 1 0 330405486 69287936 16148 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 16916 16148 460 1171 0 15693 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 67664

[startup+51.1002 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 14404
/proc/meminfo: memFree=28612852/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=78928 CPUtime=51.05 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 19327 0 0 0 5091 14 0 0 20 0 1 0 330405486 80822272 18964 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 19732 18964 460 1171 0 18509 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 78928

[startup+102.306 s]
/proc/loadavg: 2.07 2.00 2.00 3/177 14405
/proc/meminfo: memFree=28591404/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=99408 CPUtime=102.25 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 24447 0 0 0 10198 27 0 0 20 0 1 0 330405486 101793792 24084 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 24852 24084 460 1171 0 23629 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 99408

[startup+162.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 14405
/proc/meminfo: memFree=28579184/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=111696 CPUtime=162.23 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 27522 0 0 0 16182 41 0 0 20 0 1 0 330405486 114376704 27156 33554432000 4194304 8989770 140736433748720 140736433748216 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 27924 27156 460 1171 0 26701 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 111696

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 14405
/proc/meminfo: memFree=28565896/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=121936 CPUtime=222.23 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 30082 0 0 0 22168 55 0 0 20 0 1 0 330405486 124862464 29716 33554432000 4194304 8989770 140736433748720 140736433748216 4214379 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 30484 29716 460 1171 0 29261 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 121936

[startup+282.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/177 14405
/proc/meminfo: memFree=28568892/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=119888 CPUtime=282.22 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 30594 0 0 0 28154 68 0 0 20 0 1 0 330405486 122765312 29204 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 29972 29204 460 1171 0 28749 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 119888

[startup+342.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/177 14405
/proc/meminfo: memFree=28555548/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=131152 CPUtime=342.21 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 33413 0 0 0 34139 82 0 0 20 0 1 0 330405486 134299648 32020 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 32788 32020 460 1171 0 31565 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 131152

[startup+402.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 14405
/proc/meminfo: memFree=28550028/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=136272 CPUtime=402.2 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 34693 0 0 0 40126 94 0 0 20 0 1 0 330405486 139542528 33300 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 34068 33300 460 1171 0 32845 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 136272

[startup+462.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/178 14409
/proc/meminfo: memFree=28553248/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=136272 CPUtime=462.18 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 34696 0 0 0 46113 105 0 0 20 0 1 0 330405486 139542528 33300 33554432000 4194304 8989770 140736433748720 140736433747984 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 34068 33300 460 1171 0 32845 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 136272

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14409
/proc/meminfo: memFree=28548300/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=136272 CPUtime=522.17 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 34696 0 0 0 52101 116 0 0 20 0 1 0 330405486 139542528 33300 33554432000 4194304 8989770 140736433748720 140736433748216 7676517 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 34068 33300 460 1171 0 32845 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 136272

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14409
/proc/meminfo: memFree=28550264/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=136272 CPUtime=582.17 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 34696 0 0 0 58088 129 0 0 20 0 1 0 330405486 139542528 33300 33554432000 4194304 8989770 140736433748720 140736433748216 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 34068 33300 460 1171 0 32845 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 136272

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14411
/proc/meminfo: memFree=28520544/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=161872 CPUtime=822.12 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 42642 0 0 0 82038 174 0 0 20 0 1 0 330405486 165756928 39700 33554432000 4194304 8989770 140736433748720 140736433747984 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 40468 39700 460 1171 0 39245 0
Current children cumulated CPU time (s) 822.12
Current children cumulated vsize (KiB) 161872

[startup+882.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 14411
/proc/meminfo: memFree=28520056/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=161872 CPUtime=882.11 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 42643 0 0 0 88028 183 0 0 20 0 1 0 330405486 165756928 39700 33554432000 4194304 8989770 140736433748720 140736433748216 4354926 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 40468 39700 460 1171 0 39245 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 161872

[startup+942.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 14411
/proc/meminfo: memFree=28519668/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=162896 CPUtime=942.1 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 42903 0 0 0 94013 197 0 0 20 0 1 0 330405486 166805504 39956 33554432000 4194304 8989770 140736433748720 140736433748216 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 40724 39956 460 1171 0 39501 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 162896

[startup+1002.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 14411
/proc/meminfo: memFree=28519364/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=162896 CPUtime=1002.09 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 42903 0 0 0 99999 210 0 0 20 0 1 0 330405486 166805504 39956 33554432000 4194304 8989770 140736433748720 140736433746688 4438016 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 40724 39956 460 1171 0 39501 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 162896

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 14415
/proc/meminfo: memFree=28520088/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=164944 CPUtime=1062.08 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 43415 0 0 0 105986 222 0 0 20 0 1 0 330405486 168902656 40468 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 41236 40468 460 1171 0 40013 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 164944

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14415
/proc/meminfo: memFree=28526748/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=152656 CPUtime=1122.07 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 43415 0 0 0 111973 234 0 0 20 0 1 0 330405486 156319744 37396 33554432000 4194304 8989770 140736433748720 140736433747984 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 38164 37396 460 1171 0 36941 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 152656

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14415
/proc/meminfo: memFree=28516932/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=163920 CPUtime=1182.06 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 46231 0 0 0 117959 247 0 0 20 0 1 0 330405486 167854080 40212 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 40980 40212 460 1171 0 39757 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 163920

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14415
/proc/meminfo: memFree=28508944/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=172112 CPUtime=1242.05 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 48279 0 0 0 123948 257 0 0 20 0 1 0 330405486 176242688 42260 33554432000 4194304 8989770 140736433748720 140736433747984 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 43028 42260 460 1171 0 41805 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 172112

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14415
/proc/meminfo: memFree=28505560/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=173136 CPUtime=1302.05 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 49311 0 0 0 129937 268 0 0 20 0 1 0 330405486 177291264 42516 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 43284 42516 460 1171 0 42061 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 173136

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14416
/proc/meminfo: memFree=28511576/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=169040 CPUtime=1362.02 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 49311 0 0 0 135925 277 0 0 20 0 1 0 330405486 173096960 41492 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 42260 41492 460 1171 0 41037 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 169040

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 14416
/proc/meminfo: memFree=28511204/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=164944 CPUtime=1422.02 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 49311 0 0 0 141913 289 0 0 20 0 1 0 330405486 168902656 40468 33554432000 4194304 8989770 140736433748720 140736433747984 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 41236 40468 460 1171 0 40013 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 164944

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 14416
/proc/meminfo: memFree=28512496/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=166992 CPUtime=1482.01 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 49823 0 0 0 147899 302 0 0 20 0 1 0 330405486 170999808 40980 33554432000 4194304 8989770 140736433748720 140736433748216 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 41748 40980 460 1171 0 40525 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 166992

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14416
/proc/meminfo: memFree=28507296/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=164944 CPUtime=1542 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 50079 0 0 0 153888 312 0 0 20 0 1 0 330405486 168902656 40468 33554432000 4194304 8989770 140736433748720 140736433748216 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 41236 40468 460 1171 0 40013 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 164944

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14416
/proc/meminfo: memFree=28514568/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=164944 CPUtime=1601.99 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 50079 0 0 0 159877 322 0 0 20 0 1 0 330405486 168902656 40468 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 41236 40468 460 1171 0 40013 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 164944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14420
/proc/meminfo: memFree=28516984/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=164944 CPUtime=1661.98 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 50079 0 0 0 165867 331 0 0 20 0 1 0 330405486 168902656 40468 33554432000 4194304 8989770 140736433748720 140736433747984 4451620 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 41236 40468 460 1171 0 40013 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 164944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14420
/proc/meminfo: memFree=28511388/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=169040 CPUtime=1721.97 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 52127 0 0 0 171854 343 0 0 20 0 1 0 330405486 173096960 41492 33554432000 4194304 8989770 140736433748720 140736433748216 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 42260 41492 460 1171 0 41037 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 169040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14459
/proc/meminfo: memFree=28427404/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=169040 CPUtime=1781.96 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 52127 0 0 0 177842 354 0 0 20 0 1 0 330405486 173096960 41492 33554432000 4194304 8989770 140736433748720 140736433748216 4429924 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 42260 41492 460 1171 0 41037 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 169040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14459
/proc/meminfo: memFree=28404580/32873648 swapFree=6864/6864
[pid=14403] ppid=14401 vsize=169040 CPUtime=1800.07 cores=0,2,4,6
/proc/14403/stat : 14403 (toysat) R 14401 14403 13572 0 -1 4202496 52128 0 0 0 179649 358 0 0 20 0 1 0 330405486 173096960 41492 33554432000 4194304 8989770 140736433748720 140736433748216 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/14403/statm: 42260 41492 460 1171 0 41037 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 169040

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.08
CPU user time (s): 1796.5
CPU system time (s): 3.58146
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 173136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.5
system time used= 3.58146
maximum resident set size= 170064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52128
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= 63
involuntary context switches= 2112

runsolver used 3.55146 second user time and 8.81266 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-02 15:13:15
IDJOB=3725520
IDBENCH=89869
IDSOLVER=2308
FILE ID=node120/3725520-1338642795
RUNJOBID= node120-1338631507-13588
PBS_JOBID= 14636460
Free space on /tmp= 70784 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-f2000.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725520-1338642795/watcher-3725520-1338642795 -o /tmp/evaluation-result-3725520-1338642795/solver-3725520-1338642795 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725520-1338642795.opb

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

MD5SUM BENCH= acba870ceff62e653e0b2927ff2b81fb
RANDOM SEED=211915840

node120.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.456
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.91
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.456
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.456
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.92
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.456
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.88
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.456
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.456
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	: 5331.83
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.456
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		: 2666.456
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:       32873648 kB
MemFree:        28687920 kB
Buffers:          534360 kB
Cached:          2693292 kB
SwapCached:         1572 kB
Active:          1639024 kB
Inactive:        1618612 kB
Active(anon):      21980 kB
Inactive(anon):     9228 kB
Active(file):    1617044 kB
Inactive(file):  1609384 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:              7740 kB
Writeback:             0 kB
AnonPages:         33824 kB
Mapped:            12680 kB
Shmem:                32 kB
Slab:             790568 kB
SReclaimable:     234504 kB
SUnreclaim:       556064 kB
KernelStack:        1456 kB
PageTables:         3752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     143904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70776 MiB
End job on node120 at 2012-06-02 15:43:17