Trace number 1778895

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) 708.376 57.3131

General information on the benchmark

NameAPPLICATIONS/
bitverif/minand/minand128.cnf
MD5SUM34e3afebec3eaf03cbcceb51b352993a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.51
Satisfiable
(Un)Satisfiability was proved
Number of variables53999
Number of clauses159692
Sum of the clauses size372612
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2106460
Number of clauses of size 353230
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.20/0.25	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1778895-1244946985.cnf 
0.20/0.25	c Using SATTIMEOUT of 10000
0.20/0.25	c Using SATRAM of 2047
0.20/0.25	c Size of subset node = 16
0.20/0.25	c Variables = 53999
0.20/0.25	c Clauses = 159692
0.20/0.25	c Literals = 372612
0.20/0.25	c Reduced size:
0.20/0.25	c Variables = 53999
0.20/0.25	c Clauses = 159648
0.20/0.25	c Literals = 372509
0.20/0.25	c a2
0.40/0.42	c a1
10.10/10.17	c Independent sub-problems = 1
10.10/10.17	c Sub-problem with 53981 variables and 159648 clauses
10.10/10.17	c using permutation method 4
10.10/10.17	c count = 1
10.10/10.17	c Ordering finished 10.120 seconds
10.10/10.17	c mapped 10.160 seconds
10.10/10.17	c permuted 10.160 seconds
10.10/10.17	c about to sort
10.20/10.20	c sorted
12.00/12.05	c clauses now 159648
12.00/12.05	c init finished 11.210 seconds
12.00/12.05	c tree built 12.020 seconds
12.00/12.05	c 
12.00/12.05	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
12.00/12.05	c ---------------------------------|----------------------------------|------------------------------------------------------
12.00/12.05	c ................................ | ..........                       |                       12.1           0.0             
12.00/12.05	c ................................ | ..........                     1 |                       12.1           0.1             
12.00/12.05	c ................................ | ..........                     2 |                       12.1           0.2             
12.00/12.05	c ................................ | ..........                     3 |                       12.1           0.2             
12.00/12.05	c ................................ | ..........                     4 |                       12.1           0.3             
12.00/12.05	c ................................ | ..........                     5 |                       12.1           0.4             
12.00/12.06	c ................................ | ..........                  1000 | 8                     12.2          82.3          426
328.96/32.47	c ................................ | ..........               1102000 | 5424                 207.6        5308.0     14721038
625.19/51.90	c ................................ | ..........               1290000 | 6648                 401.1        3216.4     46139438

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-1778895-1244946985/watcher-1778895-1244946985 -o /tmp/evaluation-result-1778895-1244946985/solver-1778895-1244946985 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1778895-1244946985.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: 12.89 5.47 5.73 2/184 21894
/proc/meminfo: memFree=19046580/36427776 swapFree=3888/8324
[pid=21894] ppid=21892 vsize=1540 CPUtime=0
/proc/21894/stat : 21894 (ttsth-5-0) R 21892 21894 15497 0 -1 4202496 281 0 0 0 0 0 0 0 20 0 1 0 654004847 1576960 238 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134732614 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/21894/statm: 385 239 75 177 0 207 0

[startup+0.067217 s]
/proc/loadavg: 12.89 5.47 5.73 2/184 21894
/proc/meminfo: memFree=19046580/36427776 swapFree=3888/8324
[pid=21894] ppid=21892 vsize=5468 CPUtime=0.06
/proc/21894/stat : 21894 (ttsth-5-0) R 21892 21894 15497 0 -1 4202496 1242 0 0 0 6 0 0 0 20 0 1 0 654004847 5599232 1199 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134536395 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/21894/statm: 1367 1201 75 177 0 1189 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5468

