Trace number 1780140

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) 890.26 68.4149

General information on the benchmark

NameAPPLICATIONS/
c32sat/post-c32s-ss-8.cnf
MD5SUM9d3d3bb9b296880c7463693ae665aafd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1157.5
Satisfiable
(Un)Satisfiability was proved
Number of variables53752
Number of clauses148393
Sum of the clauses size346249
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298928
Number of clauses of size 349464
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.40/1.47	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780140-1244961019.cnf 
1.40/1.47	c Using SATTIMEOUT of 10000
1.40/1.47	c Using SATRAM of 2047
1.40/1.47	c Size of subset node = 16
1.40/1.47	c Variables = 53752
1.40/1.47	c Clauses = 148393
1.40/1.47	c Literals = 346249
1.40/1.47	c Reduced size:
1.40/1.47	c Variables = 53752
1.40/1.47	c Clauses = 135118
1.40/1.47	c Literals = 314211
1.40/1.47	c a2
1.58/1.61	c a1
10.60/10.69	c Independent sub-problems = 1
10.60/10.69	c Sub-problem with 48487 variables and 135118 clauses
10.60/10.69	c using permutation method 4
10.60/10.69	c count = 1
10.60/10.69	c Ordering finished 10.650 seconds
10.60/10.69	c mapped 10.690 seconds
10.60/10.69	c permuted 10.690 seconds
10.60/10.69	c about to sort
10.70/10.72	c sorted
12.10/12.15	c clauses now 135118
12.10/12.15	c init finished 11.620 seconds
12.10/12.15	c tree built 12.130 seconds
12.10/12.15	c 
12.10/12.15	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
12.10/12.15	c ---------------------------------|----------------------------------|------------------------------------------------------
12.10/12.15	c ................................ | ..........                       |                       12.2           0.0             
12.10/12.15	c ................................ | ..........                     1 |                       12.2           0.1             
12.10/12.15	c ................................ | ..........                     2 |                       12.2           0.2             
12.10/12.15	c ................................ | ..........                     3 |                       12.2           0.2             
12.10/12.15	c ................................ | ..........                     4 |                       12.2           0.3             
12.10/12.15	c ................................ | ..........                     5 |                       12.2           0.4             
12.10/12.16	c ................................ | ..........                  1000 |                       12.3          81.4             
243.67/26.91	c ................................ | ..........                486000 | 30920                200.1        2429.4     22025552
468.43/41.31	c ................................ | ..........                638000 | 40176                400.6        1592.8     44636806
715.96/57.19	c ................................ | ..........                765000 | 47400                600.5        1274.0     60690754

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-1780140-1244961019/watcher-1780140-1244961019 -o /tmp/evaluation-result-1780140-1244961019/solver-1780140-1244961019 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780140-1244961019.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: 1.00 1.12 4.06 2/184 27049
/proc/meminfo: memFree=19032084/36427776 swapFree=4312/7800
[pid=27049] ppid=27047 vsize=1540 CPUtime=0
/proc/27049/stat : 27049 (ttsth-5-0) R 27047 27049 15497 0 -1 4202496 282 0 0 0 0 0 0 0 20 0 1 0 655408323 1576960 239 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134639534 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/27049/statm: 385 239 75 177 0 207 0

[startup+0.024433 s]
/proc/loadavg: 1.00 1.12 4.06 2/184 27049
/proc/meminfo: memFree=19032084/36427776 swapFree=4312/7800
[pid=27049] ppid=27047 vsize=2464 CPUtime=0.02
/proc/27049/stat : 27049 (ttsth-5-0) R 27047 27049 15497 0 -1 4202496 523 0 0 0 2 0 0 0 20 0 1 0 655408323 2523136 480 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134639534 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/27049/statm: 616 481 75 177 0 438 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2464

