Trace number 1780860

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) 1870.93 120.521

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
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 variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.18/0.25	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780860-1244978869.cnf 
0.18/0.25	c Using SATTIMEOUT of 10000
0.18/0.25	c Using SATRAM of 2047
0.18/0.25	c Size of subset node = 16
0.18/0.25	c Variables = 2316
0.18/0.25	c Clauses = 216962
0.18/0.25	c Literals = 647286
0.18/0.25	c Reduced size:
0.18/0.25	c Variables = 2316
0.18/0.25	c Clauses = 216962
0.18/0.25	c Literals = 647286
0.18/0.25	c a2
0.58/0.65	c a1
1.38/1.49	c Independent sub-problems = 1
1.38/1.49	c Sub-problem with 2316 variables and 216962 clauses
1.38/1.49	c using permutation method 4
1.38/1.49	c count = 1
1.38/1.49	c Ordering finished 1.420 seconds
1.38/1.49	c mapped 1.480 seconds
1.38/1.49	c permuted 1.480 seconds
1.38/1.49	c about to sort
1.48/1.54	c sorted
2.88/2.97	c clauses now 216962
2.88/2.97	c init finished 1.590 seconds
2.88/2.97	c tree built 2.970 seconds
2.88/2.97	c 
2.88/2.97	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
2.88/2.97	c ---------------------------------|----------------------------------|------------------------------------------------------
2.88/2.97	c ................................ | ..........                       |                        3.0           0.0             
2.88/2.97	c ................................ | ..........                     1 |                        3.0           0.3             
2.88/2.97	c ................................ | ..........                     2 |                        3.0           0.7             
2.88/2.97	c ................................ | ..........                     3 |                        3.0           1.0             
2.88/2.97	c ................................ | ..........                     4 |                        3.0           1.3             
2.88/2.97	c ................................ | ..........                     5 |                        3.0           1.7             
3.26/3.05	c ................................ | ..........                  1000 | 15                     3.5         284.9         5091
229.88/17.46	c ................................ | ..........                220000 | 11264                200.3        1098.5     15501791
434.97/30.35	c ................................ | ..........                322000 | 18021                400.9         803.2     31185972
637.22/43.08	c ................................ | ..........                427000 | 25833                601.6         709.8     44256879
838.15/55.67	c ................................ | ..........                525000 | 32579                800.7         655.7     56622440
1039.18/68.24	c ................................ | *.........                618000 | 38986               1000.1         618.0     67094797
1240.06/80.85	c ................................ | *.........                707000 | 45403               1200.3         589.0     77435356
1442.95/93.54	c ................................ | *.........                788000 | 51943               1401.9         562.1     87180158
1640.60/106.00	c ................................ | *.........                857000 | 58258               1600.0         535.6     96836007
1843.32/118.70	c ................................ | *.........                932000 | 64346               1802.4         517.1    106281114

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-1780860-1244978869/watcher-1780860-1244978869 -o /tmp/evaluation-result-1780860-1244978869/solver-1780860-1244978869 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780860-1244978869.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: 15.68 14.68 10.24 2/184 29538
/proc/meminfo: memFree=18987256/36427776 swapFree=2984/7640
[pid=29538] ppid=29536 vsize=1540 CPUtime=0
/proc/29538/stat : 29538 (ttsth-5-0) R 29536 29538 15497 0 -1 4202496 274 0 0 0 0 0 0 0 20 0 1 0 657193250 1576960 230 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 385 230 75 177 0 207 0

[startup+0.096263 s]
/proc/loadavg: 15.68 14.68 10.24 2/184 29538
/proc/meminfo: memFree=18987256/36427776 swapFree=2984/7640
[pid=29538] ppid=29536 vsize=6968 CPUtime=0.08
/proc/29538/stat : 29538 (ttsth-5-0) R 29536 29538 15497 0 -1 4202496 1598 0 0 0 8 0 0 0 20 0 1 0 657193250 7135232 1554 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134887641 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 1742 1555 75 177 0 1564 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6968

[startup+0.100262 s]
/proc/loadavg: 15.68 14.68 10.24 2/184 29538
/proc/meminfo: memFree=18987256/36427776 swapFree=2984/7640
[pid=29538] ppid=29536 vsize=7232 CPUtime=0.1
/proc/29538/stat : 29538 (ttsth-5-0) R 29536 29538 15497 0 -1 4202496 1659 0 0 0 8 2 0 0 20 0 1 0 657193250 7405568 1615 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134886597 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 1808 1616 75 177 0 1630 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7232