[startup+0.103205 s]
/proc/loadavg: 12.89 5.47 5.73 2/184 21894
/proc/meminfo: memFree=19046580/36427776 swapFree=3888/8324
[pid=21894] ppid=21892 vsize=7892 CPUtime=0.1
/proc/21894/stat : 21894 (ttsth-5-0) R 21892 21894 15497 0 -1 4202496 1840 0 0 0 10 0 0 0 20 0 1 0 654004847 8081408 1797 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134732614 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/21894/statm: 1973 1799 75 177 0 1795 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7892

[startup+0.303225 s]
/proc/loadavg: 12.89 5.47 5.73 2/184 21894
/proc/meminfo: memFree=19046580/36427776 swapFree=3888/8324
[pid=21894] ppid=21892 vsize=23428 CPUtime=0.3
/proc/21894/stat : 21894 (ttsth-5-0) R 21892 21894 15497 0 -1 4202496 5584 0 0 0 26 4 0 0 20 0 1 0 654004847 23990272 5541 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134732535 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/21894/statm: 5857 5542 76 177 0 5679 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 23428

[startup+0.703248 s]
/proc/loadavg: 12.89 5.47 5.73 2/184 21894
/proc/meminfo: memFree=19046580/36427776 swapFree=3888/8324
[pid=21894] ppid=21892 vsize=30464 CPUtime=0.7
/proc/21894/stat : 21894 (ttsth-5-0) R 21892 21894 15497 0 -1 4202496 7949 0 0 0 66 4 0 0 20 0 1 0 654004847 31195136 7328 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134555272 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/21894/statm: 7616 7328 77 177 0 7438 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 30464

[startup+1.50332 s]
/proc/loadavg: 12.89 5.47 5.73 2/185 21895
/proc/meminfo: memFree=19017796/36427776 swapFree=4976/38308
[pid=21894] ppid=21892 vsize=30728 CPUtime=1.5
/proc/21894/stat : 21894 (ttsth-5-0) R 21892 21894 15497 0 -1 4202496 7983 0 0 0 146 4 0 0 20 0 1 0 654004847 31465472 7362 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134600975 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/21894/statm: 7682 7362 77 177 0 7504 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 30728

[startup+3.10345 s]
/proc/loadavg: 12.89 5.47 5.73 2/185 21895
/proc/meminfo: memFree=19016580/36427776 swapFree=4544/38528
[pid=21894] ppid=21892 vsize=31172 CPUtime=3.1
/proc/21894/stat : 21894 (ttsth-5-0) R 21892 21894 15497 0 -1 4202496 8080 0 0 0 306 4 0 0 20 0 1 0 654004847 31920128 7459 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134555299 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/21894/statm: 7793 7459 77 177 0 7615 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 31172

[startup+6.30369 s]
/proc/loadavg: 11.94 5.39 5.70 2/185 21895
/proc/meminfo: memFree=19015960/36427776 swapFree=4620/39012
[pid=21894] ppid=21892 vsize=31628 CPUtime=6.3
/proc/21894/stat : 21894 (ttsth-5-0) R 21892 21894 15497 0 -1 4202496 8193 0 0 0 626 4 0 0 20 0 1 0 654004847 32387072 7572 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134600840 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/21894/statm: 7907 7572 77 177 0 7729 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 31628

[startup+12.7037 s]
/proc/loadavg: 11.06 5.32 5.68 2/185 21895
/proc/meminfo: memFree=18407836/36427776 swapFree=4664/645736
[pid=21894] ppid=21892 vsize=784412 CPUtime=22.28
/proc/21894/stat : 21894 (ttsth-5-0) S 21892 21894 15497 0 -1 4202496 169132 0 0 0 1235 993 0 0 20 0 17 0 654004847 803237888 167849 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21894/statm: 196103 167849 95 177 0 195925 0
Current children cumulated CPU time (s) 22.28
Current children cumulated vsize (KiB) 784412