[startup+0.10045 s]
/proc/loadavg: 1.00 1.12 4.06 2/184 27049
/proc/meminfo: memFree=19032084/36427776 swapFree=4312/7800
[pid=27049] ppid=27047 vsize=7628 CPUtime=0.1
/proc/27049/stat : 27049 (ttsth-5-0) R 27047 27049 15497 0 -1 4202496 1773 0 0 0 8 2 0 0 20 0 1 0 655408323 7811072 1730 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134520022 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/27049/statm: 1907 1731 75 177 0 1729 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7628

[startup+0.300473 s]
/proc/loadavg: 1.00 1.12 4.06 2/184 27049
/proc/meminfo: memFree=19032084/36427776 swapFree=4312/7800
[pid=27049] ppid=27047 vsize=11996 CPUtime=0.3
/proc/27049/stat : 27049 (ttsth-5-0) R 27047 27049 15497 0 -1 4202496 2729 0 0 0 28 2 0 0 20 0 1 0 655408323 12283904 2686 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134534121 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/27049/statm: 2999 2686 75 177 0 2821 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 11996

[startup+0.700493 s]
/proc/loadavg: 1.00 1.12 4.06 2/184 27049
/proc/meminfo: memFree=19032084/36427776 swapFree=4312/7800
[pid=27049] ppid=27047 vsize=11996 CPUtime=0.7
/proc/27049/stat : 27049 (ttsth-5-0) R 27047 27049 15497 0 -1 4202496 2729 0 0 0 68 2 0 0 20 0 1 0 655408323 12283904 2686 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134534259 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/27049/statm: 2999 2686 75 177 0 2821 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 11996

[startup+1.5006 s]
/proc/loadavg: 1.00 1.12 4.05 2/185 27050
/proc/meminfo: memFree=19022100/36427776 swapFree=4424/19336
[pid=27049] ppid=27047 vsize=18128 CPUtime=1.48
/proc/27049/stat : 27049 (ttsth-5-0) R 27047 27049 15497 0 -1 4202496 4277 0 0 0 146 2 0 0 20 0 1 0 655408323 18563072 4234 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134732614 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/27049/statm: 4532 4236 76 177 0 4354 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18128

[startup+3.10071 s]
/proc/loadavg: 1.00 1.12 4.05 2/185 27050
/proc/meminfo: memFree=19006188/36427776 swapFree=4396/34748
[pid=27049] ppid=27047 vsize=27676 CPUtime=3.1
/proc/27049/stat : 27049 (ttsth-5-0) R 27047 27049 15497 0 -1 4202496 7211 0 0 0 306 4 0 0 20 0 1 0 655408323 28340224 6636 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134600972 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/27049/statm: 6919 6636 77 177 0 6741 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 27676

[startup+6.30499 s]
/proc/loadavg: 1.00 1.11 4.03 2/185 27050
/proc/meminfo: memFree=19005148/36427776 swapFree=4620/36128
[pid=27049] ppid=27047 vsize=28552 CPUtime=6.3
/proc/27049/stat : 27049 (ttsth-5-0) R 27047 27049 15497 0 -1 4202496 7406 0 0 0 626 4 0 0 20 0 1 0 655408323 29237248 6831 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134600972 0 0 1 0 0 0 0 17 14 0 0 0 0 0
/proc/27049/statm: 7138 6831 77 177 0 6960 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 28552

[startup+12.705 s]
/proc/loadavg: 1.00 1.11 4.02 2/185 27050
/proc/meminfo: memFree=18482880/36427776 swapFree=4664/557516
[pid=27049] ppid=27047 vsize=706980 CPUtime=20.84
/proc/27049/stat : 27049 (ttsth-5-0) S 27047 27049 15497 0 -1 4202496 148145 0 0 0 1240 844 0 0 20 0 17 0 655408323 723947520 146980 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27049/statm: 176745 146981 95 177 0 176567 0
Current children cumulated CPU time (s) 20.84
Current children cumulated vsize (KiB) 706980