[startup+0.300322 s]
/proc/loadavg: 15.68 14.68 10.24 2/184 29538
/proc/meminfo: memFree=18987256/36427776 swapFree=2984/7640
[pid=29538] ppid=29536 vsize=28100 CPUtime=0.28
/proc/29538/stat : 29538 (ttsth-5-0) R 29536 29538 15497 0 -1 4202496 6608 0 0 0 26 2 0 0 20 0 1 0 657193250 28774400 6564 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134749343 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 7061 6570 76 177 0 6883 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28100

[startup+0.700314 s]
/proc/loadavg: 15.68 14.68 10.24 2/184 29538
/proc/meminfo: memFree=18987256/36427776 swapFree=2984/7640
[pid=29538] ppid=29536 vsize=30316 CPUtime=0.68
/proc/29538/stat : 29538 (ttsth-5-0) R 29536 29538 15497 0 -1 4202496 7053 0 0 0 64 4 0 0 20 0 1 0 657193250 31043584 7008 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134540092 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 7579 7009 76 177 0 7401 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30316

[startup+1.5004 s]
/proc/loadavg: 15.68 14.68 10.24 2/185 29539
/proc/meminfo: memFree=18960480/36427776 swapFree=3840/35120
[pid=29538] ppid=29536 vsize=30308 CPUtime=1.48
/proc/29538/stat : 29538 (ttsth-5-0) R 29536 29538 15497 0 -1 4202496 10348 0 0 0 144 4 0 0 20 0 1 0 657193250 31035392 7440 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134749353 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 7577 7440 83 177 0 7399 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30308

[startup+3.10389 s]
/proc/loadavg: 14.50 14.46 10.19 2/185 29539
/proc/meminfo: memFree=18926312/36427776 swapFree=4888/68100
[pid=29538] ppid=29536 vsize=219748 CPUtime=4.68
/proc/29538/stat : 29538 (ttsth-5-0) S 29536 29538 15497 0 -1 4202496 24864 0 0 0 316 152 0 0 20 0 17 0 657193250 225021952 21643 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 54937 21643 95 177 0 54759 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 219748