[startup+25.5049 s]
/proc/loadavg: 12.16 5.84 5.84 17/201 21911
/proc/meminfo: memFree=18109436/36427776 swapFree=4692/946764
[pid=21894] ppid=21892 vsize=1036580 CPUtime=221.56
/proc/21894/stat : 21894 (ttsth-5-0) S 21892 21894 15497 0 -1 4202496 238010 0 0 0 7044 15112 0 0 20 0 17 0 654004847 1061457920 236727 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21894/statm: 259145 236727 95 177 0 258967 0
[pid=21894/tid=21896] ppid=21892 vsize=1036580 CPUtime=13.26
/proc/21894/task/21896/stat : 21896 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 49579 0 0 0 1262 64 0 0 20 0 17 0 654006051 1061457920 236727 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134680245 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=21894/tid=21897] ppid=21892 vsize=1036580 CPUtime=13.14
/proc/21894/task/21897/stat : 21897 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 1029 0 0 0 284 1030 0 0 20 0 17 0 654006051 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=21894/tid=21898] ppid=21892 vsize=1036580 CPUtime=13.14
/proc/21894/task/21898/stat : 21898 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 979 0 0 0 308 1006 0 0 20 0 17 0 654006051 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=21894/tid=21899] ppid=21892 vsize=1036580 CPUtime=13.1
/proc/21894/task/21899/stat : 21899 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 1089 0 0 0 258 1052 0 0 20 0 17 0 654006051 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=21894/tid=21900] ppid=21892 vsize=1036580 CPUtime=13.16
/proc/21894/task/21900/stat : 21900 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 879 0 0 0 312 1004 0 0 20 0 17 0 654006051 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=21894/tid=21901] ppid=21892 vsize=1036580 CPUtime=13.04
/proc/21894/task/21901/stat : 21901 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 1666 0 0 0 274 1030 0 0 20 0 17 0 654006051 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=21894/tid=21902] ppid=21892 vsize=1036580 CPUtime=13.16
/proc/21894/task/21902/stat : 21902 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 892 0 0 0 320 996 0 0 20 0 17 0 654006051 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=21894/tid=21903] ppid=21892 vsize=1036580 CPUtime=13.16
/proc/21894/task/21903/stat : 21903 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 967 0 0 0 290 1026 0 0 20 0 17 0 654006051 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=21894/tid=21904] ppid=21892 vsize=1036580 CPUtime=12.98
/proc/21894/task/21904/stat : 21904 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 2358 0 0 0 342 956 0 0 20 0 17 0 654006051 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=21894/tid=21905] ppid=21892 vsize=1036580 CPUtime=13.12
/proc/21894/task/21905/stat : 21905 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 1229 0 0 0 320 992 0 0 20 0 17 0 654006051 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=21894/tid=21906] ppid=21892 vsize=1036580 CPUtime=13.18
/proc/21894/task/21906/stat : 21906 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 7595 0 0 0 474 844 0 0 20 0 17 0 654006051 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=21894/tid=21907] ppid=21892 vsize=1036580 CPUtime=13.14
/proc/21894/task/21907/stat : 21907 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 1033 0 0 0 254 1060 0 0 20 0 17 0 654006052 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=21894/tid=21908] ppid=21892 vsize=1036580 CPUtime=13.1
/proc/21894/task/21908/stat : 21908 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 854 0 0 0 286 1024 0 0 20 0 17 0 654006052 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=21894/tid=21909] ppid=21892 vsize=1036580 CPUtime=12.8
/proc/21894/task/21909/stat : 21909 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 997 0 0 0 248 1032 0 0 20 0 17 0 654006052 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=21894/tid=21910] ppid=21892 vsize=1036580 CPUtime=13.16
/proc/21894/task/21910/stat : 21910 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 879 0 0 0 310 1006 0 0 20 0 17 0 654006052 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=21894/tid=21911] ppid=21892 vsize=1036580 CPUtime=12.8
/proc/21894/task/21911/stat : 21911 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 4806 0 0 0 350 930 0 0 20 0 17 0 654006053 1061457920 236728 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 1036580

