Trace number 3706116

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K81.opb
MD5SUM07ddcd712bd0834d3fad6b8ca9adfb4d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
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 82
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.21	c 2012-05-28T10:01:14+0200
0.19/0.21	c arch = x86_64
0.19/0.21	c os = linux
0.19/0.21	c compiler = ghc 7.4
0.19/0.21	c packages:
0.19/0.21	c   OptDir-0.0.1
0.19/0.21	c   array-0.4.0.0
0.19/0.21	c   base-4.5.0.0
0.19/0.21	c   bytestring-0.9.2.1
0.19/0.21	c   containers-0.4.2.1
0.19/0.21	c   deepseq-1.3.0.0
0.19/0.21	c   mtl-2.1.1
0.19/0.21	c   old_locale-1.0.0.4
0.19/0.21	c   parse_dimacs-1.2
0.19/0.21	c   parsec-3.1.2
0.19/0.21	c   queue-0.1.2
0.19/0.21	c   stm-2.3
0.19/0.21	c   time-1.4
0.19/0.21	c command line = ["--pb","HOME/instance-3706116-1338192074.opb"]
0.19/0.21	c #vars 5508
0.19/0.21	c #constraints 5672
0.19/0.21	c Solving starts ...
13.39/13.46	c learnt constraints deletion: 10358 -> 5188
21.68/21.77	c learnt constraints deletion: 10815 -> 5408
38.58/38.66	c learnt constraints deletion: 13467 -> 6756
54.78/54.81	c learnt constraints deletion: 12548 -> 6274
66.78/66.86	c learnt constraints deletion: 13125 -> 6570
84.07/84.16	c learnt constraints deletion: 14653 -> 7388
97.87/97.96	c learnt constraints deletion: 15029 -> 7523
127.55/127.62	c learnt constraints deletion: 16101 -> 8051
146.55/146.66	c learnt constraints deletion: 16648 -> 8357
174.65/174.77	c learnt constraints deletion: 16806 -> 8534
220.94/221.07	c learnt constraints deletion: 17228 -> 8756
241.83/241.93	c learnt constraints deletion: 17357 -> 8701
259.71/259.80	c learnt constraints deletion: 16807 -> 8423
286.71/286.88	c learnt constraints deletion: 17584 -> 8839
313.01/313.16	c learnt constraints deletion: 17704 -> 8904
345.50/345.64	c learnt constraints deletion: 17953 -> 9047
397.49/397.67	c learnt constraints deletion: 18514 -> 9267
438.58/438.72	c learnt constraints deletion: 19585 -> 9827
465.28/465.43	c learnt constraints deletion: 19250 -> 9625
480.48/480.68	c learnt constraints deletion: 18262 -> 9199
505.27/505.43	c learnt constraints deletion: 19003 -> 9526
523.97/524.14	c learnt constraints deletion: 18923 -> 9481
566.15/566.40	c learnt constraints deletion: 19305 -> 9653
624.44/624.65	c learnt constraints deletion: 22238 -> 11354
721.52/721.73	c learnt constraints deletion: 20895 -> 10496
748.92/749.17	c learnt constraints deletion: 20955 -> 10546
798.00/798.23	c learnt constraints deletion: 21399 -> 10791
881.77/882.05	c learnt constraints deletion: 22027 -> 11382
900.37/900.69	c learnt constraints deletion: 21145 -> 11643
933.27/933.54	c learnt constraints deletion: 20674 -> 11952
971.97/972.30	c learnt constraints deletion: 21480 -> 12301
1004.45/1004.74	c learnt constraints deletion: 21395 -> 12497
1023.96/1024.29	c learnt constraints deletion: 21892 -> 12843
1074.25/1074.54	c learnt constraints deletion: 23239 -> 13377
1121.13/1121.43	c learnt constraints deletion: 23401 -> 13803
1161.52/1161.81	c learnt constraints deletion: 23901 -> 14255
1236.20/1236.54	c learnt constraints deletion: 23533 -> 14358
1273.00/1273.30	c learnt constraints deletion: 23747 -> 14718
1294.70/1295.03	c learnt constraints deletion: 23945 -> 15010
1315.89/1316.22	c learnt constraints deletion: 22697 -> 15363
1341.79/1342.14	c learnt constraints deletion: 23346 -> 15739
1371.18/1371.56	c learnt constraints deletion: 23326 -> 15845
1388.88/1389.23	c learnt constraints deletion: 23148 -> 16107
1411.99/1412.40	c learnt constraints deletion: 23714 -> 16406
1436.37/1436.77	c learnt constraints deletion: 23353 -> 16560
1463.06/1463.43	c learnt constraints deletion: 23966 -> 16773
1498.16/1498.56	c learnt constraints deletion: 23699 -> 16954
1527.25/1527.62	c learnt constraints deletion: 23643 -> 17148
1548.85/1549.27	c learnt constraints deletion: 23398 -> 17322
1579.44/1579.89	c learnt constraints deletion: 24014 -> 17485
1622.04/1622.44	c learnt constraints deletion: 25558 -> 17453
1671.23/1671.66	c learnt constraints deletion: 26642 -> 17733
1705.72/1706.14	c learnt constraints deletion: 24708 -> 17949
1727.41/1727.81	c learnt constraints deletion: 25152 -> 18211
1742.70/1743.10	c learnt constraints deletion: 25963 -> 18547
1769.41/1769.90	c learnt constraints deletion: 25755 -> 18952

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

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

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


