Trace number 3725360

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_006_area_delay.opb
MD5SUM7294dff8a2fbe1f0b26c181010dcfed2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.357945
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 22
Optimality of the best value was proved YES
Number of variables3041
Total number of constraints7696
Number of constraints which are clauses7696
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 constraint1
Maximum length of a constraint63
Number of terms in the objective function 1510
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 1510
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1510
Number of bits of the biggest sum of numbers11
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

0.29/0.39	c 2012-06-02T13:36:21+0200
0.29/0.39	c arch = x86_64
0.29/0.39	c os = linux
0.29/0.39	c compiler = ghc 7.4
0.29/0.39	c packages:
0.29/0.39	c   OptDir-0.0.1
0.29/0.39	c   array-0.4.0.0
0.29/0.39	c   base-4.5.0.0
0.29/0.39	c   bytestring-0.9.2.1
0.29/0.39	c   containers-0.4.2.1
0.29/0.39	c   deepseq-1.3.0.0
0.29/0.39	c   mtl-2.1.1
0.29/0.39	c   old_locale-1.0.0.4
0.29/0.39	c   parse_dimacs-1.2
0.29/0.39	c   parsec-3.1.2
0.29/0.39	c   queue-0.1.2
0.29/0.39	c   stm-2.3
0.29/0.39	c   time-1.4
0.29/0.39	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725360-1338636981.opb"]
0.29/0.39	c #vars 3041
0.29/0.39	c #constraints 7696
0.29/0.39	c Solving starts ...
0.39/0.40	c solving time = 0.008s
0.39/0.40	c #decision = 2032
0.39/0.40	c #conflict = 5
0.39/0.40	c #restart = 0
0.39/0.40	o 26
0.39/0.40	c Solving starts ...
0.39/0.42	c solving time = 0.013s
0.39/0.42	c #decision = 4043
0.39/0.42	c #conflict = 18
0.39/0.42	c #restart = 0
0.39/0.42	o 25
0.39/0.42	c Solving starts ...
0.39/0.43	c solving time = 0.010s
0.39/0.43	c #decision = 5782
0.39/0.43	c #conflict = 25
0.39/0.43	c #restart = 0
0.39/0.43	o 24
0.39/0.44	c Solving starts ...
19.98/20.09	c learnt constraints deletion: 8842 -> 4421
31.47/31.56	c learnt constraints deletion: 9959 -> 4980
41.68/41.79	c learnt constraints deletion: 10610 -> 5305
52.37/52.49	c learnt constraints deletion: 10693 -> 5348
64.16/64.20	c learnt constraints deletion: 11902 -> 5955
74.46/74.51	c learnt constraints deletion: 11415 -> 5708
89.77/89.80	c learnt constraints deletion: 12781 -> 6392
101.96/102.07	c learnt constraints deletion: 12846 -> 6424
114.37/114.46	c learnt constraints deletion: 13056 -> 6531
127.15/127.29	c learnt constraints deletion: 13945 -> 6973
140.25/140.32	c learnt constraints deletion: 13791 -> 6897
154.95/155.08	c learnt constraints deletion: 14094 -> 7050
168.64/168.72	c learnt constraints deletion: 14377 -> 7193
183.94/184.05	c learnt constraints deletion: 15432 -> 7717
198.04/198.19	c learnt constraints deletion: 15475 -> 7740
213.14/213.30	c learnt constraints deletion: 15562 -> 7785
226.54/226.60	c learnt constraints deletion: 15116 -> 7558
242.53/242.63	c learnt constraints deletion: 15376 -> 7690
261.43/261.59	c learnt constraints deletion: 16997 -> 8499
280.13/280.21	c learnt constraints deletion: 16879 -> 8441
299.62/299.70	c learnt constraints deletion: 16955 -> 8481
317.83/317.98	c learnt constraints deletion: 17002 -> 8505
334.51/334.62	c learnt constraints deletion: 16998 -> 8508
351.71/351.90	c learnt constraints deletion: 16904 -> 8453
371.51/371.67	c learnt constraints deletion: 16839 -> 8423
390.81/390.99	c learnt constraints deletion: 17063 -> 8538
412.90/413.06	c learnt constraints deletion: 18364 -> 9182
432.30/432.47	c learnt constraints deletion: 18406 -> 9207
452.89/453.10	c learnt constraints deletion: 18434 -> 9217
470.40/470.56	c learnt constraints deletion: 18560 -> 9281
489.49/489.61	c learnt constraints deletion: 18669 -> 9339
508.18/508.36	c learnt constraints deletion: 18871 -> 9449
525.98/526.12	c learnt constraints deletion: 18440 -> 9220
544.58/544.70	c learnt constraints deletion: 18381 -> 9192
563.78/563.92	c learnt constraints deletion: 18431 -> 9219
583.77/583.95	c learnt constraints deletion: 18666 -> 9338
605.98/606.13	c learnt constraints deletion: 20216 -> 10108
626.27/626.49	c learnt constraints deletion: 20494 -> 10248
646.07/646.20	c learnt constraints deletion: 20410 -> 10208
664.26/664.44	c learnt constraints deletion: 20083 -> 10042
686.05/686.29	c learnt constraints deletion: 20192 -> 10098
707.25/707.40	c learnt constraints deletion: 20285 -> 10143
729.05/729.30	c learnt constraints deletion: 20207 -> 10106
752.44/752.60	c learnt constraints deletion: 20274 -> 10140
772.64/772.81	c learnt constraints deletion: 20578 -> 10293
794.83/795.09	c learnt constraints deletion: 20143 -> 10074
818.43/818.66	c learnt constraints deletion: 20286 -> 10146
839.03/839.22	c learnt constraints deletion: 20393 -> 10201
861.03/861.20	c learnt constraints deletion: 20259 -> 10135
882.32/882.53	c learnt constraints deletion: 20211 -> 10109
904.22/904.45	c learnt constraints deletion: 20516 -> 10260
930.11/930.30	c learnt constraints deletion: 22551 -> 11277
952.71/952.93	c learnt constraints deletion: 22339 -> 11170
977.81/978.06	c learnt constraints deletion: 22343 -> 11175
1001.70/1001.90	c learnt constraints deletion: 22333 -> 11169
1029.49/1029.73	c learnt constraints deletion: 22099 -> 11050
1059.00/1059.23	c learnt constraints deletion: 22328 -> 11166
1083.30/1083.51	c learnt constraints deletion: 22145 -> 11076
1108.88/1109.16	c learnt constraints deletion: 22217 -> 11110
1134.28/1134.53	c learnt constraints deletion: 22322 -> 11163
1159.88/1160.19	c learnt constraints deletion: 22325 -> 11166
1184.27/1184.59	c learnt constraints deletion: 22208 -> 11110
1209.47/1209.76	c learnt constraints deletion: 22429 -> 11223
1235.67/1235.92	c learnt constraints deletion: 22190 -> 11096
1259.96/1260.21	c learnt constraints deletion: 21987 -> 10995
1287.46/1287.70	c learnt constraints deletion: 22356 -> 11181
1312.95/1313.29	c learnt constraints deletion: 22322 -> 11166
1338.66/1338.99	c learnt constraints deletion: 22348 -> 11181
1366.44/1366.71	c learnt constraints deletion: 22171 -> 11088
1394.34/1394.67	c learnt constraints deletion: 22198 -> 11103
1424.33/1424.67	c learnt constraints deletion: 24167 -> 12088
1452.53/1452.82	c learnt constraints deletion: 24432 -> 12217
1481.12/1481.42	c learnt constraints deletion: 24395 -> 12200
1505.83/1506.17	c learnt constraints deletion: 24534 -> 12268
1533.22/1533.52	c learnt constraints deletion: 24535 -> 12270
1559.21/1559.52	c learnt constraints deletion: 24427 -> 12214
1585.11/1585.48	c learnt constraints deletion: 24231 -> 12117
1614.80/1615.15	c learnt constraints deletion: 24410 -> 12208
1641.61/1641.94	c learnt constraints deletion: 24390 -> 12196
1671.00/1671.37	c learnt constraints deletion: 24381 -> 12194
1700.10/1700.43	c learnt constraints deletion: 24599 -> 12305
1727.88/1728.27	c learnt constraints deletion: 24417 -> 12211
1757.98/1758.33	c learnt constraints deletion: 24393 -> 12201
1787.48/1787.81	c learnt constraints deletion: 24242 -> 12125

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

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: 1.97 2.00 1.93 3/175 15097
/proc/meminfo: memFree=27802656/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 817 0 0 0 0 0 0 0 20 0 1 0 329822997 6373376 737 33554432000 4194304 8989770 140733599999248 140733599998744 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 1556 737 424 1171 0 333 0