[startup+6.3049 s]
/proc/loadavg: 14.50 14.46 10.19 17/201 29555
/proc/meminfo: memFree=18875716/36427776 swapFree=4692/121928
[pid=29538] ppid=29536 vsize=261996 CPUtime=54.58
/proc/29538/stat : 29538 (ttsth-5-0) S 29536 29538 15497 0 -1 4202496 35393 0 0 0 3118 2340 0 0 20 0 17 0 657193250 268283904 32171 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 65499 32171 95 177 0 65321 0
[pid=29538/tid=29540] ppid=29536 vsize=261996 CPUtime=3.3
/proc/29538/task/29540/stat : 29540 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 1120 0 0 0 322 8 0 0 20 0 17 0 657193547 268283904 32171 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134561428 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=29538/tid=29541] ppid=29536 vsize=261996 CPUtime=3.24
/proc/29538/task/29541/stat : 29541 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 680 0 0 0 174 150 0 0 20 0 17 0 657193547 268283904 32171 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=29538/tid=29542] ppid=29536 vsize=261996 CPUtime=3.22
/proc/29538/task/29542/stat : 29542 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 513 0 0 0 170 152 0 0 20 0 17 0 657193547 268283904 32171 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134591099 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=29538/tid=29543] ppid=29536 vsize=263020 CPUtime=3.22
/proc/29538/task/29543/stat : 29543 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 508 0 0 0 154 168 0 0 20 0 17 0 657193547 269332480 32171 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=29538/tid=29544] ppid=29536 vsize=263020 CPUtime=3.24
/proc/29538/task/29544/stat : 29544 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 756 0 0 0 172 152 0 0 20 0 17 0 657193547 269332480 32173 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=29538/tid=29545] ppid=29536 vsize=263020 CPUtime=3.24
/proc/29538/task/29545/stat : 29545 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 562 0 0 0 182 142 0 0 20 0 17 0 657193547 269332480 32173 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=29538/tid=29546] ppid=29536 vsize=263020 CPUtime=3.24
/proc/29538/task/29546/stat : 29546 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 522 0 0 0 174 150 0 0 20 0 17 0 657193547 269332480 32173 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134587952 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=29538/tid=29547] ppid=29536 vsize=263020 CPUtime=3.24
/proc/29538/task/29547/stat : 29547 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 964 0 0 0 154 170 0 0 20 0 17 0 657193547 269332480 32173 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=29538/tid=29548] ppid=29536 vsize=263020 CPUtime=3.2
/proc/29538/task/29548/stat : 29548 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 448 0 0 0 136 184 0 0 20 0 17 0 657193547 269332480 32173 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=29538/tid=29549] ppid=29536 vsize=263020 CPUtime=3.06
/proc/29538/task/29549/stat : 29549 (ttsth-5-0) S 29536 29538 15497 0 -1 4202560 673 0 0 0 166 140 0 0 20 0 17 0 657193547 269332480 32173 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 0 0 0 0 0 0
[pid=29538/tid=29550] ppid=29536 vsize=263020 CPUtime=3.22
/proc/29538/task/29550/stat : 29550 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 782 0 0 0 174 148 0 0 20 0 17 0 657193547 269332480 32173 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=29538/tid=29551] ppid=29536 vsize=263020 CPUtime=3.22
/proc/29538/task/29551/stat : 29551 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 723 0 0 0 172 150 0 0 20 0 17 0 657193547 269332480 32173 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=29538/tid=29552] ppid=29536 vsize=263020 CPUtime=3.18
/proc/29538/task/29552/stat : 29552 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 803 0 0 0 176 142 0 0 20 0 17 0 657193547 269332480 32174 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=29538/tid=29553] ppid=29536 vsize=263020 CPUtime=3.24
/proc/29538/task/29553/stat : 29553 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 714 0 0 0 168 156 0 0 20 0 17 0 657193547 269332480 32174 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=29538/tid=29554] ppid=29536 vsize=263020 CPUtime=3.18
/proc/29538/task/29554/stat : 29554 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 588 0 0 0 156 162 0 0 20 0 17 0 657193547 269332480 32174 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=29538/tid=29555] ppid=29536 vsize=263020 CPUtime=3.24
/proc/29538/task/29555/stat : 29555 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 991 0 0 0 174 150 0 0 20 0 17 0 657193547 269332480 32174 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 54.58
Current children cumulated vsize (KiB) 261996

