Trace number 1776570

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
ttsth-5-0 2009-03-19 (16 threads)? (MO) 1476.93 628.306

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq3.cnf
MD5SUMba6236c6cc840bb0208f73665843c375
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3541.26
Satisfiable
(Un)Satisfiability was proved
Number of variables69789
Number of clauses968295
Sum of the clauses size2788367
Maximum clause length110
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2899512
Number of clauses of size 316116
Number of clauses of size 43707
Number of clauses of size 56480
Number of clauses of size over 542479

Solver Data

1.50/1.50	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776570-1244934577.cnf 
1.50/1.50	c Using SATTIMEOUT of 10000
1.50/1.50	c Using SATRAM of 2047
1.50/1.50	c Size of subset node = 16
1.50/1.50	c Variables = 69789
1.50/1.50	c Clauses = 968295
1.50/1.50	c Literals = 2788367
1.50/1.50	c Reduced size:
1.50/1.50	c Variables = 69789
1.50/1.50	c Clauses = 968266
1.50/1.50	c Literals = 2788301
1.50/1.50	c a2
7.30/7.38	c a1
48.69/48.76	c Independent sub-problems = 1
48.69/48.76	c Sub-problem with 69783 variables and 968266 clauses
48.69/48.76	c using permutation method 4
48.69/48.76	c count = 1
48.69/48.76	c Ordering finished 48.420 seconds
48.69/48.76	c mapped 48.750 seconds
48.69/48.76	c permuted 48.750 seconds
48.69/48.76	c about to sort
48.89/48.99	c sorted
570.08/570.12	c clauses now 968266
570.08/570.12	c init finished 50.310 seconds
570.08/570.12	c tree built 570.060 seconds
570.08/570.12	c 
570.08/570.12	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
570.08/570.12	c ---------------------------------|----------------------------------|------------------------------------------------------
570.08/570.12	c ................................ | ..........                       |                      570.1           0.0             
570.08/570.12	c ................................ | ..........                     1 |                      570.1           0.0             
570.08/570.12	c ................................ | ..........                     2 |                      570.1           0.0             
570.08/570.12	c ................................ | ..........                     3 |                      570.1           0.0             
570.08/570.12	c ................................ | ..........                     4 |                      570.1           0.0             
570.08/570.12	c ................................ | ..........                     5 |                      570.1           0.0             
575.77/570.60	c ................................ | ..........                  1000 | 2                    573.8           1.7         3831
583.30/571.01	c ................................ | ..........                  2000 | 3                    577.0           3.5         9317
584.81/571.18	c ................................ | ..........                  3000 | 4                    578.4           5.2        14758
631.64/574.12	c ................................ | ..........                 84000 | 574                  609.3         137.9       292007
876.84/589.81	c ................................ | ..........                556000 | 4552                 800.5         694.5      3023862
1133.38/606.21	c ................................ | *.........               1076000 | 11249               1000.3        1075.7      9792195
1396.22/623.01	c ................................ | *.........               1673000 | 18686               1201.2        1392.8     22928126

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1776570-1244934577/watcher-1776570-1244934577 -o /tmp/evaluation-result-1776570-1244934577/solver-1776570-1244934577 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776570-1244934577.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.88 1.06 1.60 2/184 19647
/proc/meminfo: memFree=19040324/36427776 swapFree=3860/8220
[pid=19647] ppid=19645 vsize=1580 CPUtime=0
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 276 0 0 0 0 0 0 0 20 0 1 0 652764144 1617920 232 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134639534 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 395 233 75 177 0 217 0

[startup+0.039207 s]
/proc/loadavg: 0.88 1.06 1.60 2/184 19647
/proc/meminfo: memFree=19040324/36427776 swapFree=3860/8220
[pid=19647] ppid=19645 vsize=3508 CPUtime=0.02
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 754 0 0 0 2 0 0 0 20 0 1 0 652764144 3592192 710 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 877 711 75 177 0 699 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3508

[startup+0.103232 s]
/proc/loadavg: 0.88 1.06 1.60 2/184 19647
/proc/meminfo: memFree=19040324/36427776 swapFree=3860/8220
[pid=19647] ppid=19645 vsize=7716 CPUtime=0.1
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 1785 0 0 0 10 0 0 0 20 0 1 0 652764144 7901184 1741 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 1929 1742 75 177 0 1751 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7716

[startup+0.303248 s]
/proc/loadavg: 0.88 1.06 1.60 2/184 19647
/proc/meminfo: memFree=19040324/36427776 swapFree=3860/8220
[pid=19647] ppid=19645 vsize=20268 CPUtime=0.3
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 4947 0 0 0 30 0 0 0 20 0 1 0 652764144 20754432 4903 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 5067 4904 75 177 0 4889 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 20268

