Trace number 1779180

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) 1219.74 107.398

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-15.cnf
MD5SUMc8a05d1e76535706c430a6b42d191d4b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69695
Number of clauses227171
Sum of the clauses size588683
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292572
Number of clauses of size 3134470
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.32	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779180-1244951182.cnf 
0.30/0.32	c Using SATTIMEOUT of 10000
0.30/0.32	c Using SATRAM of 2047
0.30/0.32	c Size of subset node = 16
0.30/0.32	c Variables = 69695
0.30/0.32	c Clauses = 227171
0.30/0.32	c Literals = 588683
0.30/0.32	c Reduced size:
0.30/0.32	c Variables = 69695
0.30/0.32	c Clauses = 226528
0.30/0.32	c Literals = 587013
0.30/0.32	c a2
0.58/0.62	c a1
29.10/29.19	c Independent sub-problems = 1
29.10/29.19	c Sub-problem with 69438 variables and 226528 clauses
29.10/29.19	c using permutation method 4
29.10/29.19	c count = 1
29.10/29.19	c Ordering finished 29.110 seconds
29.10/29.19	c mapped 29.180 seconds
29.10/29.19	c permuted 29.180 seconds
29.10/29.19	c about to sort
29.20/29.24	c sorted
31.30/31.39	c clauses now 226528
31.30/31.39	c init finished 30.560 seconds
31.30/31.39	c tree built 31.350 seconds
31.30/31.39	c 
31.30/31.39	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
31.30/31.39	c ---------------------------------|----------------------------------|------------------------------------------------------
31.30/31.39	c ................................ | ..........                       |                       31.4           0.0             
31.30/31.39	c ................................ | ..........                     1 |                       31.4           0.0             
31.30/31.39	c ................................ | ..........                     2 |                       31.4           0.1             
31.30/31.39	c ................................ | ..........                     3 |                       31.4           0.1             
31.30/31.39	c ................................ | ..........                     4 |                       31.4           0.1             
31.30/31.39	c ................................ | ..........                     5 |                       31.4           0.2             
31.30/31.39	c ................................ | ..........                  1000 |                       31.5          31.8             
298.67/48.43	c ................................ | ..........               1077000 | 86765                200.2        5380.4      9023344
586.62/66.87	c ................................ | ..........               2133000 | 180616               400.1        5331.2     26413467
863.76/84.60	c ................................ | ..........               2771000 | 241484               600.2        4616.6     43811306
1123.83/101.16	c ................................ | ..........               3093000 | 273348               800.1        3865.7     59022367

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-1779180-1244951182/watcher-1779180-1244951182 -o /tmp/evaluation-result-1779180-1244951182/solver-1779180-1244951182 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779180-1244951182.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: 6.36 3.71 4.56 2/184 22931
/proc/meminfo: memFree=19043128/36427776 swapFree=3652/7912
[pid=22931] ppid=22929 vsize=1540 CPUtime=0
/proc/22931/stat : 22931 (ttsth-5-0) R 22929 22931 15497 0 -1 4202496 263 0 0 0 0 0 0 0 20 0 1 0 654424578 1576960 220 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134732614 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 385 220 75 177 0 207 0

[startup+0.082653 s]
/proc/loadavg: 6.36 3.71 4.56 2/184 22931
/proc/meminfo: memFree=19043128/36427776 swapFree=3652/7912
[pid=22931] ppid=22929 vsize=6392 CPUtime=0.08
/proc/22931/stat : 22931 (ttsth-5-0) R 22929 22931 15497 0 -1 4202496 1475 0 0 0 8 0 0 0 20 0 1 0 654424578 6545408 1432 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134639534 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 1598 1433 75 177 0 1420 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6392