[startup+12.7068 s]
/proc/loadavg: 14.73 14.51 10.25 17/201 29555
/proc/meminfo: memFree=18748780/36427776 swapFree=4692/249076
[pid=29538] ppid=29536 vsize=398132 CPUtime=155.41
/proc/29538/stat : 29538 (ttsth-5-0) S 29536 29538 15497 0 -1 4202496 67295 0 0 0 10807 4734 0 0 20 0 17 0 657193250 407687168 64073 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 99533 64073 95 177 0 99355 0
[pid=29538/tid=29540] ppid=29536 vsize=398132 CPUtime=9.7
/proc/29538/task/29540/stat : 29540 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 4182 0 0 0 960 10 0 0 20 0 17 0 657193547 407687168 64073 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=29538/tid=29541] ppid=29536 vsize=398132 CPUtime=9.56
/proc/29538/task/29541/stat : 29541 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 2848 0 0 0 662 294 0 0 20 0 17 0 657193547 407687168 64073 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=29538/tid=29542] ppid=29536 vsize=398132 CPUtime=9.52
/proc/29538/task/29542/stat : 29542 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 1349 0 0 0 628 324 0 0 20 0 17 0 657193547 407687168 64073 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=29538/tid=29543] ppid=29536 vsize=398132 CPUtime=9.48
/proc/29538/task/29543/stat : 29543 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 1978 0 0 0 602 346 0 0 20 0 17 0 657193547 407687168 64073 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=29538/tid=29544] ppid=29536 vsize=398132 CPUtime=9.54
/proc/29538/task/29544/stat : 29544 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 2764 0 0 0 636 318 0 0 20 0 17 0 657193547 407687168 64073 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=29538/tid=29545] ppid=29536 vsize=398132 CPUtime=9.52
/proc/29538/task/29545/stat : 29545 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 2935 0 0 0 632 320 0 0 20 0 17 0 657193547 407687168 64073 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=29538/tid=29546] ppid=29536 vsize=398132 CPUtime=9.58
/proc/29538/task/29546/stat : 29546 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 2325 0 0 0 672 286 0 0 20 0 17 0 657193547 407687168 64073 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134519962 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=29538/tid=29547] ppid=29536 vsize=398132 CPUtime=9.54
/proc/29538/task/29547/stat : 29547 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 3345 0 0 0 620 334 0 0 20 0 17 0 657193547 407687168 64073 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=29538/tid=29548] ppid=29536 vsize=398132 CPUtime=9.48
/proc/29538/task/29548/stat : 29548 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 2585 0 0 0 580 368 0 0 20 0 17 0 657193547 407687168 64073 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=29538/tid=29549] ppid=29536 vsize=398132 CPUtime=9.36
/proc/29538/task/29549/stat : 29549 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 2480 0 0 0 652 284 0 0 20 0 17 0 657193547 407687168 64073 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=29538/tid=29550] ppid=29536 vsize=398132 CPUtime=9.52
/proc/29538/task/29550/stat : 29550 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 1988 0 0 0 642 310 0 0 20 0 17 0 657193547 407687168 64074 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=29538/tid=29551] ppid=29536 vsize=398132 CPUtime=9.52
/proc/29538/task/29551/stat : 29551 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 2552 0 0 0 648 304 0 0 20 0 17 0 657193547 407687168 64076 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=29538/tid=29552] ppid=29536 vsize=398132 CPUtime=9.38
/proc/29538/task/29552/stat : 29552 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 3345 0 0 0 640 298 0 0 20 0 17 0 657193547 407687168 64076 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134591089 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=29538/tid=29553] ppid=29536 vsize=398132 CPUtime=9.58
/proc/29538/task/29553/stat : 29553 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 3058 0 0 0 658 300 0 0 20 0 17 0 657193547 407687168 64076 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=29538/tid=29554] ppid=29536 vsize=398132 CPUtime=9.48
/proc/29538/task/29554/stat : 29554 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 1700 0 0 0 618 330 0 0 20 0 17 0 657193547 407687168 64076 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=29538/tid=29555] ppid=29536 vsize=398132 CPUtime=9.56
/proc/29538/task/29555/stat : 29555 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 3812 0 0 0 664 292 0 0 20 0 17 0 657193547 407687168 64076 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 155.41
Current children cumulated vsize (KiB) 398132