[startup+0.703264 s]
/proc/loadavg: 0.88 1.06 1.60 2/184 19647
/proc/meminfo: memFree=19040324/36427776 swapFree=3860/8220
[pid=19647] ppid=19645 vsize=45548 CPUtime=0.7
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 11259 0 0 0 66 4 0 0 20 0 1 0 652764144 46641152 11215 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 11387 11216 75 177 0 11209 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 45548

[startup+1.50334 s]
/proc/loadavg: 0.88 1.06 1.60 2/185 19648
/proc/meminfo: memFree=18976444/36427776 swapFree=4500/73044
[pid=19647] ppid=19645 vsize=68168 CPUtime=1.5
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 16660 0 0 0 144 6 0 0 20 0 1 0 652764144 69804032 16616 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 17042 16620 76 177 0 16864 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 68168

[startup+3.10351 s]
/proc/loadavg: 0.88 1.06 1.60 2/185 19648
/proc/meminfo: memFree=18825780/36427776 swapFree=4596/223452
[pid=19647] ppid=19645 vsize=303088 CPUtime=3.1
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 65694 0 0 0 290 20 0 0 20 0 1 0 652764144 310362112 65207 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134680502 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 75772 65207 76 177 0 75594 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 303088

[startup+6.30374 s]
/proc/loadavg: 0.89 1.06 1.60 2/185 19648
/proc/meminfo: memFree=18778196/36427776 swapFree=4616/269880
[pid=19647] ppid=19645 vsize=303088 CPUtime=6.3
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 65710 0 0 0 610 20 0 0 20 0 1 0 652764144 310362112 65223 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134749343 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 75772 65223 76 177 0 75594 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 303088

[startup+12.7003 s]
/proc/loadavg: 0.90 1.06 1.59 2/185 19648
/proc/meminfo: memFree=18815048/36427776 swapFree=4620/233796
[pid=19647] ppid=19645 vsize=242644 CPUtime=12.7
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 68198 0 0 0 1248 22 0 0 20 0 1 0 652764144 248467456 56241 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134555272 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 60661 56241 77 177 0 60483 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 242644

[startup+25.5014 s]
/proc/loadavg: 0.92 1.05 1.58 2/185 19653
/proc/meminfo: memFree=18812880/36427776 swapFree=4620/236140
[pid=19647] ppid=19645 vsize=242644 CPUtime=25.48
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 68716 0 0 0 2526 22 0 0 20 0 1 0 652764144 248467456 56759 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134555272 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 60661 56759 77 177 0 60483 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 242644

[startup+51.1036 s]
/proc/loadavg: 0.95 1.05 1.57 2/185 19653
/proc/meminfo: memFree=18227352/36427776 swapFree=4672/820548
[pid=19647] ppid=19645 vsize=815740 CPUtime=51.09
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 216242 0 0 0 5037 72 0 0 20 0 1 0 652764144 835317760 203339 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134551480 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 203935 203339 91 177 0 203757 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 815740

[startup+102.312 s]
/proc/loadavg: 0.98 1.04 1.53 2/185 19653
/proc/meminfo: memFree=18147496/36427776 swapFree=4676/900148
[pid=19647] ppid=19645 vsize=897756 CPUtime=102.3
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 235670 0 0 0 10150 80 0 0 20 0 1 0 652764144 919302144 222767 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134551480 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 224439 222767 91 177 0 224261 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 897756

[startup+162.301 s]
/proc/loadavg: 1.06 1.04 1.50 2/185 19653
/proc/meminfo: memFree=18136708/36427776 swapFree=4676/911284
[pid=19647] ppid=19645 vsize=907816 CPUtime=162.31
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 238638 0 0 0 16149 82 0 0 20 0 1 0 652764144 929603584 225735 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134551480 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 226954 225735 91 177 0 226776 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 907816

[startup+222.302 s]
/proc/loadavg: 1.02 1.03 1.47 2/185 19653
/proc/meminfo: memFree=18031692/36427776 swapFree=4676/1016484
[pid=19647] ppid=19645 vsize=1040972 CPUtime=222.29
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 264804 0 0 0 22141 88 0 0 20 0 1 0 652764144 1065955328 251901 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134735855 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 260243 251901 91 177 0 260065 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1040972

