Trace number 3707317

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_5.opb
MD5SUMcdccc05ac387e7ee9cb8ab81f53ca6f8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-31
Best CPU time to get the best result obtained on this benchmark1797.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products3113
Sum of products size6226

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c 2012-05-27T17:39:06+0200
0.00/0.08	c arch = x86_64
0.00/0.08	c os = linux
0.00/0.08	c compiler = ghc 7.4
0.00/0.08	c packages:
0.00/0.08	c   OptDir-0.0.1
0.00/0.08	c   array-0.4.0.0
0.00/0.08	c   base-4.5.0.0
0.00/0.08	c   bytestring-0.9.2.1
0.00/0.08	c   containers-0.4.2.1
0.00/0.08	c   deepseq-1.3.0.0
0.00/0.08	c   mtl-2.1.1
0.00/0.08	c   old_locale-1.0.0.4
0.00/0.08	c   parse_dimacs-1.2
0.00/0.08	c   parsec-3.1.2
0.00/0.08	c   queue-0.1.2
0.00/0.08	c   stm-2.3
0.00/0.08	c   time-1.4
0.00/0.08	c command line = ["--pb","HOME/instance-3707317-1338133146.opb"]
0.00/0.08	c #vars 200
0.00/0.08	c #constraints 200
0.00/0.08	c Solving starts ...
0.00/0.08	c solving time = 0.003s
0.00/0.08	c #decision = 23
0.00/0.08	c #conflict = 0
0.00/0.08	c #restart = 0
0.00/0.08	o -23
0.00/0.08	c Solving starts ...
0.00/0.09	c solving time = 0.004s
0.00/0.09	c #decision = 46
0.00/0.09	c #conflict = 4
0.00/0.09	c #restart = 0
0.00/0.09	o -24
0.00/0.09	c Solving starts ...
1.99/2.01	c solving time = 1.918s
1.99/2.01	c #decision = 4268
1.99/2.01	c #conflict = 3139
1.99/2.01	c #restart = 6
1.99/2.01	o -25
1.99/2.01	c Solving starts ...
11.69/11.73	c learnt constraints deletion: 13238 -> 6619
21.28/21.33	c learnt constraints deletion: 15322 -> 7661
33.09/33.18	c learnt constraints deletion: 16528 -> 8264
42.78/42.85	c learnt constraints deletion: 16540 -> 8270
56.28/56.39	c learnt constraints deletion: 17859 -> 8930
67.68/67.73	c learnt constraints deletion: 17860 -> 8930
81.78/81.88	c learnt constraints deletion: 19315 -> 9658
97.07/97.14	c learnt constraints deletion: 19312 -> 9656
112.97/113.03	c learnt constraints deletion: 19313 -> 9657
127.57/127.65	c learnt constraints deletion: 20925 -> 10463
142.95/143.07	c learnt constraints deletion: 20927 -> 10464
157.44/157.57	c learnt constraints deletion: 20917 -> 10459
174.04/174.18	c learnt constraints deletion: 20918 -> 10459
193.13/193.26	c learnt constraints deletion: 22677 -> 11339
211.32/211.46	c learnt constraints deletion: 22681 -> 11341
231.92/232.03	c learnt constraints deletion: 22688 -> 11344
249.41/249.55	c learnt constraints deletion: 22676 -> 11338
268.72/268.81	c learnt constraints deletion: 22686 -> 11343
287.41/287.50	c learnt constraints deletion: 22676 -> 11338
306.10/306.24	c learnt constraints deletion: 24610 -> 12305
327.90/328.02	c learnt constraints deletion: 24625 -> 12313
352.20/352.37	c learnt constraints deletion: 24626 -> 12315
369.61/369.70	c learnt constraints deletion: 24622 -> 12311
390.09/390.24	c learnt constraints deletion: 24620 -> 12310
414.89/415.09	c learnt constraints deletion: 24616 -> 12308
437.38/437.57	c learnt constraints deletion: 24622 -> 12311
463.49/463.66	c learnt constraints deletion: 26755 -> 13378
485.38/485.59	c learnt constraints deletion: 26753 -> 13377
515.37/515.59	c learnt constraints deletion: 26764 -> 13384
536.98/537.13	c learnt constraints deletion: 26763 -> 13384
559.07/559.20	c learnt constraints deletion: 26753 -> 13377
586.86/587.02	c learnt constraints deletion: 26753 -> 13379
606.76/606.97	c learnt constraints deletion: 26764 -> 13382
635.96/636.15	c learnt constraints deletion: 26763 -> 13384
658.35/658.59	c learnt constraints deletion: 26749 -> 13377
678.15/678.31	c learnt constraints deletion: 26763 -> 13384
704.55/704.72	c learnt constraints deletion: 26758 -> 13384
730.35/730.58	c learnt constraints deletion: 29106 -> 14553
762.64/762.87	c learnt constraints deletion: 29100 -> 14551
784.44/784.65	c learnt constraints deletion: 29108 -> 14555
811.73/811.94	c learnt constraints deletion: 29109 -> 14557
843.21/843.46	c learnt constraints deletion: 29110 -> 14555
873.31/873.57	c learnt constraints deletion: 29104 -> 14554
893.01/893.29	c learnt constraints deletion: 29113 -> 14557
918.79/919.03	c learnt constraints deletion: 29104 -> 14553
941.68/941.99	c learnt constraints deletion: 29112 -> 14558
976.47/976.73	c learnt constraints deletion: 29105 -> 14555
1007.86/1008.19	c learnt constraints deletion: 29103 -> 14554
1039.75/1040.00	c learnt constraints deletion: 29111 -> 14556
1059.95/1060.23	c learnt constraints deletion: 29102 -> 14552
1088.65/1088.91	c learnt constraints deletion: 29101 -> 14553
1121.04/1121.30	c learnt constraints deletion: 29105 -> 14555
1159.04/1159.35	c learnt constraints deletion: 31689 -> 15845
1193.03/1193.34	c learnt constraints deletion: 31692 -> 15848
1216.83/1217.15	c learnt constraints deletion: 31693 -> 15847
1255.73/1256.04	c learnt constraints deletion: 31692 -> 15847
1282.82/1283.13	c learnt constraints deletion: 31692 -> 15847
1316.82/1317.13	c learnt constraints deletion: 31686 -> 15845
1346.81/1347.14	c learnt constraints deletion: 31681 -> 15841
1390.00/1390.35	c learnt constraints deletion: 31694 -> 15849
1415.59/1415.97	c learnt constraints deletion: 31680 -> 15842
1448.69/1449.06	c learnt constraints deletion: 31690 -> 15846
1478.19/1478.58	c learnt constraints deletion: 31692 -> 15848
1514.28/1514.61	c learnt constraints deletion: 31692 -> 15848
1542.18/1542.55	c learnt constraints deletion: 31683 -> 15842
1577.27/1577.64	c learnt constraints deletion: 31686 -> 15843
1614.67/1615.01	c learnt constraints deletion: 31690 -> 15845
1662.66/1663.02	c learnt constraints deletion: 31695 -> 15850
1687.56/1687.98	c learnt constraints deletion: 31690 -> 15845
1725.85/1726.25	c learnt constraints deletion: 31676 -> 15840
1755.44/1755.80	c learnt constraints deletion: 31689 -> 15847
1795.32/1795.72	c learnt constraints deletion: 31681 -> 15841

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-3707317-1338133146/watcher-3707317-1338133146 -o /tmp/evaluation-result-3707317-1338133146/solver-3707317-1338133146 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3707317-1338133146.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.00 2.00 2.00 3/176 28829
/proc/meminfo: memFree=31084156/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 809 0 0 0 0 0 0 0 20 0 1 0 279440253 6356992 731 33554432000 4194304 8973514 140736860245328 140736860244592 4209325 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 1552 732 416 1167 0 333 0