[startup+0 s]
/proc/loadavg: 1.87 1.98 1.91 3/179 21539
/proc/meminfo: memFree=31351264/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=7232 CPUtime=0 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 829 0 0 0 0 0 0 0 20 0 1 0 285332161 7405568 750 33554432000 4194304 8973514 140733445368656 140735779888008 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 1808 750 415 1167 0 589 0

[startup+0.035805 s]
/proc/loadavg: 1.87 1.98 1.91 3/179 21539
/proc/meminfo: memFree=31351264/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=8256 CPUtime=0.03 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 1243 0 0 0 3 0 0 0 20 0 1 0 285332161 8454144 1164 33554432000 4194304 8973514 140733445368656 140735779888008 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 2064 1164 417 1167 0 845 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8256

[startup+0.100233 s]
/proc/loadavg: 1.87 1.98 1.91 3/179 21539
/proc/meminfo: memFree=31351264/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=12352 CPUtime=0.09 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 2345 0 0 0 9 0 0 0 20 0 1 0 285332161 12648448 2266 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 3088 2272 418 1167 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.300265 s]
/proc/loadavg: 1.87 1.98 1.91 3/179 21539
/proc/meminfo: memFree=31351264/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=20544 CPUtime=0.28 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 4327 0 0 0 28 0 0 0 20 0 1 0 285332161 21037056 4248 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 5136 4248 444 1167 0 3917 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 20544

[startup+0.700275 s]
/proc/loadavg: 1.87 1.98 1.91 3/179 21539
/proc/meminfo: memFree=31351264/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=20544 CPUtime=0.69 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 4435 0 0 0 68 1 0 0 20 0 1 0 285332161 21037056 4356 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 5136 4356 444 1167 0 3917 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20544

[startup+1.50025 s]
/proc/loadavg: 1.87 1.98 1.91 3/180 21540
/proc/meminfo: memFree=31328432/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=22592 CPUtime=1.49 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 4816 0 0 0 148 1 0 0 20 0 1 0 285332161 23134208 4737 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 5648 4737 444 1167 0 4429 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22592

[startup+3.10024 s]
/proc/loadavg: 1.87 1.98 1.91 3/180 21540
/proc/meminfo: memFree=31321612/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=26688 CPUtime=3.09 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 5971 0 0 0 307 2 0 0 20 0 1 0 285332161 27328512 5892 33554432000 4194304 8973514 140733445368656 140733445367920 4442556 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 6672 5892 444 1167 0 5453 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26688

