Trace number 3707276

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-05-17? (TO) 1800.06 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_4.opb
MD5SUM4c6ab7a9b1b11dc4bf8c6231156cc585
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1.88071
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint26
Maximum length of a constraint41
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3070
Sum of products size (including duplicates)6140
Number of different products3070
Sum of products size6140

Solver Data

0.00/0.05	c 2012-05-27T17:09:59+0200
0.00/0.05	c arch = x86_64
0.00/0.05	c os = linux
0.00/0.05	c compiler = ghc 7.4
0.00/0.05	c packages:
0.00/0.05	c   OptDir-0.0.1
0.00/0.05	c   array-0.4.0.0
0.00/0.05	c   base-4.5.0.0
0.00/0.05	c   bytestring-0.9.2.1
0.00/0.05	c   containers-0.4.2.1
0.00/0.05	c   deepseq-1.3.0.0
0.00/0.05	c   mtl-2.1.1
0.00/0.05	c   old_locale-1.0.0.4
0.00/0.05	c   parse_dimacs-1.2
0.00/0.05	c   parsec-3.1.2
0.00/0.05	c   queue-0.1.2
0.00/0.05	c   stm-2.3
0.00/0.05	c   time-1.4
0.00/0.05	c command line = ["--pb","HOME/instance-3707276-1338131399.opb"]
0.00/0.05	c #vars 100
0.00/0.05	c #constraints 100
0.00/0.05	c Solving starts ...
0.05/0.06	c solving time = 0.005s
0.05/0.06	c #decision = 93
0.05/0.06	c #conflict = 0
0.05/0.06	c #restart = 0
0.05/0.06	o 7
0.05/0.06	c Solving starts ...
10.59/10.62	c solving time = 10.557s
10.59/10.62	c #decision = 9474
10.59/10.62	c #conflict = 5066
10.59/10.62	c #restart = 8
10.59/10.62	o 6
10.59/10.62	c Solving starts ...
10.59/10.63	c learnt constraints deletion: 5058 -> 2529
24.49/24.57	c learnt constraints deletion: 9203 -> 4602
38.18/38.27	c learnt constraints deletion: 11193 -> 5598
51.47/51.56	c learnt constraints deletion: 12375 -> 6188
67.97/68.06	c learnt constraints deletion: 13982 -> 6991
82.48/82.50	c learnt constraints deletion: 13811 -> 6907
99.87/100.00	c learnt constraints deletion: 15472 -> 7736
115.07/115.11	c learnt constraints deletion: 14645 -> 7324
133.47/133.59	c learnt constraints deletion: 16230 -> 8119
150.76/150.80	c learnt constraints deletion: 16368 -> 8191
167.06/167.15	c learnt constraints deletion: 16526 -> 8274
182.75/182.84	c learnt constraints deletion: 16740 -> 8386
199.85/199.98	c learnt constraints deletion: 18635 -> 9342
214.14/214.27	c learnt constraints deletion: 18011 -> 9006
233.84/233.92	c learnt constraints deletion: 17872 -> 8937
254.74/254.86	c learnt constraints deletion: 18727 -> 9368
272.64/272.72	c learnt constraints deletion: 18011 -> 9013
295.63/295.71	c learnt constraints deletion: 20270 -> 10135
316.93/317.02	c learnt constraints deletion: 20299 -> 10153
338.43/338.56	c learnt constraints deletion: 20250 -> 10131
358.73/358.83	c learnt constraints deletion: 20022 -> 10021
378.22/378.40	c learnt constraints deletion: 20431 -> 10231
396.51/396.61	c learnt constraints deletion: 20260 -> 10151
415.32/415.45	c learnt constraints deletion: 21196 -> 10598
439.71/439.87	c learnt constraints deletion: 21495 -> 10749
464.71/464.84	c learnt constraints deletion: 21813 -> 10912
488.10/488.28	c learnt constraints deletion: 21825 -> 10923
510.31/510.48	c learnt constraints deletion: 22163 -> 11098
527.70/527.88	c learnt constraints deletion: 21395 -> 10698
552.19/552.35	c learnt constraints deletion: 22571 -> 11286
576.09/576.27	c learnt constraints deletion: 22154 -> 11080
599.19/599.33	c learnt constraints deletion: 22152 -> 11083
624.59/624.72	c learnt constraints deletion: 23994 -> 12010
646.27/646.40	c learnt constraints deletion: 24471 -> 12257
667.37/667.60	c learnt constraints deletion: 23567 -> 11784
692.27/692.44	c learnt constraints deletion: 23610 -> 11807
718.36/718.54	c learnt constraints deletion: 23916 -> 11964
744.36/744.59	c learnt constraints deletion: 24370 -> 12196
767.96/768.11	c learnt constraints deletion: 24422 -> 12230
793.86/794.05	c learnt constraints deletion: 24371 -> 12186
820.74/820.90	c learnt constraints deletion: 24115 -> 12059
845.64/845.85	c learnt constraints deletion: 23995 -> 12004
870.04/870.23	c learnt constraints deletion: 24014 -> 12018
892.43/892.64	c learnt constraints deletion: 24506 -> 12271
917.33/917.52	c learnt constraints deletion: 26455 -> 13228
946.72/946.94	c learnt constraints deletion: 26111 -> 13057
974.41/974.68	c learnt constraints deletion: 26266 -> 13139
1001.41/1001.60	c learnt constraints deletion: 26573 -> 13298
1026.70/1026.94	c learnt constraints deletion: 26489 -> 13262
1049.70/1049.96	c learnt constraints deletion: 27336 -> 13694
1077.59/1077.87	c learnt constraints deletion: 26658 -> 13329
1105.79/1106.10	c learnt constraints deletion: 26018 -> 13013
1133.69/1133.92	c learnt constraints deletion: 26176 -> 13097
1160.38/1160.63	c learnt constraints deletion: 26540 -> 13285
1182.17/1182.41	c learnt constraints deletion: 25934 -> 12967
1211.66/1211.95	c learnt constraints deletion: 26302 -> 13151
1241.56/1241.89	c learnt constraints deletion: 26118 -> 13063
1268.16/1268.45	c learnt constraints deletion: 26564 -> 13292
1292.95/1293.28	c learnt constraints deletion: 26773 -> 13404
1313.65/1313.97	c learnt constraints deletion: 25931 -> 12966
1349.44/1349.76	c learnt constraints deletion: 29112 -> 14557
1381.53/1381.84	c learnt constraints deletion: 28850 -> 14425
1413.24/1413.54	c learnt constraints deletion: 28611 -> 14310
1444.82/1445.18	c learnt constraints deletion: 29008 -> 14514
1475.93/1476.21	c learnt constraints deletion: 29349 -> 14692
1504.61/1504.98	c learnt constraints deletion: 28655 -> 14328
1538.60/1538.97	c learnt constraints deletion: 29033 -> 14517
1569.79/1570.20	c learnt constraints deletion: 29003 -> 14507
1600.10/1600.45	c learnt constraints deletion: 28968 -> 14496
1627.38/1627.73	c learnt constraints deletion: 29494 -> 14747
1657.67/1658.03	c learnt constraints deletion: 28622 -> 14311
1690.68/1691.00	c learnt constraints deletion: 28775 -> 14393
1721.56/1721.92	c learnt constraints deletion: 29158 -> 14590
1749.15/1749.56	c learnt constraints deletion: 29269 -> 14655
1776.35/1776.73	c learnt constraints deletion: 29018 -> 14509

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-3707276-1338131399/watcher-3707276-1338131399 -o /tmp/evaluation-result-3707276-1338131399/solver-3707276-1338131399 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3707276-1338131399.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.03 2.00 3/176 5299
/proc/meminfo: memFree=31338412/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=7232 CPUtime=0 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 822 0 0 0 0 0 0 0 20 0 1 0 279264803 7405568 743 33554432000 4194304 8973514 140736850834864 140736996884376 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 1808 743 416 1167 0 589 0