[startup+0.10266 s]
/proc/loadavg: 6.36 3.71 4.56 2/184 22931
/proc/meminfo: memFree=19043128/36427776 swapFree=3652/7912
[pid=22931] ppid=22929 vsize=7628 CPUtime=0.1
/proc/22931/stat : 22931 (ttsth-5-0) R 22929 22931 15497 0 -1 4202496 1756 0 0 0 8 2 0 0 20 0 1 0 654424578 7811072 1713 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134732535 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 1907 1713 75 177 0 1729 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7628

[startup+0.302738 s]
/proc/loadavg: 6.36 3.71 4.56 2/184 22931
/proc/meminfo: memFree=19043128/36427776 swapFree=3652/7912
[pid=22931] ppid=22929 vsize=17396 CPUtime=0.3
/proc/22931/stat : 22931 (ttsth-5-0) R 22929 22931 15497 0 -1 4202496 4011 0 0 0 28 2 0 0 20 0 1 0 654424578 17813504 3968 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134534282 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 4349 3968 75 177 0 4171 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 17396

[startup+0.702759 s]
/proc/loadavg: 6.36 3.71 4.56 2/184 22931
/proc/meminfo: memFree=19043128/36427776 swapFree=3652/7912
[pid=22931] ppid=22929 vsize=36024 CPUtime=0.68
/proc/22931/stat : 22931 (ttsth-5-0) R 22929 22931 15497 0 -1 4202496 8686 0 0 0 66 2 0 0 20 0 1 0 654424578 36888576 8643 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134540092 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 9006 8644 76 177 0 8828 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 36024

[startup+1.50278 s]
/proc/loadavg: 6.36 3.71 4.56 3/185 22932
/proc/meminfo: memFree=19002460/36427776 swapFree=3840/48788
[pid=22931] ppid=22929 vsize=42328 CPUtime=1.5
/proc/22931/stat : 22931 (ttsth-5-0) R 22929 22931 15497 0 -1 4202496 11062 0 0 0 146 4 0 0 20 0 1 0 654424578 43343872 10232 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134600972 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 10582 10232 77 177 0 10404 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 42328

[startup+3.10292 s]
/proc/loadavg: 6.36 3.71 4.56 2/185 22932
/proc/meminfo: memFree=18999908/36427776 swapFree=4620/50100
[pid=22931] ppid=22929 vsize=42804 CPUtime=3.1
/proc/22931/stat : 22931 (ttsth-5-0) R 22929 22931 15497 0 -1 4202496 11182 0 0 0 306 4 0 0 20 0 1 0 654424578 43831296 10352 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134550999 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 10701 10352 77 177 0 10523 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 42804

[startup+6.30318 s]
/proc/loadavg: 5.93 3.67 4.54 2/185 22932
/proc/meminfo: memFree=18999040/36427776 swapFree=4620/50936
[pid=22931] ppid=22929 vsize=43656 CPUtime=6.28
/proc/22931/stat : 22931 (ttsth-5-0) R 22929 22931 15497 0 -1 4202496 11396 0 0 0 624 4 0 0 20 0 1 0 654424578 44703744 10566 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134732614 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 10914 10566 77 177 0 10736 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43656

[startup+12.7037 s]
/proc/loadavg: 5.53 3.62 4.52 2/185 22932
/proc/meminfo: memFree=18997344/36427776 swapFree=4620/52564
[pid=22931] ppid=22929 vsize=45164 CPUtime=12.7
/proc/22931/stat : 22931 (ttsth-5-0) R 22929 22931 15497 0 -1 4202496 11745 0 0 0 1264 6 0 0 20 0 1 0 654424578 46247936 10915 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134600718 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 11291 10915 77 177 0 11113 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 45164

[startup+25.5048 s]
/proc/loadavg: 4.53 3.50 4.46 2/185 22932
/proc/meminfo: memFree=18996980/36427776 swapFree=4620/53028
[pid=22931] ppid=22929 vsize=45428 CPUtime=25.5
/proc/22931/stat : 22931 (ttsth-5-0) R 22929 22931 15497 0 -1 4202496 11811 0 0 0 2544 6 0 0 20 0 1 0 654424578 46518272 10981 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134600707 0 0 1 0 0 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 11357 10981 77 177 0 11179 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 45428

