Trace number 3707275

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_3.opb
MD5SUMcdb29f44159b0b72729019e0c0db0b8a
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.59176
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 constraint46
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)3090
Sum of products size (including duplicates)6180
Number of different products3090
Sum of products size6180

Solver Data

0.00/0.05	c 2012-05-27T17:23:06+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-3707275-1338132186.opb"]
0.00/0.05	c #vars 100
0.00/0.05	c #constraints 100
0.00/0.05	c Solving starts ...
0.00/0.06	c solving time = 0.005s
0.00/0.06	c #decision = 93
0.00/0.06	c #conflict = 0
0.00/0.06	c #restart = 0
0.00/0.06	o 7
0.00/0.06	c Solving starts ...
1.59/1.60	c solving time = 1.536s
1.59/1.60	c #decision = 1764
1.59/1.60	c #conflict = 751
1.59/1.60	c #restart = 3
1.59/1.60	o 6
1.59/1.60	c Solving starts ...
21.48/21.55	c learnt constraints deletion: 10453 -> 5227
34.87/34.98	c learnt constraints deletion: 11558 -> 5779
49.77/49.82	c learnt constraints deletion: 12692 -> 6347
65.66/65.77	c learnt constraints deletion: 13722 -> 6861
80.37/80.47	c learnt constraints deletion: 13555 -> 6779
99.16/99.20	c learnt constraints deletion: 15198 -> 7599
114.96/115.07	c learnt constraints deletion: 14933 -> 7469
134.16/134.29	c learnt constraints deletion: 16352 -> 8176
153.15/153.25	c learnt constraints deletion: 16957 -> 8481
171.44/171.58	c learnt constraints deletion: 16730 -> 8369
188.84/188.94	c learnt constraints deletion: 16347 -> 8182
211.65/211.73	c learnt constraints deletion: 18628 -> 9314
232.24/232.34	c learnt constraints deletion: 18386 -> 9196
253.24/253.34	c learnt constraints deletion: 18088 -> 9050
273.42/273.54	c learnt constraints deletion: 18491 -> 9257
295.62/295.71	c learnt constraints deletion: 19714 -> 9857
319.92/320.05	c learnt constraints deletion: 20505 -> 10255
341.11/341.23	c learnt constraints deletion: 19895 -> 9953
362.31/362.46	c learnt constraints deletion: 19891 -> 9955
383.11/383.27	c learnt constraints deletion: 20500 -> 10263
402.51/402.70	c learnt constraints deletion: 20284 -> 10160
422.81/422.92	c learnt constraints deletion: 21813 -> 10907
448.40/448.51	c learnt constraints deletion: 21825 -> 10913
475.10/475.25	c learnt constraints deletion: 21867 -> 10937
499.99/500.13	c learnt constraints deletion: 22264 -> 11140
524.99/525.14	c learnt constraints deletion: 22681 -> 11354
546.98/547.14	c learnt constraints deletion: 22206 -> 11121
566.98/567.19	c learnt constraints deletion: 22827 -> 11441
589.37/589.59	c learnt constraints deletion: 22147 -> 11074
617.07/617.22	c learnt constraints deletion: 22557 -> 11281
645.87/646.05	c learnt constraints deletion: 24203 -> 12109
671.05/671.20	c learnt constraints deletion: 24305 -> 12165
695.36/695.57	c learnt constraints deletion: 24386 -> 12211
716.95/717.17	c learnt constraints deletion: 25119 -> 12588
742.95/743.11	c learnt constraints deletion: 24315 -> 12158
771.84/772.03	c learnt constraints deletion: 23959 -> 11983
800.23/800.43	c learnt constraints deletion: 24536 -> 12276
826.93/827.15	c learnt constraints deletion: 24408 -> 12219
854.02/854.29	c learnt constraints deletion: 24486 -> 12243
882.42/882.61	c learnt constraints deletion: 24199 -> 12100
910.11/910.37	c learnt constraints deletion: 24097 -> 12054
936.61/936.87	c learnt constraints deletion: 24164 -> 12092
965.91/966.11	c learnt constraints deletion: 26990 -> 13513
989.81/990.08	c learnt constraints deletion: 26223 -> 13112
1022.59/1022.89	c learnt constraints deletion: 26429 -> 13217
1053.89/1054.10	c learnt constraints deletion: 26508 -> 13261
1084.08/1084.40	c learnt constraints deletion: 27077 -> 13552
1108.98/1109.26	c learnt constraints deletion: 27064 -> 13532
1139.57/1139.84	c learnt constraints deletion: 26451 -> 13226
1172.07/1172.31	c learnt constraints deletion: 26382 -> 13196
1202.95/1203.27	c learnt constraints deletion: 26566 -> 13294
1232.34/1232.65	c learnt constraints deletion: 27200 -> 13620
1260.54/1260.89	c learnt constraints deletion: 26244 -> 13122
1293.03/1293.33	c learnt constraints deletion: 26273 -> 13138
1324.93/1325.26	c learnt constraints deletion: 26689 -> 13351
1353.32/1353.66	c learnt constraints deletion: 27065 -> 13546
1378.42/1378.70	c learnt constraints deletion: 27300 -> 13672
1403.50/1403.81	c learnt constraints deletion: 26036 -> 13018
1435.31/1435.64	c learnt constraints deletion: 26580 -> 13293
1474.30/1474.63	c learnt constraints deletion: 29212 -> 14606
1510.39/1510.70	c learnt constraints deletion: 29247 -> 14628
1544.38/1544.76	c learnt constraints deletion: 29399 -> 14711
1574.88/1575.20	c learnt constraints deletion: 29887 -> 14964
1602.38/1602.73	c learnt constraints deletion: 29047 -> 14524
1636.65/1637.07	c learnt constraints deletion: 28906 -> 14455
1669.64/1670.07	c learnt constraints deletion: 29094 -> 14555
1701.34/1701.79	c learnt constraints deletion: 29672 -> 14851
1729.94/1730.33	c learnt constraints deletion: 28682 -> 14341
1764.73/1765.19	c learnt constraints deletion: 28857 -> 14431
1799.02/1799.40	c learnt constraints deletion: 29321 -> 14669

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-3707275-1338132186/watcher-3707275-1338132186 -o /tmp/evaluation-result-3707275-1338132186/solver-3707275-1338132186 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3707275-1338132186.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: 2.01 2.00 2.00 3/176 14549
/proc/meminfo: memFree=28533548/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 816 0 0 0 0 0 0 0 20 0 1 0 279344584 6356992 737 33554432000 4194304 8973514 140734381987712 140734165830376 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 1552 737 415 1167 0 333 0

