Trace number 3707251

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_1.opb
MD5SUM74165f17686851db36d48a05683565a5
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-58
Best CPU time to get the best result obtained on this benchmark1796.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -58
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4964
Sum of products size (including duplicates)9928
Number of different products2482
Sum of products size4964

Solver Data

0.03/0.08	c 2012-05-27T18:28:30+0200
0.03/0.08	c arch = x86_64
0.03/0.08	c os = linux
0.03/0.08	c compiler = ghc 7.4
0.03/0.08	c packages:
0.03/0.08	c   OptDir-0.0.1
0.03/0.08	c   array-0.4.0.0
0.03/0.08	c   base-4.5.0.0
0.03/0.08	c   bytestring-0.9.2.1
0.03/0.08	c   containers-0.4.2.1
0.03/0.08	c   deepseq-1.3.0.0
0.03/0.08	c   mtl-2.1.1
0.03/0.08	c   old_locale-1.0.0.4
0.03/0.08	c   parse_dimacs-1.2
0.03/0.08	c   parsec-3.1.2
0.03/0.08	c   queue-0.1.2
0.03/0.08	c   stm-2.3
0.03/0.08	c   time-1.4
0.03/0.08	c command line = ["--pb","HOME/instance-3707251-1338136109.opb"]
0.03/0.08	c #vars 400
0.03/0.08	c #constraints 601
0.03/0.08	c Solving starts ...
2.39/2.46	c solving time = 2.379s
2.39/2.46	c #decision = 10413
2.39/2.46	c #conflict = 2097
2.39/2.46	c #restart = 6
2.39/2.46	o -38
2.39/2.46	c Solving starts ...
62.78/62.89	c learnt constraints deletion: 9588 -> 4794
94.37/94.42	c learnt constraints deletion: 11913 -> 6058
128.76/128.87	c learnt constraints deletion: 12895 -> 6545
167.85/167.95	c learnt constraints deletion: 13968 -> 7073
202.65/202.72	c learnt constraints deletion: 13998 -> 7089
240.04/240.12	c learnt constraints deletion: 15102 -> 7634
272.44/272.54	c learnt constraints deletion: 15051 -> 7610
307.84/307.99	c learnt constraints deletion: 14717 -> 7359
340.43/340.59	c learnt constraints deletion: 16231 -> 8201
369.32/369.49	c learnt constraints deletion: 16313 -> 8240
401.62/401.76	c learnt constraints deletion: 16383 -> 8276
435.61/435.70	c learnt constraints deletion: 17804 -> 8987
463.91/464.07	c learnt constraints deletion: 17526 -> 8844
495.00/495.10	c learnt constraints deletion: 17608 -> 8889
525.79/525.92	c learnt constraints deletion: 17628 -> 8900
552.19/552.32	c learnt constraints deletion: 17754 -> 8966
582.18/582.32	c learnt constraints deletion: 19201 -> 9675
617.98/618.12	c learnt constraints deletion: 19289 -> 9720
649.17/649.30	c learnt constraints deletion: 19143 -> 9646
677.66/677.83	c learnt constraints deletion: 19241 -> 9698
706.85/707.05	c learnt constraints deletion: 19320 -> 9739
734.15/734.37	c learnt constraints deletion: 19282 -> 9721
757.35/757.59	c learnt constraints deletion: 19247 -> 9711
789.94/790.19	c learnt constraints deletion: 20872 -> 10504
817.64/817.85	c learnt constraints deletion: 20816 -> 10485
844.14/844.31	c learnt constraints deletion: 21035 -> 10604
865.44/865.69	c learnt constraints deletion: 21099 -> 10650
883.53/883.72	c learnt constraints deletion: 21231 -> 10737
902.33/902.52	c learnt constraints deletion: 21007 -> 10572
926.12/926.33	c learnt constraints deletion: 21180 -> 10673
944.72/944.94	c learnt constraints deletion: 20948 -> 10569
963.81/964.04	c learnt constraints deletion: 21165 -> 10687
987.31/987.58	c learnt constraints deletion: 22658 -> 11393
1016.51/1016.79	c learnt constraints deletion: 22984 -> 11557
1037.81/1038.08	c learnt constraints deletion: 22918 -> 11542
1059.11/1059.35	c learnt constraints deletion: 22767 -> 11449
1081.70/1081.99	c learnt constraints deletion: 22806 -> 11477
1103.80/1104.03	c learnt constraints deletion: 22885 -> 11523
1123.49/1123.73	c learnt constraints deletion: 22857 -> 11494
1145.29/1145.50	c learnt constraints deletion: 22933 -> 11534
1160.69/1160.92	c learnt constraints deletion: 23006 -> 11597
1179.58/1179.80	c learnt constraints deletion: 23017 -> 11612
1209.48/1209.71	c learnt constraints deletion: 22823 -> 11478
1228.48/1228.71	c learnt constraints deletion: 22846 -> 11497
1248.28/1248.57	c learnt constraints deletion: 22829 -> 11489
1273.76/1274.01	c learnt constraints deletion: 24842 -> 12503
1295.47/1295.74	c learnt constraints deletion: 25016 -> 12604
1321.06/1321.30	c learnt constraints deletion: 24746 -> 12433
1349.26/1349.56	c learnt constraints deletion: 24993 -> 12567
1376.05/1376.34	c learnt constraints deletion: 24828 -> 12492
1398.05/1398.31	c learnt constraints deletion: 24891 -> 12533
1418.94/1419.20	c learnt constraints deletion: 25065 -> 12643
1436.74/1437.08	c learnt constraints deletion: 24828 -> 12515
1456.54/1456.82	c learnt constraints deletion: 24804 -> 12463
1481.03/1481.31	c learnt constraints deletion: 24818 -> 12474
1503.82/1504.14	c learnt constraints deletion: 24945 -> 12561
1523.32/1523.69	c learnt constraints deletion: 24957 -> 12577
1545.52/1545.87	c learnt constraints deletion: 24676 -> 12401
1572.21/1572.59	c learnt constraints deletion: 24768 -> 12445
1597.11/1597.46	c learnt constraints deletion: 24861 -> 12496
1617.81/1618.15	c learnt constraints deletion: 24917 -> 12544
1634.00/1634.33	c learnt constraints deletion: 24790 -> 12467
1658.10/1658.42	c learnt constraints deletion: 24686 -> 12404
1687.39/1687.77	c learnt constraints deletion: 27199 -> 13661
1715.59/1715.98	c learnt constraints deletion: 27191 -> 13661
1740.08/1740.40	c learnt constraints deletion: 27106 -> 13624
1759.77/1760.17	c learnt constraints deletion: 27323 -> 13761
1788.47/1788.81	c learnt constraints deletion: 26976 -> 13544

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-3707251-1338136109/watcher-3707251-1338136109 -o /tmp/evaluation-result-3707251-1338136109/solver-3707251-1338136109 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3707251-1338136109.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.01 2.00 2/176 15947
/proc/meminfo: memFree=27394184/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=6208 CPUtime=0 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 807 0 0 0 0 0 0 0 20 0 1 0 279737794 6356992 728 33554432000 4194304 8973514 140736306165504 140737299664152 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/15947/statm: 1552 728 415 1167 0 333 0