[startup+25.508 s]
/proc/loadavg: 14.85 14.54 10.31 17/201 29555
/proc/meminfo: memFree=18470484/36427776 swapFree=4692/527344
[pid=29538] ppid=29536 vsize=686308 CPUtime=358.64
/proc/29538/stat : 29538 (ttsth-5-0) S 29536 29538 15497 0 -1 4202496 134911 0 0 0 29863 6001 0 0 20 0 17 0 657193250 702779392 131689 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 171577 131689 95 177 0 171399 0
[pid=29538/tid=29540] ppid=29536 vsize=686308 CPUtime=22.5
/proc/29538/task/29540/stat : 29540 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 8889 0 0 0 2234 16 0 0 20 0 17 0 657193547 702779392 131689 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=29538/tid=29541] ppid=29536 vsize=686308 CPUtime=22.3
/proc/29538/task/29541/stat : 29541 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 8035 0 0 0 1870 360 0 0 20 0 17 0 657193547 702779392 131690 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134588792 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=29538/tid=29542] ppid=29536 vsize=686308 CPUtime=22.2
/proc/29538/task/29542/stat : 29542 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 3751 0 0 0 1806 414 0 0 20 0 17 0 657193547 702779392 131690 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=29538/tid=29543] ppid=29536 vsize=686308 CPUtime=22.16
/proc/29538/task/29543/stat : 29543 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 4797 0 0 0 1766 450 0 0 20 0 17 0 657193547 702779392 131690 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134561428 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=29538/tid=29544] ppid=29536 vsize=686308 CPUtime=22.28
/proc/29538/task/29544/stat : 29544 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 7389 0 0 0 1834 394 0 0 20 0 17 0 657193547 702779392 131690 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=29538/tid=29545] ppid=29536 vsize=686308 CPUtime=22.22
/proc/29538/task/29545/stat : 29545 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 7459 0 0 0 1806 416 0 0 20 0 17 0 657193547 702779392 131691 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=29538/tid=29546] ppid=29536 vsize=686308 CPUtime=22.3
/proc/29538/task/29546/stat : 29546 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 5708 0 0 0 1878 352 0 0 20 0 17 0 657193547 702779392 131691 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=29538/tid=29547] ppid=29536 vsize=686308 CPUtime=22.24
/proc/29538/task/29547/stat : 29547 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 8199 0 0 0 1790 434 0 0 20 0 17 0 657193547 702779392 131691 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=29538/tid=29548] ppid=29536 vsize=686308 CPUtime=22.18
/proc/29538/task/29548/stat : 29548 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 9027 0 0 0 1760 458 0 0 20 0 17 0 657193547 702779392 131691 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=29538/tid=29549] ppid=29536 vsize=686308 CPUtime=22.08
/proc/29538/task/29549/stat : 29549 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 7023 0 0 0 1864 344 0 0 20 0 17 0 657193547 702779392 131691 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=29538/tid=29550] ppid=29536 vsize=686308 CPUtime=22.2
/proc/29538/task/29550/stat : 29550 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 6288 0 0 0 1800 420 0 0 20 0 17 0 657193547 702779392 131691 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=29538/tid=29551] ppid=29536 vsize=686308 CPUtime=22.24
/proc/29538/task/29551/stat : 29551 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 6629 0 0 0 1838 386 0 0 20 0 17 0 657193547 702779392 131691 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=29538/tid=29552] ppid=29536 vsize=686308 CPUtime=21.9
/proc/29538/task/29552/stat : 29552 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 7590 0 0 0 1818 372 0 0 20 0 17 0 657193547 702779392 131691 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=29538/tid=29553] ppid=29536 vsize=686308 CPUtime=22.3
/proc/29538/task/29553/stat : 29553 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 6872 0 0 0 1848 382 0 0 20 0 17 0 657193547 702779392 131691 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=29538/tid=29554] ppid=29536 vsize=686308 CPUtime=22.14
/proc/29538/task/29554/stat : 29554 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 4446 0 0 0 1788 426 0 0 20 0 17 0 657193547 702779392 131691 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=29538/tid=29555] ppid=29536 vsize=686308 CPUtime=22.3
/proc/29538/task/29555/stat : 29555 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 8761 0 0 0 1870 360 0 0 20 0 17 0 657193547 702779392 131692 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134680504 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 358.64
Current children cumulated vsize (KiB) 686308