[startup+0.0900641 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 14549
/proc/meminfo: memFree=28533548/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=14400 CPUtime=0.08 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 2911 0 0 0 8 0 0 0 20 0 1 0 279344584 14745600 2832 33554432000 4194304 8973514 140734381987712 140734381987208 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 3600 2832 458 1167 0 2381 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14400

[startup+0.100273 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 14549
/proc/meminfo: memFree=28533548/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=14400 CPUtime=0.09 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 2911 0 0 0 9 0 0 0 20 0 1 0 279344584 14745600 2832 33554432000 4194304 8973514 140734381987712 140734381987208 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 3600 2832 458 1167 0 2381 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14400

[startup+0.300307 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 14549
/proc/meminfo: memFree=28533548/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=19520 CPUtime=0.29 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 4192 0 0 0 28 1 0 0 20 0 1 0 279344584 19988480 4113 33554432000 4194304 8973514 140734381987712 140734381987208 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 4880 4113 458 1167 0 3661 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19520

[startup+0.700251 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 14549
/proc/meminfo: memFree=28533548/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=19520 CPUtime=0.69 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 4192 0 0 0 68 1 0 0 20 0 1 0 279344584 19988480 4113 33554432000 4194304 8973514 140734381987712 140734381987208 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 4880 4113 458 1167 0 3661 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19520

[startup+1.50025 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 14550
/proc/meminfo: memFree=28518776/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=19520 CPUtime=1.49 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 4192 0 0 0 148 1 0 0 20 0 1 0 279344584 19988480 4113 33554432000 4194304 8973514 140734381987712 140734381987208 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 4880 4113 458 1167 0 3661 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19520

[startup+3.10026 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 14550
/proc/meminfo: memFree=28517272/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=21568 CPUtime=3.09 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 4704 0 0 0 308 1 0 0 20 0 1 0 279344584 22085632 4625 33554432000 4194304 8973514 140734381987712 140734381987208 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 5392 4625 458 1167 0 4173 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21568

[startup+6.30026 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 14550
/proc/meminfo: memFree=28514788/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=25664 CPUtime=6.29 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 5508 0 0 0 627 2 0 0 20 0 1 0 279344584 26279936 5429 33554432000 4194304 8973514 140734381987712 140734381985728 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 6416 5429 458 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.01 2.00 2.00 3/177 14550
/proc/meminfo: memFree=28505672/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=32832 CPUtime=12.68 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 7522 0 0 0 1264 4 0 0 20 0 1 0 279344584 33619968 7448 33554432000 4194304 8973514 140734381987712 140734381985664 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 8208 7448 458 1167 0 6989 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32832

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14550
/proc/meminfo: memFree=28494088/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=44096 CPUtime=25.48 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 10345 0 0 0 2541 7 0 0 20 0 1 0 279344584 45154304 10265 33554432000 4194304 8973514 140734381987712 140734381987208 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 11024 10265 459 1167 0 9805 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44096

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14550
/proc/meminfo: memFree=28484272/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=52288 CPUtime=51.06 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 12400 0 0 0 5094 12 0 0 20 0 1 0 279344584 53542912 12313 33554432000 4194304 8973514 140734381987712 140734381987208 4204605 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 13072 12313 459 1167 0 11853 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 52288

[startup+102.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 14550
/proc/meminfo: memFree=28480600/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=56384 CPUtime=102.26 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 14704 0 0 0 10204 22 0 0 20 0 1 0 279344584 57737216 13337 33554432000 4194304 8973514 140734381987712 140734381986976 4441196 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 14096 13337 459 1167 0 12877 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 56384

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 14550
/proc/meminfo: memFree=28471208/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=64576 CPUtime=162.24 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 17008 0 0 0 16190 34 0 0 20 0 1 0 279344584 66125824 15385 33554432000 4194304 8973514 140734381987712 140734381986976 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 16144 15385 459 1167 0 14925 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 64576

[startup+222.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 14551
/proc/meminfo: memFree=28472360/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=63552 CPUtime=222.24 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 19056 0 0 0 22178 46 0 0 20 0 1 0 279344584 65077248 15129 33554432000 4194304 8973514 140734381987712 140734381986976 4447480 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 15888 15129 459 1167 0 14669 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 63552

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14552
/proc/meminfo: memFree=28472308/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=62528 CPUtime=282.23 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 22135 0 0 0 28165 58 0 0 20 0 1 0 279344584 64028672 14873 33554432000 4194304 8973514 140734381987712 140734381987208 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 15632 14873 459 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.00 2.00 3/177 14552
/proc/meminfo: memFree=28467896/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=66624 CPUtime=342.22 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 26231 0 0 0 34154 68 0 0 20 0 1 0 279344584 68222976 15897 33554432000 4194304 8973514 140734381987712 140734381987208 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 16656 15897 459 1167 0 15437 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 66624

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14552
/proc/meminfo: memFree=28466292/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=66624 CPUtime=402.21 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 27767 0 0 0 40143 78 0 0 20 0 1 0 279344584 68222976 15897 33554432000 4194304 8973514 140734381987712 140734381987208 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 16656 15897 459 1167 0 15437 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 66624

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14555
/proc/meminfo: memFree=28465316/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=68672 CPUtime=462.19 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 29303 0 0 0 46130 89 0 0 20 0 1 0 279344584 70320128 16409 33554432000 4194304 8973514 140734381987712 140734381987208 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 17168 16409 459 1167 0 15949 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 68672

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14555
/proc/meminfo: memFree=28458432/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=74816 CPUtime=522.18 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 33920 0 0 0 52117 101 0 0 20 0 1 0 279344584 76611584 17945 33554432000 4194304 8973514 140734381987712 140734381987208 4208836 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 18704 17945 459 1167 0 17485 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 74816

[startup+582.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/177 14556
/proc/meminfo: memFree=28474368/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=58432 CPUtime=582.18 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 35200 0 0 0 58106 112 0 0 20 0 1 0 279344584 59834368 13849 33554432000 4194304 8973514 140734381987712 140734381987208 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 14608 13849 459 1167 0 13389 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 58432

[startup+642.3 s]

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

[startup+882.306 s]
/proc/loadavg: 2.04 2.07 2.02 3/177 14557
/proc/meminfo: memFree=28444756/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=81984 CPUtime=882.13 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 58247 0 0 0 88041 172 0 0 20 0 1 0 279344584 83951616 19737 33554432000 4194304 8973514 140734381987712 140734381987208 4441393 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 20496 19737 459 1167 0 19277 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 81984

[startup+942.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/177 14557
/proc/meminfo: memFree=28454536/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=70720 CPUtime=942.11 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 61063 0 0 0 94026 185 0 0 20 0 1 0 279344584 72417280 16921 33554432000 4194304 8973514 140734381987712 140734381987208 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 17680 16921 459 1167 0 16461 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 70720

[startup+1002.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/177 14557
/proc/meminfo: memFree=28453220/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=70720 CPUtime=1002.1 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 63121 0 0 0 100015 195 0 0 20 0 1 0 279344584 72417280 16921 33554432000 4194304 8973514 140734381987712 140734381987208 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 17680 16921 459 1167 0 16461 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 70720

[startup+1062.3 s]
/proc/loadavg: 2.04 2.06 2.02 3/178 14637
/proc/meminfo: memFree=28743388/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=78912 CPUtime=1062.08 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 67473 0 0 0 106004 204 0 0 20 0 1 0 279344584 80805888 18969 33554432000 4194304 8973514 140734381987712 140734381985664 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 19728 18969 459 1167 0 18509 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 78912

[startup+1122.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/177 14637
/proc/meminfo: memFree=28747880/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=59456 CPUtime=1122.07 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 70035 0 0 0 111993 214 0 0 20 0 1 0 279344584 60882944 14105 33554432000 4194304 8973514 140734381987712 140734381987208 6572052 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 14864 14105 459 1167 0 13645 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 59456

[startup+1182.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/177 14638
/proc/meminfo: memFree=28726168/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=83008 CPUtime=1182.07 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 80275 0 0 0 117982 225 0 0 20 0 1 0 279344584 85000192 19993 33554432000 4194304 8973514 140734381987712 140734381987208 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 20752 19993 459 1167 0 19533 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 83008

[startup+1242.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/177 14638
/proc/meminfo: memFree=28706292/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=91200 CPUtime=1242.04 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 87203 0 0 0 123965 239 0 0 20 0 1 0 279344584 93388800 22041 33554432000 4194304 8973514 140734381987712 140734381987208 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 22800 22041 459 1167 0 21581 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 91200

[startup+1302.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 14638
/proc/meminfo: memFree=28719940/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=78912 CPUtime=1302.03 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 88995 0 0 0 129954 249 0 0 20 0 1 0 279344584 80805888 18969 33554432000 4194304 8973514 140734381987712 140734381987208 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 19728 18969 459 1167 0 18509 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 78912

[startup+1362.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 14638
/proc/meminfo: memFree=28721864/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=74816 CPUtime=1362.02 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 93347 0 0 0 135941 261 0 0 20 0 1 0 279344584 76611584 17945 33554432000 4194304 8973514 140734381987712 140734381987208 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 18704 17945 459 1167 0 17485 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 74816

[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14638
/proc/meminfo: memFree=28714504/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=71744 CPUtime=1422.01 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 95147 0 0 0 141929 272 0 0 20 0 1 0 279344584 73465856 17177 33554432000 4194304 8973514 140734381987712 140734381985664 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 17936 17177 459 1167 0 16717 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 71744

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14639
/proc/meminfo: memFree=28699524/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=87104 CPUtime=1482 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 100523 0 0 0 147917 283 0 0 20 0 1 0 279344584 89194496 21017 33554432000 4194304 8973514 140734381987712 140734381987208 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 21776 21017 459 1167 0 20557 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 87104

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14639
/proc/meminfo: memFree=28706972/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=88128 CPUtime=1541.99 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 104363 0 0 0 153907 292 0 0 20 0 1 0 279344584 90243072 21273 33554432000 4194304 8973514 140734381987712 140734381986976 4209200 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 22032 21273 459 1167 0 20813 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 88128

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 14639
/proc/meminfo: memFree=28718208/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=78912 CPUtime=1601.97 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 107181 0 0 0 159895 302 0 0 20 0 1 0 279344584 80805888 18969 33554432000 4194304 8973514 140734381987712 140734381987208 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 19728 18969 459 1167 0 18509 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 78912

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/178 14642
/proc/meminfo: memFree=28696328/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=84032 CPUtime=1661.94 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 111816 0 0 0 165881 313 0 0 20 0 1 0 279344584 86048768 20249 33554432000 4194304 8973514 140734381987712 140734381987208 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 21008 20249 459 1167 0 19789 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 84032

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 14642
/proc/meminfo: memFree=28723928/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=70720 CPUtime=1721.94 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 114888 0 0 0 171870 324 0 0 20 0 1 0 279344584 72417280 16921 33554432000 4194304 8973514 140734381987712 140734381985664 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 17680 16921 459 1167 0 16461 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 70720

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14643
/proc/meminfo: memFree=28688672/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=87104 CPUtime=1781.92 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 119752 0 0 0 177857 335 0 0 20 0 1 0 279344584 89194496 21017 33554432000 4194304 8973514 140734381987712 140734381987208 4213575 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 21776 21017 459 1167 0 20557 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 87104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14643
/proc/meminfo: memFree=28684564/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=83008 CPUtime=1800.03 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 121288 0 0 0 179665 338 0 0 20 0 1 0 279344584 85000192 19993 33554432000 4194304 8973514 140734381987712 140734381987208 6571896 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 20752 19993 459 1167 0 19533 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 83008

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

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14643
/proc/meminfo: memFree=28684564/32873648 swapFree=7372/7372
[pid=14549] ppid=14547 vsize=83008 CPUtime=1800.03 cores=1,3,5,7
/proc/14549/stat : 14549 (toysat) R 14547 14549 12124 0 -1 4202496 121288 0 0 0 179665 338 0 0 20 0 1 0 279344584 85000192 19993 33554432000 4194304 8973514 140734381987712 140734381987208 6571896 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14549/statm: 20752 19993 459 1167 0 19533 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 83008

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1796.65
CPU system time (s): 3.38848
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 101440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.65
system time used= 3.38848
maximum resident set size= 98404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121288
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= 106
involuntary context switches= 1945

runsolver used 3.19951 second user time and 9.46456 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 17:23:06
IDJOB=3707275
IDBENCH=48154
IDSOLVER=2285
FILE ID=node122/3707275-1338132186
RUNJOBID= node122-1338119311-12141
PBS_JOBID= 14624476
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_3.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3707275-1338132186/watcher-3707275-1338132186 -o /tmp/evaluation-result-3707275-1338132186/solver-3707275-1338132186 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3707275-1338132186.opb

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

MD5SUM BENCH= cdb29f44159b0b72729019e0c0db0b8a
RANDOM SEED=285552592

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.533
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:        28533804 kB
Buffers:          306784 kB
Cached:          2895980 kB
SwapCached:            0 kB
Active:          1524264 kB
Inactive:        2013512 kB
Active(anon):     326120 kB
Inactive(anon):    11052 kB
Active(file):    1198144 kB
Inactive(file):  2002460 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7396 kB
Writeback:             0 kB
AnonPages:        341412 kB
Mapped:            15580 kB
Shmem:               200 kB
Slab:             660200 kB
SReclaimable:     104436 kB
SUnreclaim:       555764 kB
KernelStack:        1480 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     448952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 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= 71684 MiB
End job on node122 at 2012-05-27 17:53:08