[startup+0.0407751 s]
/proc/loadavg: 2.00 2.01 2.00 2/176 15947
/proc/meminfo: memFree=27394184/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=8256 CPUtime=0.03 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 1269 0 0 0 3 0 0 0 20 0 1 0 279737794 8454144 1190 33554432000 4194304 8973514 140736306165504 140737299664152 4209136 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/15947/statm: 2064 1190 428 1167 0 845 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8256

[startup+0.100226 s]
/proc/loadavg: 2.00 2.01 2.00 2/176 15947
/proc/meminfo: memFree=27394184/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=15424 CPUtime=0.09 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 2988 0 0 0 9 0 0 0 20 0 1 0 279737794 15794176 2909 33554432000 4194304 8973514 140736306165504 140737299664152 4206138 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/15947/statm: 3856 2909 446 1167 0 2637 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15424

[startup+0.300223 s]
/proc/loadavg: 2.00 2.01 2.00 2/176 15947
/proc/meminfo: memFree=27394184/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=17472 CPUtime=0.29 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 3668 0 0 0 29 0 0 0 20 0 1 0 279737794 17891328 3589 33554432000 4194304 8973514 140736306165504 140736306164768 4427188 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/15947/statm: 4368 3589 446 1167 0 3149 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17472

[startup+0.700222 s]
/proc/loadavg: 2.00 2.01 2.00 2/176 15947
/proc/meminfo: memFree=27394184/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=18496 CPUtime=0.68 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 3924 0 0 0 68 0 0 0 20 0 1 0 279737794 18939904 3845 33554432000 4194304 8973514 140736306165504 140736306164768 4208870 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/15947/statm: 4624 3845 446 1167 0 3405 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 18496

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15948
/proc/meminfo: memFree=27389212/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=20544 CPUtime=1.49 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 4243 0 0 0 148 1 0 0 20 0 1 0 279737794 21037056 4164 33554432000 4194304 8973514 140736306165504 140736306165000 4427084 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/15947/statm: 5136 4164 446 1167 0 3917 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20544

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15948
/proc/meminfo: memFree=27385988/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=24640 CPUtime=3.09 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 5470 0 0 0 307 2 0 0 20 0 1 0 279737794 25231360 5391 33554432000 4194304 8973514 140736306165504 140736306163456 4481592 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/15947/statm: 6160 5391 456 1167 0 4941 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24640