[startup+51.1025 s]
/proc/loadavg: 13.41 6.64 6.11 17/201 21911
/proc/meminfo: memFree=17231348/36427776 swapFree=4692/1822692
[pid=21894] ppid=21892 vsize=1952236 CPUtime=612.73
/proc/21894/stat : 21894 (ttsth-5-0) S 21892 21894 15497 0 -1 4202496 459249 0 0 0 20548 40725 0 0 20 0 17 0 654004847 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21894/statm: 488059 457966 95 177 0 487881 0
[pid=21894/tid=21896] ppid=21892 vsize=1952236 CPUtime=38.77
/proc/21894/task/21896/stat : 21896 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 129289 0 0 0 3733 144 0 0 20 0 17 0 654006051 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134680245 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=21894/tid=21897] ppid=21892 vsize=1952236 CPUtime=37.26
/proc/21894/task/21897/stat : 21897 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 17583 0 0 0 1070 2656 0 0 20 0 17 0 654006051 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=21894/tid=21898] ppid=21892 vsize=1952236 CPUtime=37.88
/proc/21894/task/21898/stat : 21898 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 2887 0 0 0 998 2790 0 0 20 0 17 0 654006051 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=21894/tid=21899] ppid=21892 vsize=1952236 CPUtime=37.02
/proc/21894/task/21899/stat : 21899 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 29983 0 0 0 1506 2196 0 0 20 0 17 0 654006051 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=21894/tid=21900] ppid=21892 vsize=1952236 CPUtime=36.98
/proc/21894/task/21900/stat : 21900 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 15997 0 0 0 1118 2580 0 0 20 0 17 0 654006051 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=21894/tid=21901] ppid=21892 vsize=1952236 CPUtime=37.66
/proc/21894/task/21901/stat : 21901 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 2505 0 0 0 842 2924 0 0 20 0 17 0 654006051 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=21894/tid=21902] ppid=21892 vsize=1952236 CPUtime=38
/proc/21894/task/21902/stat : 21902 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 12317 0 0 0 1110 2690 0 0 20 0 17 0 654006051 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=21894/tid=21903] ppid=21892 vsize=1952236 CPUtime=37.94
/proc/21894/task/21903/stat : 21903 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 3489 0 0 0 908 2886 0 0 20 0 17 0 654006051 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=21894/tid=21904] ppid=21892 vsize=1952236 CPUtime=37.68
/proc/21894/task/21904/stat : 21904 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 3120 0 0 0 992 2776 0 0 20 0 17 0 654006051 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=21894/tid=21905] ppid=21892 vsize=1952236 CPUtime=37.8
/proc/21894/task/21905/stat : 21905 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 7180 0 0 0 1014 2766 0 0 20 0 17 0 654006051 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=21894/tid=21906] ppid=21892 vsize=1952236 CPUtime=37.78
/proc/21894/task/21906/stat : 21906 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 12480 0 0 0 1184 2594 0 0 20 0 17 0 654006051 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=21894/tid=21907] ppid=21892 vsize=1952236 CPUtime=37.88
/proc/21894/task/21907/stat : 21907 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 2115 0 0 0 732 3056 0 0 20 0 17 0 654006052 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=21894/tid=21908] ppid=21892 vsize=1952236 CPUtime=36.7
/proc/21894/task/21908/stat : 21908 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 13391 0 0 0 874 2796 0 0 20 0 17 0 654006052 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=21894/tid=21909] ppid=21892 vsize=1952236 CPUtime=37
/proc/21894/task/21909/stat : 21909 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 13549 0 0 0 962 2738 0 0 20 0 17 0 654006052 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=21894/tid=21910] ppid=21892 vsize=1952236 CPUtime=36.88
/proc/21894/task/21910/stat : 21910 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 26974 0 0 0 1456 2232 0 0 20 0 17 0 654006052 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=21894/tid=21911] ppid=21892 vsize=1952236 CPUtime=37.3
/proc/21894/task/21911/stat : 21911 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 5210 0 0 0 896 2834 0 0 20 0 17 0 654006053 1999089664 457966 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 612.73
Current children cumulated vsize (KiB) 1952236



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+57.1038 s]
/proc/loadavg: 13.62 6.80 6.16 18/201 21911
/proc/meminfo: memFree=17070536/36427776 swapFree=4692/1984880
[pid=21894] ppid=21892 vsize=2103088 CPUtime=707.96
/proc/21894/stat : 21894 (ttsth-5-0) S 21892 21894 15497 0 -1 4202496 495056 0 0 0 23340 47456 0 0 20 0 17 0 654004847 2153562112 493774 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21894/statm: 525772 493774 95 177 0 525594 0
[pid=21894/tid=21896] ppid=21892 vsize=2103088 CPUtime=44.77
/proc/21894/task/21896/stat : 21896 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 147922 0 0 0 4315 162 0 0 20 0 17 0 654006051 2153562112 493777 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=21894/tid=21897] ppid=21892 vsize=2103088 CPUtime=43.18
/proc/21894/task/21897/stat : 21897 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 17587 0 0 0 1176 3142 0 0 20 0 17 0 654006051 2153562112 493777 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=21894/tid=21898] ppid=21892 vsize=2103088 CPUtime=43.79
/proc/21894/task/21898/stat : 21898 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 3146 0 0 0 1120 3259 0 0 20 0 17 0 654006051 2153562112 493778 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=21894/tid=21899] ppid=21892 vsize=2103088 CPUtime=43.16
/proc/21894/task/21899/stat : 21899 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 38188 0 0 0 1894 2422 0 0 20 0 17 0 654006051 2153562112 493778 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=21894/tid=21900] ppid=21892 vsize=2103088 CPUtime=42.92
/proc/21894/task/21900/stat : 21900 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 15999 0 0 0 1238 3054 0 0 20 0 17 0 654006051 2153562112 493778 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134549877 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=21894/tid=21901] ppid=21892 vsize=2103088 CPUtime=43.56
/proc/21894/task/21901/stat : 21901 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 2532 0 0 0 934 3422 0 0 20 0 17 0 654006051 2153562112 493779 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=21894/tid=21902] ppid=21892 vsize=2103088 CPUtime=43.92
/proc/21894/task/21902/stat : 21902 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 12759 0 0 0 1240 3152 0 0 20 0 17 0 654006051 2153562112 493779 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=21894/tid=21903] ppid=21892 vsize=2103088 CPUtime=43.86
/proc/21894/task/21903/stat : 21903 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 4000 0 0 0 1012 3374 0 0 20 0 17 0 654006051 2153562112 493779 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=21894/tid=21904] ppid=21892 vsize=2103088 CPUtime=43.59
/proc/21894/task/21904/stat : 21904 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 3129 0 0 0 1088 3271 0 0 20 0 17 0 654006051 2153562112 493780 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=21894/tid=21905] ppid=21892 vsize=2103088 CPUtime=43.72
/proc/21894/task/21905/stat : 21905 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 7182 0 0 0 1118 3254 0 0 20 0 17 0 654006051 2153562112 493781 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=21894/tid=21906] ppid=21892 vsize=2103088 CPUtime=43.68
/proc/21894/task/21906/stat : 21906 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 12588 0 0 0 1304 3064 0 0 20 0 17 0 654006051 2153562112 493781 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=21894/tid=21907] ppid=21892 vsize=2103088 CPUtime=43.81
/proc/21894/task/21907/stat : 21907 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 2529 0 0 0 840 3541 0 0 20 0 17 0 654006052 2153562112 493782 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=21894/tid=21908] ppid=21892 vsize=2103088 CPUtime=42.61
/proc/21894/task/21908/stat : 21908 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 13392 0 0 0 980 3281 0 0 20 0 17 0 654006052 2153562112 493783 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=21894/tid=21909] ppid=21892 vsize=2103088 CPUtime=43.26
/proc/21894/task/21909/stat : 21909 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 20112 0 0 0 1328 2998 0 0 20 0 17 0 654006052 2153562112 493783 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134591529 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=21894/tid=21910] ppid=21892 vsize=2103088 CPUtime=42.78
/proc/21894/task/21910/stat : 21910 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 27594 0 0 0 1596 2682 0 0 20 0 17 0 654006052 2153562112 493783 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=21894/tid=21911] ppid=21892 vsize=2103088 CPUtime=43.22
/proc/21894/task/21911/stat : 21911 (ttsth-5-0) R 21892 21894 15497 0 -1 4202560 5221 0 0 0 1006 3316 0 0 20 0 17 0 654006053 2153562112 493784 18446744073709551615 134512640 135237372 4288755952 18446744073709551615 134591072 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 707.96
Current children cumulated vsize (KiB) 2103088

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

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

