Trace number 3725378

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2012-06-01? (TO) 1800.01 1800.31

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_024_area_delay.opb
MD5SUM58f3055ef9bb388e237f57f2627386e0
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark1.39579
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24
Optimality of the best value was proved YES
Number of variables3392
Total number of constraints9001
Number of constraints which are clauses9001
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint63
Number of terms in the objective function 1642
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 1642
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1642
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.39/0.46	c 2012-06-02T13:36:52+0200
0.39/0.46	c arch = x86_64
0.39/0.46	c os = linux
0.39/0.46	c compiler = ghc 7.4
0.39/0.46	c packages:
0.39/0.46	c   OptDir-0.0.1
0.39/0.46	c   array-0.4.0.0
0.39/0.46	c   base-4.5.0.0
0.39/0.46	c   bytestring-0.9.2.1
0.39/0.46	c   containers-0.4.2.1
0.39/0.46	c   deepseq-1.3.0.0
0.39/0.46	c   mtl-2.1.1
0.39/0.46	c   old_locale-1.0.0.4
0.39/0.46	c   parse_dimacs-1.2
0.39/0.46	c   parsec-3.1.2
0.39/0.46	c   queue-0.1.2
0.39/0.46	c   stm-2.3
0.39/0.46	c   time-1.4
0.39/0.46	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725378-1338637012.opb"]
0.39/0.46	c #vars 3392
0.39/0.46	c #constraints 9001
0.39/0.46	c Solving starts ...
0.39/0.47	c solving time = 0.011s
0.39/0.47	c #decision = 2249
0.39/0.47	c #conflict = 11
0.39/0.47	c #restart = 0
0.39/0.47	o 40
0.39/0.47	c Solving starts ...
0.39/0.49	c solving time = 0.013s
0.39/0.49	c #decision = 3642
0.39/0.49	c #conflict = 11
0.39/0.49	c #restart = 0
0.39/0.49	o 39
0.39/0.49	c Solving starts ...
0.48/0.50	c solving time = 0.008s
0.48/0.50	c #decision = 5392
0.48/0.50	c #conflict = 14
0.48/0.50	c #restart = 0
0.48/0.50	o 38
0.48/0.50	c Solving starts ...
26.48/26.57	c learnt constraints deletion: 10230 -> 5115
41.67/41.75	c learnt constraints deletion: 11209 -> 5605
58.57/58.62	c learnt constraints deletion: 12049 -> 6025
80.17/80.24	c learnt constraints deletion: 13552 -> 6776
96.96/97.01	c learnt constraints deletion: 13402 -> 6701
116.16/116.23	c learnt constraints deletion: 14758 -> 7379
132.76/132.89	c learnt constraints deletion: 14879 -> 7442
150.35/150.49	c learnt constraints deletion: 16255 -> 8134
170.55/170.66	c learnt constraints deletion: 15997 -> 8000
188.55/188.68	c learnt constraints deletion: 15994 -> 7998
208.14/208.25	c learnt constraints deletion: 16202 -> 8103
229.14/229.27	c learnt constraints deletion: 17986 -> 8993
248.74/248.88	c learnt constraints deletion: 17877 -> 8941
267.73/267.86	c learnt constraints deletion: 17987 -> 9001
286.03/286.18	c learnt constraints deletion: 17750 -> 8875
308.03/308.16	c learnt constraints deletion: 19404 -> 9702
329.33/329.40	c learnt constraints deletion: 19345 -> 9674
351.02/351.14	c learnt constraints deletion: 19252 -> 9628
374.81/374.97	c learnt constraints deletion: 19384 -> 9693
402.02/402.11	c learnt constraints deletion: 19602 -> 9801
426.31/426.47	c learnt constraints deletion: 19723 -> 9865
447.80/447.98	c learnt constraints deletion: 19653 -> 9832
472.10/472.23	c learnt constraints deletion: 21656 -> 10828
493.30/493.46	c learnt constraints deletion: 21222 -> 10611
518.19/518.38	c learnt constraints deletion: 21236 -> 10620
539.49/539.62	c learnt constraints deletion: 21529 -> 10768
563.69/563.80	c learnt constraints deletion: 21540 -> 10770
588.69/588.81	c learnt constraints deletion: 21296 -> 10649
609.77/609.99	c learnt constraints deletion: 21559 -> 10782
630.18/630.32	c learnt constraints deletion: 21598 -> 10803
651.77/651.99	c learnt constraints deletion: 21677 -> 10840
678.58/678.75	c learnt constraints deletion: 23332 -> 11666
706.46/706.66	c learnt constraints deletion: 23199 -> 11600
735.96/736.15	c learnt constraints deletion: 23557 -> 11782
761.75/761.91	c learnt constraints deletion: 23398 -> 11700
787.65/787.82	c learnt constraints deletion: 23493 -> 11749
813.75/813.96	c learnt constraints deletion: 23278 -> 11642
845.84/846.03	c learnt constraints deletion: 23436 -> 11722
875.64/875.80	c learnt constraints deletion: 23753 -> 11883
897.73/897.99	c learnt constraints deletion: 23647 -> 11825
927.14/927.35	c learnt constraints deletion: 23574 -> 11791
953.72/953.93	c learnt constraints deletion: 23554 -> 11779
976.72/976.95	c learnt constraints deletion: 23765 -> 11886
1006.61/1006.89	c learnt constraints deletion: 25667 -> 12834
1035.81/1036.00	c learnt constraints deletion: 25790 -> 12895
1065.91/1066.10	c learnt constraints deletion: 25823 -> 12912
1092.41/1092.69	c learnt constraints deletion: 25705 -> 12854
1124.30/1124.57	c learnt constraints deletion: 26008 -> 13007
1154.60/1154.80	c learnt constraints deletion: 25917 -> 12965
1184.59/1184.85	c learnt constraints deletion: 25728 -> 12866
1217.19/1217.44	c learnt constraints deletion: 25550 -> 12778
1251.08/1251.32	c learnt constraints deletion: 25566 -> 12789
1283.38/1283.63	c learnt constraints deletion: 25728 -> 12867
1312.77/1313.07	c learnt constraints deletion: 25761 -> 12891
1342.27/1342.53	c learnt constraints deletion: 25707 -> 12868
1370.16/1370.48	c learnt constraints deletion: 26066 -> 13047
1400.36/1400.62	c learnt constraints deletion: 25880 -> 12944
1428.15/1428.42	c learnt constraints deletion: 25795 -> 12901
1460.25/1460.52	c learnt constraints deletion: 25609 -> 12809
1489.64/1489.92	c learnt constraints deletion: 26036 -> 13022
1522.14/1522.47	c learnt constraints deletion: 28429 -> 14227
1553.63/1553.99	c learnt constraints deletion: 28481 -> 14241
1582.12/1582.44	c learnt constraints deletion: 28367 -> 14187
1612.23/1612.57	c learnt constraints deletion: 28424 -> 14215
1648.11/1648.44	c learnt constraints deletion: 28472 -> 14241
1677.91/1678.26	c learnt constraints deletion: 28533 -> 14274
1706.10/1706.46	c learnt constraints deletion: 28573 -> 14289
1743.21/1743.53	c learnt constraints deletion: 28138 -> 14069
1780.60/1780.93	c learnt constraints deletion: 28437 -> 14220

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.98 3/176 25694
/proc/meminfo: memFree=27951044/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 818 0 0 0 0 0 0 0 20 0 1 0 329827064 6373376 738 33554432000 4194304 8989770 140736306978000 140733772204424 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 1556 738 424 1171 0 333 0