[startup+0.0712751 s]
/proc/loadavg: 1.97 2.00 1.93 3/175 15097
/proc/meminfo: memFree=27802656/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=10320 CPUtime=0.06 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 1859 0 0 0 6 0 0 0 20 0 1 0 329822997 10567680 1779 33554432000 4194304 8989770 140733599999248 140733599998744 5799380 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 2580 1779 431 1171 0 1357 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10320

[startup+0.100278 s]
/proc/loadavg: 1.97 2.00 1.93 3/175 15097
/proc/meminfo: memFree=27802656/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=12368 CPUtime=0.09 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 2371 0 0 0 9 0 0 0 20 0 1 0 329822997 12664832 2291 33554432000 4194304 8989770 140733599999248 140733599998744 5728376 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 3092 2291 431 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.300275 s]
/proc/loadavg: 1.97 2.00 1.93 3/175 15097
/proc/meminfo: memFree=27802656/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=16464 CPUtime=0.29 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 3198 0 0 0 29 0 0 0 20 0 1 0 329822997 16859136 3118 33554432000 4194304 8989770 140733599999248 140733599998744 5383084 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 4116 3118 444 1171 0 2893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16464

[startup+0.700284 s]
/proc/loadavg: 1.97 2.00 1.93 3/175 15097
/proc/meminfo: memFree=27802656/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=18512 CPUtime=0.68 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 3953 0 0 0 68 0 0 0 20 0 1 0 329822997 18956288 3873 33554432000 4194304 8989770 140733599999248 140733599998744 6592125 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 4628 3873 471 1171 0 3405 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 18512