[startup+51.1026 s]
/proc/loadavg: 15.30 14.67 10.46 17/201 29555
/proc/meminfo: memFree=18035596/36427776 swapFree=4692/962688
[pid=29538] ppid=29536 vsize=1151168 CPUtime=766.36
/proc/29538/stat : 29538 (ttsth-5-0) S 29536 29538 15497 0 -1 4202496 243987 0 0 0 69706 6930 0 0 20 0 17 0 657193250 1178796032 240765 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 287792 240765 95 177 0 287614 0
[pid=29538/tid=29540] ppid=29536 vsize=1151168 CPUtime=48.08
/proc/29538/task/29540/stat : 29540 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 16046 0 0 0 4782 26 0 0 20 0 17 0 657193547 1178796032 240765 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134587921 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=29538/tid=29541] ppid=29536 vsize=1151168 CPUtime=47.83
/proc/29538/task/29541/stat : 29541 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 16408 0 0 0 4351 432 0 0 20 0 17 0 657193547 1178796032 240765 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=29538/tid=29542] ppid=29536 vsize=1151168 CPUtime=47.71
/proc/29538/task/29542/stat : 29542 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 9001 0 0 0 4297 474 0 0 20 0 17 0 657193547 1178796032 240766 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=29538/tid=29543] ppid=29536 vsize=1151168 CPUtime=47.63
/proc/29538/task/29543/stat : 29543 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 11038 0 0 0 4249 514 0 0 20 0 17 0 657193547 1178796032 240766 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=29538/tid=29544] ppid=29536 vsize=1151168 CPUtime=47.8
/proc/29538/task/29544/stat : 29544 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 13384 0 0 0 4332 448 0 0 20 0 17 0 657193547 1178796032 240766 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134561428 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=29538/tid=29545] ppid=29536 vsize=1151168 CPUtime=47.71
/proc/29538/task/29545/stat : 29545 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 15844 0 0 0 4289 482 0 0 20 0 17 0 657193547 1178796032 240766 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=29538/tid=29546] ppid=29536 vsize=1151168 CPUtime=47.84
/proc/29538/task/29546/stat : 29546 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 10192 0 0 0 4382 402 0 0 20 0 17 0 657193547 1178796032 240766 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=29538/tid=29547] ppid=29536 vsize=1151168 CPUtime=47.78
/proc/29538/task/29547/stat : 29547 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 16568 0 0 0 4282 496 0 0 20 0 17 0 657193547 1178796032 240766 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=29538/tid=29548] ppid=29536 vsize=1151168 CPUtime=47.68
/proc/29538/task/29548/stat : 29548 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 16654 0 0 0 4242 526 0 0 20 0 17 0 657193547 1178796032 240766 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=29538/tid=29549] ppid=29536 vsize=1151168 CPUtime=47.62
/proc/29538/task/29549/stat : 29549 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 13837 0 0 0 4364 398 0 0 20 0 17 0 657193547 1178796032 240766 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=29538/tid=29550] ppid=29536 vsize=1151168 CPUtime=47.68
/proc/29538/task/29550/stat : 29550 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 13574 0 0 0 4270 498 0 0 20 0 17 0 657193547 1178796032 240767 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=29538/tid=29551] ppid=29536 vsize=1151168 CPUtime=47.72
/proc/29538/task/29551/stat : 29551 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 13067 0 0 0 4320 452 0 0 20 0 17 0 657193547 1178796032 240767 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562272 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=29538/tid=29552] ppid=29536 vsize=1151168 CPUtime=46.93
/proc/29538/task/29552/stat : 29552 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 14913 0 0 0 4261 432 0 0 20 0 17 0 657193547 1178796032 240767 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=29538/tid=29553] ppid=29536 vsize=1151168 CPUtime=47.85
/proc/29538/task/29553/stat : 29553 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 13460 0 0 0 4347 438 0 0 20 0 17 0 657193547 1178796032 240767 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=29538/tid=29554] ppid=29536 vsize=1151168 CPUtime=47.61
/proc/29538/task/29554/stat : 29554 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 10451 0 0 0 4275 486 0 0 20 0 17 0 657193547 1178796032 240767 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=29538/tid=29555] ppid=29536 vsize=1151168 CPUtime=47.85
/proc/29538/task/29555/stat : 29555 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 15503 0 0 0 4375 410 0 0 20 0 17 0 657193547 1178796032 240767 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 766.36
Current children cumulated vsize (KiB) 1151168