[startup+6.30026 s]
/proc/loadavg: 1.88 1.98 1.91 3/180 21540
/proc/meminfo: memFree=31304152/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=35904 CPUtime=6.29 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 8088 0 0 0 625 4 0 0 20 0 1 0 285332161 36765696 8009 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 8976 8009 444 1167 0 7757 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35904

[startup+12.7002 s]
/proc/loadavg: 1.89 1.98 1.91 3/180 21540
/proc/meminfo: memFree=31268396/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=53312 CPUtime=12.69 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 12627 0 0 0 1262 7 0 0 20 0 1 0 285332161 54591488 12548 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 13328 12548 444 1167 0 12109 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53312

[startup+25.5003 s]
/proc/loadavg: 1.91 1.98 1.91 3/180 21540
/proc/meminfo: memFree=31239152/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=60480 CPUtime=25.49 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 14420 0 0 0 2537 12 0 0 20 0 1 0 285332161 61931520 14341 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 15120 14341 445 1167 0 13901 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60480

[startup+51.1003 s]
/proc/loadavg: 1.94 1.98 1.91 3/179 21540
/proc/meminfo: memFree=31210344/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=76864 CPUtime=51.08 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 18516 0 0 0 5086 22 0 0 20 0 1 0 285332161 78708736 18437 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 19216 18437 445 1167 0 17997 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 76864

[startup+102.307 s]
/proc/loadavg: 2.03 1.99 1.92 3/179 21540
/proc/meminfo: memFree=31215104/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=77888 CPUtime=102.26 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 19822 0 0 0 10187 39 0 0 20 0 1 0 285332161 79757312 18698 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 19472 18698 445 1167 0 18253 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 77888

[startup+162.3 s]
/proc/loadavg: 2.01 1.99 1.92 3/179 21541
/proc/meminfo: memFree=31192772/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=97344 CPUtime=162.25 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 24691 0 0 0 16164 61 0 0 20 0 1 0 285332161 99680256 23562 33554432000 4194304 8973514 140733445368656 140733445367920 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 24336 23562 445 1167 0 23117 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 97344

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/179 21541
/proc/meminfo: memFree=31104880/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=128064 CPUtime=222.24 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 32371 0 0 0 22140 84 0 0 20 0 1 0 285332161 131137536 31242 33554432000 4194304 8973514 140733445368656 140733445367920 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 32016 31242 445 1167 0 30797 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 128064

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/179 21541
/proc/meminfo: memFree=31151472/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=96320 CPUtime=282.21 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 33509 0 0 0 28116 105 0 0 20 0 1 0 285332161 98631680 23145 33554432000 4194304 8973514 140733445368656 140733445368152 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 24080 23145 445 1167 0 22861 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 96320