[startup+1.50029 s]
/proc/loadavg: 1.97 2.00 1.93 3/176 15098
/proc/meminfo: memFree=27788984/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=18512 CPUtime=1.49 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 3953 0 0 0 148 1 0 0 20 0 1 0 329822997 18956288 3873 33554432000 4194304 8989770 140733599999248 140733599998744 4204378 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 4628 3873 471 1171 0 3405 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18512

[startup+3.10028 s]
/proc/loadavg: 1.97 2.00 1.93 3/176 15098
/proc/meminfo: memFree=27787496/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=20560 CPUtime=3.08 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 4465 0 0 0 307 1 0 0 20 0 1 0 329822997 21053440 4385 33554432000 4194304 8989770 140733599999248 140733599998512 6587783 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 5140 4385 471 1171 0 3917 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 20560

[startup+6.30028 s]
/proc/loadavg: 1.97 2.00 1.93 3/177 15099
/proc/meminfo: memFree=27784768/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=22608 CPUtime=6.29 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 4977 0 0 0 627 2 0 0 20 0 1 0 329822997 23150592 4897 33554432000 4194304 8989770 140733599999248 140733599998512 4204368 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 5652 4897 471 1171 0 4429 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22608

[startup+12.7003 s]
/proc/loadavg: 1.97 2.00 1.93 3/177 15099
/proc/meminfo: memFree=27779864/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=27728 CPUtime=12.68 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 6264 0 0 0 1263 5 0 0 20 0 1 0 329822997 28393472 6177 33554432000 4194304 8989770 140733599999248 140733599998512 4208818 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 6932 6177 471 1171 0 5709 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27728