[startup+51.103 s]
/proc/loadavg: 7.51 4.25 4.68 17/201 22948
/proc/meminfo: memFree=18014328/36427776 swapFree=4692/1036656
[pid=22931] ppid=22929 vsize=1152920 CPUtime=340.77
/proc/22931/stat : 22931 (ttsth-5-0) S 22929 22931 15497 0 -1 4202496 260427 0 0 0 12779 21298 0 0 20 0 17 0 654424578 1180590080 259023 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 288230 259024 95 177 0 288052 0
[pid=22931/tid=22933] ppid=22929 vsize=1152920 CPUtime=19.7
/proc/22931/task/22933/stat : 22933 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 8074 0 0 0 1952 18 0 0 20 0 17 0 654427716 1180590080 259024 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134751534 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22931/tid=22934] ppid=22929 vsize=1152920 CPUtime=19.28
/proc/22931/task/22934/stat : 22934 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 3428 0 0 0 474 1454 0 0 20 0 17 0 654427716 1180590080 259024 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22931/tid=22935] ppid=22929 vsize=1152920 CPUtime=19.32
/proc/22931/task/22935/stat : 22935 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 2422 0 0 0 510 1422 0 0 20 0 17 0 654427716 1180590080 259024 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22931/tid=22936] ppid=22929 vsize=1152920 CPUtime=19.36
/proc/22931/task/22936/stat : 22936 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 2165 0 0 0 584 1352 0 0 20 0 17 0 654427716 1180590080 259024 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22931/tid=22937] ppid=22929 vsize=1152920 CPUtime=19.26
/proc/22931/task/22937/stat : 22937 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 2442 0 0 0 430 1496 0 0 20 0 17 0 654427716 1180590080 259025 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22931/tid=22938] ppid=22929 vsize=1152920 CPUtime=19.34
/proc/22931/task/22938/stat : 22938 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 2060 0 0 0 500 1434 0 0 20 0 17 0 654427716 1180590080 259025 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22931/tid=22939] ppid=22929 vsize=1152920 CPUtime=19.26
/proc/22931/task/22939/stat : 22939 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 2469 0 0 0 384 1542 0 0 20 0 17 0 654427716 1180590080 259025 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22931/tid=22940] ppid=22929 vsize=1152920 CPUtime=19.36
/proc/22931/task/22940/stat : 22940 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 10760 0 0 0 474 1462 0 0 20 0 17 0 654427716 1180590080 259025 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22931/tid=22941] ppid=22929 vsize=1152920 CPUtime=19.42
/proc/22931/task/22941/stat : 22941 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 3539 0 0 0 632 1310 0 0 20 0 17 0 654427716 1180590080 259025 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22931/tid=22942] ppid=22929 vsize=1152920 CPUtime=19.36
/proc/22931/task/22942/stat : 22942 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 2545 0 0 0 536 1400 0 0 20 0 17 0 654427716 1180590080 259026 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22931/tid=22943] ppid=22929 vsize=1152920 CPUtime=19.32
/proc/22931/task/22943/stat : 22943 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 2248 0 0 0 478 1454 0 0 20 0 17 0 654427716 1180590080 259026 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22931/tid=22944] ppid=22929 vsize=1152920 CPUtime=19.38
/proc/22931/task/22944/stat : 22944 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 3685 0 0 0 654 1284 0 0 20 0 17 0 654427716 1180590080 259027 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22931/tid=22945] ppid=22929 vsize=1152920 CPUtime=19.36
/proc/22931/task/22945/stat : 22945 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 2107 0 0 0 558 1378 0 0 20 0 17 0 654427717 1180590080 259027 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22931/tid=22946] ppid=22929 vsize=1152920 CPUtime=18.9
/proc/22931/task/22946/stat : 22946 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 2424 0 0 0 492 1398 0 0 20 0 17 0 654427717 1180590080 259027 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22931/tid=22947] ppid=22929 vsize=1152920 CPUtime=19.34
/proc/22931/task/22947/stat : 22947 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 2906 0 0 0 564 1370 0 0 20 0 17 0 654427717 1180590080 259027 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22931/tid=22948] ppid=22929 vsize=1152920 CPUtime=19.26
/proc/22931/task/22948/stat : 22948 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 2872 0 0 0 478 1448 0 0 20 0 17 0 654427717 1180590080 259028 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134732614 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 340.77
Current children cumulated vsize (KiB) 1152920