[startup+25.5017 s]
/proc/loadavg: 3.31 1.60 4.14 17/201 27066
/proc/meminfo: memFree=18054800/36427776 swapFree=4692/988472
[pid=27049] ppid=27047 vsize=1112788 CPUtime=221.44
/proc/27049/stat : 27049 (ttsth-5-0) S 27047 27049 15497 0 -1 4202496 249106 0 0 0 15470 6674 0 0 20 0 17 0 655408323 1139494912 247941 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27049/statm: 278197 247941 95 177 0 278019 0
[pid=27049/tid=27051] ppid=27047 vsize=1112788 CPUtime=13.28
/proc/27049/task/27051/stat : 27051 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 8959 0 0 0 1264 64 0 0 20 0 17 0 655409536 1139494912 247941 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=27049/tid=27052] ppid=27047 vsize=1112788 CPUtime=13.06
/proc/27049/task/27052/stat : 27052 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 8434 0 0 0 860 446 0 0 20 0 17 0 655409536 1139494912 247942 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27049/tid=27053] ppid=27047 vsize=1112788 CPUtime=13.08
/proc/27049/task/27053/stat : 27053 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 5608 0 0 0 874 434 0 0 20 0 17 0 655409536 1139494912 247942 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=27049/tid=27054] ppid=27047 vsize=1112788 CPUtime=12.98
/proc/27049/task/27054/stat : 27054 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 6822 0 0 0 854 444 0 0 20 0 17 0 655409536 1139494912 247942 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134732535 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27049/tid=27055] ppid=27047 vsize=1112788 CPUtime=13.12
/proc/27049/task/27055/stat : 27055 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 6489 0 0 0 872 440 0 0 20 0 17 0 655409536 1139494912 247942 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=27049/tid=27056] ppid=27047 vsize=1112788 CPUtime=13.02
/proc/27049/task/27056/stat : 27056 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 6255 0 0 0 862 440 0 0 20 0 17 0 655409536 1139494912 247943 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27049/tid=27057] ppid=27047 vsize=1112788 CPUtime=13.22
/proc/27049/task/27057/stat : 27057 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 5074 0 0 0 878 444 0 0 20 0 17 0 655409536 1139494912 247943 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=27049/tid=27058] ppid=27047 vsize=1112788 CPUtime=13.06
/proc/27049/task/27058/stat : 27058 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 6530 0 0 0 872 434 0 0 20 0 17 0 655409536 1139494912 247943 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134591433 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=27049/tid=27059] ppid=27047 vsize=1112788 CPUtime=13.04
/proc/27049/task/27059/stat : 27059 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 7773 0 0 0 878 426 0 0 20 0 17 0 655409537 1139494912 247943 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134590522 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=27049/tid=27060] ppid=27047 vsize=1112788 CPUtime=13.12
/proc/27049/task/27060/stat : 27060 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 7342 0 0 0 882 430 0 0 20 0 17 0 655409537 1139494912 247943 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=27049/tid=27061] ppid=27047 vsize=1112788 CPUtime=13.06
/proc/27049/task/27061/stat : 27061 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 6840 0 0 0 866 440 0 0 20 0 17 0 655409537 1139494912 247944 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=27049/tid=27062] ppid=27047 vsize=1112788 CPUtime=13.1
/proc/27049/task/27062/stat : 27062 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 5319 0 0 0 858 452 0 0 20 0 17 0 655409537 1139494912 247944 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=27049/tid=27063] ppid=27047 vsize=1112788 CPUtime=12.96
/proc/27049/task/27063/stat : 27063 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 5315 0 0 0 850 446 0 0 20 0 17 0 655409537 1139494912 247944 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=27049/tid=27064] ppid=27047 vsize=1112788 CPUtime=12.82
/proc/27049/task/27064/stat : 27064 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 6824 0 0 0 880 402 0 0 20 0 17 0 655409537 1139494912 247944 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134591529 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=27049/tid=27065] ppid=27047 vsize=1112788 CPUtime=13.08
/proc/27049/task/27065/stat : 27065 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 6941 0 0 0 880 428 0 0 20 0 17 0 655409538 1139494912 247944 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27049/tid=27066] ppid=27047 vsize=1112788 CPUtime=13.12
/proc/27049/task/27066/stat : 27066 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 5934 0 0 0 870 442 0 0 20 0 17 0 655409538 1139494912 247945 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134551680 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 221.44
Current children cumulated vsize (KiB) 1112788