[startup+282.304 s]
/proc/loadavg: 1.01 1.02 1.44 2/185 19653
/proc/meminfo: memFree=17998572/36427776 swapFree=4676/1049004
[pid=19647] ppid=19645 vsize=1069152 CPUtime=282.28
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 272788 0 0 0 28138 90 0 0 20 0 1 0 652764144 1094811648 259885 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134551480 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 267288 259885 91 177 0 267110 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1069152

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.41 2/185 19658
/proc/meminfo: memFree=17993240/36427776 swapFree=4676/1054396
[pid=19647] ppid=19645 vsize=1069152 CPUtime=342.28
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 274137 0 0 0 34138 90 0 0 20 0 1 0 652764144 1094811648 261234 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134551480 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 267288 261234 91 177 0 267110 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1069152

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.38 2/185 19658
/proc/meminfo: memFree=17992992/36427776 swapFree=4676/1054672
[pid=19647] ppid=19645 vsize=1069152 CPUtime=402.28
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 274338 0 0 0 40138 90 0 0 20 0 1 0 652764144 1094811648 261435 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134551480 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 267288 261435 91 177 0 267110 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1069152

[startup+462.303 s]
/proc/loadavg: 1.00 1.01 1.35 2/185 19661
/proc/meminfo: memFree=17986048/36427776 swapFree=4676/1061208
[pid=19647] ppid=19645 vsize=1069152 CPUtime=462.27
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 275842 0 0 0 46137 90 0 0 20 0 1 0 652764144 1094811648 262939 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134551509 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 267288 262939 91 177 0 267110 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 1069152

[startup+522.3 s]
/proc/loadavg: 1.00 1.00 1.33 2/185 19661
/proc/meminfo: memFree=17821016/36427776 swapFree=4676/1225880
[pid=19647] ppid=19645 vsize=1221304 CPUtime=522.26
/proc/19647/stat : 19647 (ttsth-5-0) R 19645 19647 15497 0 -1 4202496 318966 0 0 0 52124 102 0 0 20 0 1 0 652764144 1250615296 305117 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 305326 305117 91 177 0 305148 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 1221304