[startup+102.315 s]
/proc/loadavg: 12.31 6.06 5.27 17/201 22948
/proc/meminfo: memFree=17177052/36427776 swapFree=4692/1874528
[pid=22931] ppid=22929 vsize=2029400 CPUtime=1142.65
/proc/22931/stat : 22931 (ttsth-5-0) S 22929 22931 15497 0 -1 4202496 468327 0 0 0 53388 60877 0 0 20 0 17 0 654424578 2078105600 466923 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 507350 466924 95 177 0 507172 0
[pid=22931/tid=22933] ppid=22929 vsize=2029400 CPUtime=70.86
/proc/22931/task/22933/stat : 22933 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 84840 0 0 0 6988 98 0 0 20 0 17 0 654427716 2078105600 466925 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22931/tid=22934] ppid=22929 vsize=2029400 CPUtime=69.21
/proc/22931/task/22934/stat : 22934 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 10021 0 0 0 2722 4199 0 0 20 0 17 0 654427716 2078105600 466926 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22931/tid=22935] ppid=22929 vsize=2029400 CPUtime=69.27
/proc/22931/task/22935/stat : 22935 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 14330 0 0 0 2814 4113 0 0 20 0 17 0 654427716 2078105600 466927 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134680257 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22931/tid=22936] ppid=22929 vsize=2029400 CPUtime=69.6
/proc/22931/task/22936/stat : 22936 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 8418 0 0 0 3016 3944 0 0 20 0 17 0 654427716 2078105600 466927 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134551684 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22931/tid=22937] ppid=22929 vsize=2029400 CPUtime=69.45
/proc/22931/task/22937/stat : 22937 (ttsth-5-0) S 22929 22931 15497 0 -1 4202560 9311 0 0 0 3000 3945 0 0 20 0 17 0 654427716 2078105600 466927 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=22931/tid=22938] ppid=22929 vsize=2029400 CPUtime=69.6
/proc/22931/task/22938/stat : 22938 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 10531 0 0 0 2988 3972 0 0 20 0 17 0 654427716 2078105600 466927 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22931/tid=22939] ppid=22929 vsize=2029400 CPUtime=69.15
/proc/22931/task/22939/stat : 22939 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 11614 0 0 0 2538 4377 0 0 20 0 17 0 654427716 2078105600 466927 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22931/tid=22940] ppid=22929 vsize=2029400 CPUtime=69.52
/proc/22931/task/22940/stat : 22940 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 19551 0 0 0 2736 4216 0 0 20 0 17 0 654427716 2078105600 466927 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22931/tid=22941] ppid=22929 vsize=2029400 CPUtime=69.7
/proc/22931/task/22941/stat : 22941 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 12168 0 0 0 3052 3918 0 0 20 0 17 0 654427716 2078105600 466927 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22931/tid=22942] ppid=22929 vsize=2029400 CPUtime=69.6
/proc/22931/task/22942/stat : 22942 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 11088 0 0 0 3002 3958 0 0 20 0 17 0 654427716 2078105600 466927 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22931/tid=22943] ppid=22929 vsize=2029400 CPUtime=69.69
/proc/22931/task/22943/stat : 22943 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 10306 0 0 0 3038 3931 0 0 20 0 17 0 654427716 2078105600 466927 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22931/tid=22944] ppid=22929 vsize=2029400 CPUtime=69.41
/proc/22931/task/22944/stat : 22944 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 12458 0 0 0 3110 3831 0 0 20 0 17 0 654427716 2078105600 466927 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22931/tid=22945] ppid=22929 vsize=2029400 CPUtime=69.41
/proc/22931/task/22945/stat : 22945 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 8609 0 0 0 2888 4053 0 0 20 0 17 0 654427717 2078105600 466927 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22931/tid=22946] ppid=22929 vsize=2029400 CPUtime=68.04
/proc/22931/task/22946/stat : 22946 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 18583 0 0 0 2860 3944 0 0 20 0 17 0 654427717 2078105600 466927 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22931/tid=22947] ppid=22929 vsize=2029400 CPUtime=69.38
/proc/22931/task/22947/stat : 22947 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 9992 0 0 0 2774 4164 0 0 20 0 17 0 654427717 2078105600 466927 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22931/tid=22948] ppid=22929 vsize=2029400 CPUtime=69.25
/proc/22931/task/22948/stat : 22948 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 12227 0 0 0 2780 4145 0 0 20 0 17 0 654427717 2078105600 466928 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1142.65
Current children cumulated vsize (KiB) 2029400



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+107.202 s]
/proc/loadavg: 12.61 6.22 5.33 18/201 22948
/proc/meminfo: memFree=17112396/36427776 swapFree=4692/1938476
[pid=22931] ppid=22929 vsize=2096404 CPUtime=1219.38
/proc/22931/stat : 22931 (ttsth-5-0) S 22929 22931 15497 0 -1 4202496 483944 0 0 0 58501 63437 0 0 20 0 17 0 654424578 2146717696 482540 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 524101 482540 95 177 0 523923 0
[pid=22931/tid=22933] ppid=22929 vsize=2096404 CPUtime=75.76
/proc/22931/task/22933/stat : 22933 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 86338 0 0 0 7474 102 0 0 20 0 17 0 654427716 2146717696 482540 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22931/tid=22934] ppid=22929 vsize=2096404 CPUtime=74.02
/proc/22931/task/22934/stat : 22934 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 10581 0 0 0 3040 4362 0 0 20 0 17 0 654427716 2146717696 482540 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134590368 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22931/tid=22935] ppid=22929 vsize=2096404 CPUtime=74.05
/proc/22931/task/22935/stat : 22935 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 15834 0 0 0 3122 4283 0 0 20 0 17 0 654427716 2146717696 482540 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=22931/tid=22936] ppid=22929 vsize=2096404 CPUtime=74.4
/proc/22931/task/22936/stat : 22936 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 9015 0 0 0 3316 4124 0 0 20 0 17 0 654427716 2146717696 482540 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22931/tid=22937] ppid=22929 vsize=2096404 CPUtime=74.26
/proc/22931/task/22937/stat : 22937 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 9983 0 0 0 3343 4083 0 0 20 0 17 0 654427716 2146717696 482541 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22931/tid=22938] ppid=22929 vsize=2096404 CPUtime=74.41
/proc/22931/task/22938/stat : 22938 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 11362 0 0 0 3290 4151 0 0 20 0 17 0 654427716 2146717696 482541 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22931/tid=22939] ppid=22929 vsize=2096404 CPUtime=73.93
/proc/22931/task/22939/stat : 22939 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 12581 0 0 0 2834 4559 0 0 20 0 17 0 654427716 2146717696 482541 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22931/tid=22940] ppid=22929 vsize=2096404 CPUtime=74.31
/proc/22931/task/22940/stat : 22940 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 20396 0 0 0 3034 4397 0 0 20 0 17 0 654427716 2146717696 482541 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22931/tid=22941] ppid=22929 vsize=2096404 CPUtime=74.52
/proc/22931/task/22941/stat : 22941 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 13011 0 0 0 3357 4095 0 0 20 0 17 0 654427716 2146717696 482541 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22931/tid=22942] ppid=22929 vsize=2096404 CPUtime=74.43
/proc/22931/task/22942/stat : 22942 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 12142 0 0 0 3334 4109 0 0 20 0 17 0 654427716 2146717696 482542 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22931/tid=22943] ppid=22929 vsize=2096404 CPUtime=74.49
/proc/22931/task/22943/stat : 22943 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 11137 0 0 0 3342 4107 0 0 20 0 17 0 654427716 2146717696 482542 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22931/tid=22944] ppid=22929 vsize=2096404 CPUtime=74.19
/proc/22931/task/22944/stat : 22944 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 13173 0 0 0 3409 4010 0 0 20 0 17 0 654427716 2146717696 482542 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22931/tid=22945] ppid=22929 vsize=2096404 CPUtime=74.19
/proc/22931/task/22945/stat : 22945 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 9396 0 0 0 3182 4237 0 0 20 0 17 0 654427717 2146717696 482542 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22931/tid=22946] ppid=22929 vsize=2096404 CPUtime=72.79
/proc/22931/task/22946/stat : 22946 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 20688 0 0 0 3224 4055 0 0 20 0 17 0 654427717 2146717696 482542 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=22931/tid=22947] ppid=22929 vsize=2096404 CPUtime=74.14
/proc/22931/task/22947/stat : 22947 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 10578 0 0 0 3030 4384 0 0 20 0 17 0 654427717 2146717696 482542 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22931/tid=22948] ppid=22929 vsize=2096404 CPUtime=74.03
/proc/22931/task/22948/stat : 22948 (ttsth-5-0) R 22929 22931 15497 0 -1 4202560 13446 0 0 0 3092 4311 0 0 20 0 17 0 654427717 2146717696 482542 18446744073709551615 134512640 135237372 4294639248 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1219.38
Current children cumulated vsize (KiB) 2096404

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

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