[startup+342.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/179 21541
/proc/meminfo: memFree=31160312/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=107584 CPUtime=342.21 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 36841 0 0 0 34096 125 0 0 20 0 1 0 285332161 110166016 25965 33554432000 4194304 8973514 140733445368656 140733445367920 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 26896 25965 445 1167 0 25677 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 107584

[startup+402.3 s]
/proc/loadavg: 2.02 2.00 1.93 3/179 21541
/proc/meminfo: memFree=31168412/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=99392 CPUtime=402.19 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 38031 0 0 0 40072 147 0 0 20 0 1 0 285332161 101777408 24074 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 24848 24074 445 1167 0 23629 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 99392

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21542
/proc/meminfo: memFree=31176652/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=87104 CPUtime=462.18 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 38031 0 0 0 46048 170 0 0 20 0 1 0 285332161 89194496 21002 33554432000 4194304 8973514 140733445368656 140733445368152 4209340 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 21776 21002 445 1167 0 20557 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 87104

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21542
/proc/meminfo: memFree=31188436/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=70720 CPUtime=522.17 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 42153 0 0 0 52026 191 0 0 20 0 1 0 285332161 72417280 16675 33554432000 4194304 8973514 140733445368656 140733445367920 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 17680 16675 445 1167 0 16461 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 70720

[startup+582.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/180 21545
/proc/meminfo: memFree=31164144/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=88128 CPUtime=582.15 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 48608 0 0 0 58001 214 0 0 20 0 1 0 285332161 90243072 21070 33554432000 4194304 8973514 140733445368656 140733445367920 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 22032 21070 445 1167 0 20813 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 88128

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.17 2.06 1.95 3/179 21546
/proc/meminfo: memFree=31190824/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=92224 CPUtime=822.09 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 69295 0 0 0 81915 294 0 0 20 0 1 0 285332161 94437376 22272 33554432000 4194304 8973514 140733445368656 140733445368152 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 23056 22272 445 1167 0 21837 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 92224

[startup+882.3 s]
/proc/loadavg: 2.06 2.04 1.95 3/179 21546
/proc/meminfo: memFree=31134720/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=138304 CPUtime=882.07 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 80798 0 0 0 87899 308 0 0 20 0 1 0 285332161 141623296 33755 33554432000 4194304 8973514 140733445368656 140733445368152 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 34576 33755 445 1167 0 33357 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 138304

[startup+942.3 s]
/proc/loadavg: 2.10 2.05 1.96 3/179 21546
/proc/meminfo: memFree=31153716/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=96320 CPUtime=942.07 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 83407 0 0 0 93878 329 0 0 20 0 1 0 285332161 98631680 23306 33554432000 4194304 8973514 140733445368656 140733445367920 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 24080 23306 445 1167 0 22861 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 96320

[startup+1002.3 s]
/proc/loadavg: 2.04 2.04 1.96 3/179 21546
/proc/meminfo: memFree=31178708/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=105536 CPUtime=1002.06 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 87880 0 0 0 99859 347 0 0 20 0 1 0 285332161 108068864 25381 33554432000 4194304 8973514 140733445368656 140733445367920 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 26384 25381 445 1167 0 25165 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 105536

[startup+1062.3 s]
/proc/loadavg: 2.01 2.03 1.96 3/179 21547
/proc/meminfo: memFree=31169160/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=103488 CPUtime=1062.05 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 93485 0 0 0 105835 370 0 0 20 0 1 0 285332161 105971712 25098 33554432000 4194304 8973514 140733445368656 140733445368152 4537673 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 25872 25098 445 1167 0 24653 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 103488

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/179 21547
/proc/meminfo: memFree=31162072/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=110656 CPUtime=1122.04 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 98610 0 0 0 111817 387 0 0 20 0 1 0 285332161 113311744 26890 33554432000 4194304 8973514 140733445368656 140733445367920 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 27664 26890 445 1167 0 26445 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 110656

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/180 21550
/proc/meminfo: memFree=31172756/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=115776 CPUtime=1182.02 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 107071 0 0 0 117796 406 0 0 20 0 1 0 285332161 118554624 28170 33554432000 4194304 8973514 140733445368656 140733445368152 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 28944 28170 445 1167 0 27725 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 115776

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 21550
/proc/meminfo: memFree=31187548/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=100416 CPUtime=1242.01 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 111681 0 0 0 123780 421 0 0 20 0 1 0 285332161 102825984 24330 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 25104 24330 445 1167 0 23885 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 100416

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21550
/proc/meminfo: memFree=31195768/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=88128 CPUtime=1302.01 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 116545 0 0 0 129758 443 0 0 20 0 1 0 285332161 90243072 21258 33554432000 4194304 8973514 140733445368656 140733445368152 4204592 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 22032 21258 445 1167 0 20813 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 88128

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21551
/proc/meminfo: memFree=31196816/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=91200 CPUtime=1361.99 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 120641 0 0 0 135737 462 0 0 20 0 1 0 285332161 93388800 22026 33554432000 4194304 8973514 140733445368656 140733445368152 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 22800 22026 445 1167 0 21581 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 91200

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21551
/proc/meminfo: memFree=31169080/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=111680 CPUtime=1421.98 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 128837 0 0 0 141714 484 0 0 20 0 1 0 285332161 114360320 27146 33554432000 4194304 8973514 140733445368656 140733445366592 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 27920 27146 445 1167 0 26701 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 111680

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/179 21551
/proc/meminfo: memFree=31180448/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=111680 CPUtime=1481.96 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 131661 0 0 0 147692 504 0 0 20 0 1 0 285332161 114360320 27146 33554432000 4194304 8973514 140733445368656 140733445367760 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 27920 27146 445 1167 0 26701 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 111680

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21551
/proc/meminfo: memFree=31168212/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=103488 CPUtime=1541.95 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 136016 0 0 0 153670 525 0 0 20 0 1 0 285332161 105971712 25098 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 25872 25098 445 1167 0 24653 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 103488

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/179 21551
/proc/meminfo: memFree=31147512/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=115776 CPUtime=1601.93 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 141141 0 0 0 159651 542 0 0 20 0 1 0 285332161 118554624 28170 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 28944 28170 445 1167 0 27725 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 115776

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21552
/proc/meminfo: memFree=31122316/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=124992 CPUtime=1661.92 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 148757 0 0 0 165633 559 0 0 20 0 1 0 285332161 127991808 30410 33554432000 4194304 8973514 140733445368656 140733445368152 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 31248 30410 445 1167 0 30029 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 124992

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21552
/proc/meminfo: memFree=31151696/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=117824 CPUtime=1721.91 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 150876 0 0 0 171613 578 0 0 20 0 1 0 285332161 120651776 28682 33554432000 4194304 8973514 140733445368656 140733445367920 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 29456 28682 445 1167 0 28237 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 117824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 21555
/proc/meminfo: memFree=31157640/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=118848 CPUtime=1781.9 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 150900 0 0 0 177595 595 0 0 20 0 1 0 285332161 121700352 28706 33554432000 4194304 8973514 140733445368656 140733445368152 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 29712 28706 445 1167 0 28493 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 118848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 21556
/proc/meminfo: memFree=31244040/32873844 swapFree=7616/7616
[pid=21539] ppid=21537 vsize=118848 CPUtime=1800 cores=1,3,5,7
/proc/21539/stat : 21539 (toysat) R 21537 21539 21285 0 -1 4202496 150900 0 0 0 179401 599 0 0 20 0 1 0 285332161 121700352 28706 33554432000 4194304 8973514 140733445368656 140733445367920 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/21539/statm: 29712 28706 445 1167 0 28493 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 118848

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.02
CPU user time (s): 1794.02
CPU system time (s): 6.00009
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 138304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.02
system time used= 6.00009
maximum resident set size= 135208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150900
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= 174
involuntary context switches= 1841

runsolver used 3.44948 second user time and 9.99548 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-28 10:01:14
IDJOB=3706116
IDBENCH=90126
IDSOLVER=2285
FILE ID=node135/3706116-1338192074
RUNJOBID= node135-1338188468-21302
PBS_JOBID= 14624569
Free space on /tmp= 71636 MiB

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

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

MD5SUM BENCH= 07ddcd712bd0834d3fad6b8ca9adfb4d
RANDOM SEED=1441210417

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31352660 kB
Buffers:          317040 kB
Cached:           366692 kB
SwapCached:         1720 kB
Active:           563036 kB
Inactive:         142288 kB
Active(anon):      11640 kB
Inactive(anon):    12016 kB
Active(file):     551396 kB
Inactive(file):   130272 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:             15224 kB
Writeback:             0 kB
AnonPages:         27012 kB
Mapped:            13208 kB
Shmem:               132 kB
Slab:             675436 kB
SReclaimable:     117464 kB
SUnreclaim:       557972 kB
KernelStack:        1464 kB
PageTables:         3572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     135580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71628 MiB
End job on node135 at 2012-05-28 10:31:16