[startup+0.104512 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28829
/proc/meminfo: memFree=31084156/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=15424 CPUtime=0.09 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 3031 0 0 0 9 0 0 0 20 0 1 0 279440253 15794176 2953 33554432000 4194304 8973514 140736860245328 140736860244592 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 3856 2955 458 1167 0 2637 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15424

[startup+0.200335 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28829
/proc/meminfo: memFree=31084156/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=15424 CPUtime=0.19 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 3164 0 0 0 19 0 0 0 20 0 1 0 279440253 15794176 3086 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 3856 3086 458 1167 0 2637 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15424

[startup+0.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28829
/proc/meminfo: memFree=31084156/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=19520 CPUtime=0.29 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 4188 0 0 0 29 0 0 0 20 0 1 0 279440253 19988480 4110 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 4880 4110 458 1167 0 3661 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19520

[startup+0.700309 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28829
/proc/meminfo: memFree=31084156/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=22592 CPUtime=0.69 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 4956 0 0 0 68 1 0 0 20 0 1 0 279440253 23134208 4878 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 5648 4878 458 1167 0 4429 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22592

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28830
/proc/meminfo: memFree=31064928/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=29760 CPUtime=1.49 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 6701 0 0 0 147 2 0 0 20 0 1 0 279440253 30474240 6623 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 7440 6623 458 1167 0 6221 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29760

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28830
/proc/meminfo: memFree=31056116/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=41024 CPUtime=3.09 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 9331 0 0 0 306 3 0 0 20 0 1 0 279440253 42008576 9253 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 10256 9253 458 1167 0 9037 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41024

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28830
/proc/meminfo: memFree=31036276/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=58432 CPUtime=6.29 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 13916 0 0 0 624 5 0 0 20 0 1 0 279440253 59834368 13838 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 14608 13838 458 1167 0 13389 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58432

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28830
/proc/meminfo: memFree=31000728/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=88128 CPUtime=12.69 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 21345 0 0 0 1260 9 0 0 20 0 1 0 279440253 90243072 21267 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 22032 21267 459 1167 0 20813 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 88128

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28830
/proc/meminfo: memFree=30988972/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=100416 CPUtime=25.49 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 25697 0 0 0 2535 14 0 0 20 0 1 0 279440253 102825984 24339 33554432000 4194304 8973514 140736860245328 140736860244592 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 25104 24339 459 1167 0 23885 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100416

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28830
/proc/meminfo: memFree=30993560/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=95296 CPUtime=51.08 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 26209 0 0 0 5087 21 0 0 20 0 1 0 279440253 97583104 23059 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 23824 23059 459 1167 0 22605 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 95296

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28834
/proc/meminfo: memFree=30963916/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=124992 CPUtime=102.28 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 36449 0 0 0 10193 35 0 0 20 0 1 0 279440253 127991808 30483 33554432000 4194304 8973514 140736860245328 140736860243328 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 31248 30483 459 1167 0 30029 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 124992

[startup+162.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/177 28873
/proc/meminfo: memFree=31001744/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=137280 CPUtime=162.24 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 46716 0 0 0 16171 53 0 0 20 0 1 0 279440253 140574720 33555 33554432000 4194304 8973514 140736860245328 140736860244592 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 34320 33555 459 1167 0 33101 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 137280

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 28873
/proc/meminfo: memFree=30846680/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=165952 CPUtime=222.23 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 61321 0 0 0 22152 71 0 0 20 0 1 0 279440253 169934848 40723 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 41488 40723 459 1167 0 40269 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 165952

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 28873
/proc/meminfo: memFree=30797364/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=128064 CPUtime=282.21 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 69517 0 0 0 28136 85 0 0 20 0 1 0 279440253 131137536 31251 33554432000 4194304 8973514 140736860245328 140736860244592 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 32016 31251 459 1167 0 30797 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 128064

[startup+342.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/177 28873
/proc/meminfo: memFree=30687660/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=174144 CPUtime=342.2 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 84109 0 0 0 34117 103 0 0 20 0 1 0 279440253 178323456 42771 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 43536 42771 459 1167 0 42317 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 174144

[startup+402.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 28874
/proc/meminfo: memFree=30640116/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=164928 CPUtime=402.19 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 100493 0 0 0 40098 121 0 0 20 0 1 0 279440253 168886272 40467 33554432000 4194304 8973514 140736860245328 140736860244824 4208816 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 41232 40467 459 1167 0 40013 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 164928

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28874
/proc/meminfo: memFree=30568596/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=184384 CPUtime=462.18 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 105357 0 0 0 46081 137 0 0 20 0 1 0 279440253 188809216 45331 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 46096 45331 459 1167 0 44877 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 184384

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28874
/proc/meminfo: memFree=30579556/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=140352 CPUtime=522.17 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 111245 0 0 0 52064 153 0 0 20 0 1 0 279440253 143720448 34323 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 35088 34323 459 1167 0 33869 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 140352

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28874
/proc/meminfo: memFree=30492288/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=192576 CPUtime=582.17 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 129677 0 0 0 58044 173 0 0 20 0 1 0 279440253 197197824 47379 33554432000 4194304 8973514 140736860245328 140736860244592 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 48144 47379 459 1167 0 46925 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 192576

[startup+642.3 s]

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

[startup+882.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 28878
/proc/meminfo: memFree=30396748/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=140352 CPUtime=882.11 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 216738 0 0 0 87947 264 0 0 20 0 1 0 279440253 143720448 34324 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 35088 34324 459 1167 0 33869 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 140352

[startup+942.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 28878
/proc/meminfo: memFree=30356576/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=161856 CPUtime=942.08 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 235705 0 0 0 93927 281 0 0 20 0 1 0 279440253 165740544 39700 33554432000 4194304 8973514 140736860245328 140736860243264 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 40464 39700 459 1167 0 39245 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 161856

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 28879
/proc/meminfo: memFree=30279480/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=193600 CPUtime=1002.06 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 248259 0 0 0 99911 295 0 0 20 0 1 0 279440253 198246400 47636 33554432000 4194304 8973514 140736860245328 140736860244824 4424744 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 48400 47636 459 1167 0 47181 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 193600

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 28879
/proc/meminfo: memFree=30274536/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=180288 CPUtime=1062.05 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 249027 0 0 0 105893 312 0 0 20 0 1 0 279440253 184614912 44308 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 45072 44308 459 1167 0 43853 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 180288

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28879
/proc/meminfo: memFree=30247476/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=193600 CPUtime=1122.04 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 262595 0 0 0 111877 327 0 0 20 0 1 0 279440253 198246400 47636 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 48400 47636 459 1167 0 47181 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 193600

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28879
/proc/meminfo: memFree=30218172/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=194624 CPUtime=1182.03 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 273091 0 0 0 117859 344 0 0 20 0 1 0 279440253 199294976 47892 33554432000 4194304 8973514 140736860245328 140736860244824 7601797 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 48656 47892 459 1167 0 47437 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 194624

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28879
/proc/meminfo: memFree=30175488/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=223296 CPUtime=1242.03 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 293571 0 0 0 123841 362 0 0 20 0 1 0 279440253 228655104 55060 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 55824 55060 459 1167 0 54605 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 223296

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 28883
/proc/meminfo: memFree=30156820/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=206912 CPUtime=1302.01 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 311747 0 0 0 129821 380 0 0 20 0 1 0 279440253 211877888 50964 33554432000 4194304 8973514 140736860245328 140736860244824 4427820 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 51728 50964 459 1167 0 50509 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 206912

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 28906
/proc/meminfo: memFree=30149504/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=197696 CPUtime=1362.01 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 319427 0 0 0 135805 396 0 0 20 0 1 0 279440253 202440704 48660 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 49424 48660 459 1167 0 48205 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 197696

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28906
/proc/meminfo: memFree=30146040/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=173120 CPUtime=1422 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 329923 0 0 0 141792 408 0 0 20 0 1 0 279440253 177274880 42516 33554432000 4194304 8973514 140736860245328 140736860244592 4208816 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 43280 42516 459 1167 0 42061 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 173120

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28906
/proc/meminfo: memFree=30085032/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=214080 CPUtime=1481.98 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 351939 0 0 0 147772 426 0 0 20 0 1 0 279440253 219217920 52756 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 53520 52756 459 1167 0 52301 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 214080

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28906
/proc/meminfo: memFree=30116892/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=165952 CPUtime=1541.98 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 354243 0 0 0 153755 443 0 0 20 0 1 0 279440253 169934848 40724 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 41488 40724 459 1167 0 40269 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 165952

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28907
/proc/meminfo: memFree=30040040/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=213056 CPUtime=1601.97 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 369603 0 0 0 159737 460 0 0 20 0 1 0 279440253 218169344 52500 33554432000 4194304 8973514 140736860245328 140736860244592 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 53264 52500 459 1167 0 52045 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 213056

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28907
/proc/meminfo: memFree=30014532/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=223296 CPUtime=1661.96 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 373955 0 0 0 165725 471 0 0 20 0 1 0 279440253 228655104 55060 33554432000 4194304 8973514 140736860245328 140736860243264 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 55824 55060 459 1167 0 54605 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 223296

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28908
/proc/meminfo: memFree=29991244/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=231488 CPUtime=1721.95 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 394691 0 0 0 171705 490 0 0 20 0 1 0 279440253 237043712 57108 33554432000 4194304 8973514 140736860245328 140736860244592 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 57872 57108 459 1167 0 56653 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 231488

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28908
/proc/meminfo: memFree=30048168/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=156736 CPUtime=1781.93 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 399570 0 0 0 177689 504 0 0 20 0 1 0 279440253 160497664 38420 33554432000 4194304 8973514 140736860245328 140736860244824 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 39184 38420 459 1167 0 37965 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 156736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28908
/proc/meminfo: memFree=30036604/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=169024 CPUtime=1800.03 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 402645 0 0 0 179495 508 0 0 20 0 1 0 279440253 173080576 41492 33554432000 4194304 8973514 140736860245328 140736860244824 6662169 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 42256 41492 459 1167 0 41037 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 169024

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.00 2.00 3/177 28908
/proc/meminfo: memFree=30036604/32873844 swapFree=7112/7112
[pid=28829] ppid=28827 vsize=169024 CPUtime=1800.03 cores=1,3,5,7
/proc/28829/stat : 28829 (toysat) R 28827 28829 27148 0 -1 4202496 402645 0 0 0 179495 508 0 0 20 0 1 0 279440253 173080576 41492 33554432000 4194304 8973514 140736860245328 140736860244824 6662169 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28829/statm: 42256 41492 459 1167 0 41037 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 169024

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1794.95
CPU system time (s): 5.09423
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 237632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.95
system time used= 5.09422
maximum resident set size= 234576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 402645
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= 118
involuntary context switches= 1871

runsolver used 3.65044 second user time and 10.0045 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-27 17:39:06
IDJOB=3707317
IDBENCH=48205
IDSOLVER=2285
FILE ID=node119/3707317-1338133146
RUNJOBID= node119-1338113000-27165
PBS_JOBID= 14624472
Free space on /tmp= 71604 MiB

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

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

MD5SUM BENCH= cdccc05ac387e7ee9cb8ab81f53ca6f8
RANDOM SEED=1109141881

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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.943
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:        31084800 kB
Buffers:          298396 kB
Cached:           333392 kB
SwapCached:         1844 kB
Active:           864396 kB
Inactive:         125836 kB
Active(anon):     358344 kB
Inactive(anon):     2068 kB
Active(file):     506052 kB
Inactive(file):   123768 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100196 kB
Dirty:              7004 kB
Writeback:             0 kB
AnonPages:        363520 kB
Mapped:            13548 kB
Shmem:                 8 kB
Slab:             657236 kB
SReclaimable:      99516 kB
SUnreclaim:       557720 kB
KernelStack:        1464 kB
PageTables:         4432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     477020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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= 71596 MiB
End job on node119 at 2012-05-27 18:09:08