[startup+582.302 s]
/proc/loadavg: 3.31 1.49 1.47 17/201 19677
/proc/meminfo: memFree=17650760/36427776 swapFree=4692/1398072
[pid=19647] ppid=19645 vsize=1494416 CPUtime=759.27
/proc/19647/stat : 19647 (ttsth-5-0) S 19645 19647 15497 0 -1 4202496 361891 0 0 0 68421 7506 0 0 20 0 17 0 652764144 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 373604 348042 95 177 0 373426 0
[pid=19647/tid=19662] ppid=19645 vsize=1494416 CPUtime=12.54
/proc/19647/task/19662/stat : 19662 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 911 0 0 0 1112 142 0 0 20 0 17 0 652821156 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134588043 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=19647/tid=19663] ppid=19645 vsize=1494416 CPUtime=11.8
/proc/19647/task/19663/stat : 19663 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 1137 0 0 0 718 462 0 0 20 0 17 0 652821156 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134591122 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=19647/tid=19664] ppid=19645 vsize=1494416 CPUtime=11.82
/proc/19647/task/19664/stat : 19664 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 479 0 0 0 700 482 0 0 20 0 17 0 652821156 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=19647/tid=19665] ppid=19645 vsize=1494416 CPUtime=11.78
/proc/19647/task/19665/stat : 19665 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 742 0 0 0 704 474 0 0 20 0 17 0 652821156 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=19647/tid=19666] ppid=19645 vsize=1494416 CPUtime=11.76
/proc/19647/task/19666/stat : 19666 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 2543 0 0 0 696 480 0 0 20 0 17 0 652821156 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=19647/tid=19667] ppid=19645 vsize=1494416 CPUtime=11.76
/proc/19647/task/19667/stat : 19667 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 1961 0 0 0 672 504 0 0 20 0 17 0 652821156 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=19647/tid=19668] ppid=19645 vsize=1494416 CPUtime=11.82
/proc/19647/task/19668/stat : 19668 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 1351 0 0 0 698 484 0 0 20 0 17 0 652821156 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=19647/tid=19669] ppid=19645 vsize=1494416 CPUtime=11.82
/proc/19647/task/19669/stat : 19669 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 681 0 0 0 694 488 0 0 20 0 17 0 652821156 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=19647/tid=19670] ppid=19645 vsize=1494416 CPUtime=11.78
/proc/19647/task/19670/stat : 19670 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 578 0 0 0 694 484 0 0 20 0 17 0 652821156 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=19647/tid=19671] ppid=19645 vsize=1494416 CPUtime=11.76
/proc/19647/task/19671/stat : 19671 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 1846 0 0 0 680 496 0 0 20 0 17 0 652821156 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=19647/tid=19672] ppid=19645 vsize=1494416 CPUtime=11.78
/proc/19647/task/19672/stat : 19672 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 655 0 0 0 706 472 0 0 20 0 17 0 652821156 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=19647/tid=19673] ppid=19645 vsize=1494416 CPUtime=11.8
/proc/19647/task/19673/stat : 19673 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 526 0 0 0 710 470 0 0 20 0 17 0 652821156 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=19647/tid=19674] ppid=19645 vsize=1494416 CPUtime=11.76
/proc/19647/task/19674/stat : 19674 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 1267 0 0 0 696 480 0 0 20 0 17 0 652821157 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=19647/tid=19675] ppid=19645 vsize=1494416 CPUtime=11.5
/proc/19647/task/19675/stat : 19675 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 742 0 0 0 668 482 0 0 20 0 17 0 652821157 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=19647/tid=19676] ppid=19645 vsize=1494416 CPUtime=11.8
/proc/19647/task/19676/stat : 19676 (ttsth-5-0) S 19645 19647 15497 0 -1 4202560 499 0 0 0 676 504 0 0 20 0 17 0 652821157 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=19647/tid=19677] ppid=19645 vsize=1494416 CPUtime=11.78
/proc/19647/task/19677/stat : 19677 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 1086 0 0 0 694 484 0 0 20 0 17 0 652821157 1530281984 348042 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 759.27
Current children cumulated vsize (KiB) 1494416



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+628.116 s]
/proc/loadavg: 10.00 3.52 2.15 17/201 19682
/proc/meminfo: memFree=17050564/36427776 swapFree=4692/2000412
[pid=19647] ppid=19645 vsize=2098988 CPUtime=1476.62
/proc/19647/stat : 19647 (ttsth-5-0) S 19645 19647 15497 0 -1 4202496 511631 0 0 0 114448 33214 0 0 20 0 17 0 652764144 2149363712 497782 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 524747 497782 95 177 0 524569 0
[pid=19647/tid=19662] ppid=19645 vsize=2098988 CPUtime=58.21
/proc/19647/task/19662/stat : 19662 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 14856 0 0 0 5679 142 0 0 20 0 17 0 652821156 2149363712 497782 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=19647/tid=19663] ppid=19645 vsize=2098988 CPUtime=56.71
/proc/19647/task/19663/stat : 19663 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 11820 0 0 0 3549 2122 0 0 20 0 17 0 652821156 2149363712 497782 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=19647/tid=19664] ppid=19645 vsize=2098988 CPUtime=56.69
/proc/19647/task/19664/stat : 19664 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 8668 0 0 0 3475 2194 0 0 20 0 17 0 652821156 2149363712 497782 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=19647/tid=19665] ppid=19645 vsize=2098988 CPUtime=56.68
/proc/19647/task/19665/stat : 19665 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 13560 0 0 0 3496 2172 0 0 20 0 17 0 652821156 2149363712 497782 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134592435 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=19647/tid=19666] ppid=19645 vsize=2098988 CPUtime=56.64
/proc/19647/task/19666/stat : 19666 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 9831 0 0 0 3506 2158 0 0 20 0 17 0 652821156 2149363712 497783 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134732614 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=19647/tid=19667] ppid=19645 vsize=2098988 CPUtime=56.74
/proc/19647/task/19667/stat : 19667 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 11260 0 0 0 3494 2180 0 0 20 0 17 0 652821156 2149363712 497784 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=19647/tid=19668] ppid=19645 vsize=2098988 CPUtime=56.75
/proc/19647/task/19668/stat : 19668 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 10095 0 0 0 3413 2262 0 0 20 0 17 0 652821156 2149363712 497785 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=19647/tid=19669] ppid=19645 vsize=2098988 CPUtime=56.72
/proc/19647/task/19669/stat : 19669 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 5627 0 0 0 3410 2262 0 0 20 0 17 0 652821156 2149363712 497785 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134592483 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=19647/tid=19670] ppid=19645 vsize=2098988 CPUtime=56.54
/proc/19647/task/19670/stat : 19670 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 7539 0 0 0 3450 2204 0 0 20 0 17 0 652821156 2149363712 497785 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=19647/tid=19671] ppid=19645 vsize=2098988 CPUtime=56.38
/proc/19647/task/19671/stat : 19671 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 9210 0 0 0 3390 2248 0 0 20 0 17 0 652821156 2149363712 497785 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134680464 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=19647/tid=19672] ppid=19645 vsize=2098988 CPUtime=56.59
/proc/19647/task/19672/stat : 19672 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 14447 0 0 0 3499 2160 0 0 20 0 17 0 652821156 2149363712 497785 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=19647/tid=19673] ppid=19645 vsize=2098988 CPUtime=56.54
/proc/19647/task/19673/stat : 19673 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 8437 0 0 0 3484 2170 0 0 20 0 17 0 652821156 2149363712 497785 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=19647/tid=19674] ppid=19645 vsize=2098988 CPUtime=56.54
/proc/19647/task/19674/stat : 19674 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 14211 0 0 0 3480 2174 0 0 20 0 17 0 652821157 2149363712 497786 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134591054 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=19647/tid=19675] ppid=19645 vsize=2098988 CPUtime=55.35
/proc/19647/task/19675/stat : 19675 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 9477 0 0 0 3327 2208 0 0 20 0 17 0 652821157 2149363712 497787 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=19647/tid=19676] ppid=19645 vsize=2098988 CPUtime=56.76
/proc/19647/task/19676/stat : 19676 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 12051 0 0 0 3480 2196 0 0 20 0 17 0 652821157 2149363712 497789 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=19647/tid=19677] ppid=19645 vsize=2098988 CPUtime=56.6
/proc/19647/task/19677/stat : 19677 (ttsth-5-0) R 19645 19647 15497 0 -1 4202560 5658 0 0 0 3416 2244 0 0 20 0 17 0 652821157 2149363712 497790 18446744073709551615 134512640 135237372 4290341488 18446744073709551615 134592217 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1476.62
Current children cumulated vsize (KiB) 2098988

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

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