[startup+6.30023 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15948
/proc/meminfo: memFree=27381576/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=25664 CPUtime=6.29 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 5726 0 0 0 627 2 0 0 20 0 1 0 279737794 26279936 5647 33554432000 4194304 8973514 140736306165504 140736306164768 4543912 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/15947/statm: 6416 5647 456 1167 0 5197 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25664

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15948
/proc/meminfo: memFree=27381252/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=25664 CPUtime=12.69 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 5726 0 0 0 1266 3 0 0 20 0 1 0 279737794 26279936 5647 33554432000 4194304 8973514 140736306165504 140736306164768 7841851 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/15947/statm: 6416 5647 456 1167 0 5197 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25664

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15948
/proc/meminfo: memFree=27378028/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=30784 CPUtime=25.49 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 7006 0 0 0 2543 6 0 0 20 0 1 0 279737794 31522816 6927 33554432000 4194304 8973514 140736306165504 140736306165000 4204713 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/15947/statm: 7696 6927 456 1167 0 6477 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30784

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15948
/proc/meminfo: memFree=27365752/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=42048 CPUtime=51.08 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 9822 0 0 0 5099 9 0 0 20 0 1 0 279737794 43057152 9743 33554432000 4194304 8973514 140736306165504 140736306164768 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 10512 9743 456 1167 0 9293 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42048

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15951
/proc/meminfo: memFree=27336412/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=72768 CPUtime=102.28 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 17505 0 0 0 10208 20 0 0 20 0 1 0 279737794 74514432 17426 33554432000 4194304 8973514 140736306165504 140736306163456 4208870 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 18192 17426 457 1167 0 16973 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 72768

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16029
/proc/meminfo: memFree=27509456/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=86080 CPUtime=162.25 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 20843 0 0 0 16194 31 0 0 20 0 1 0 279737794 88145920 20759 33554432000 4194304 8973514 140736306165504 140736306164768 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 21520 20759 457 1167 0 20301 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 86080

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16029
/proc/meminfo: memFree=27502988/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=87104 CPUtime=222.24 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 21870 0 0 0 22183 41 0 0 20 0 1 0 279737794 89194496 21015 33554432000 4194304 8973514 140736306165504 140736306163456 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 21776 21015 457 1167 0 20557 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 87104

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16029
/proc/meminfo: memFree=27495168/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=95296 CPUtime=282.23 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 23918 0 0 0 28173 50 0 0 20 0 1 0 279737794 97583104 23063 33554432000 4194304 8973514 140736306165504 140736306164768 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 23824 23063 457 1167 0 22605 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 95296

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16029
/proc/meminfo: memFree=27490616/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=100416 CPUtime=342.22 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 25966 0 0 0 34162 60 0 0 20 0 1 0 279737794 102825984 24343 33554432000 4194304 8973514 140736306165504 140736306165000 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 25104 24343 457 1167 0 23885 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 100416

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16029
/proc/meminfo: memFree=27479248/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=107584 CPUtime=402.22 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 28270 0 0 0 40150 72 0 0 20 0 1 0 279737794 110166016 26135 33554432000 4194304 8973514 140736306165504 140736306148600 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 26896 26135 457 1167 0 25677 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 107584

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16030
/proc/meminfo: memFree=27472712/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=111680 CPUtime=462.2 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 34933 0 0 0 46137 83 0 0 20 0 1 0 279737794 114360320 27159 33554432000 4194304 8973514 140736306165504 140736306164768 4209442 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 27920 27159 457 1167 0 26701 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 111680

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16030
/proc/meminfo: memFree=27465196/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=119872 CPUtime=522.19 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 39553 0 0 0 52125 94 0 0 20 0 1 0 279737794 122748928 29207 33554432000 4194304 8973514 140736306165504 140736306164768 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 29968 29207 457 1167 0 28749 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 119872

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 16030
/proc/meminfo: memFree=27452608/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=130112 CPUtime=582.18 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 42114 0 0 0 58111 107 0 0 20 0 1 0 279737794 133234688 31767 33554432000 4194304 8973514 140736306165504 140736306165000 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 32528 31767 457 1167 0 31309 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 130112

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16034
/proc/meminfo: memFree=27454420/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=128064 CPUtime=822.14 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 49030 0 0 0 82059 155 0 0 20 0 1 0 279737794 131137536 31255 33554432000 4194304 8973514 140736306165504 140736306164768 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 32016 31255 457 1167 0 30797 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 128064

[startup+882.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 16034
/proc/meminfo: memFree=27439344/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=145472 CPUtime=882.13 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 53383 0 0 0 88044 169 0 0 20 0 1 0 279737794 148963328 35607 33554432000 4194304 8973514 140736306165504 140736306165000 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 36368 35607 457 1167 0 35149 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 145472

[startup+942.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 16034
/proc/meminfo: memFree=27435512/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=147520 CPUtime=942.12 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 56968 0 0 0 94028 184 0 0 20 0 1 0 279737794 151060480 36120 33554432000 4194304 8973514 140736306165504 140736306163456 4424700 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 36880 36120 457 1167 0 35661 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 147520

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 16035
/proc/meminfo: memFree=27441744/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=140352 CPUtime=1002.11 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 56972 0 0 0 100012 199 0 0 20 0 1 0 279737794 143720448 34328 33554432000 4194304 8973514 140736306165504 140736306165000 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 35088 34328 457 1167 0 33869 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 140352

[startup+1062.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 16036
/proc/meminfo: memFree=27419220/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=160832 CPUtime=1062.1 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 62092 0 0 0 105996 214 0 0 20 0 1 0 279737794 164691968 39448 33554432000 4194304 8973514 140736306165504 140736306165000 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 40208 39448 457 1167 0 38989 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 160832

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16036
/proc/meminfo: memFree=27429448/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=152640 CPUtime=1122.09 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 62349 0 0 0 111980 229 0 0 20 0 1 0 279737794 156303360 37400 33554432000 4194304 8973514 140736306165504 140736306165000 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 38160 37400 457 1167 0 36941 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 152640

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 16036
/proc/meminfo: memFree=27392752/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=189504 CPUtime=1182.08 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 71565 0 0 0 117963 245 0 0 20 0 1 0 279737794 194052096 46616 33554432000 4194304 8973514 140736306165504 140736306165000 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 47376 46616 457 1167 0 46157 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 189504

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16036
/proc/meminfo: memFree=27418920/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=160832 CPUtime=1242.08 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 71567 0 0 0 123947 261 0 0 20 0 1 0 279737794 164691968 39448 33554432000 4194304 8973514 140736306165504 140736306165000 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 40208 39448 457 1167 0 38989 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 160832

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 16039
/proc/meminfo: memFree=27438812/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=140352 CPUtime=1302.07 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 73871 0 0 0 129931 276 0 0 20 0 1 0 279737794 143720448 34328 33554432000 4194304 8973514 140736306165504 140736306165000 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 35088 34328 457 1167 0 33869 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 140352

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16039
/proc/meminfo: memFree=27412920/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=164928 CPUtime=1362.05 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 80532 0 0 0 135913 292 0 0 20 0 1 0 279737794 168886272 40472 33554432000 4194304 8973514 140736306165504 140736306165000 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 41232 40472 457 1167 0 40013 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 164928

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 16040
/proc/meminfo: memFree=27401428/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=179264 CPUtime=1422.05 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 85396 0 0 0 141896 309 0 0 20 0 1 0 279737794 183566336 44056 33554432000 4194304 8973514 140736306165504 140736306165000 6563360 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 44816 44056 457 1167 0 43597 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 179264

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16040
/proc/meminfo: memFree=27416464/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=159808 CPUtime=1482.03 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 86164 0 0 0 147878 325 0 0 20 0 1 0 279737794 163643392 39192 33554432000 4194304 8973514 140736306165504 140736306165000 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 39952 39192 457 1167 0 38733 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 159808

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16040
/proc/meminfo: memFree=27404992/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=173120 CPUtime=1542.02 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 90011 0 0 0 153863 339 0 0 20 0 1 0 279737794 177274880 42520 33554432000 4194304 8973514 140736306165504 140736306164768 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 43280 42520 457 1167 0 42061 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 173120

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16040
/proc/meminfo: memFree=27412864/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=164928 CPUtime=1602.01 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 96924 0 0 0 159848 353 0 0 20 0 1 0 279737794 168886272 40473 33554432000 4194304 8973514 140736306165504 140736306164768 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 41232 40473 457 1167 0 40013 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 164928

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 16040
/proc/meminfo: memFree=27398784/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=178240 CPUtime=1661.99 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 100268 0 0 0 165828 371 0 0 20 0 1 0 279737794 182517760 43801 33554432000 4194304 8973514 140736306165504 140736306164768 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 44560 43801 457 1167 0 43341 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 178240

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 16041
/proc/meminfo: memFree=27392896/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=185408 CPUtime=1721.98 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 108716 0 0 0 171811 387 0 0 20 0 1 0 279737794 189857792 45593 33554432000 4194304 8973514 140736306165504 140736306165000 4209365 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 46352 45593 457 1167 0 45133 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 185408

[startup+1782.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 16041
/proc/meminfo: memFree=27416828/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=160832 CPUtime=1781.97 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 108719 0 0 0 177797 400 0 0 20 0 1 0 279737794 164691968 39449 33554432000 4194304 8973514 140736306165504 140736306165000 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 40208 39449 457 1167 0 38989 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 160832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.25 2.08 2.02 3/177 16041
/proc/meminfo: memFree=27415380/32873648 swapFree=6848/6848
[pid=15947] ppid=15945 vsize=160832 CPUtime=1800.08 cores=0,2,4,6
/proc/15947/stat : 15947 (toysat) R 15945 15947 14927 0 -1 4202496 108719 0 0 0 179604 404 0 0 20 0 1 0 279737794 164691968 39449 33554432000 4194304 8973514 140736306165504 140736306165000 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/15947/statm: 40208 39449 457 1167 0 38989 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 160832

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.08
CPU user time (s): 1796.04
CPU system time (s): 4.04339
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 198720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.04
system time used= 4.04338
maximum resident set size= 195684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108719
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= 79
involuntary context switches= 2117

runsolver used 3.43048 second user time and 9.36358 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-27 18:28:29
IDJOB=3707251
IDBENCH=48283
IDSOLVER=2285
FILE ID=node113/3707251-1338136109
RUNJOBID= node113-1338122976-14943
PBS_JOBID= 14624493
Free space on /tmp= 71388 MiB

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

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

MD5SUM BENCH= 74165f17686851db36d48a05683565a5
RANDOM SEED=673473544

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27394448 kB
Buffers:          345768 kB
Cached:          4070172 kB
SwapCached:            0 kB
Active:          1276540 kB
Inactive:        3369584 kB
Active(anon):     232660 kB
Inactive(anon):        0 kB
Active(file):    1043880 kB
Inactive(file):  3369584 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6996 kB
Writeback:             8 kB
AnonPages:        243152 kB
Mapped:            16128 kB
Shmem:               200 kB
Slab:             694688 kB
SReclaimable:     138860 kB
SUnreclaim:       555828 kB
KernelStack:        1464 kB
PageTables:         4008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     343716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 71384 MiB
End job on node113 at 2012-05-27 18:58:32