Trace number 3706109

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 NameAnswerCPU timeWall clock time
toysat 2012-05-17? (TO) 1800.06 1800.51

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K104.opb
MD5SUMa8d55fafa030e5024da65ad802ff80be
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark92.024
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7072
Total number of constraints7282
Number of constraints which are clauses7178
Number of constraints which are cardinality constraints (but not clauses)104
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint104
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 105
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.19/0.27	c 2012-05-28T00:12:12+0200
0.19/0.27	c arch = x86_64
0.19/0.27	c os = linux
0.19/0.27	c compiler = ghc 7.4
0.19/0.27	c packages:
0.19/0.27	c   OptDir-0.0.1
0.19/0.27	c   array-0.4.0.0
0.19/0.27	c   base-4.5.0.0
0.19/0.27	c   bytestring-0.9.2.1
0.19/0.27	c   containers-0.4.2.1
0.19/0.27	c   deepseq-1.3.0.0
0.19/0.27	c   mtl-2.1.1
0.19/0.27	c   old_locale-1.0.0.4
0.19/0.27	c   parse_dimacs-1.2
0.19/0.27	c   parsec-3.1.2
0.19/0.27	c   queue-0.1.2
0.19/0.27	c   stm-2.3
0.19/0.27	c   time-1.4
0.19/0.27	c command line = ["--pb","HOME/instance-3706109-1338156732.opb"]
0.19/0.27	c #vars 7072
0.19/0.27	c #constraints 7282
0.19/0.27	c Solving starts ...
20.98/21.01	c learnt constraints deletion: 13564 -> 6787
40.78/40.89	c learnt constraints deletion: 14425 -> 7215
65.07/65.13	c learnt constraints deletion: 18776 -> 9408
89.34/89.46	c learnt constraints deletion: 18171 -> 9092
115.13/115.26	c learnt constraints deletion: 17045 -> 8523
134.92/135.03	c learnt constraints deletion: 19819 -> 9910
153.32/153.45	c learnt constraints deletion: 20397 -> 10212
200.61/200.74	c learnt constraints deletion: 22712 -> 11536
233.12/233.22	c learnt constraints deletion: 22349 -> 11189
252.69/252.83	c learnt constraints deletion: 21748 -> 10894
331.38/331.55	c learnt constraints deletion: 23119 -> 11655
352.28/352.42	c learnt constraints deletion: 21667 -> 10874
382.27/382.41	c learnt constraints deletion: 24699 -> 12427
450.36/450.50	c learnt constraints deletion: 24977 -> 12518
505.86/506.07	c learnt constraints deletion: 24300 -> 12226
567.53/567.77	c learnt constraints deletion: 27323 -> 13807
728.09/728.37	c learnt constraints deletion: 27086 -> 13685
786.69/786.97	c learnt constraints deletion: 25409 -> 12724
809.38/809.68	c learnt constraints deletion: 25193 -> 12608
832.97/833.27	c learnt constraints deletion: 25919 -> 13176
856.28/856.58	c learnt constraints deletion: 25459 -> 13797
876.87/877.14	c learnt constraints deletion: 25563 -> 14509
910.47/910.73	c learnt constraints deletion: 25591 -> 15003
931.46/931.80	c learnt constraints deletion: 26252 -> 15599
1011.13/1011.44	c learnt constraints deletion: 29704 -> 16217
1042.92/1043.20	c learnt constraints deletion: 28102 -> 16788
1073.61/1073.94	c learnt constraints deletion: 28891 -> 17424
1092.01/1092.31	c learnt constraints deletion: 28510 -> 18071
1149.70/1150.04	c learnt constraints deletion: 32118 -> 18635
1198.89/1199.26	c learnt constraints deletion: 30268 -> 19104
1222.98/1223.30	c learnt constraints deletion: 28867 -> 19416
1243.18/1243.51	c learnt constraints deletion: 28666 -> 19784
1272.77/1273.19	c learnt constraints deletion: 31494 -> 20360
1298.07/1298.40	c learnt constraints deletion: 28772 -> 20589
1309.57/1309.99	c learnt constraints deletion: 28140 -> 20990
1319.87/1320.20	c learnt constraints deletion: 27719 -> 21374
1333.27/1333.64	c learnt constraints deletion: 28267 -> 21719
1372.45/1372.82	c learnt constraints deletion: 30937 -> 22126
1392.44/1392.85	c learnt constraints deletion: 29273 -> 22410
1401.14/1401.50	c learnt constraints deletion: 27883 -> 22632
1412.34/1412.71	c learnt constraints deletion: 28408 -> 22826
1426.35/1426.77	c learnt constraints deletion: 30370 -> 23162
1436.63/1437.08	c learnt constraints deletion: 30455 -> 23567
1452.32/1452.77	c learnt constraints deletion: 31491 -> 23951
1511.31/1511.73	c learnt constraints deletion: 34526 -> 24242
1523.90/1524.33	c learnt constraints deletion: 31530 -> 24668
1549.10/1549.55	c learnt constraints deletion: 33819 -> 25126
1558.30/1558.71	c learnt constraints deletion: 31034 -> 25299
1574.80/1575.20	c learnt constraints deletion: 34155 -> 25713
1584.29/1584.70	c learnt constraints deletion: 31598 -> 26000
1629.68/1630.11	c learnt constraints deletion: 33882 -> 26234
1638.58/1639.09	c learnt constraints deletion: 31473 -> 26438
1648.37/1648.86	c learnt constraints deletion: 32257 -> 26712
1658.06/1658.50	c learnt constraints deletion: 32120 -> 26879
1674.16/1674.69	c learnt constraints deletion: 33824 -> 27163
1688.16/1688.65	c learnt constraints deletion: 33035 -> 27205
1697.97/1698.42	c learnt constraints deletion: 33378 -> 27516
1702.66/1703.18	c learnt constraints deletion: 31085 -> 27585
1709.76/1710.24	c learnt constraints deletion: 31602 -> 27725
1728.36/1728.82	c learnt constraints deletion: 34031 -> 28051
1746.36/1746.87	c learnt constraints deletion: 33418 -> 28164
1753.45/1753.90	c learnt constraints deletion: 31103 -> 28247
1766.05/1766.58	c learnt constraints deletion: 33583 -> 28541
1780.35/1780.88	c learnt constraints deletion: 33523 -> 28655
1795.64/1796.18	c learnt constraints deletion: 33025 -> 28668
1798.93/1799.49	c learnt constraints deletion: 31081 -> 28764

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-3706109-1338156732/watcher-3706109-1338156732 -o /tmp/evaluation-result-3706109-1338156732/solver-3706109-1338156732 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3706109-1338156732.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 13256
/proc/meminfo: memFree=30358972/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 807 0 0 0 0 0 0 0 20 0 1 0 281799251 6356992 728 33554432000 4194304 8973514 140735029285776 140733597732792 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 1552 728 415 1167 0 333 0