[startup+102.315 s]
/proc/loadavg: 15.72 14.89 10.78 17/201 29555
/proc/meminfo: memFree=17354720/36427776 swapFree=4692/1640752
[pid=29538] ppid=29536 vsize=1867732 CPUtime=1583.38
/proc/29538/stat : 29538 (ttsth-5-0) S 29536 29538 15497 0 -1 4202496 411875 0 0 0 150264 8074 0 0 20 0 17 0 657193250 1912557568 408653 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 466933 408653 95 177 0 466755 0
[pid=29538/tid=29540] ppid=29536 vsize=1867732 CPUtime=99.27
/proc/29538/task/29540/stat : 29540 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 25657 0 0 0 9881 46 0 0 20 0 17 0 657193547 1912557568 408653 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=29538/tid=29541] ppid=29536 vsize=1867732 CPUtime=98.92
/proc/29538/task/29541/stat : 29541 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 27518 0 0 0 9364 528 0 0 20 0 17 0 657193547 1912557568 408653 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562331 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=29538/tid=29542] ppid=29536 vsize=1867732 CPUtime=98.82
/proc/29538/task/29542/stat : 29542 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 16307 0 0 0 9330 552 0 0 20 0 17 0 657193547 1912557568 408653 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134549896 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=29538/tid=29543] ppid=29536 vsize=1867732 CPUtime=98.75
/proc/29538/task/29543/stat : 29543 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 18631 0 0 0 9301 574 0 0 20 0 17 0 657193547 1912557568 408653 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562416 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=29538/tid=29544] ppid=29536 vsize=1867732 CPUtime=98.93
/proc/29538/task/29544/stat : 29544 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 22864 0 0 0 9367 526 0 0 20 0 17 0 657193547 1912557568 408653 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134549896 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=29538/tid=29545] ppid=29536 vsize=1867732 CPUtime=98.8
/proc/29538/task/29545/stat : 29545 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 29298 0 0 0 9330 550 0 0 20 0 17 0 657193547 1912557568 408653 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562278 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=29538/tid=29546] ppid=29536 vsize=1867732 CPUtime=98.95
/proc/29538/task/29546/stat : 29546 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 17277 0 0 0 9419 476 0 0 20 0 17 0 657193547 1912557568 408653 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134551461 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=29538/tid=29547] ppid=29536 vsize=1867732 CPUtime=98.9
/proc/29538/task/29547/stat : 29547 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 31294 0 0 0 9304 586 0 0 20 0 17 0 657193547 1912557568 408653 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562380 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=29538/tid=29548] ppid=29536 vsize=1867732 CPUtime=98.82
/proc/29538/task/29548/stat : 29548 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 30503 0 0 0 9280 602 0 0 20 0 17 0 657193547 1912557568 408654 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=29538/tid=29549] ppid=29536 vsize=1867732 CPUtime=98.75
/proc/29538/task/29549/stat : 29549 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 23415 0 0 0 9411 464 0 0 20 0 17 0 657193547 1912557568 408654 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=29538/tid=29550] ppid=29536 vsize=1867732 CPUtime=98.76
/proc/29538/task/29550/stat : 29550 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 26152 0 0 0 9286 590 0 0 20 0 17 0 657193547 1912557568 408654 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=29538/tid=29551] ppid=29536 vsize=1867732 CPUtime=98.86
/proc/29538/task/29551/stat : 29551 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 24124 0 0 0 9354 532 0 0 20 0 17 0 657193547 1912557568 408654 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=29538/tid=29552] ppid=29536 vsize=1867732 CPUtime=97.07
/proc/29538/task/29552/stat : 29552 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 27048 0 0 0 9209 498 0 0 20 0 17 0 657193547 1912557568 408654 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=29538/tid=29553] ppid=29536 vsize=1867732 CPUtime=99
/proc/29538/task/29553/stat : 29553 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 23074 0 0 0 9402 498 0 0 20 0 17 0 657193547 1912557568 408654 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=29538/tid=29554] ppid=29536 vsize=1867732 CPUtime=98.7
/proc/29538/task/29554/stat : 29554 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 19452 0 0 0 9312 558 0 0 20 0 17 0 657193547 1912557568 408654 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=29538/tid=29555] ppid=29536 vsize=1867732 CPUtime=98.98
/proc/29538/task/29555/stat : 29555 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 25213 0 0 0 9420 478 0 0 20 0 17 0 657193547 1912557568 408654 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 1583.38
Current children cumulated vsize (KiB) 1867732



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+120.304 s]
/proc/loadavg: 15.78 14.94 10.86 17/201 29555
/proc/meminfo: memFree=17140292/36427776 swapFree=4692/1854372
[pid=29538] ppid=29536 vsize=2097116 CPUtime=1870.57
/proc/29538/stat : 29538 (ttsth-5-0) S 29536 29538 15497 0 -1 4202496 465436 0 0 0 178653 8404 0 0 20 0 17 0 657193250 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 524279 462214 95 177 0 524101 0
[pid=29538/tid=29540] ppid=29536 vsize=2097116 CPUtime=117.26
/proc/29538/task/29540/stat : 29540 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 29084 0 0 0 11674 52 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=29538/tid=29541] ppid=29536 vsize=2097116 CPUtime=116.9
/proc/29538/task/29541/stat : 29541 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 30759 0 0 0 11138 552 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=29538/tid=29542] ppid=29536 vsize=2097116 CPUtime=116.77
/proc/29538/task/29542/stat : 29542 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 18045 0 0 0 11103 574 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=29538/tid=29543] ppid=29536 vsize=2097116 CPUtime=116.7
/proc/29538/task/29543/stat : 29543 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 21424 0 0 0 11066 604 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=29538/tid=29544] ppid=29536 vsize=2097116 CPUtime=116.89
/proc/29538/task/29544/stat : 29544 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 25867 0 0 0 11145 544 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=29538/tid=29545] ppid=29536 vsize=2097116 CPUtime=116.78
/proc/29538/task/29545/stat : 29545 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 33058 0 0 0 11102 576 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134561549 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=29538/tid=29546] ppid=29536 vsize=2097116 CPUtime=116.92
/proc/29538/task/29546/stat : 29546 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 19511 0 0 0 11196 496 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=29538/tid=29547] ppid=29536 vsize=2097116 CPUtime=116.88
/proc/29538/task/29547/stat : 29547 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 36242 0 0 0 11074 614 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=29538/tid=29548] ppid=29536 vsize=2097116 CPUtime=116.78
/proc/29538/task/29548/stat : 29548 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 37094 0 0 0 11048 630 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=29538/tid=29549] ppid=29536 vsize=2097116 CPUtime=116.72
/proc/29538/task/29549/stat : 29549 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 26376 0 0 0 11196 476 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=29538/tid=29550] ppid=29536 vsize=2097116 CPUtime=116.72
/proc/29538/task/29550/stat : 29550 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 30082 0 0 0 11056 616 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=29538/tid=29551] ppid=29536 vsize=2097116 CPUtime=116.83
/proc/29538/task/29551/stat : 29551 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 27297 0 0 0 11137 546 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=29538/tid=29552] ppid=29536 vsize=2097116 CPUtime=114.68
/proc/29538/task/29552/stat : 29552 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 31170 0 0 0 10944 524 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134561510 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=29538/tid=29553] ppid=29536 vsize=2097116 CPUtime=116.97
/proc/29538/task/29553/stat : 29553 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 25879 0 0 0 11185 512 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=29538/tid=29554] ppid=29536 vsize=2097116 CPUtime=116.67
/proc/29538/task/29554/stat : 29554 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 21300 0 0 0 11091 576 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=29538/tid=29555] ppid=29536 vsize=2097116 CPUtime=116.96
/proc/29538/task/29555/stat : 29555 (ttsth-5-0) R 29536 29538 15497 0 -1 4202560 28199 0 0 0 11204 492 0 0 20 0 17 0 657193547 2147446784 462214 18446744073709551615 134512640 135237372 4294944464 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 1870.57
Current children cumulated vsize (KiB) 2097116

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

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