[startup+0.013997 s]
/proc/loadavg: 1.92 1.98 1.98 3/176 25694
/proc/meminfo: memFree=27951044/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=8272 CPUtime=0.01 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 1107 0 0 0 1 0 0 0 20 0 1 0 329827064 8470528 1027 33554432000 4194304 8989770 140736306978000 140733772204424 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 2068 1027 429 1171 0 845 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8272

[startup+0.100205 s]
/proc/loadavg: 1.92 1.98 1.98 3/176 25694
/proc/meminfo: memFree=27951044/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=12368 CPUtime=0.09 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 2370 0 0 0 9 0 0 0 20 0 1 0 329827064 12664832 2290 33554432000 4194304 8989770 140736306978000 140736306977496 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 3092 2290 431 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.300231 s]
/proc/loadavg: 1.92 1.98 1.98 3/176 25694
/proc/meminfo: memFree=27951044/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=17488 CPUtime=0.29 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 3524 0 0 0 29 0 0 0 20 0 1 0 329827064 17907712 3444 33554432000 4194304 8989770 140736306978000 140736306977496 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 4372 3444 444 1171 0 3149 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17488

[startup+0.700249 s]
/proc/loadavg: 1.92 1.98 1.98 3/176 25694
/proc/meminfo: memFree=27951044/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=20560 CPUtime=0.68 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 4248 0 0 0 68 0 0 0 20 0 1 0 329827064 21053440 4168 33554432000 4194304 8989770 140736306978000 140736306977496 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 5140 4172 471 1171 0 3917 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 20560

