Trace number 3707277

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_5.opb
MD5SUM65a3c38bd8963c911b96c745ee468cb1
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.08083
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 constraint40
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)3062
Sum of products size (including duplicates)6124
Number of different products3062
Sum of products size6124

Solver Data

0.00/0.06	c 2012-05-27T17:26:51+0200
0.00/0.06	c arch = x86_64
0.00/0.06	c os = linux
0.00/0.06	c compiler = ghc 7.4
0.00/0.06	c packages:
0.00/0.06	c   OptDir-0.0.1
0.00/0.06	c   array-0.4.0.0
0.00/0.06	c   base-4.5.0.0
0.00/0.06	c   bytestring-0.9.2.1
0.00/0.06	c   containers-0.4.2.1
0.00/0.06	c   deepseq-1.3.0.0
0.00/0.06	c   mtl-2.1.1
0.00/0.06	c   old_locale-1.0.0.4
0.00/0.06	c   parse_dimacs-1.2
0.00/0.06	c   parsec-3.1.2
0.00/0.06	c   queue-0.1.2
0.00/0.06	c   stm-2.3
0.00/0.06	c   time-1.4
0.00/0.06	c command line = ["--pb","HOME/instance-3707277-1338132411.opb"]
0.00/0.06	c #vars 100
0.00/0.06	c #constraints 100
0.00/0.06	c Solving starts ...
0.05/0.07	c solving time = 0.005s
0.05/0.07	c #decision = 93
0.05/0.07	c #conflict = 0
0.05/0.07	c #restart = 0
0.05/0.07	o 7
0.05/0.07	c Solving starts ...
0.05/0.07	c solving time = 0.007s
0.05/0.07	c #decision = 188
0.05/0.07	c #conflict = 6
0.05/0.07	c #restart = 0
0.05/0.07	o 6
0.05/0.07	c Solving starts ...
20.27/20.39	c learnt constraints deletion: 10060 -> 5031
32.37/32.49	c learnt constraints deletion: 11184 -> 5592
46.26/46.30	c learnt constraints deletion: 12250 -> 6127
63.06/63.13	c learnt constraints deletion: 14452 -> 7226
76.56/76.60	c learnt constraints deletion: 13411 -> 6708
93.76/93.90	c learnt constraints deletion: 15457 -> 7729
108.15/108.27	c learnt constraints deletion: 14886 -> 7445
126.36/126.43	c learnt constraints deletion: 16643 -> 8322
143.85/143.94	c learnt constraints deletion: 16348 -> 8175
161.45/161.57	c learnt constraints deletion: 17085 -> 8547
180.14/180.28	c learnt constraints deletion: 18171 -> 9092
198.04/198.12	c learnt constraints deletion: 17727 -> 8864
218.43/218.55	c learnt constraints deletion: 18592 -> 9299
236.33/236.42	c learnt constraints deletion: 18001 -> 9007
255.42/255.53	c learnt constraints deletion: 18658 -> 9339
274.62/274.71	c learnt constraints deletion: 19602 -> 9801
295.31/295.43	c learnt constraints deletion: 19853 -> 9929
316.31/316.43	c learnt constraints deletion: 19831 -> 9920
336.91/337.05	c learnt constraints deletion: 19825 -> 9921
356.90/357.09	c learnt constraints deletion: 20220 -> 10122
376.30/376.42	c learnt constraints deletion: 20157 -> 10095
395.80/395.97	c learnt constraints deletion: 21299 -> 10650
416.89/417.08	c learnt constraints deletion: 21644 -> 10833
437.29/437.46	c learnt constraints deletion: 21992 -> 11012
457.08/457.21	c learnt constraints deletion: 22511 -> 11279
478.78/478.98	c learnt constraints deletion: 21966 -> 10983
500.98/501.16	c learnt constraints deletion: 21403 -> 10704
524.87/525.01	c learnt constraints deletion: 21934 -> 10973
546.77/546.94	c learnt constraints deletion: 21745 -> 10883
567.86/568.06	c learnt constraints deletion: 22132 -> 11082
590.36/590.55	c learnt constraints deletion: 24777 -> 12414
613.25/613.42	c learnt constraints deletion: 23646 -> 11823
640.64/640.87	c learnt constraints deletion: 24053 -> 12030
666.54/666.72	c learnt constraints deletion: 24493 -> 12254
692.03/692.24	c learnt constraints deletion: 24387 -> 12207
714.54/714.73	c learnt constraints deletion: 24201 -> 12121
734.43/734.64	c learnt constraints deletion: 23912 -> 11956
761.82/762.01	c learnt constraints deletion: 23873 -> 11937
788.12/788.34	c learnt constraints deletion: 23889 -> 11950
813.41/813.61	c learnt constraints deletion: 24384 -> 12203
836.71/836.91	c learnt constraints deletion: 24330 -> 12184
857.61/857.87	c learnt constraints deletion: 23860 -> 11930
890.50/890.76	c learnt constraints deletion: 26818 -> 13411
918.60/918.89	c learnt constraints deletion: 26403 -> 13209
945.19/945.46	c learnt constraints deletion: 26329 -> 13179
967.69/968.00	c learnt constraints deletion: 27061 -> 13554
994.58/994.80	c learnt constraints deletion: 26525 -> 13263
1024.28/1024.56	c learnt constraints deletion: 26484 -> 13245
1052.16/1052.45	c learnt constraints deletion: 26107 -> 13061
1078.77/1079.03	c learnt constraints deletion: 26621 -> 13324
1103.36/1103.61	c learnt constraints deletion: 26780 -> 13411
1127.66/1127.96	c learnt constraints deletion: 26058 -> 13029
1156.55/1156.88	c learnt constraints deletion: 26199 -> 13103
1185.14/1185.41	c learnt constraints deletion: 26598 -> 13307
1212.84/1213.11	c learnt constraints deletion: 26736 -> 13381
1238.44/1238.72	c learnt constraints deletion: 26767 -> 13406
1262.44/1262.79	c learnt constraints deletion: 25748 -> 12874
1291.22/1291.51	c learnt constraints deletion: 26220 -> 13111
1320.22/1320.56	c learnt constraints deletion: 26665 -> 13339
1353.01/1353.39	c learnt constraints deletion: 28922 -> 14461
1386.90/1387.23	c learnt constraints deletion: 28922 -> 14463
1418.80/1419.11	c learnt constraints deletion: 28473 -> 14244
1448.99/1449.37	c learnt constraints deletion: 29165 -> 14597
1475.38/1475.76	c learnt constraints deletion: 29388 -> 14717
1502.48/1502.83	c learnt constraints deletion: 28898 -> 14449
1534.77/1535.13	c learnt constraints deletion: 28908 -> 14456
1564.77/1565.17	c learnt constraints deletion: 28543 -> 14279
1593.76/1594.15	c learnt constraints deletion: 29069 -> 14549
1619.75/1620.17	c learnt constraints deletion: 29545 -> 14797
1651.55/1651.91	c learnt constraints deletion: 28923 -> 14462
1682.24/1682.68	c learnt constraints deletion: 28613 -> 14311
1713.23/1713.62	c learnt constraints deletion: 28952 -> 14486
1741.42/1741.81	c learnt constraints deletion: 29350 -> 14693
1766.62/1767.00	c learnt constraints deletion: 28364 -> 14182
1799.12/1799.54	c learnt constraints deletion: 28993 -> 14499

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-3707277-1338132411/watcher-3707277-1338132411 -o /tmp/evaluation-result-3707277-1338132411/solver-3707277-1338132411 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3707277-1338132411.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 22249
/proc/meminfo: memFree=27183176/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=6208 CPUtime=0 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 775 0 0 0 0 0 0 0 20 0 1 0 279369649 6356992 695 33554432000 4194304 8973514 140736429391920 140734127108248 7841851 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22249/statm: 1552 697 416 1167 0 333 0