[startup+51.1068 s]
/proc/loadavg: 8.31 2.98 4.52 16/201 27066
/proc/meminfo: memFree=17409664/36427776 swapFree=4692/1631820
[pid=27049] ppid=27047 vsize=1793160 CPUtime=621.98
/proc/27049/stat : 27049 (ttsth-5-0) S 27047 27049 15497 0 -1 4202496 409049 0 0 0 46703 15495 0 0 20 0 17 0 655408323 1836195840 407884 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27049/statm: 448290 407884 95 177 0 448112 0
[pid=27049/tid=27051] ppid=27047 vsize=1793160 CPUtime=38.87
/proc/27049/task/27051/stat : 27051 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 15386 0 0 0 3811 76 0 0 20 0 17 0 655409536 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134562403 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=27049/tid=27052] ppid=27047 vsize=1793160 CPUtime=37.72
/proc/27049/task/27052/stat : 27052 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 18377 0 0 0 2632 1140 0 0 20 0 17 0 655409536 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27049/tid=27053] ppid=27047 vsize=1793160 CPUtime=38.28
/proc/27049/task/27053/stat : 27053 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 14856 0 0 0 2926 902 0 0 20 0 17 0 655409536 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=27049/tid=27054] ppid=27047 vsize=1793160 CPUtime=37.82
/proc/27049/task/27054/stat : 27054 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 16269 0 0 0 2688 1094 0 0 20 0 17 0 655409536 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27049/tid=27055] ppid=27047 vsize=1793160 CPUtime=37.84
/proc/27049/task/27055/stat : 27055 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 14840 0 0 0 2684 1100 0 0 20 0 17 0 655409536 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=27049/tid=27056] ppid=27047 vsize=1793160 CPUtime=37.86
/proc/27049/task/27056/stat : 27056 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 13577 0 0 0 2654 1132 0 0 20 0 17 0 655409536 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134591433 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=27049/tid=27057] ppid=27047 vsize=1793160 CPUtime=37.92
/proc/27049/task/27057/stat : 27057 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 12135 0 0 0 2672 1120 0 0 20 0 17 0 655409536 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134591217 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=27049/tid=27058] ppid=27047 vsize=1793160 CPUtime=38.32
/proc/27049/task/27058/stat : 27058 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 18371 0 0 0 2868 964 0 0 20 0 17 0 655409536 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=27049/tid=27059] ppid=27047 vsize=1793160 CPUtime=38.42
/proc/27049/task/27059/stat : 27059 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 24505 0 0 0 2988 854 0 0 20 0 17 0 655409537 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=27049/tid=27060] ppid=27047 vsize=1793160 CPUtime=37.98
/proc/27049/task/27060/stat : 27060 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 16624 0 0 0 2690 1108 0 0 20 0 17 0 655409537 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=27049/tid=27061] ppid=27047 vsize=1793160 CPUtime=38.46
/proc/27049/task/27061/stat : 27061 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 21091 0 0 0 2964 882 0 0 20 0 17 0 655409537 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=27049/tid=27062] ppid=27047 vsize=1793160 CPUtime=38.04
/proc/27049/task/27062/stat : 27062 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 13801 0 0 0 2654 1150 0 0 20 0 17 0 655409537 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=27049/tid=27063] ppid=27047 vsize=1793160 CPUtime=38.32
/proc/27049/task/27063/stat : 27063 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 16464 0 0 0 2932 900 0 0 20 0 17 0 655409537 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=27049/tid=27064] ppid=27047 vsize=1793160 CPUtime=37.74
/proc/27049/task/27064/stat : 27064 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 20952 0 0 0 2936 838 0 0 20 0 17 0 655409537 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=27049/tid=27065] ppid=27047 vsize=1793160 CPUtime=38.02
/proc/27049/task/27065/stat : 27065 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 17136 0 0 0 2650 1152 0 0 20 0 17 0 655409538 1836195840 407885 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27049/tid=27066] ppid=27047 vsize=1793160 CPUtime=38.1
/proc/27049/task/27066/stat : 27066 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 12017 0 0 0 2784 1026 0 0 20 0 17 0 655409538 1836195840 407886 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134590281 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 621.98
Current children cumulated vsize (KiB) 1793160



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+68.2136 s]
/proc/loadavg: 10.01 3.61 4.70 17/201 27066
/proc/meminfo: memFree=17119044/36427776 swapFree=4692/1922816
[pid=27049] ppid=27047 vsize=2096280 CPUtime=889.93
/proc/27049/stat : 27049 (ttsth-5-0) S 27047 27049 15497 0 -1 4202496 479916 0 0 0 65474 23519 0 0 20 0 17 0 655408323 2146590720 478751 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27049/statm: 524070 478751 95 177 0 523892 0
[pid=27049/tid=27051] ppid=27047 vsize=2096280 CPUtime=55.98
/proc/27049/task/27051/stat : 27051 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 18669 0 0 0 5514 84 0 0 20 0 17 0 655409536 2146590720 478752 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134562323 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=27049/tid=27052] ppid=27047 vsize=2096280 CPUtime=54.28
/proc/27049/task/27052/stat : 27052 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 21187 0 0 0 3704 1724 0 0 20 0 17 0 655409536 2146590720 478752 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134590281 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=27049/tid=27053] ppid=27047 vsize=2096280 CPUtime=55.17
/proc/27049/task/27053/stat : 27053 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 19676 0 0 0 4145 1372 0 0 20 0 17 0 655409536 2146590720 478752 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=27049/tid=27054] ppid=27047 vsize=2096280 CPUtime=54.37
/proc/27049/task/27054/stat : 27054 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 18870 0 0 0 3729 1708 0 0 20 0 17 0 655409536 2146590720 478752 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=27049/tid=27055] ppid=27047 vsize=2096280 CPUtime=54.44
/proc/27049/task/27055/stat : 27055 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 17503 0 0 0 3752 1692 0 0 20 0 17 0 655409536 2146590720 478752 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134590281 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=27049/tid=27056] ppid=27047 vsize=2096280 CPUtime=54.47
/proc/27049/task/27056/stat : 27056 (ttsth-5-0) S 27047 27049 15497 0 -1 4202560 16381 0 0 0 3713 1734 0 0 20 0 17 0 655409536 2146590720 478752 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 4 0 0 0 0 0
[pid=27049/tid=27057] ppid=27047 vsize=2096280 CPUtime=54.56
/proc/27049/task/27057/stat : 27057 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 14779 0 0 0 3740 1716 0 0 20 0 17 0 655409536 2146590720 478752 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=27049/tid=27058] ppid=27047 vsize=2096280 CPUtime=55.22
/proc/27049/task/27058/stat : 27058 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 27077 0 0 0 4090 1432 0 0 20 0 17 0 655409536 2146590720 478752 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=27049/tid=27059] ppid=27047 vsize=2096280 CPUtime=55.3
/proc/27049/task/27059/stat : 27059 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 32502 0 0 0 4256 1274 0 0 20 0 17 0 655409537 2146590720 478752 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=27049/tid=27060] ppid=27047 vsize=2096280 CPUtime=54.64
/proc/27049/task/27060/stat : 27060 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 19280 0 0 0 3766 1698 0 0 20 0 17 0 655409537 2146590720 478752 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=27049/tid=27061] ppid=27047 vsize=2096280 CPUtime=55.37
/proc/27049/task/27061/stat : 27061 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 27203 0 0 0 4203 1334 0 0 20 0 17 0 655409537 2146590720 478752 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=27049/tid=27062] ppid=27047 vsize=2096280 CPUtime=54.8
/proc/27049/task/27062/stat : 27062 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 17245 0 0 0 3818 1662 0 0 20 0 17 0 655409537 2146590720 478752 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=27049/tid=27063] ppid=27047 vsize=2096280 CPUtime=55.22
/proc/27049/task/27063/stat : 27063 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 21653 0 0 0 4154 1368 0 0 20 0 17 0 655409537 2146590720 478753 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=27049/tid=27064] ppid=27047 vsize=2096280 CPUtime=54.3
/proc/27049/task/27064/stat : 27064 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 30567 0 0 0 4142 1288 0 0 20 0 17 0 655409537 2146590720 478753 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134591429 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=27049/tid=27065] ppid=27047 vsize=2096280 CPUtime=54.73
/proc/27049/task/27065/stat : 27065 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 19855 0 0 0 3713 1760 0 0 20 0 17 0 655409538 2146590720 478753 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134589974 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=27049/tid=27066] ppid=27047 vsize=2096280 CPUtime=54.84
/proc/27049/task/27066/stat : 27066 (ttsth-5-0) R 27047 27049 15497 0 -1 4202560 14822 0 0 0 3870 1614 0 0 20 0 17 0 655409538 2146590720 478753 18446744073709551615 134512640 135237372 4294262320 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 889.93
Current children cumulated vsize (KiB) 2096280

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

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