[startup+0.0198819 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13256
/proc/meminfo: memFree=30358972/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=7232 CPUtime=0.01 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 1075 0 0 0 1 0 0 0 20 0 1 0 281799251 7405568 996 33554432000 4194304 8973514 140735029285776 140733597732792 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 1808 996 416 1167 0 589 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7232

[startup+0.100215 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13256
/proc/meminfo: memFree=30358972/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=12352 CPUtime=0.09 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 2333 0 0 0 9 0 0 0 20 0 1 0 281799251 12648448 2255 33554432000 4194304 8973514 140735029285776 140733597732792 4209325 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 3088 2263 418 1167 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.300237 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13256
/proc/meminfo: memFree=30358972/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=23616 CPUtime=0.28 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 5205 0 0 0 28 0 0 0 20 0 1 0 281799251 24182784 5126 33554432000 4194304 8973514 140735029285776 140735029285272 7660343 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 5904 5126 444 1167 0 4685 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23616

[startup+0.700251 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13256
/proc/meminfo: memFree=30358972/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=23616 CPUtime=0.69 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 5205 0 0 0 68 1 0 0 20 0 1 0 281799251 24182784 5126 33554432000 4194304 8973514 140735029285776 140735029285272 4427744 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 5904 5126 444 1167 0 4685 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23616

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13257
/proc/meminfo: memFree=30340248/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=24640 CPUtime=1.49 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 5461 0 0 0 148 1 0 0 20 0 1 0 281799251 25231360 5382 33554432000 4194304 8973514 140735029285776 140735029285272 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 6160 5382 444 1167 0 4941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24640

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13257
/proc/meminfo: memFree=30336776/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=28736 CPUtime=3.09 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 6485 0 0 0 307 2 0 0 20 0 1 0 281799251 29425664 6406 33554432000 4194304 8973514 140735029285776 140735029285272 4204292 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 7184 6406 444 1167 0 5965 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28736

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13257
/proc/meminfo: memFree=30328308/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=37952 CPUtime=6.29 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 8571 0 0 0 626 3 0 0 20 0 1 0 281799251 38862848 8492 33554432000 4194304 8973514 140735029285776 140735029285272 4209305 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 9488 8492 444 1167 0 8269 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37952

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13257
/proc/meminfo: memFree=30312244/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=53312 CPUtime=12.69 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 12629 0 0 0 1263 6 0 0 20 0 1 0 281799251 54591488 12550 33554432000 4194304 8973514 140735029285776 140735029285272 7671472 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 13328 12550 444 1167 0 12109 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53312

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13257
/proc/meminfo: memFree=30289948/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=73792 CPUtime=25.49 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 17750 0 0 0 2538 11 0 0 20 0 1 0 281799251 75563008 17671 33554432000 4194304 8973514 140735029285776 140735029285040 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 18448 17671 445 1167 0 17229 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73792

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13257
/proc/meminfo: memFree=30272832/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=98368 CPUtime=51.08 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 23896 0 0 0 5087 21 0 0 20 0 1 0 281799251 100728832 23820 33554432000 4194304 8973514 140735029285776 140735029285040 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 24592 23820 445 1167 0 23373 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 98368

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13296
/proc/meminfo: memFree=30354280/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=126016 CPUtime=102.25 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 30847 0 0 0 10185 40 0 0 20 0 1 0 281799251 129040384 30732 33554432000 4194304 8973514 140735029285776 140735029285272 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 31504 30732 445 1167 0 30285 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 126016

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13297
/proc/meminfo: memFree=30350720/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=107584 CPUtime=162.22 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 31116 0 0 0 16160 62 0 0 20 0 1 0 281799251 110166016 26124 33554432000 4194304 8973514 140735029285776 140735029283776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 26896 26124 445 1167 0 25677 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 107584

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13297
/proc/meminfo: memFree=30310552/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=147520 CPUtime=222.2 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 41100 0 0 0 22132 88 0 0 20 0 1 0 281799251 151060480 36108 33554432000 4194304 8973514 140735029285776 140735029285272 4447101 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 36880 36108 445 1167 0 35661 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 147520

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13297
/proc/meminfo: memFree=30340664/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=107584 CPUtime=282.19 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 41109 0 0 0 28105 114 0 0 20 0 1 0 281799251 110166016 26124 33554432000 4194304 8973514 140735029285776 140735029285040 4209220 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 26896 26124 445 1167 0 25677 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 107584

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13297
/proc/meminfo: memFree=30302548/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=147520 CPUtime=342.18 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 51093 0 0 0 34080 138 0 0 20 0 1 0 281799251 151060480 36108 33554432000 4194304 8973514 140735029285776 140735029285272 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 36880 36108 445 1167 0 35661 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 147520

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13297
/proc/meminfo: memFree=30331700/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=115776 CPUtime=402.17 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 51100 0 0 0 40054 163 0 0 20 0 1 0 281799251 118554624 28172 33554432000 4194304 8973514 140735029285776 140735029285040 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 28944 28172 445 1167 0 27725 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 115776

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13297
/proc/meminfo: memFree=30295560/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=136256 CPUtime=462.16 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 57758 0 0 0 46028 188 0 0 20 0 1 0 281799251 139526144 33292 33554432000 4194304 8973514 140735029285776 140735029285272 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 34064 33292 445 1167 0 32845 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 136256

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13301
/proc/meminfo: memFree=30343680/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=119872 CPUtime=522.15 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 57761 0 0 0 52002 213 0 0 20 0 1 0 281799251 122748928 29196 33554432000 4194304 8973514 140735029285776 140735029285272 4208855 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 29968 29196 445 1167 0 28749 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 119872

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13301
/proc/meminfo: memFree=30311416/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=148544 CPUtime=582.13 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 64940 0 0 0 57977 236 0 0 20 0 1 0 281799251 152109056 36364 33554432000 4194304 8973514 140735029285776 140735029285272 4459516 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 37136 36364 445 1167 0 35917 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 148544

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 13303
/proc/meminfo: memFree=30345952/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=83008 CPUtime=882.07 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 88314 0 0 0 87862 345 0 0 20 0 1 0 281799251 85000192 19980 33554432000 4194304 8973514 140735029285776 140735029285272 4447936 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 20752 19980 445 1167 0 19533 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 83008

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13303
/proc/meminfo: memFree=30367232/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=83008 CPUtime=942.05 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 96767 0 0 0 93836 369 0 0 20 0 1 0 281799251 85000192 19980 33554432000 4194304 8973514 140735029285776 140735029285272 4208823 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 20752 19980 445 1167 0 19533 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 83008

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13303
/proc/meminfo: memFree=30261672/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=172096 CPUtime=1002.04 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 118820 0 0 0 99812 392 0 0 20 0 1 0 281799251 176226304 42012 33554432000 4194304 8973514 140735029285776 140735029283712 7672562 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 43024 42012 445 1167 0 41805 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 172096

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13303
/proc/meminfo: memFree=30334864/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=108608 CPUtime=1062.01 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 121632 0 0 0 105787 414 0 0 20 0 1 0 281799251 111214592 26380 33554432000 4194304 8973514 140735029285776 140735029285272 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 27152 26380 445 1167 0 25933 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 108608

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 13307
/proc/meminfo: memFree=30336684/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=114752 CPUtime=1122.01 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 130080 0 0 0 111764 437 0 0 20 0 1 0 281799251 117506048 27916 33554432000 4194304 8973514 140735029285776 140735029285272 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 28688 27916 445 1167 0 27469 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 114752

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13307
/proc/meminfo: memFree=30324012/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=136256 CPUtime=1181.99 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 138793 0 0 0 117738 461 0 0 20 0 1 0 281799251 139526144 33292 33554432000 4194304 8973514 140735029285776 140735029285272 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 34064 33292 445 1167 0 32845 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 136256

[startup+1242.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 13307
/proc/meminfo: memFree=30313280/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=123968 CPUtime=1241.98 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 141910 0 0 0 123713 485 0 0 20 0 1 0 281799251 126943232 30009 33554432000 4194304 8973514 140735029285776 140735029285272 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 30992 30009 445 1167 0 29773 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 123968

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13307
/proc/meminfo: memFree=30331372/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=103488 CPUtime=1301.97 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 146729 0 0 0 129687 510 0 0 20 0 1 0 281799251 105971712 25100 33554432000 4194304 8973514 140735029285776 140735029285040 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 25872 25100 445 1167 0 24653 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 103488

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 13307
/proc/meminfo: memFree=30343972/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=114752 CPUtime=1361.95 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 153579 0 0 0 135657 538 0 0 20 0 1 0 281799251 117506048 27845 33554432000 4194304 8973514 140735029285776 140735029285272 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 28688 27845 445 1167 0 27469 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 114752

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 13308
/proc/meminfo: memFree=30349404/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=91200 CPUtime=1421.95 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 159036 0 0 0 141631 564 0 0 20 0 1 0 281799251 93388800 22028 33554432000 4194304 8973514 140735029285776 140735029285040 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 22800 22028 445 1167 0 21581 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 91200

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13308
/proc/meminfo: memFree=30323612/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=136256 CPUtime=1481.92 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 171705 0 0 0 147605 587 0 0 20 0 1 0 281799251 139526144 33154 33554432000 4194304 8973514 140735029285776 140735029285272 4543912 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 34064 33154 445 1167 0 32845 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 136256

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13308
/proc/meminfo: memFree=30347376/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=109632 CPUtime=1541.9 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 184946 0 0 0 153581 609 0 0 20 0 1 0 281799251 112263168 26406 33554432000 4194304 8973514 140735029285776 140735029285272 6534344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 27408 26406 445 1167 0 26189 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 109632

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 13308
/proc/meminfo: memFree=30338784/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=108608 CPUtime=1601.89 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 191440 0 0 0 159553 636 0 0 20 0 1 0 281799251 111214592 26243 33554432000 4194304 8973514 140735029285776 140735029285040 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 27152 26243 445 1167 0 25933 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 108608

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13308
/proc/meminfo: memFree=30355172/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=96320 CPUtime=1661.87 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 202347 0 0 0 165523 664 0 0 20 0 1 0 281799251 98631680 23308 33554432000 4194304 8973514 140735029285776 140735029285272 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 24080 23308 445 1167 0 22861 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 96320

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/178 13312
/proc/meminfo: memFree=30361084/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=95296 CPUtime=1721.85 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 206189 0 0 0 171496 689 0 0 20 0 1 0 281799251 97583104 23052 33554432000 4194304 8973514 140735029285776 140735029285040 4209376 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 23824 23052 445 1167 0 22605 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 95296

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 13312
/proc/meminfo: memFree=30360056/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=95296 CPUtime=1781.84 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 212851 0 0 0 177472 712 0 0 20 0 1 0 281799251 97583104 23052 33554432000 4194304 8973514 140735029285776 140735029285272 4463512 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 23824 23052 445 1167 0 22605 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 95296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13312
/proc/meminfo: memFree=30368428/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=91200 CPUtime=1800.05 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 214387 0 0 0 179286 719 0 0 20 0 1 0 281799251 93388800 22028 33554432000 4194304 8973514 140735029285776 140735029285272 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 22800 22028 445 1167 0 21581 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 91200

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

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

[startup+1800.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13312
/proc/meminfo: memFree=30368428/32873648 swapFree=6860/6860
[pid=13256] ppid=13254 vsize=91200 CPUtime=1800.05 cores=1,3,5,7
/proc/13256/stat : 13256 (toysat) R 13254 13256 9979 0 -1 4202496 214387 0 0 0 179286 719 0 0 20 0 1 0 281799251 93388800 22028 33554432000 4194304 8973514 140735029285776 140735029285272 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/13256/statm: 22800 22028 445 1167 0 21581 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 91200

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1792.86
CPU system time (s): 7.1969
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 206912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.86
system time used= 7.19691
maximum resident set size= 203824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214387
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= 227
involuntary context switches= 4945

runsolver used 3.02954 second user time and 9.64553 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 00:12:12
IDJOB=3706109
IDBENCH=90117
IDSOLVER=2285
FILE ID=node116/3706109-1338156732
RUNJOBID= node116-1338124087-9996
PBS_JOBID= 14624506
Free space on /tmp= 71464 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K104.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3706109-1338156732/watcher-3706109-1338156732 -o /tmp/evaluation-result-3706109-1338156732/solver-3706109-1338156732 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3706109-1338156732.opb

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

MD5SUM BENCH= a8d55fafa030e5024da65ad802ff80be
RANDOM SEED=1539917073

node116.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.556
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.11
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.556
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.556
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		: 2666.556
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.556
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.556
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.556
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.556
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:        30359352 kB
Buffers:          365432 kB
Cached:          1122300 kB
SwapCached:         3240 kB
Active:           969388 kB
Inactive:         707612 kB
Active(anon):     179972 kB
Inactive(anon):     8960 kB
Active(file):     789416 kB
Inactive(file):   698652 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103664 kB
Dirty:              7792 kB
Writeback:             0 kB
AnonPages:        190896 kB
Mapped:            14372 kB
Shmem:                96 kB
Slab:             699380 kB
SReclaimable:     143904 kB
SUnreclaim:       555476 kB
KernelStack:        1456 kB
PageTables:         4532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     301488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 71460 MiB
End job on node116 at 2012-05-28 00:42:15