[startup+0.0659951 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 22249
/proc/meminfo: memFree=27183176/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=14400 CPUtime=0.05 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 2890 0 0 0 5 0 0 0 20 0 1 0 279369649 14745600 2810 33554432000 4194304 8973514 140736429391920 140734127108248 4427820 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22249/statm: 3600 2810 440 1167 0 2381 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14400

[startup+0.100246 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 22249
/proc/meminfo: memFree=27183176/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=14400 CPUtime=0.08 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 2909 0 0 0 8 0 0 0 20 0 1 0 279369649 14745600 2829 33554432000 4194304 8973514 140736429391920 140734127108248 4362792 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22249/statm: 3600 2829 457 1167 0 2381 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14400

[startup+0.300218 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 22249
/proc/meminfo: memFree=27183176/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=19520 CPUtime=0.29 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 4190 0 0 0 28 1 0 0 20 0 1 0 279369649 19988480 4110 33554432000 4194304 8973514 140736429391920 140736429391416 4204359 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22249/statm: 4880 4110 457 1167 0 3661 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19520

[startup+0.700221 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 22249
/proc/meminfo: memFree=27183176/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=19520 CPUtime=0.69 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 4192 0 0 0 68 1 0 0 20 0 1 0 279369649 19988480 4112 33554432000 4194304 8973514 140736429391920 140736429391416 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22249/statm: 4880 4112 457 1167 0 3661 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19520

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22250
/proc/meminfo: memFree=27168512/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=20544 CPUtime=1.49 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 4448 0 0 0 148 1 0 0 20 0 1 0 279369649 21037056 4368 33554432000 4194304 8973514 140736429391920 140736429391184 4204256 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/22249/statm: 5136 4368 457 1167 0 3917 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20544

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22250
/proc/meminfo: memFree=27166784/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=21568 CPUtime=3.09 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 4704 0 0 0 308 1 0 0 20 0 1 0 279369649 22085632 4624 33554432000 4194304 8973514 140736429391920 140736429391416 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 5392 4624 457 1167 0 4173 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21568

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22250
/proc/meminfo: memFree=27162816/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=26688 CPUtime=6.29 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 5984 0 0 0 627 2 0 0 20 0 1 0 279369649 27328512 5904 33554432000 4194304 8973514 140736429391920 140736429391416 4441196 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 6672 5904 457 1167 0 5453 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26688

[startup+12.7003 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 22365
/proc/meminfo: memFree=27155976/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=34880 CPUtime=12.68 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 8036 0 0 0 1264 4 0 0 20 0 1 0 279369649 35717120 7952 33554432000 4194304 8973514 140736429391920 140736429391184 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 8720 7952 457 1167 0 7501 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34880

[startup+25.5003 s]
/proc/loadavg: 1.94 1.98 1.99 3/177 22365
/proc/meminfo: memFree=27140252/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=45120 CPUtime=25.47 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 10604 0 0 0 2540 7 0 0 20 0 1 0 279369649 46202880 10514 33554432000 4194304 8973514 140736429391920 140736429391184 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 11280 10514 458 1167 0 10061 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 45120

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/176 22365
/proc/meminfo: memFree=27128836/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=53312 CPUtime=51.07 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 12654 0 0 0 5095 12 0 0 20 0 1 0 279369649 54591488 12562 33554432000 4194304 8973514 140736429391920 140736429391416 7716760 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 13328 12562 458 1167 0 12109 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 53312

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 22367
/proc/meminfo: memFree=27122924/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=57408 CPUtime=102.26 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 13936 0 0 0 10203 23 0 0 20 0 1 0 279369649 58785792 13586 33554432000 4194304 8973514 140736429391920 140736429391184 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 14352 13586 458 1167 0 13133 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 57408

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 22367
/proc/meminfo: memFree=27118648/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=66624 CPUtime=162.25 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 17522 0 0 0 16190 35 0 0 20 0 1 0 279369649 68222976 15890 33554432000 4194304 8973514 140736429391920 140736429391184 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 16656 15890 458 1167 0 15437 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 66624

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 22370
/proc/meminfo: memFree=27117884/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=66624 CPUtime=222.23 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 20596 0 0 0 22176 47 0 0 20 0 1 0 279369649 68222976 15890 33554432000 4194304 8973514 140736429391920 140736429391184 6571866 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 16656 15890 458 1167 0 15437 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 66624

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 22370
/proc/meminfo: memFree=27117316/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=62528 CPUtime=282.22 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 21882 0 0 0 28165 57 0 0 20 0 1 0 279369649 64028672 14866 33554432000 4194304 8973514 140736429391920 140736429391184 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 15632 14866 458 1167 0 14413 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 62528

[startup+342.3 s]
/proc/loadavg: 2.12 2.02 2.00 3/177 22370
/proc/meminfo: memFree=27113260/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=66624 CPUtime=342.21 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 27008 0 0 0 34152 69 0 0 20 0 1 0 279369649 68222976 15890 33554432000 4194304 8973514 140736429391920 140736429391416 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 16656 15890 458 1167 0 15437 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 66624

[startup+402.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/177 22371
/proc/meminfo: memFree=27123980/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=58432 CPUtime=402.19 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 29060 0 0 0 40137 82 0 0 20 0 1 0 279369649 59834368 13842 33554432000 4194304 8973514 140736429391920 140736429391184 6571896 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 14608 13842 458 1167 0 13389 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 58432

[startup+462.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/177 22371
/proc/meminfo: memFree=27111824/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=66624 CPUtime=462.18 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 33156 0 0 0 46125 93 0 0 20 0 1 0 279369649 68222976 15890 33554432000 4194304 8973514 140736429391920 140736429391184 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 16656 15890 458 1167 0 15437 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 66624

[startup+522.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 22371
/proc/meminfo: memFree=27105292/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=71744 CPUtime=522.17 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 36486 0 0 0 52114 103 0 0 20 0 1 0 279369649 73465856 17171 33554432000 4194304 8973514 140736429391920 140736429391416 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 17936 17171 458 1167 0 16717 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 71744

[startup+582.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 22371
/proc/meminfo: memFree=27113520/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=66624 CPUtime=582.15 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 39565 0 0 0 58101 114 0 0 20 0 1 0 279369649 68222976 15891 33554432000 4194304 8973514 140736429391920 140736429389888 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 16656 15891 458 1167 0 15437 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 66624

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 22375
/proc/meminfo: memFree=27104648/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=70720 CPUtime=822.11 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 54420 0 0 0 82051 160 0 0 20 0 1 0 279369649 72417280 16915 33554432000 4194304 8973514 140736429391920 140736429391240 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 17680 16915 458 1167 0 16461 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 70720

[startup+882.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 22375
/proc/meminfo: memFree=27104576/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=72768 CPUtime=882.1 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 56213 0 0 0 88038 172 0 0 20 0 1 0 279369649 74514432 17427 33554432000 4194304 8973514 140736429391920 140736429391184 4209212 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 18192 17427 458 1167 0 16973 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 72768

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22375
/proc/meminfo: memFree=27096272/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=76864 CPUtime=942.09 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 60821 0 0 0 94026 183 0 0 20 0 1 0 279369649 78708736 18451 33554432000 4194304 8973514 140736429391920 140736429391416 4209216 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 19216 18451 458 1167 0 17997 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 76864

[startup+1002.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 22376
/proc/meminfo: memFree=27102508/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=73792 CPUtime=1002.08 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 64920 0 0 0 100011 197 0 0 20 0 1 0 279369649 75563008 17683 33554432000 4194304 8973514 140736429391920 140736429391416 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 18448 17683 458 1167 0 17229 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 73792

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 22376
/proc/meminfo: memFree=27096660/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=78912 CPUtime=1062.07 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 71325 0 0 0 106001 206 0 0 20 0 1 0 279369649 80805888 18963 33554432000 4194304 8973514 140736429391920 140736429391416 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 19728 18963 458 1167 0 18509 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 78912

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 22376
/proc/meminfo: memFree=27099752/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=70720 CPUtime=1122.05 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 73629 0 0 0 111987 218 0 0 20 0 1 0 279369649 72417280 16915 33554432000 4194304 8973514 140736429391920 140736429391416 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 17680 16915 458 1167 0 16461 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 70720

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22376
/proc/meminfo: memFree=27082420/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=93248 CPUtime=1182.05 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 80033 0 0 0 117974 231 0 0 20 0 1 0 279369649 95485952 22547 33554432000 4194304 8973514 140736429391920 140736429391416 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 23312 22547 458 1167 0 22093 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 93248

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22376
/proc/meminfo: memFree=27079872/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=95296 CPUtime=1242.04 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 86177 0 0 0 123960 244 0 0 20 0 1 0 279369649 97583104 23059 33554432000 4194304 8973514 140736429391920 140736429391416 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 23824 23059 458 1167 0 22605 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 95296

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22377
/proc/meminfo: memFree=27084428/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=86080 CPUtime=1302.02 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 87972 0 0 0 129946 256 0 0 20 0 1 0 279369649 88145920 20755 33554432000 4194304 8973514 140736429391920 140736429391416 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 21520 20755 458 1167 0 20301 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 86080

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22377
/proc/meminfo: memFree=27088016/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=83008 CPUtime=1362.01 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 91563 0 0 0 135932 269 0 0 20 0 1 0 279369649 85000192 19987 33554432000 4194304 8973514 140736429391920 140736429391416 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 20752 19987 458 1167 0 19533 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 83008

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22380
/proc/meminfo: memFree=27083352/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=83008 CPUtime=1422 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 95403 0 0 0 141920 280 0 0 20 0 1 0 279369649 85000192 19987 33554432000 4194304 8973514 140736429391920 140736429391184 4205032 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 20752 19987 458 1167 0 19533 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 83008

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 22380
/proc/meminfo: memFree=27100072/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=74816 CPUtime=1481.97 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 97974 0 0 0 147906 291 0 0 20 0 1 0 279369649 76611584 17939 33554432000 4194304 8973514 140736429391920 140736429391184 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 18704 17939 458 1167 0 17485 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 74816

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22380
/proc/meminfo: memFree=27087808/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=83008 CPUtime=1541.97 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 103350 0 0 0 153895 302 0 0 20 0 1 0 279369649 85000192 19987 33554432000 4194304 8973514 140736429391920 140736429389888 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 20752 19987 458 1167 0 19533 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 83008

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22381
/proc/meminfo: memFree=27092236/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=78912 CPUtime=1601.95 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 107702 0 0 0 159882 313 0 0 20 0 1 0 279369649 80805888 18963 33554432000 4194304 8973514 140736429391920 140736429391416 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 19728 18963 458 1167 0 18509 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 78912

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22381
/proc/meminfo: memFree=27089744/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=81984 CPUtime=1661.94 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 112828 0 0 0 165869 325 0 0 20 0 1 0 279369649 83951616 19731 33554432000 4194304 8973514 140736429391920 140736429391184 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 20496 19731 458 1167 0 19277 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 81984

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22381
/proc/meminfo: memFree=27081752/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=83008 CPUtime=1721.94 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 118972 0 0 0 171857 337 0 0 20 0 1 0 279369649 85000192 19987 33554432000 4194304 8973514 140736429391920 140736429391184 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 20752 19987 458 1167 0 19533 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 83008

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22381
/proc/meminfo: memFree=27098696/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=74816 CPUtime=1781.92 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 120002 0 0 0 177845 347 0 0 20 0 1 0 279369649 76611584 17939 33554432000 4194304 8973514 140736429391920 140736429391184 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 18704 17939 458 1167 0 17485 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 74816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22381
/proc/meminfo: memFree=27082956/32873844 swapFree=6088/6088
[pid=22249] ppid=22247 vsize=89152 CPUtime=1800.02 cores=0,2,4,6
/proc/22249/stat : 22249 (toysat) R 22247 22249 21557 0 -1 4202496 123586 0 0 0 179652 350 0 0 20 0 1 0 279369649 91291648 21523 33554432000 4194304 8973514 140736429391920 140736429391184 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/22249/statm: 22288 21523 458 1167 0 21069 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 89152

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.03
CPU user time (s): 1796.53
CPU system time (s): 3.50647
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 101440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.53
system time used= 3.50647
maximum resident set size= 98380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123586
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= 98
involuntary context switches= 2152

runsolver used 3.23951 second user time and 8.87565 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-27 17:26:51
IDJOB=3707277
IDBENCH=48159
IDSOLVER=2285
FILE ID=node108/3707277-1338132411
RUNJOBID= node108-1338123392-21573
PBS_JOBID= 14624499
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= 65a3c38bd8963c911b96c745ee468cb1
RANDOM SEED=1470717002

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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.273
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.273
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.55
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.273
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.90
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.273
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:        27183888 kB
Buffers:          306508 kB
Cached:          4557176 kB
SwapCached:            0 kB
Active:           665968 kB
Inactive:        4231236 kB
Active(anon):      32580 kB
Inactive(anon):        0 kB
Active(file):     633388 kB
Inactive(file):  4231236 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7428 kB
Writeback:             0 kB
AnonPages:         35892 kB
Mapped:            16128 kB
Shmem:               200 kB
Slab:             655652 kB
SReclaimable:      97880 kB
SUnreclaim:       557772 kB
KernelStack:        1456 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     141256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 71712 MiB
End job on node108 at 2012-05-27 17:56:53