[startup+0.0630541 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 5299
/proc/meminfo: memFree=31338412/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=14400 CPUtime=0.05 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 2767 0 0 0 5 0 0 0 20 0 1 0 279264803 14745600 2688 33554432000 4194304 8973514 140736850834864 140736996884376 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 3600 2688 438 1167 0 2381 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14400

[startup+0.100305 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 5299
/proc/meminfo: memFree=31338412/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=14400 CPUtime=0.09 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 2909 0 0 0 9 0 0 0 20 0 1 0 279264803 14745600 2830 33554432000 4194304 8973514 140736850834864 140736996884376 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 3600 2830 455 1167 0 2381 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14400

[startup+0.30029 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 5299
/proc/meminfo: memFree=31338412/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=19520 CPUtime=0.29 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 4189 0 0 0 29 0 0 0 20 0 1 0 279264803 19988480 4110 33554432000 4194304 8973514 140736850834864 140736996884376 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 4880 4110 455 1167 0 3661 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19520

[startup+0.700293 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 5299
/proc/meminfo: memFree=31338412/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=19520 CPUtime=0.69 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 4191 0 0 0 69 0 0 0 20 0 1 0 279264803 19988480 4112 33554432000 4194304 8973514 140736850834864 140736850834360 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 4880 4112 455 1167 0 3661 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19520

[startup+1.50029 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 5300
/proc/meminfo: memFree=31323508/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=20544 CPUtime=1.48 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 4447 0 0 0 148 0 0 0 20 0 1 0 279264803 21037056 4368 33554432000 4194304 8973514 140736850834864 140736850834360 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 5136 4368 455 1167 0 3917 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20544

[startup+3.10029 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 5303
/proc/meminfo: memFree=31322136/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=22592 CPUtime=3.09 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 4726 0 0 0 308 1 0 0 20 0 1 0 279264803 23134208 4647 33554432000 4194304 8973514 140736850834864 140736850834128 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 5648 4647 457 1167 0 4429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22592

[startup+6.30029 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 5303
/proc/meminfo: memFree=31317640/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=25664 CPUtime=6.29 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 5729 0 0 0 627 2 0 0 20 0 1 0 279264803 26279936 5650 33554432000 4194304 8973514 140736850834864 140736850834128 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 6416 5650 457 1167 0 5197 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25664

[startup+12.7003 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 5303
/proc/meminfo: memFree=31311356/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=30784 CPUtime=12.69 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 7011 0 0 0 1265 4 0 0 20 0 1 0 279264803 31522816 6932 33554432000 4194304 8973514 140736850834864 140736850834128 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 7696 6932 458 1167 0 6477 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30784

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 5303
/proc/meminfo: memFree=31301492/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=41024 CPUtime=25.48 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 9576 0 0 0 2542 6 0 0 20 0 1 0 279264803 42008576 9497 33554432000 4194304 8973514 140736850834864 140736850834360 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 10256 9497 458 1167 0 9037 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41024

[startup+51.1003 s]
/proc/loadavg: 2.08 2.04 2.01 3/178 5303
/proc/meminfo: memFree=31293348/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=50240 CPUtime=51.07 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 11884 0 0 0 5096 11 0 0 20 0 1 0 279264803 51445760 11801 33554432000 4194304 8973514 140736850834864 140736850834128 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 12560 11801 458 1167 0 11341 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 50240

[startup+102.307 s]
/proc/loadavg: 2.15 2.06 2.01 3/177 5303
/proc/meminfo: memFree=31286896/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=55360 CPUtime=102.27 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 13421 0 0 0 10206 21 0 0 20 0 1 0 279264803 56688640 13081 33554432000 4194304 8973514 140736850834864 140736850834360 4427744 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 13840 13081 458 1167 0 12621 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55360

[startup+162.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/177 5303
/proc/meminfo: memFree=31283480/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=58432 CPUtime=162.25 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 15217 0 0 0 16190 35 0 0 20 0 1 0 279264803 59834368 13849 33554432000 4194304 8973514 140736850834864 140736850832832 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 14608 13849 458 1167 0 13389 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 58432

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 5304
/proc/meminfo: memFree=31291544/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=54336 CPUtime=222.25 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 16756 0 0 0 22176 49 0 0 20 0 1 0 279264803 55640064 12825 33554432000 4194304 8973514 140736850834864 140736850834360 4204592 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 13584 12825 458 1167 0 12365 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 54336

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 5304
/proc/meminfo: memFree=31282232/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=62528 CPUtime=282.23 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 20599 0 0 0 28162 61 0 0 20 0 1 0 279264803 64028672 14873 33554432000 4194304 8973514 140736850834864 140736850834360 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 15632 14873 458 1167 0 14413 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 62528

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 5304
/proc/meminfo: memFree=31274292/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=66624 CPUtime=342.23 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 25207 0 0 0 34150 73 0 0 20 0 1 0 279264803 68222976 15897 33554432000 4194304 8973514 140736850834864 140736850834360 4441914 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 16656 15897 458 1167 0 15437 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 66624

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 5304
/proc/meminfo: memFree=31277944/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=62528 CPUtime=402.22 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 26235 0 0 0 40137 85 0 0 20 0 1 0 279264803 64028672 14873 33554432000 4194304 8973514 140736850834864 140736850834128 4209365 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 15632 14873 458 1167 0 14413 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 62528

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 5304
/proc/meminfo: memFree=31267712/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=72768 CPUtime=462.21 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 28796 0 0 0 46124 97 0 0 20 0 1 0 279264803 74514432 17433 33554432000 4194304 8973514 140736850834864 140736850832832 6571912 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 18192 17433 458 1167 0 16973 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 72768

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 5304
/proc/meminfo: memFree=31273236/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=66624 CPUtime=522.2 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 31872 0 0 0 52112 108 0 0 20 0 1 0 279264803 68222976 15897 33554432000 4194304 8973514 140736850834864 140736850834128 4441196 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 16656 15897 458 1167 0 15437 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 66624

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5305
/proc/meminfo: memFree=31269084/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=70720 CPUtime=582.19 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 37760 0 0 0 58100 119 0 0 20 0 1 0 279264803 72417280 16921 33554432000 4194304 8973514 140736850834864 140736850832832 4204286 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 17680 16921 458 1167 0 16461 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 70720

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5308
/proc/meminfo: memFree=31253908/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=83008 CPUtime=822.15 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 51853 0 0 0 82051 164 0 0 20 0 1 0 279264803 85000192 19993 33554432000 4194304 8973514 140736850834864 140736850834128 4209272 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 20752 19993 458 1167 0 19533 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 83008

[startup+882.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 5348
/proc/meminfo: memFree=31270004/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=70720 CPUtime=882.14 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 53389 0 0 0 88039 175 0 0 20 0 1 0 279264803 72417280 16921 33554432000 4194304 8973514 140736850834864 140736850834128 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 17680 16921 458 1167 0 16461 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 70720

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5348
/proc/meminfo: memFree=31250560/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=73792 CPUtime=942.13 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 54930 0 0 0 94026 187 0 0 20 0 1 0 279264803 75563008 17689 33554432000 4194304 8973514 140736850834864 140736850834360 4427744 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 18448 17689 458 1167 0 17229 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 73792

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5348
/proc/meminfo: memFree=31221104/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=78912 CPUtime=1002.11 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 61590 0 0 0 100012 199 0 0 20 0 1 0 279264803 80805888 18969 33554432000 4194304 8973514 140736850834864 140736850834360 4209212 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 19728 18969 458 1167 0 18509 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 78912

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5348
/proc/meminfo: memFree=31226784/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=62528 CPUtime=1062.1 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 63642 0 0 0 105999 211 0 0 20 0 1 0 279264803 64028672 14873 33554432000 4194304 8973514 140736850834864 140736850834360 6571969 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 15632 14873 458 1167 0 14413 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 62528

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5348
/proc/meminfo: memFree=31212268/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=74816 CPUtime=1122.08 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 70812 0 0 0 111987 221 0 0 20 0 1 0 279264803 76611584 17945 33554432000 4194304 8973514 140736850834864 140736850834128 4209168 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 18704 17945 458 1167 0 17485 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 74816

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5349
/proc/meminfo: memFree=31206900/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=74816 CPUtime=1182.07 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 75435 0 0 0 117975 232 0 0 20 0 1 0 279264803 76611584 17945 33554432000 4194304 8973514 140736850834864 140736850834360 4209168 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 18704 17945 458 1167 0 17485 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 74816

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5352
/proc/meminfo: memFree=31181408/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=83008 CPUtime=1242.06 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 84395 0 0 0 123963 243 0 0 20 0 1 0 279264803 85000192 19993 33554432000 4194304 8973514 140736850834864 140736850834360 4541620 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 20752 19993 458 1167 0 19533 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 83008

[startup+1302.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 5352
/proc/meminfo: memFree=31204400/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=70720 CPUtime=1302.05 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 87474 0 0 0 129952 253 0 0 20 0 1 0 279264803 72417280 16921 33554432000 4194304 8973514 140736850834864 140736850834360 4427084 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 17680 16921 458 1167 0 16461 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 70720

[startup+1362.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/178 5353
/proc/meminfo: memFree=31183868/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=87104 CPUtime=1362.03 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 92594 0 0 0 135939 264 0 0 20 0 1 0 279264803 89194496 21017 33554432000 4194304 8973514 140736850834864 140736850834360 4208818 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 21776 21017 458 1167 0 20557 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 87104

[startup+1422.31 s]
/proc/loadavg: 2.15 2.05 2.01 3/177 5353
/proc/meminfo: memFree=31187512/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=87104 CPUtime=1422.03 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 96694 0 0 0 141927 276 0 0 20 0 1 0 279264803 89194496 21017 33554432000 4194304 8973514 140736850834864 140736850834360 4208855 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 21776 21017 458 1167 0 20557 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 87104

[startup+1482.3 s]
/proc/loadavg: 2.29 2.10 2.02 3/177 5354
/proc/meminfo: memFree=31173632/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=99392 CPUtime=1482.02 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 104374 0 0 0 147914 288 0 0 20 0 1 0 279264803 101777408 24089 33554432000 4194304 8973514 140736850834864 140736850834360 4209212 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 24848 24089 458 1167 0 23629 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 99392

[startup+1542.3 s]
/proc/loadavg: 2.27 2.13 2.03 3/177 5354
/proc/meminfo: memFree=31179932/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=91200 CPUtime=1542 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 106947 0 0 0 153899 301 0 0 20 0 1 0 279264803 93388800 22041 33554432000 4194304 8973514 140736850834864 140736850834360 4208816 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 22800 22041 458 1167 0 21581 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 91200

[startup+1602.3 s]
/proc/loadavg: 2.15 2.11 2.03 3/177 5354
/proc/meminfo: memFree=31192472/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=78912 CPUtime=1601.98 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 111043 0 0 0 159888 310 0 0 20 0 1 0 279264803 80805888 18969 33554432000 4194304 8973514 140736850834864 140736850834360 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 19728 18969 458 1167 0 18509 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 78912

[startup+1662.3 s]
/proc/loadavg: 2.08 2.10 2.03 3/177 5354
/proc/meminfo: memFree=31184836/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=79936 CPUtime=1661.98 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 115916 0 0 0 165877 321 0 0 20 0 1 0 279264803 81854464 19225 33554432000 4194304 8973514 140736850834864 140736850834128 4209212 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 19984 19225 458 1167 0 18765 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 79936

[startup+1722.3 s]
/proc/loadavg: 2.03 2.08 2.03 3/177 5354
/proc/meminfo: memFree=31175728/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=83008 CPUtime=1721.96 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 122828 0 0 0 171865 331 0 0 20 0 1 0 279264803 85000192 19993 33554432000 4194304 8973514 140736850834864 140736850834360 4427236 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 20752 19993 458 1167 0 19533 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 83008

[startup+1782.3 s]
/proc/loadavg: 2.01 2.07 2.02 3/177 5355
/proc/meminfo: memFree=31183068/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=78912 CPUtime=1781.95 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 123865 0 0 0 177852 343 0 0 20 0 1 0 279264803 80805888 18969 33554432000 4194304 8973514 140736850834864 140736850834128 6565821 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 19728 18969 458 1167 0 18509 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 78912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.06 2.02 3/177 5355
/proc/meminfo: memFree=31175380/32873844 swapFree=7112/7112
[pid=5299] ppid=5297 vsize=84032 CPUtime=1800.04 cores=0,2,4,6
/proc/5299/stat : 5299 (toysat) R 5297 5299 4109 0 -1 4202496 125145 0 0 0 179658 346 0 0 20 0 1 0 279264803 86048768 20249 33554432000 4194304 8973514 140736850834864 140736850834128 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/5299/statm: 21008 20249 458 1167 0 19789 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 84032

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.06
CPU user time (s): 1796.59
CPU system time (s): 3.46947
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 108608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.59
system time used= 3.46947
maximum resident set size= 105572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125145
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= 121
involuntary context switches= 1862

runsolver used 4.83326 second user time and 7.95179 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-27 17:09:59
IDJOB=3707276
IDBENCH=48143
IDSOLVER=2285
FILE ID=node142/3707276-1338131399
RUNJOBID= node142-1338115130-4125
PBS_JOBID= 14624473
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_25_4.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3707276-1338131399/watcher-3707276-1338131399 -o /tmp/evaluation-result-3707276-1338131399/solver-3707276-1338131399 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3707276-1338131399.opb

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

MD5SUM BENCH= 4c6ab7a9b1b11dc4bf8c6231156cc585
RANDOM SEED=314072403

node142.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.776
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	: 5333.55
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.776
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.776
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	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.92
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.776
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.776
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.91
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.776
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.776
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:        31338404 kB
Buffers:          317012 kB
Cached:           355072 kB
SwapCached:            0 kB
Active:           499676 kB
Inactive:         214252 kB
Active(anon):      32684 kB
Inactive(anon):    11212 kB
Active(file):     466992 kB
Inactive(file):   203040 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7016 kB
Writeback:             0 kB
AnonPages:         56804 kB
Mapped:            13364 kB
Shmem:               200 kB
Slab:             681468 kB
SReclaimable:     123700 kB
SUnreclaim:       557768 kB
KernelStack:        1472 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     155576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71680 MiB
End job on node142 at 2012-05-27 17:40:02