[startup+25.5003 s]
/proc/loadavg: 1.98 2.00 1.93 3/177 15099
/proc/meminfo: memFree=27772792/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=33872 CPUtime=25.48 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 7806 0 0 0 2541 7 0 0 20 0 1 0 329822997 34684928 7715 33554432000 4194304 8989770 140733599999248 140733599998512 4212580 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 8468 7715 473 1171 0 7245 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33872

[startup+51.1003 s]
/proc/loadavg: 1.99 2.00 1.93 3/177 15099
/proc/meminfo: memFree=27765780/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=41040 CPUtime=51.07 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 9600 0 0 0 5092 15 0 0 20 0 1 0 329822997 42024960 9507 33554432000 4194304 8989770 140733599999248 140733599998744 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 10260 9507 473 1171 0 9037 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41040

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 1.93 3/177 15099
/proc/meminfo: memFree=27759452/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=47184 CPUtime=102.27 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 11138 0 0 0 10199 28 0 0 20 0 1 0 329822997 48316416 11043 33554432000 4194304 8989770 140733599999248 140733599998512 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 11796 11043 473 1171 0 10573 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47184

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.93 3/177 15099
/proc/meminfo: memFree=27754484/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=52304 CPUtime=162.24 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 12420 0 0 0 16179 45 0 0 20 0 1 0 329822997 53559296 12323 33554432000 4194304 8989770 140733599999248 140733599998744 4438168 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 13076 12323 473 1171 0 11853 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 52304

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 1.93 3/178 15102
/proc/meminfo: memFree=27751240/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=55376 CPUtime=222.23 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 14469 0 0 0 22163 60 0 0 20 0 1 0 329822997 56705024 13091 33554432000 4194304 8989770 140733599999248 140733599998512 4354973 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 13844 13091 473 1171 0 12621 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 55376

[startup+282.3 s]
/proc/loadavg: 2.11 2.03 1.94 3/177 15102
/proc/meminfo: memFree=27752184/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=54352 CPUtime=282.22 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 14470 0 0 0 28146 76 0 0 20 0 1 0 329822997 55656448 12835 33554432000 4194304 8989770 140733599999248 140733599998512 4205032 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 13588 12835 473 1171 0 12365 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 54352

[startup+342.3 s]
/proc/loadavg: 2.04 2.02 1.94 3/177 15103
/proc/meminfo: memFree=27748088/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=58448 CPUtime=342.21 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 16008 0 0 0 34129 92 0 0 20 0 1 0 329822997 59850752 13859 33554432000 4194304 8989770 140733599999248 140733599998744 4213708 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 14612 13859 473 1171 0 13389 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 58448

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/177 15103
/proc/meminfo: memFree=27748148/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=58448 CPUtime=402.21 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 16265 0 0 0 40115 106 0 0 20 0 1 0 329822997 59850752 13859 33554432000 4194304 8989770 140733599999248 140733599997184 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 14612 13859 473 1171 0 13389 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 58448

[startup+462.3 s]
/proc/loadavg: 2.03 2.03 1.94 3/177 15103
/proc/meminfo: memFree=27746596/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=60496 CPUtime=462.19 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 16777 0 0 0 46098 121 0 0 20 0 1 0 329822997 61947904 14371 33554432000 4194304 8989770 140733599999248 140733599998512 4206072 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 15124 14371 473 1171 0 13901 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 60496

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/177 15103
/proc/meminfo: memFree=27741572/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=65616 CPUtime=522.18 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 18058 0 0 0 52080 138 0 0 20 0 1 0 329822997 67190784 15651 33554432000 4194304 8989770 140733599999248 140733599998512 4209357 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 16404 15651 473 1171 0 15181 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 65616

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 15103
/proc/meminfo: memFree=27743616/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=62544 CPUtime=582.17 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 18060 0 0 0 58063 154 0 0 20 0 1 0 329822997 64045056 14883 33554432000 4194304 8989770 140733599999248 140733599998512 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 15636 14883 473 1171 0 14413 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 62544

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 15107
/proc/meminfo: memFree=27739860/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=66640 CPUtime=822.14 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 19854 0 0 0 81998 216 0 0 20 0 1 0 329822997 68239360 15907 33554432000 4194304 8989770 140733599999248 140733599998744 4378890 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 16660 15907 473 1171 0 15437 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 66640

