Trace number 3706107

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.09 1800.51

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K102.opb
MD5SUM2946edf6ae8af40eb44098433ff3dcec
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 benchmark213.965
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6936
Total number of constraints7142
Number of constraints which are clauses7040
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint102
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 103
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.18/0.27	c 2012-05-27T23:58:56+0200
0.18/0.27	c arch = x86_64
0.18/0.27	c os = linux
0.18/0.27	c compiler = ghc 7.4
0.18/0.27	c packages:
0.18/0.27	c   OptDir-0.0.1
0.18/0.27	c   array-0.4.0.0
0.18/0.27	c   base-4.5.0.0
0.18/0.27	c   bytestring-0.9.2.1
0.18/0.27	c   containers-0.4.2.1
0.18/0.27	c   deepseq-1.3.0.0
0.18/0.27	c   mtl-2.1.1
0.18/0.27	c   old_locale-1.0.0.4
0.18/0.27	c   parse_dimacs-1.2
0.18/0.27	c   parsec-3.1.2
0.18/0.27	c   queue-0.1.2
0.18/0.27	c   stm-2.3
0.18/0.27	c   time-1.4
0.18/0.27	c command line = ["--pb","HOME/instance-3706107-1338155936.opb"]
0.18/0.27	c #vars 6936
0.18/0.27	c #constraints 7142
0.18/0.27	c Solving starts ...
22.58/22.61	c learnt constraints deletion: 14602 -> 7301
35.68/35.75	c learnt constraints deletion: 14489 -> 7247
50.08/50.17	c learnt constraints deletion: 15778 -> 7892
72.76/72.80	c learnt constraints deletion: 17526 -> 8768
100.04/100.12	c learnt constraints deletion: 18747 -> 9377
127.03/127.18	c learnt constraints deletion: 18974 -> 9488
151.02/151.11	c learnt constraints deletion: 18721 -> 9361
167.42/167.55	c learnt constraints deletion: 19297 -> 9678
188.62/188.74	c learnt constraints deletion: 20648 -> 10326
208.51/208.68	c learnt constraints deletion: 21019 -> 10561
230.11/230.20	c learnt constraints deletion: 20845 -> 10446
250.81/250.92	c learnt constraints deletion: 20740 -> 10383
270.30/270.43	c learnt constraints deletion: 22836 -> 11424
320.60/320.79	c learnt constraints deletion: 26218 -> 13259
508.24/508.44	c learnt constraints deletion: 24186 -> 12158
538.24/538.47	c learnt constraints deletion: 23023 -> 11539
559.23/559.42	c learnt constraints deletion: 23307 -> 11693
585.03/585.27	c learnt constraints deletion: 23297 -> 11661
608.82/609.01	c learnt constraints deletion: 26152 -> 13084
630.91/631.12	c learnt constraints deletion: 24742 -> 12772
654.41/654.62	c learnt constraints deletion: 25590 -> 13490
699.51/699.73	c learnt constraints deletion: 25704 -> 14019
719.49/719.77	c learnt constraints deletion: 25186 -> 14651
754.79/755.00	c learnt constraints deletion: 27582 -> 15376
785.39/785.62	c learnt constraints deletion: 27219 -> 15877
799.69/799.91	c learnt constraints deletion: 25844 -> 16448
820.98/821.27	c learnt constraints deletion: 27920 -> 17065
850.26/850.57	c learnt constraints deletion: 27434 -> 17557
866.96/867.23	c learnt constraints deletion: 27790 -> 18133
889.56/889.81	c learnt constraints deletion: 28069 -> 18665
906.45/906.78	c learnt constraints deletion: 27258 -> 19103
923.74/924.07	c learnt constraints deletion: 29292 -> 19731
941.24/941.58	c learnt constraints deletion: 28118 -> 20156
969.04/969.30	c learnt constraints deletion: 29668 -> 20611
982.53/982.82	c learnt constraints deletion: 28347 -> 20983
1022.73/1023.06	c learnt constraints deletion: 30758 -> 21426
1032.81/1033.19	c learnt constraints deletion: 27837 -> 21714
1048.62/1048.93	c learnt constraints deletion: 28498 -> 21854
1058.01/1058.32	c learnt constraints deletion: 27865 -> 22146
1067.61/1067.96	c learnt constraints deletion: 27777 -> 22363
1074.32/1074.62	c learnt constraints deletion: 27188 -> 22636
1110.30/1110.65	c learnt constraints deletion: 29695 -> 22978
1160.10/1160.46	c learnt constraints deletion: 30104 -> 23089
1201.89/1202.23	c learnt constraints deletion: 29950 -> 23273
1254.57/1254.90	c learnt constraints deletion: 30298 -> 23312
1267.27/1267.69	c learnt constraints deletion: 31137 -> 23765
1275.77/1276.16	c learnt constraints deletion: 29769 -> 23934
1283.97/1284.39	c learnt constraints deletion: 29872 -> 24273
1301.27/1301.62	c learnt constraints deletion: 32948 -> 24724
1312.57/1312.93	c learnt constraints deletion: 31217 -> 25057
1320.26/1320.62	c learnt constraints deletion: 30090 -> 25362
1329.86/1330.21	c learnt constraints deletion: 31215 -> 25696
1336.87/1337.24	c learnt constraints deletion: 30747 -> 25970
1345.06/1345.48	c learnt constraints deletion: 30079 -> 26253
1351.47/1351.85	c learnt constraints deletion: 30262 -> 26480
1371.46/1371.82	c learnt constraints deletion: 33235 -> 26880
1391.96/1392.35	c learnt constraints deletion: 33617 -> 27025
1411.75/1412.14	c learnt constraints deletion: 33339 -> 27220
1442.44/1442.86	c learnt constraints deletion: 33398 -> 27455
1479.62/1480.01	c learnt constraints deletion: 33387 -> 27617
1515.52/1515.90	c learnt constraints deletion: 33538 -> 27776
1550.51/1550.96	c learnt constraints deletion: 33617 -> 27941
1589.71/1590.10	c learnt constraints deletion: 33740 -> 28053
1636.09/1636.52	c learnt constraints deletion: 33839 -> 28174
1659.40/1659.87	c learnt constraints deletion: 33305 -> 28179
1679.39/1679.82	c learnt constraints deletion: 33393 -> 28376
1704.68/1705.17	c learnt constraints deletion: 33413 -> 28498
1750.17/1750.68	c learnt constraints deletion: 33841 -> 28616
1780.67/1781.16	c learnt constraints deletion: 33587 -> 28751

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 17518
/proc/meminfo: memFree=27035644/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 741 0 0 0 0 0 0 0 20 0 1 0 281720448 6356992 662 33554432000 4194304 8973514 140735153596672 140733283746040 5781973 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 1552 662 415 1167 0 333 0