[startup+57.2398 s]
/proc/loadavg: 13.62 6.80 6.16 18/201 21911
/proc/meminfo: memFree=17070536/36427776 swapFree=4692/1984880
[pid=21894] ppid=21892 vsize=0 CPUtime=708.29
/proc/21894/stat : 21894 (ttsth-5-0) Z 21892 21894 15497 0 -1 4203532 495168 0 0 0 23349 47480 0 0 20 0 2 0 654004847 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21894/statm: 0 0 0 0 0 0 0
[pid=21894/tid=21898] ppid=21892 vsize=0 CPUtime=43.9
/proc/21894/task/21898/stat : 21898 (ttsth-5-0) R 21892 21894 15497 0 -1 4203588 3146 0 0 0 1120 3270 0 0 20 0 2 0 654006051 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 708.29
Current children cumulated vsize (KiB) 0

[startup+57.3038 s]
/proc/loadavg: 13.62 6.80 6.16 18/201 21911
/proc/meminfo: memFree=17070536/36427776 swapFree=4692/1984880
[pid=21894] ppid=21892 vsize=0 CPUtime=708.35
/proc/21894/stat : 21894 (ttsth-5-0) Z 21892 21894 15497 0 -1 4203532 495168 0 0 0 23349 47486 0 0 20 0 2 0 654004847 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21894/statm: 0 0 0 0 0 0 0
[pid=21894/tid=21898] ppid=21892 vsize=0 CPUtime=43.97
/proc/21894/task/21898/stat : 21898 (ttsth-5-0) R 21892 21894 15497 0 -1 4203588 3146 0 0 0 1120 3277 0 0 20 0 2 0 654006051 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 708.35
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 57.3131
CPU time (s): 708.376
CPU user time (s): 233.495
CPU system time (s): 474.882
CPU usage (%): 1235.98
Max. virtual memory (cumulated for all children) (KiB): 2103088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 233.495
system time used= 474.882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 495168
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= 140534
involuntary context switches= 1645

runsolver used 0.240015 second user time and 0.848053 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 04:36:25
IDJOB=1778895
IDBENCH=70776
IDSOLVER=634
FILE ID=xenhost3-49/1778895-1244946985
PBS_JOBID=
Free space on /tmp= 7022 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/minand/minand128.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778895-1244946985/watcher-1778895-1244946985 -o /tmp/evaluation-result-1778895-1244946985/solver-1778895-1244946985 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1778895-1244946985.cnf

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

MD5SUM BENCH= 34e3afebec3eaf03cbcceb51b352993a
RANDOM SEED= 179636153

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:      19046580 kB
Buffers:        480628 kB
Cached:       14118604 kB
SwapCached:          0 kB
Active:        4126904 kB
Inactive:     10480684 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            3480 kB
Writeback:           0 kB
AnonPages:        8324 kB
Mapped:           3888 kB
Slab:           720360 kB
SReclaimable:   693444 kB
SUnreclaim:      26916 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7022 MiB
End job on xenhost3-49 at 2009-06-14 04:37:24