[startup+120.426 s]
/proc/loadavg: 15.78 14.94 10.86 17/201 29555
/proc/meminfo: memFree=17140292/36427776 swapFree=4692/1854372
[pid=29538] ppid=29536 vsize=0 CPUtime=1870.81
/proc/29538/stat : 29538 (ttsth-5-0) Z 29536 29538 15497 0 -1 4203532 465452 0 0 0 178665 8416 0 0 20 0 2 0 657193250 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 0 0 0 0 0 0 0
[pid=29538/tid=29555] ppid=29536 vsize=0 CPUtime=117.06
/proc/29538/task/29555/stat : 29555 (ttsth-5-0) R 29536 29538 15497 0 -1 4203588 28201 0 0 0 11204 502 0 0 20 0 2 0 657193547 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 1870.81
Current children cumulated vsize (KiB) 0

[startup+120.506 s]
/proc/loadavg: 15.78 14.94 10.86 17/201 29555
/proc/meminfo: memFree=17140292/36427776 swapFree=4692/1854372
[pid=29538] ppid=29536 vsize=0 CPUtime=1870.89
/proc/29538/stat : 29538 (ttsth-5-0) Z 29536 29538 15497 0 -1 4203532 465452 0 0 0 178665 8424 0 0 20 0 2 0 657193250 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/29538/statm: 0 0 0 0 0 0 0
[pid=29538/tid=29555] ppid=29536 vsize=0 CPUtime=117.14
/proc/29538/task/29555/stat : 29555 (ttsth-5-0) R 29536 29538 15497 0 -1 4203588 28201 0 0 0 11204 510 0 0 20 0 2 0 657193547 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 1870.89
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 120.521
CPU time (s): 1870.93
CPU user time (s): 1786.66
CPU system time (s): 84.2653
CPU usage (%): 1552.37
Max. virtual memory (cumulated for all children) (KiB): 2097116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.66
system time used= 84.2653
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 465452
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= 74318
involuntary context switches= 4302

runsolver used 0.524032 second user time and 1.82811 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 13:27:49
IDJOB=1780860
IDBENCH=71074
IDSOLVER=634
FILE ID=xenhost3-49/1780860-1244978869
PBS_JOBID=
Free space on /tmp= 7019 MiB

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

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED= 539201171

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:      18987256 kB
Buffers:        524800 kB
Cached:       14120980 kB
SwapCached:          0 kB
Active:        4170556 kB
Inactive:     10483548 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            4004 kB
Writeback:           0 kB
AnonPages:        7640 kB
Mapped:           2320 kB
Slab:           733588 kB
SReclaimable:   706664 kB
SUnreclaim:      26924 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= 7019 MiB
End job on xenhost3-49 at 2009-06-14 13:29:51