[startup+1.50025 s]
/proc/loadavg: 1.92 1.98 1.98 3/177 25695
/proc/meminfo: memFree=27935876/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=20560 CPUtime=1.48 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 4464 0 0 0 148 0 0 0 20 0 1 0 329827064 21053440 4384 33554432000 4194304 8989770 140736306978000 140736306977496 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 5140 4384 471 1171 0 3917 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20560

[startup+3.10025 s]
/proc/loadavg: 1.92 1.98 1.98 3/177 25695
/proc/meminfo: memFree=27935380/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=22608 CPUtime=3.08 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 4976 0 0 0 307 1 0 0 20 0 1 0 329827064 23150592 4896 33554432000 4194304 8989770 140736306978000 140736306977496 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 5652 4896 471 1171 0 4429 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22608

[startup+6.3003 s]
/proc/loadavg: 1.93 1.98 1.98 3/177 25695
/proc/meminfo: memFree=27932236/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=24656 CPUtime=6.29 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 5488 0 0 0 627 2 0 0 20 0 1 0 329827064 25247744 5408 33554432000 4194304 8989770 140736306978000 140736306977496 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 6164 5408 471 1171 0 4941 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24656

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.98 3/177 25695
/proc/meminfo: memFree=27925992/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=29776 CPUtime=12.68 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 6774 0 0 0 1264 4 0 0 20 0 1 0 329827064 30490624 6693 33554432000 4194304 8989770 140736306978000 140736306977496 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 7444 6693 471 1171 0 6221 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29776

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.98 3/177 25695
/proc/meminfo: memFree=27914772/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=41040 CPUtime=25.47 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 9594 0 0 0 2540 7 0 0 20 0 1 0 329827064 42024960 9509 33554432000 4194304 8989770 140736306978000 140736306977496 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 10260 9509 471 1171 0 9037 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 41040

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.98 3/177 25695
/proc/meminfo: memFree=27906520/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=49232 CPUtime=51.07 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 11647 0 0 0 5093 14 0 0 20 0 1 0 329827064 50413568 11559 33554432000 4194304 8989770 140736306978000 140736306977496 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 12308 11559 473 1171 0 11085 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 49232

[startup+102.307 s]
/proc/loadavg: 2.06 2.00 1.99 3/177 25695
/proc/meminfo: memFree=27902108/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=53328 CPUtime=102.27 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 12674 0 0 0 10200 27 0 0 20 0 1 0 329827064 54607872 12583 33554432000 4194304 8989770 140736306978000 140736306977496 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 13332 12583 473 1171 0 12109 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 53328

[startup+162.3 s]
/proc/loadavg: 1.98 1.98 1.98 3/176 25734
/proc/meminfo: memFree=27844376/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=63568 CPUtime=162.25 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 15235 0 0 0 16183 42 0 0 20 0 1 0 329827064 65093632 15143 33554432000 4194304 8989770 140736306978000 140736306977264 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 15892 15143 473 1171 0 14669 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 63568

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/178 25738
/proc/meminfo: memFree=27821312/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=67664 CPUtime=222.24 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 16515 0 0 0 22166 58 0 0 20 0 1 0 329827064 69287936 16167 33554432000 4194304 8989770 140736306978000 140736306977496 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 16916 16167 473 1171 0 15693 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 67664

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/177 25738
/proc/meminfo: memFree=27793720/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=74832 CPUtime=282.23 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 18307 0 0 0 28149 74 0 0 20 0 1 0 329827064 76627968 17959 33554432000 4194304 8989770 140736306978000 140736306977264 7953280 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 18708 17959 473 1171 0 17485 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 74832

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/177 25738
/proc/meminfo: memFree=27771524/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=74832 CPUtime=342.22 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 18819 0 0 0 34134 88 0 0 20 0 1 0 329827064 76627968 17959 33554432000 4194304 8989770 140736306978000 140736306977264 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 18708 17959 473 1171 0 17485 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 74832

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/177 25738
/proc/meminfo: memFree=27771772/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=74832 CPUtime=402.21 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 21638 0 0 0 40116 105 0 0 20 0 1 0 329827064 76627968 17959 33554432000 4194304 8989770 140736306978000 140736306977264 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 18708 17959 473 1171 0 17485 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 74832

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/177 25738
/proc/meminfo: memFree=27764320/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=83024 CPUtime=462.2 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 23687 0 0 0 46099 121 0 0 20 0 1 0 329827064 85016576 20007 33554432000 4194304 8989770 140736306978000 140736306977264 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 20756 20007 473 1171 0 19533 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 83024

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/177 25739
/proc/meminfo: memFree=27751108/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=88144 CPUtime=522.19 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 24967 0 0 0 52082 137 0 0 20 0 1 0 329827064 90259456 21287 33554432000 4194304 8989770 140736306978000 140736306977496 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 22036 21287 473 1171 0 20813 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 88144