[startup+0.080229 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 17518
/proc/meminfo: memFree=27035644/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=11328 CPUtime=0.07 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 2098 0 0 0 7 0 0 0 20 0 1 0 281720448 11599872 2019 33554432000 4194304 8973514 140735153596672 140733283746040 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 2832 2019 417 1167 0 1613 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11328

[startup+0.100309 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 17518
/proc/meminfo: memFree=27035644/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=12352 CPUtime=0.09 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 2110 0 0 0 9 0 0 0 20 0 1 0 281720448 12648448 2032 33554432000 4194304 8973514 140735153596672 140733283746040 4209325 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 3088 2036 417 1167 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.300284 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 17518
/proc/meminfo: memFree=27035644/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=23616 CPUtime=0.29 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 5203 0 0 0 28 1 0 0 20 0 1 0 281720448 24182784 5124 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 5904 5124 444 1167 0 4685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23616

[startup+0.700282 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 17518
/proc/meminfo: memFree=27035644/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=23616 CPUtime=0.69 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 5203 0 0 0 68 1 0 0 20 0 1 0 281720448 24182784 5124 33554432000 4194304 8973514 140735153596672 140735153596168 4213713 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 5904 5124 444 1167 0 4685 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23616

[startup+1.5003 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 17519
/proc/meminfo: memFree=27016184/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=23616 CPUtime=1.49 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 5203 0 0 0 148 1 0 0 20 0 1 0 281720448 24182784 5124 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 5904 5124 444 1167 0 4685 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23616

[startup+3.1003 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 17519
/proc/meminfo: memFree=27014548/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=27712 CPUtime=3.08 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 6227 0 0 0 307 1 0 0 20 0 1 0 281720448 28377088 6148 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 6928 6148 444 1167 0 5709 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 27712

[startup+6.30029 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 17519
/proc/meminfo: memFree=27006752/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=35904 CPUtime=6.29 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 8275 0 0 0 626 3 0 0 20 0 1 0 281720448 36765696 8196 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 8976 8196 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.93 1.98 1.99 3/177 17519
/proc/meminfo: memFree=26988936/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=52288 CPUtime=12.69 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 12371 0 0 0 1263 6 0 0 20 0 1 0 281720448 53542912 12292 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 13072 12292 444 1167 0 11853 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52288

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 17519
/proc/meminfo: memFree=26962312/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=75840 CPUtime=25.48 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 18261 0 0 0 2536 12 0 0 20 0 1 0 281720448 77660160 18182 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 18960 18182 445 1167 0 17741 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 75840

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 17519
/proc/meminfo: memFree=26947040/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=89152 CPUtime=51.08 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 21589 0 0 0 5088 20 0 0 20 0 1 0 281720448 91291648 21510 33554432000 4194304 8973514 140735153596672 140735153594624 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 22288 21510 445 1167 0 21069 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 89152

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 17522
/proc/meminfo: memFree=26908536/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=119872 CPUtime=102.24 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 29312 0 0 0 10187 37 0 0 20 0 1 0 281720448 122748928 29195 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 29968 29195 445 1167 0 28749 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 119872

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 17545
/proc/meminfo: memFree=26923208/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=99392 CPUtime=162.22 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 29577 0 0 0 16167 55 0 0 20 0 1 0 281720448 101777408 24075 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 24848 24075 445 1167 0 23629 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 99392

[startup+222.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/177 17585
/proc/meminfo: memFree=27359348/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=99392 CPUtime=222.21 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 30601 0 0 0 22145 76 0 0 20 0 1 0 281720448 101777408 24075 33554432000 4194304 8973514 140735153596672 140735153596168 4424744 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 24848 24075 445 1167 0 23629 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 99392

[startup+282.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/177 17585
/proc/meminfo: memFree=27279076/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=98368 CPUtime=282.2 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 32395 0 0 0 28123 97 0 0 20 0 1 0 281720448 100728832 23819 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 24592 23819 445 1167 0 23373 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 98368

[startup+342.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/177 17585
/proc/meminfo: memFree=27220392/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=138304 CPUtime=342.18 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 42379 0 0 0 34103 115 0 0 20 0 1 0 281720448 141623296 33803 33554432000 4194304 8973514 140735153596672 140735153596168 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 34576 33803 445 1167 0 33357 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 138304

[startup+402.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/177 17585
/proc/meminfo: memFree=27243128/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=158784 CPUtime=402.16 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 47413 0 0 0 40083 133 0 0 20 0 1 0 281720448 162594816 38817 33554432000 4194304 8973514 140735153596672 140735153595936 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 39696 38817 445 1167 0 38477 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 158784

[startup+462.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/177 17585
/proc/meminfo: memFree=27223812/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=188480 CPUtime=462.15 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 54956 0 0 0 46070 145 0 0 20 0 1 0 281720448 193003520 46347 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 47120 46347 445 1167 0 45901 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 188480

[startup+522.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/177 17586
/proc/meminfo: memFree=27223752/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=200768 CPUtime=522.14 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 58028 0 0 0 52058 156 0 0 20 0 1 0 281720448 205586432 49419 33554432000 4194304 8973514 140735153596672 140735153596168 4208846 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 50192 49419 445 1167 0 48973 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 200768

[startup+582.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/177 17586
/proc/meminfo: memFree=27300268/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=119872 CPUtime=582.13 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 58031 0 0 0 58036 177 0 0 20 0 1 0 281720448 122748928 29195 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 29968 29195 445 1167 0 28749 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 119872

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 17590
/proc/meminfo: memFree=27320472/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=85056 CPUtime=882.05 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 100838 0 0 0 87917 288 0 0 20 0 1 0 281720448 87097344 20256 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 21264 20256 445 1167 0 20045 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 85056

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17590
/proc/meminfo: memFree=27335088/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=95296 CPUtime=942.04 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 110430 0 0 0 93894 310 0 0 20 0 1 0 281720448 97583104 22927 33554432000 4194304 8973514 140735153596672 140735153595936 6535501 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 23824 22927 445 1167 0 22605 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 95296

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17590
/proc/meminfo: memFree=27305964/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=105536 CPUtime=1002.03 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 117993 0 0 0 99870 333 0 0 20 0 1 0 281720448 108068864 25364 33554432000 4194304 8973514 140735153596672 140735153596168 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 26384 25364 445 1167 0 25165 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 105536

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17590
/proc/meminfo: memFree=27271384/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=91200 CPUtime=1062.02 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 126697 0 0 0 105848 354 0 0 20 0 1 0 281720448 93388800 22027 33554432000 4194304 8973514 140735153596672 140735153595936 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 22800 22027 445 1167 0 21581 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 91200

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17591
/proc/meminfo: memFree=27298376/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=98368 CPUtime=1122 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 128492 0 0 0 111825 375 0 0 20 0 1 0 281720448 100728832 23819 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 24592 23819 445 1167 0 23373 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 98368

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17591
/proc/meminfo: memFree=27314208/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=91200 CPUtime=1181.99 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 132590 0 0 0 117802 397 0 0 20 0 1 0 281720448 93388800 22027 33554432000 4194304 8973514 140735153596672 140735153596168 4462235 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 22800 22027 445 1167 0 21581 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 91200

[startup+1242.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/177 17591
/proc/meminfo: memFree=27298116/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=103488 CPUtime=1241.97 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 135927 0 0 0 123778 419 0 0 20 0 1 0 281720448 105971712 25099 33554432000 4194304 8973514 140735153596672 140735153595936 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 25872 25099 445 1167 0 24653 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 103488

[startup+1302.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 17594
/proc/meminfo: memFree=27314972/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=91200 CPUtime=1301.97 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 140535 0 0 0 129760 437 0 0 20 0 1 0 281720448 93388800 22027 33554432000 4194304 8973514 140735153596672 140735153595936 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 22800 22027 445 1167 0 21581 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 91200

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 17594
/proc/meminfo: memFree=27302464/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=84032 CPUtime=1361.96 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 140792 0 0 0 135735 461 0 0 20 0 1 0 281720448 86048768 20235 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 21008 20235 445 1167 0 19789 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 84032

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 17595
/proc/meminfo: memFree=27303512/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=103488 CPUtime=1421.95 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 152070 0 0 0 141707 488 0 0 20 0 1 0 281720448 105971712 25099 33554432000 4194304 8973514 140735153596672 140735153595936 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 25872 25099 445 1167 0 24653 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 103488

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 17595
/proc/meminfo: memFree=27269972/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=111680 CPUtime=1481.93 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 160527 0 0 0 147679 514 0 0 20 0 1 0 281720448 114360320 27147 33554432000 4194304 8973514 140735153596672 140735153595936 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 27920 27147 445 1167 0 26701 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 111680

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17595
/proc/meminfo: memFree=27281900/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=110656 CPUtime=1541.91 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 165557 0 0 0 153650 541 0 0 20 0 1 0 281720448 113311744 26790 33554432000 4194304 8973514 140735153596672 140735153578688 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 27664 26790 445 1167 0 26445 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 110656

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17595
/proc/meminfo: memFree=27263356/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=129088 CPUtime=1601.9 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 170266 0 0 0 159623 567 0 0 20 0 1 0 281720448 132186112 31499 33554432000 4194304 8973514 140735153596672 140735153595936 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 32272 31499 445 1167 0 31053 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 129088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17595
/proc/meminfo: memFree=27288168/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=111680 CPUtime=1661.89 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 171037 0 0 0 165597 592 0 0 20 0 1 0 281720448 114360320 27147 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 27920 27147 445 1167 0 26701 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 111680

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17596
/proc/meminfo: memFree=27290040/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=115776 CPUtime=1721.89 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 172061 0 0 0 171570 619 0 0 20 0 1 0 281720448 118554624 28171 33554432000 4194304 8973514 140735153596672 140735153595936 4213862 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 28944 28171 445 1167 0 27725 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 115776

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17596
/proc/meminfo: memFree=27281148/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=122944 CPUtime=1781.88 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 179487 0 0 0 177545 643 0 0 20 0 1 0 281720448 125894656 29963 33554432000 4194304 8973514 140735153596672 140735153595936 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 30736 29963 445 1167 0 29517 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 122944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17596
/proc/meminfo: memFree=27281340/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=122944 CPUtime=1800.08 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 179487 0 0 0 179358 650 0 0 20 0 1 0 281720448 125894656 29963 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 30736 29963 445 1167 0 29517 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 122944

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.00 2.00 2.00 3/177 17596
/proc/meminfo: memFree=27281340/32873648 swapFree=6848/6848
[pid=17518] ppid=17516 vsize=122944 CPUtime=1800.08 cores=1,3,5,7
/proc/17518/stat : 17518 (toysat) R 17516 17518 14927 0 -1 4202496 179487 0 0 0 179358 650 0 0 20 0 1 0 281720448 125894656 29963 33554432000 4194304 8973514 140735153596672 140735153596168 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/17518/statm: 30736 29963 445 1167 0 29517 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 122944

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1793.58
CPU system time (s): 6.50901
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 200768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.58
system time used= 6.50901
maximum resident set size= 197676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179487
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= 205
involuntary context switches= 1866

runsolver used 3.3115 second user time and 9.23559 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-27 23:58:56
IDJOB=3706107
IDBENCH=90112
IDSOLVER=2285
FILE ID=node113/3706107-1338155936
RUNJOBID= node113-1338122976-14944
PBS_JOBID= 14624493
Free space on /tmp= 71344 MiB

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

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

MD5SUM BENCH= 2946edf6ae8af40eb44098433ff3dcec
RANDOM SEED=38040106

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:        27035544 kB
Buffers:          353444 kB
Cached:          4205520 kB
SwapCached:            0 kB
Active:          1562948 kB
Inactive:        3438208 kB
Active(anon):     444592 kB
Inactive(anon):        0 kB
Active(file):    1118356 kB
Inactive(file):  3438208 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7796 kB
Writeback:             0 kB
AnonPages:        450420 kB
Mapped:            16128 kB
Shmem:               200 kB
Slab:             695684 kB
SReclaimable:     139412 kB
SUnreclaim:       556272 kB
KernelStack:        1472 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     558096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 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= 71380 MiB
End job on node113 at 2012-05-28 00:28:59