[startup+882.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 15107
/proc/meminfo: memFree=27739204/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=66640 CPUtime=882.12 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 21137 0 0 0 87981 231 0 0 20 0 1 0 329822997 68239360 15907 33554432000 4194304 8989770 140733599999248 140733599997184 4451620 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 16660 15907 473 1171 0 15437 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 66640

[startup+942.3 s]
/proc/loadavg: 2.10 2.03 1.96 3/177 15108
/proc/meminfo: memFree=27743484/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=62544 CPUtime=942.11 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 21137 0 0 0 93964 247 0 0 20 0 1 0 329822997 64045056 14883 33554432000 4194304 8989770 140733599999248 140733599998512 4206072 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 15636 14883 473 1171 0 14413 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 62544

[startup+1002.3 s]
/proc/loadavg: 2.09 2.04 1.96 3/176 15108
/proc/meminfo: memFree=27735612/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=70736 CPUtime=1002.1 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 24465 0 0 0 99948 262 0 0 20 0 1 0 329822997 72433664 16931 33554432000 4194304 8989770 140733599999248 140733599998744 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 17684 16931 473 1171 0 16461 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 70736

[startup+1062.3 s]
/proc/loadavg: 2.09 2.04 1.97 3/177 15109
/proc/meminfo: memFree=27739568/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=66640 CPUtime=1062.09 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 24465 0 0 0 105931 278 0 0 20 0 1 0 329822997 68239360 15907 33554432000 4194304 8989770 140733599999248 140733599998512 4451817 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 16660 15907 473 1171 0 15437 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 66640

[startup+1122.3 s]
/proc/loadavg: 2.03 2.03 1.97 3/177 15109
/proc/meminfo: memFree=27739568/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=66640 CPUtime=1122.08 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 24465 0 0 0 111918 290 0 0 20 0 1 0 329822997 68239360 15907 33554432000 4194304 8989770 140733599999248 140733599998744 4378890 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 16660 15907 473 1171 0 15437 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 66640

[startup+1182.3 s]
/proc/loadavg: 1.94 2.01 1.96 3/177 15148
/proc/meminfo: memFree=27693424/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=71760 CPUtime=1182.08 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 25745 0 0 0 117903 305 0 0 20 0 1 0 329822997 73482240 17187 33554432000 4194304 8989770 140733599999248 140733599998512 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 17940 17187 473 1171 0 16717 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 71760

[startup+1242.3 s]
/proc/loadavg: 1.97 2.00 1.96 3/177 15149
/proc/meminfo: memFree=27682904/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=66640 CPUtime=1242.07 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 26001 0 0 0 123888 319 0 0 20 0 1 0 329822997 68239360 15907 33554432000 4194304 8989770 140733599999248 140733599998512 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 16660 15907 473 1171 0 15437 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 66640

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/177 15149
/proc/meminfo: memFree=27663808/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=68688 CPUtime=1302.06 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 26513 0 0 0 129874 332 0 0 20 0 1 0 329822997 70336512 16419 33554432000 4194304 8989770 140733599999248 140733599998744 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 17172 16419 473 1171 0 15949 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 68688

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/177 15149
/proc/meminfo: memFree=27643008/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=72784 CPUtime=1362.04 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 27537 0 0 0 135856 348 0 0 20 0 1 0 329822997 74530816 17443 33554432000 4194304 8989770 140733599999248 140733599998744 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 18196 17443 473 1171 0 16973 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 72784

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.96 3/178 15152
/proc/meminfo: memFree=27620332/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=76880 CPUtime=1422.04 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 28564 0 0 0 141842 362 0 0 20 0 1 0 329822997 78725120 18467 33554432000 4194304 8989770 140733599999248 140733599998744 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 19220 18467 473 1171 0 17997 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 76880

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/178 15175
/proc/meminfo: memFree=27611624/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=70736 CPUtime=1482.03 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 29076 0 0 0 147827 376 0 0 20 0 1 0 329822997 72433664 16931 33554432000 4194304 8989770 140733599999248 140733599998744 6562855 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 17684 16931 473 1171 0 16461 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 70736

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/177 15176
/proc/meminfo: memFree=27581520/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=77904 CPUtime=1542.02 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 30868 0 0 0 153810 392 0 0 20 0 1 0 329822997 79773696 18723 33554432000 4194304 8989770 140733599999248 140733599998512 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 19476 18723 473 1171 0 18253 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 77904

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/177 15176
/proc/meminfo: memFree=27584056/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=74832 CPUtime=1602.01 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 30868 0 0 0 159794 407 0 0 20 0 1 0 329822997 76627968 17955 33554432000 4194304 8989770 140733599999248 140733599998744 6587907 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 18708 17955 473 1171 0 17485 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 74832

[startup+1662.3 s]
/proc/loadavg: 2.09 2.02 1.97 3/177 15176
/proc/meminfo: memFree=27575968/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=74832 CPUtime=1662 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 31636 0 0 0 165778 422 0 0 20 0 1 0 329822997 76627968 17955 33554432000 4194304 8989770 140733599999248 140733599998512 4452088 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 18708 17955 473 1171 0 17485 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 74832

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 1.97 3/177 15176
/proc/meminfo: memFree=27578016/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=70736 CPUtime=1721.99 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 31892 0 0 0 171763 436 0 0 20 0 1 0 329822997 72433664 16931 33554432000 4194304 8989770 140733599999248 140733599997184 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 17684 16931 473 1171 0 16461 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 70736

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 1.98 3/177 15176
/proc/meminfo: memFree=27567268/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=66640 CPUtime=1781.98 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 33428 0 0 0 177748 450 0 0 20 0 1 0 329822997 68239360 15907 33554432000 4194304 8989770 140733599999248 140733599998744 4554200 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 16660 15907 473 1171 0 15437 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 66640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.03 1.98 3/177 15176
/proc/meminfo: memFree=27567392/32873844 swapFree=7628/7628
[pid=15097] ppid=15095 vsize=67664 CPUtime=1800.09 cores=1,3,5,7
/proc/15097/stat : 15097 (toysat) R 15095 15097 14598 0 -1 4202496 33684 0 0 0 179554 455 0 0 20 0 1 0 329822997 69287936 16163 33554432000 4194304 8989770 140733599999248 140733599998744 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15097/statm: 16916 16163 473 1171 0 15693 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 67664

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.1
CPU user time (s): 1795.54
CPU system time (s): 4.55331
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 78928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.54
system time used= 4.55331
maximum resident set size= 75916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33684
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= 36
involuntary context switches= 1849

runsolver used 2.90956 second user time and 10.6944 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-02 13:36:21
IDJOB=3725360
IDBENCH=24979
IDSOLVER=2308
FILE ID=node144/3725360-1338636981
RUNJOBID= node144-1338631508-14616
PBS_JOBID= 14636436
Free space on /tmp= 70828 MiB

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

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

MD5SUM BENCH= 7294dff8a2fbe1f0b26c181010dcfed2
RANDOM SEED=652290858

node144.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.196
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.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
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.92
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.196
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.196
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:        27802920 kB
Buffers:          618480 kB
Cached:          3565808 kB
SwapCached:          464 kB
Active:          2376020 kB
Inactive:        1832208 kB
Active(anon):       6956 kB
Inactive(anon):    11196 kB
Active(file):    2369064 kB
Inactive(file):  1821012 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108376 kB
Dirty:              7412 kB
Writeback:             8 kB
AnonPages:         22748 kB
Mapped:            16216 kB
Shmem:               172 kB
Slab:             723260 kB
SReclaimable:     165288 kB
SUnreclaim:       557972 kB
KernelStack:        1464 kB
PageTables:         4140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     130544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70820 MiB
End job on node144 at 2012-06-02 14:06:23