[startup+582.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/177 25739
/proc/meminfo: memFree=27748628/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=87120 CPUtime=582.18 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 24967 0 0 0 58066 152 0 0 20 0 1 0 329827064 89210880 21031 33554432000 4194304 8989770 140736306978000 140736306977264 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 21780 21031 473 1171 0 20557 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 87120

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 25743
/proc/meminfo: memFree=27711416/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=78928 CPUtime=882.14 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 32906 0 0 0 87983 231 0 0 20 0 1 0 329827064 80822272 18983 33554432000 4194304 8989770 140736306978000 140736306977264 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 19732 18983 473 1171 0 18509 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 78928

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25743
/proc/meminfo: memFree=27703160/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=92240 CPUtime=942.12 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 36234 0 0 0 93964 248 0 0 20 0 1 0 329827064 94453760 22311 33554432000 4194304 8989770 140736306978000 140736306977496 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 23060 22311 473 1171 0 21837 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 92240

[startup+1002.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 25743
/proc/meminfo: memFree=27696972/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=98384 CPUtime=1002.12 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 41098 0 0 0 99949 263 0 0 20 0 1 0 329827064 100745216 23847 33554432000 4194304 8989770 140736306978000 140736306977264 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 24596 23847 473 1171 0 23373 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 98384

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25743
/proc/meminfo: memFree=27696816/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=99408 CPUtime=1062.1 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 42634 0 0 0 105932 278 0 0 20 0 1 0 329827064 101793792 24103 33554432000 4194304 8989770 140736306978000 140736306977264 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 24852 24103 473 1171 0 23629 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 99408

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25744
/proc/meminfo: memFree=27699612/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=95312 CPUtime=1122.1 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 43402 0 0 0 111915 295 0 0 20 0 1 0 329827064 97599488 23079 33554432000 4194304 8989770 140736306978000 140736306977496 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 23828 23079 473 1171 0 22605 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 95312

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25744
/proc/meminfo: memFree=27707804/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=91216 CPUtime=1182.09 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 43402 0 0 0 117897 312 0 0 20 0 1 0 329827064 93405184 22055 33554432000 4194304 8989770 140736306978000 140736306977496 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 22804 22055 473 1171 0 21581 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 91216

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 25744
/proc/meminfo: memFree=27707860/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=92240 CPUtime=1242.08 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 43658 0 0 0 123882 326 0 0 20 0 1 0 329827064 94453760 22311 33554432000 4194304 8989770 140736306978000 140736306977496 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 23060 22311 473 1171 0 21837 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 92240

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 25744
/proc/meminfo: memFree=27701164/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=98384 CPUtime=1302.07 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 45194 0 0 0 129866 341 0 0 20 0 1 0 329827064 100745216 23847 33554432000 4194304 8989770 140736306978000 140736306977264 4437612 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 24596 23847 473 1171 0 23373 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 98384

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 25744
/proc/meminfo: memFree=27708548/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=98384 CPUtime=1362.06 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 45194 0 0 0 135850 356 0 0 20 0 1 0 329827064 100745216 23847 33554432000 4194304 8989770 140736306978000 140736306977264 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 24596 23847 473 1171 0 23373 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 98384

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25748
/proc/meminfo: memFree=27710852/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=96336 CPUtime=1422.06 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 46731 0 0 0 141833 373 0 0 20 0 1 0 329827064 98648064 23335 33554432000 4194304 8989770 140736306978000 140736306977496 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 24084 23335 473 1171 0 22861 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 96336

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25771
/proc/meminfo: memFree=27715300/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=91216 CPUtime=1482.04 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 47755 0 0 0 147816 388 0 0 20 0 1 0 329827064 93405184 22055 33554432000 4194304 8989770 140736306978000 140736306977264 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 22804 22055 473 1171 0 21581 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 91216

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25771
/proc/meminfo: memFree=27695268/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=103504 CPUtime=1542.04 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 50829 0 0 0 153801 403 0 0 20 0 1 0 329827064 105988096 25127 33554432000 4194304 8989770 140736306978000 140736306977496 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 25876 25127 473 1171 0 24653 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 103504

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25771
/proc/meminfo: memFree=27673196/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=111696 CPUtime=1602.03 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 52877 0 0 0 159785 418 0 0 20 0 1 0 329827064 114376704 27175 33554432000 4194304 8989770 140736306978000 140736306977264 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 27924 27175 473 1171 0 26701 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 111696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25771
/proc/meminfo: memFree=27656856/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=107600 CPUtime=1662.01 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 53133 0 0 0 165768 433 0 0 20 0 1 0 329827064 110182400 26151 33554432000 4194304 8989770 140736306978000 140736306977264 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 26900 26151 473 1171 0 25677 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 107600

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25772
/proc/meminfo: memFree=27657140/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=99408 CPUtime=1722.01 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 53133 0 0 0 171752 449 0 0 20 0 1 0 329827064 101793792 24103 33554432000 4194304 8989770 140736306978000 140736306977264 4208870 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 24852 24103 473 1171 0 23629 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 99408

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25772
/proc/meminfo: memFree=27677352/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=100432 CPUtime=1782 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 53389 0 0 0 177736 464 0 0 20 0 1 0 329827064 102842368 24359 33554432000 4194304 8989770 140736306978000 140736306977264 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 25108 24359 473 1171 0 23885 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 100432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25772
/proc/meminfo: memFree=27677600/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=100432 CPUtime=1800 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 53389 0 0 0 179532 468 0 0 20 0 1 0 329827064 102842368 24359 33554432000 4194304 8989770 140736306978000 140736306977496 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 25108 24359 473 1171 0 23885 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 100432

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

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25772
/proc/meminfo: memFree=27677600/32873648 swapFree=7112/7112
[pid=25694] ppid=25692 vsize=100432 CPUtime=1800 cores=1,3,5,7
/proc/25694/stat : 25694 (toysat) R 25692 25694 25232 0 -1 4202496 53389 0 0 0 179532 468 0 0 20 0 1 0 329827064 102842368 24359 33554432000 4194304 8989770 140736306978000 140736306977496 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/25694/statm: 25108 24359 473 1171 0 23885 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 100432

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.01
CPU user time (s): 1795.33
CPU system time (s): 4.68229
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 112720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.33
system time used= 4.68229
maximum resident set size= 109724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53389
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= 29
involuntary context switches= 1851

runsolver used 3.17252 second user time and 9.69153 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-02 13:36:52
IDJOB=3725378
IDBENCH=24987
IDSOLVER=2308
FILE ID=node126/3725378-1338637012
RUNJOBID= node126-1338631508-25249
PBS_JOBID= 14636454
Free space on /tmp= 70796 MiB

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

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

MD5SUM BENCH= 58f3055ef9bb388e237f57f2627386e0
RANDOM SEED=1987482118

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27951788 kB
Buffers:          389660 kB
Cached:          3657700 kB
SwapCached:         9476 kB
Active:          1427076 kB
Inactive:        2636900 kB
Active(anon):       6560 kB
Inactive(anon):    12180 kB
Active(file):    1420516 kB
Inactive(file):  2624720 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:              7804 kB
Writeback:             0 kB
AnonPages:         14856 kB
Mapped:            11448 kB
Shmem:                 0 kB
Slab:             720844 kB
SReclaimable:     165340 kB
SUnreclaim:       555504 kB
KernelStack:        1456 kB
PageTables:         4012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     129820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70788 MiB
End job on node126 at 2012-06-02 14:06:54