[startup+107.324 s]
/proc/loadavg: 12.61 6.22 5.33 18/201 22948
/proc/meminfo: memFree=17112396/36427776 swapFree=4692/1938476
[pid=22931] ppid=22929 vsize=0 CPUtime=1219.67
/proc/22931/stat : 22931 (ttsth-5-0) Z 22929 22931 15497 0 -1 4203532 483974 0 0 0 58514 63453 0 0 20 0 2 0 654424578 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22931/statm: 0 0 0 0 0 0 0
[pid=22931/tid=22948] ppid=22929 vsize=0 CPUtime=74.14
/proc/22931/task/22948/stat : 22948 (ttsth-5-0) R 22929 22931 15497 0 -1 4203588 13459 0 0 0 3092 4322 0 0 20 0 2 0 654427717 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1219.67
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 107.398
CPU time (s): 1219.74
CPU user time (s): 585.137
CPU system time (s): 634.604
CPU usage (%): 1135.72
Max. virtual memory (cumulated for all children) (KiB): 2096404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 585.137
system time used= 634.604
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 483974
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= 142323
involuntary context switches= 2830

runsolver used 0.568035 second user time and 1.28808 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 05:46:22
IDJOB=1779180
IDBENCH=70819
IDSOLVER=634
FILE ID=xenhost3-49/1779180-1244951182
PBS_JOBID=
Free space on /tmp= 7020 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-15.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779180-1244951182/watcher-1779180-1244951182 -o /tmp/evaluation-result-1779180-1244951182/solver-1779180-1244951182 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779180-1244951182.cnf

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

MD5SUM BENCH= c8a05d1e76535706c430a6b42d191d4b
RANDOM SEED= 1335984836

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:      19043252 kB
Buffers:        482604 kB
Cached:       14120064 kB
SwapCached:          0 kB
Active:        4129292 kB
Inactive:     10482584 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            4668 kB
Writeback:           0 kB
AnonPages:        7860 kB
Mapped:           2984 kB
Slab:           721496 kB
SReclaimable:   694720 kB
SUnreclaim:      26776 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7020 MiB
End job on xenhost3-49 at 2009-06-14 05:48:11