[startup+628.226 s]
/proc/loadavg: 10.00 3.52 2.15 17/201 19682
/proc/meminfo: memFree=17050564/36427776 swapFree=4692/2000412
[pid=19647] ppid=19645 vsize=0 CPUtime=1476.84
/proc/19647/stat : 19647 (ttsth-5-0) Z 19645 19647 15497 0 -1 4203532 511711 0 0 0 114460 33224 0 0 20 0 2 0 652764144 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 0 0 0 0 0 0 0
[pid=19647/tid=19677] ppid=19645 vsize=0 CPUtime=56.68
/proc/19647/task/19677/stat : 19677 (ttsth-5-0) R 19645 19647 15497 0 -1 4203588 5658 0 0 0 3416 2252 0 0 20 0 2 0 652821157 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1476.84
Current children cumulated vsize (KiB) 0

[startup+628.302 s]
/proc/loadavg: 10.00 3.52 2.15 17/201 19682
/proc/meminfo: memFree=17050564/36427776 swapFree=4692/2000412
[pid=19647] ppid=19645 vsize=0 CPUtime=1476.91
/proc/19647/stat : 19647 (ttsth-5-0) Z 19645 19647 15497 0 -1 4203532 511711 0 0 0 114460 33231 0 0 20 0 2 0 652764144 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19647/statm: 0 0 0 0 0 0 0
[pid=19647/tid=19677] ppid=19645 vsize=0 CPUtime=56.76
/proc/19647/task/19677/stat : 19677 (ttsth-5-0) R 19645 19647 15497 0 -1 4203588 5658 0 0 0 3416 2260 0 0 20 0 2 0 652821157 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1476.91
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 628.306
CPU time (s): 1476.93
CPU user time (s): 1144.57
CPU system time (s): 332.361
CPU usage (%): 235.066
Max. virtual memory (cumulated for all children) (KiB): 2098988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1144.57
system time used= 332.361
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 511711
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= 132354
involuntary context switches= 3066

runsolver used 1.84411 second user time and 4.32427 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 01:09:37
IDJOB=1776570
IDBENCH=20581
IDSOLVER=634
FILE ID=xenhost3-49/1776570-1244934577
PBS_JOBID=
Free space on /tmp= 7007 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq3.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776570-1244934577/watcher-1776570-1244934577 -o /tmp/evaluation-result-1776570-1244934577/solver-1776570-1244934577 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776570-1244934577.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 16

MD5SUM BENCH= ba6236c6cc840bb0208f73665843c375
RANDOM SEED= 1773701815

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
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		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      19040324 kB
Buffers:        473320 kB
Cached:       14134060 kB
SwapCached:          0 kB
Active:        4119816 kB
Inactive:     10495704 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           19748 kB
Writeback:           0 kB
AnonPages:        8220 kB
Mapped:           3196 kB
Slab:           717660 kB
SReclaimable:   690688 kB
SUnreclaim:      26972 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29256 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7007 MiB
End job on xenhost3-49 at 2009-06-14 01:20:08