[startup+68.4025 s]
/proc/loadavg: 10.01 3.61 4.70 17/201 27066
/proc/meminfo: memFree=17119044/36427776 swapFree=4692/1922816
[pid=27049] ppid=27047 vsize=0 CPUtime=890.24
/proc/27049/stat : 27049 (ttsth-5-0) Z 27047 27049 15497 0 -1 4203532 479935 0 0 0 65483 23541 0 0 20 0 2 0 655408323 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/27049/statm: 0 0 0 0 0 0 0
[pid=27049/tid=27066] ppid=27047 vsize=0 CPUtime=55.02
/proc/27049/task/27066/stat : 27066 (ttsth-5-0) R 27047 27049 15497 0 -1 4203588 14822 0 0 0 3870 1632 0 0 20 0 2 0 655409538 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 890.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 68.4149
CPU time (s): 890.26
CPU user time (s): 654.845
CPU system time (s): 235.415
CPU usage (%): 1301.27
Max. virtual memory (cumulated for all children) (KiB): 2096280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 654.845
system time used= 235.415
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 479935
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= 136702
involuntary context switches= 1843

runsolver used 0.352022 second user time and 0.884055 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 08:30:19
IDJOB=1780140
IDBENCH=70956
IDSOLVER=634
FILE ID=xenhost3-49/1780140-1244961019
PBS_JOBID=
Free space on /tmp= 7021 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-ss-8.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780140-1244961019/watcher-1780140-1244961019 -o /tmp/evaluation-result-1780140-1244961019/solver-1780140-1244961019 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780140-1244961019.cnf

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

MD5SUM BENCH= 9d3d3bb9b296880c7463693ae665aafd
RANDOM SEED= 77101804

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:      19032528 kB
Buffers:        490224 kB
Cached:       14119040 kB
SwapCached:          0 kB
Active:        4136216 kB
Inactive:     10480800 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            2672 kB
Writeback:           0 kB
AnonPages:        7800 kB
Mapped:           3648 kB
Slab:           723808 kB
SReclaimable:   697104 kB
SUnreclaim:      26704 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7021 MiB
End job on xenhost3-49 at 2009-06-14 08:31:30